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
4637_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
_M_realloc_insert<gold::Output_data*_const&>
FUN_0020a840
/* DWARF original name: _M_realloc_insert<gold::Output_data* const&> DWARF original prototype: void _M_realloc_insert<gold::Output_data*_const&>(vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> * this, iterator __position, Output_data * * __args#0) */ void __thiscall std::vector<gold::Output_data*,_std::allocator<gold::Output_data*>_>:: _M_realloc_insert<gold::Output_data*_const&> (vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> *this,iterator __position ,Output_data **__args_0) { void *__dest; Output_data **ppOVar1; Output_data **__src; ulong uVar2; pointer __dest_00; size_t __n; ulong uVar3; ulong uVar4; pointer ppOVar5; ppOVar1 = (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>). _M_impl._M_finish; __src = (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>). _M_impl._M_start; __n = (long)__position._M_current - (long)__src; uVar2 = (long)ppOVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_0020a975: uVar4 = uVar3 * 8; LAB_0020a888: __dest_00 = (pointer)operator_new(uVar4); ppOVar5 = (pointer)(uVar4 + (long)__dest_00); } else { uVar3 = uVar2 * 2; uVar4 = 0xfffffffffffffff8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888; ppOVar5 = (pointer)0x0; __dest_00 = (pointer)0x0; if (uVar3 != 0) goto LAB_0020a975; } __dest = (void *)((long)__dest_00 + __n + 8); *(Output_data **)((long)__dest_00 + __n) = *__args_0; if (__position._M_current == __src) { if (__position._M_current != ppOVar1) goto LAB_0020a8f8; LAB_0020a906: if (__src == (Output_data **)0x0) goto LAB_0020a90b; } else { memmove(__dest_00,__src,__n); if (__position._M_current != ppOVar1) { LAB_0020a8f8: memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current); goto LAB_0020a906; } } operator_delete(__src); LAB_0020a90b: (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl. _M_start = __dest_00; (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl. _M_finish = (pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current)); (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl. _M_end_of_storage = ppOVar5; return; }
void FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3) { void *__dest; void *pvVar1; void *__src; ulong uVar2; void *__dest_00; size_t __n; ulong uVar3; long lVar4; pvVar1 = (void *)param_1[1]; __src = (void *)*param_1; __n = (long)param_2 - (long)__src; uVar2 = (long)pvVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_0020a975: lVar4 = uVar3 * 8; LAB_0020a888: __dest_00 = (void *)FUN_002d9490(lVar4); lVar4 = lVar4 + (long)__dest_00; } else { uVar3 = uVar2 * 2; lVar4 = -8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888; lVar4 = 0; __dest_00 = (void *)0x0; if (uVar3 != 0) goto LAB_0020a975; } __dest = (void *)((long)__dest_00 + __n + 8); *(undefined8 *)((long)__dest_00 + __n) = *param_3; if (param_2 == __src) { if (param_2 != pvVar1) goto LAB_0020a8f8; LAB_0020a906: if (__src == (void *)0x0) goto LAB_0020a90b; } else { memmove(__dest_00,__src,__n); if (param_2 != pvVar1) { LAB_0020a8f8: memcpy(__dest,param_2,(long)pvVar1 - (long)param_2); goto LAB_0020a906; } } FUN_002dac60(__src); LAB_0020a90b: *param_1 = __dest_00; param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2); param_1[2] = lVar4; return; }
PUSH R15 MOV R15,RDX MOV RDX,RSI PUSH R14 PUSH R13 PUSH R12 MOV R12,RSI PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x28 MOV RCX,qword ptr [RDI + 0x8] MOV RBP,qword ptr [RDI] MOV RAX,RCX SUB RDX,RBP SUB RAX,RBP SAR RAX,0x3 JZ 0x0020a970 LEA RDI,[RAX + RAX*0x1] MOV R14,-0x8 CMP RAX,RDI JBE 0x0020a938 MOV RDI,R14 MOV qword ptr [RSP + 0x10],RDX MOV qword ptr [RSP + 0x8],RCX CALL 0x002d9490 MOV RDX,qword ptr [RSP + 0x10] MOV RCX,qword ptr [RSP + 0x8] MOV R13,RAX ADD R14,RAX MOV RAX,qword ptr [R15] MOV R8,RCX LEA R9,[R13 + RDX*0x1 + 0x8] SUB R8,R12 MOV qword ptr [R13 + RDX*0x1],RAX LEA R15,[R9 + R8*0x1] CMP R12,RBP JZ 0x0020a960 MOV RSI,RBP MOV RDI,R13 MOV qword ptr [RSP + 0x18],R9 MOV qword ptr [RSP + 0x10],R8 MOV qword ptr [RSP + 0x8],RCX CALL 0x001476d0 MOV RCX,qword ptr [RSP + 0x8] MOV R8,qword ptr [RSP + 0x10] MOV R9,qword ptr [RSP + 0x18] CMP R12,RCX JZ 0x0020a928 MOV RDX,R8 MOV RSI,R12 MOV RDI,R9 CALL 0x00147aa0 TEST RBP,RBP JNZ 0x0020a928 MOV qword ptr [RBX],R13 MOV qword ptr [RBX + 0x8],R15 MOV qword ptr [RBX + 0x10],R14 ADD RSP,0x28 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RDI,RBP CALL 0x002dac60 JMP 0x0020a90b MOV RAX,0x1fffffffffffffff CMP RDI,RAX JA 0x0020a888 XOR R14D,R14D XOR R13D,R13D TEST RDI,RDI JZ 0x0020a8aa JMP 0x0020a975 CMP R12,RCX JNZ 0x0020a8f8 JMP 0x0020a906 MOV EDI,0x1 LEA R14,[RDI*0x8] JMP 0x0020a888
null
null
null
null
[(u'LOAD_-1203787652', u'INT_NOTEQUAL_-1203787141'), (u'LOAD_-1203787652', u'CAST_-1203786880'), (u'INT_NOTEQUAL_-1203787110', u'CBRANCH_-1203787109'), ('tmp_882', u'CAST_-1203786794'), (u'LOAD_-1203787646', u'CAST_-1203786879'), (u'INT_NOTEQUAL_-1203787327', u'CBRANCH_-1203787326'), ('const-0', u'PTRSUB_-1203786719'), (u'INT_LESS_-1203787527', u'CBRANCH_-1203787536'), ('tmp_882', u'CALL_-1203787307'), ('tmp_882', u'INT_EQUAL_-1203787412'), (u'CAST_-1203786783', u'INT_ADD_-1203787415'), ('const-0', u'INT_EQUAL_-1203787583'), (u'CAST_-1203786885', u'INT_SUB_-1203787617'), ('const-0', u'INT_EQUAL_-1203787293'), (u'INT_MULT_-1203787018', u'MULTIEQUAL_-1203786872'), (u'CAST_-1203786812', u'MULTIEQUAL_-1203787035'), (u'PTRSUB_-1203786734', u'PTRSUB_-1203786726'), ('const-0', u'PTRSUB_-1203786900'), ('const-0', u'PTRSUB_-1203786716'), (u'PTRSUB_-1203786724', u'PTRSUB_-1203786716'), ('tmp_287', u'CBRANCH_-1203787536'), (u'CAST_-1203786782', u'STORE_-1203787282'), (u'PTRSUB_-1203786722', u'PTRSUB_-1203786715'), (u'MULTIEQUAL_-1203787067', u'CALL_-1203787505'), (u'MULTIEQUAL_-1203787046', u'CAST_-1203786802'), (u'PTRSUB_-1203786715', u'STORE_-1203787282'), (u'INT_SUB_-1203787617', u'INT_ADD_-1203786873'), (u'CAST_-1203786790', u'INT_ADD_-1203787424'), ('const-0', u'PTRSUB_-1203786915'), ('const-0', u'PTRSUB_-1203786734'), (u'COPY_-1203787562', u'MULTIEQUAL_-1203787067'), (u'INT_SUB_-1203787434', u'INT_ADD_-1203787415'), ('tmp_881', u'PTRSUB_-1203786915'), (u'COPY_-1203786942', u'MULTIEQUAL_-1203787046'), (u'MULTIEQUAL_-1203786872', u'INT_MULT_-1203787047'), (u'CALL_-1203787505', u'CAST_-1203786832'), (u'INT_ADD_-1203787424', u'CAST_-1203786789'), (u'PTRSUB_-1203786719', u'STORE_-1203787288'), ('const-433', u'STORE_-1203787275'), ('const-1', u'COPY_-1203787080'), (u'COPY_-1203787080', u'MULTIEQUAL_-1203786872'), (u'PTRSUB_-1203786726', u'PTRSUB_-1203786719'), (u'PTRSUB_-1203786898', u'LOAD_-1203787652'), (u'INT_EQUAL_-1203787412', u'CBRANCH_-1203787410'), ('const-8', u'INT_ADD_-1203786873'), ('const-0', u'PTRSUB_-1203786909'), (u'INT_EQUAL_-1203787293', u'CBRANCH_-1203787290'), ('const-8', u'PTRSUB_-1203786715'), (u'INT_NOTEQUAL_-1203787141', u'CBRANCH_-1203787139'), ('tmp_777', u'CBRANCH_-1203787154'), (u'INT_SUB_-1203787617', u'INT_ADD_-1203787424'), ('const-0', u'PTRSUB_-1203786724'), (u'PTRSUB_-1203786710', u'STORE_-1203787275'), (u'MULTIEQUAL_-1203787067', u'INT_ADD_-1203787465'), ('tmp_582', u'CBRANCH_-1203787290'), (u'INT_LESS_-1203787145', u'CBRANCH_-1203787154'), ('const-433', u'LOAD_-1203787652'), (u'LOAD_-1203787472', u'STORE_-1203787438'), (u'INT_ADD_-1203787465', u'CAST_-1203786812'), ('const-433', u'STORE_-1203787288'), ('tmp_881', u'PTRSUB_-1203786730'), ('const-0', u'RETURN_-1203787214'), ('const-0', u'COPY_-1203786934'), (u'PTRSUB_-1203786893', u'LOAD_-1203787646'), (u'CAST_-1203786879', u'INT_SUB_-1203787605'), (u'CAST_-1203786794', u'INT_SUB_-1203787434'), ('tmp_883', u'LOAD_-1203787472'), ('tmp_450', u'CBRANCH_-1203787410'), (u'CAST_-1203786795', u'INT_SUB_-1203787434'), ('const-0', u'PTRSUB_-1203786726'), ('const-0', u'PTRSUB_-1203786906'), (u'LOAD_-1203787646', u'CALL_-1203787367'), (u'INT_SRIGHT_-1203787582', u'INT_EQUAL_-1203787583'), (u'CAST_-1203786802', u'INT_ADD_-1203787444'), ('const-433', u'LOAD_-1203787646'), ('const-3', u'INT_SRIGHT_-1203787582'), ('const-16', u'PTRSUB_-1203786710'), ('const--8', u'COPY_-1203787562'), (u'LOAD_-1203787646', u'INT_EQUAL_-1203787412'), ('tmp_863', u'BRANCH_-1203787065'), (u'INT_EQUAL_-1203787583', u'CBRANCH_-1203787572'), (u'MULTIEQUAL_-1203787046', u'CAST_-1203786790'), (u'INT_SUB_-1203787434', u'CALL_-1203787307'), ('const-433', u'LOAD_-1203787472'), (u'LOAD_-1203787646', u'CAST_-1203786884'), (u'MULTIEQUAL_-1203787046', u'CALL_-1203787367'), (u'LOAD_-1203787646', u'CALL_-1203787206'), (u'CAST_-1203786801', u'CAST_-1203786783'), ('tmp_855', u'CBRANCH_-1203787109'), ('const-0', u'PTRSUB_-1203786722'), (u'INT_ADD_-1203787415', u'CAST_-1203786782'), ('tmp_882', u'INT_NOTEQUAL_-1203787141'), ('const-0', u'COPY_-1203786942'), (u'LOAD_-1203787646', u'INT_EQUAL_-1203787293'), (u'MULTIEQUAL_-1203787035', u'STORE_-1203787275'), (u'LOAD_-1203787652', u'CAST_-1203786795'), (u'PTRSUB_-1203786716', u'PTRSUB_-1203786710'), ('tmp_739', u'CBRANCH_-1203787139'), ('tmp_540', u'CBRANCH_-1203787326'), ('const-0', u'PTRSUB_-1203786730'), (u'PTRSUB_-1203786730', u'PTRSUB_-1203786722'), (u'CAST_-1203786884', u'INT_SUB_-1203787617'), ('const-8', u'INT_MULT_-1203787047'), ('tmp_244', u'CBRANCH_-1203787572'), ('const-2', u'INT_MULT_-1203787018'), (u'INT_MULT_-1203787018', u'INT_LESS_-1203787527'), ('tmp_881', u'PTRSUB_-1203786909'), (u'INT_ADD_-1203786873', u'INT_ADD_-1203787444'), (u'INT_SUB_-1203787617', u'CALL_-1203787367'), (u'CAST_-1203786880', u'INT_SUB_-1203787605'), (u'LOAD_-1203787652', u'INT_NOTEQUAL_-1203787327'), ('const-2305843009213693951', u'INT_LESS_-1203787145'), ('const-8', u'PTRSUB_-1203786898'), (u'INT_MULT_-1203787018', u'INT_LESS_-1203787145'), (u'PTRSUB_-1203786915', u'PTRSUB_-1203786906'), (u'INT_SRIGHT_-1203787582', u'INT_LESS_-1203787527'), ('const-0', u'PTRSUB_-1203786893'), (u'CAST_-1203786832', u'CAST_-1203786813'), (u'PTRSUB_-1203786909', u'PTRSUB_-1203786900'), (u'PTRSUB_-1203786900', u'PTRSUB_-1203786893'), (u'CAST_-1203786801', u'CALL_-1203787307'), ('tmp_881', u'PTRSUB_-1203786724'), (u'INT_MULT_-1203787018', u'INT_NOTEQUAL_-1203787110'), (u'COPY_-1203786934', u'MULTIEQUAL_-1203787035'), ('const-0', u'INT_NOTEQUAL_-1203787110'), ('tmp_882', u'CAST_-1203786885'), (u'INT_SUB_-1203787605', u'INT_SRIGHT_-1203787582'), ('tmp_708', u'BRANCH_-1203787203'), (u'INT_MULT_-1203787047', u'MULTIEQUAL_-1203787067'), ('tmp_882', u'INT_NOTEQUAL_-1203787327'), (u'CAST_-1203786789', u'STORE_-1203787438'), ('tmp_881', u'PTRSUB_-1203786734'), (u'CAST_-1203786813', u'INT_ADD_-1203787465'), (u'CAST_-1203786832', u'MULTIEQUAL_-1203787046'), (u'INT_ADD_-1203787444', u'CAST_-1203786801'), (u'INT_SRIGHT_-1203787582', u'INT_MULT_-1203787018'), ('const-433', u'STORE_-1203787438'), ('const-433', u'STORE_-1203787282'), (u'MULTIEQUAL_-1203787046', u'STORE_-1203787288'), (u'PTRSUB_-1203786906', u'PTRSUB_-1203786898')]
[('const-8', u'INT_ADD_-1203786874'), ('tmp_1666', u'CAST_-1203786810'), (u'PTRADD_-1203786733', u'STORE_-1203787282'), ('tmp_1672', u'PTRADD_-1203786733'), ('const-433', u'STORE_-1203787275'), ('const-2', u'PTRADD_-1203786728'), (u'INT_NOTEQUAL_-1203787110', u'CBRANCH_-1203787109'), (u'CAST_-1203786907', u'CAST_-1203786894'), (u'MULTIEQUAL_-1203787045', u'CALL_-1203787367'), ('tmp_1666', u'INT_EQUAL_-1203787412'), (u'CAST_-1203786847', u'MULTIEQUAL_-1203787045'), (u'INT_NOTEQUAL_-1203787327', u'CBRANCH_-1203787326'), (u'CAST_-1203786912', u'INT_NOTEQUAL_-1203787141'), (u'INT_LESS_-1203787527', u'CBRANCH_-1203787536'), (u'MULTIEQUAL_-1203787034', u'STORE_-1203787275'), ('const-0', u'INT_EQUAL_-1203787583'), ('const-0', u'INT_EQUAL_-1203787293'), (u'CAST_-1203786847', u'CAST_-1203786828'), (u'CAST_-1203786806', u'INT_ADD_-1203787424'), ('const-433', u'LOAD_-1203787472'), ('tmp_287', u'CBRANCH_-1203787536'), (u'INT_ADD_-1203787444', u'CAST_-1203786817'), (u'CAST_-1203786907', u'CAST_-1203786899'), ('const-1', u'PTRADD_-1203786915'), (u'CAST_-1203786805', u'STORE_-1203787438'), ('const-8', u'PTRADD_-1203786733'), ('const-0', u'COPY_-1203786933'), (u'CAST_-1203786912', u'INT_NOTEQUAL_-1203787327'), (u'INT_ADD_-1203787424', u'CAST_-1203786805'), ('const-433', u'LOAD_-1203787646'), (u'INT_SUB_-1203787434', u'INT_ADD_-1203787415'), ('const-433', u'STORE_-1203787282'), (u'CAST_-1203786895', u'INT_SUB_-1203787605'), ('tmp_1665', u'LOAD_-1203787472'), ('tmp_1672', u'LOAD_-1203787646'), ('const-433', u'LOAD_-1203787652'), (u'INT_MULT_-1203787017', u'INT_NOTEQUAL_-1203787110'), (u'INT_SRIGHT_-1203787582', u'INT_MULT_-1203787017'), (u'MULTIEQUAL_-1203787066', u'INT_ADD_-1203787465'), (u'CAST_-1203786912', u'CAST_-1203786811'), ('const-1', u'COPY_-1203787080'), (u'CAST_-1203786912', u'CAST_-1203786895'), ('const-3', u'INT_SRIGHT_-1203787582'), (u'COPY_-1203786933', u'MULTIEQUAL_-1203787034'), (u'PTRADD_-1203786728', u'STORE_-1203787275'), (u'CAST_-1203786811', u'INT_SUB_-1203787434'), (u'INT_EQUAL_-1203787412', u'CBRANCH_-1203787410'), (u'CAST_-1203786828', u'INT_ADD_-1203787465'), (u'INT_EQUAL_-1203787293', u'CBRANCH_-1203787290'), (u'COPY_-1203787080', u'MULTIEQUAL_-1203786871'), (u'INT_NOTEQUAL_-1203787141', u'CBRANCH_-1203787139'), ('tmp_777', u'CBRANCH_-1203787154'), (u'INT_SUB_-1203787617', u'INT_ADD_-1203787424'), ('tmp_582', u'CBRANCH_-1203787290'), (u'INT_LESS_-1203787145', u'CBRANCH_-1203787154'), (u'LOAD_-1203787472', u'STORE_-1203787438'), (u'CAST_-1203786900', u'INT_SUB_-1203787617'), (u'CAST_-1203786894', u'INT_SUB_-1203787605'), ('const-0', u'RETURN_-1203787214'), (u'INT_MULT_-1203787017', u'INT_LESS_-1203787527'), ('tmp_1666', u'INT_NOTEQUAL_-1203787327'), (u'INT_SUB_-1203787617', u'INT_ADD_-1203786874'), ('tmp_450', u'CBRANCH_-1203787410'), ('const-8', u'PTRADD_-1203786915'), ('const-2305843009213693951', u'INT_LESS_-1203787145'), (u'CAST_-1203786818', u'INT_ADD_-1203787444'), (u'PTRADD_-1203786915', u'LOAD_-1203787652'), (u'INT_SRIGHT_-1203787582', u'INT_EQUAL_-1203787583'), ('const-8', u'PTRADD_-1203786728'), ('const-1', u'PTRADD_-1203786733'), ('const--8', u'COPY_-1203787562'), ('tmp_863', u'BRANCH_-1203787065'), (u'MULTIEQUAL_-1203787045', u'STORE_-1203787288'), (u'INT_EQUAL_-1203787583', u'CBRANCH_-1203787572'), (u'CAST_-1203786907', u'INT_EQUAL_-1203787412'), (u'INT_SUB_-1203787434', u'CALL_-1203787307'), (u'CAST_-1203786899', u'INT_SUB_-1203787617'), ('tmp_1666', u'INT_NOTEQUAL_-1203787141'), (u'MULTIEQUAL_-1203787066', u'CALL_-1203787505'), (u'CAST_-1203786810', u'INT_SUB_-1203787434'), (u'CAST_-1203786907', u'INT_EQUAL_-1203787293'), ('tmp_1666', u'CAST_-1203786900'), ('const-433', u'STORE_-1203787288'), (u'INT_MULT_-1203787047', u'MULTIEQUAL_-1203787066'), ('tmp_855', u'CBRANCH_-1203787109'), (u'CAST_-1203786817', u'CAST_-1203786799'), (u'COPY_-1203787562', u'MULTIEQUAL_-1203787066'), ('tmp_739', u'CBRANCH_-1203787139'), ('tmp_540', u'CBRANCH_-1203787326'), ('const-2', u'INT_MULT_-1203787017'), ('const-8', u'INT_MULT_-1203787047'), (u'MULTIEQUAL_-1203786871', u'INT_MULT_-1203787047'), ('tmp_244', u'CBRANCH_-1203787572'), (u'INT_SUB_-1203787617', u'CALL_-1203787367'), ('const-433', u'STORE_-1203787438'), (u'INT_SRIGHT_-1203787582', u'INT_LESS_-1203787527'), (u'INT_ADD_-1203786874', u'INT_ADD_-1203787444'), (u'MULTIEQUAL_-1203787045', u'CAST_-1203786806'), (u'CAST_-1203786907', u'CALL_-1203787367'), (u'CAST_-1203786799', u'INT_ADD_-1203787415'), ('tmp_1666', u'CALL_-1203787307'), (u'LOAD_-1203787652', u'CAST_-1203786912'), (u'INT_MULT_-1203787017', u'INT_LESS_-1203787145'), ('const-0', u'COPY_-1203786941'), (u'CAST_-1203786907', u'CALL_-1203787206'), (u'INT_MULT_-1203787017', u'MULTIEQUAL_-1203786871'), ('const-0', u'INT_NOTEQUAL_-1203787110'), (u'INT_SUB_-1203787605', u'INT_SRIGHT_-1203787582'), (u'CAST_-1203786817', u'CALL_-1203787307'), ('tmp_708', u'BRANCH_-1203787203'), (u'CALL_-1203787505', u'CAST_-1203786847'), (u'MULTIEQUAL_-1203787045', u'CAST_-1203786818'), (u'LOAD_-1203787646', u'CAST_-1203786907'), (u'INT_ADD_-1203787465', u'MULTIEQUAL_-1203787034'), ('tmp_1672', u'PTRADD_-1203786728'), ('tmp_1672', u'STORE_-1203787288'), ('tmp_1672', u'PTRADD_-1203786915'), (u'COPY_-1203786941', u'MULTIEQUAL_-1203787045'), (u'INT_ADD_-1203787415', u'STORE_-1203787282')]
null
null
0020a840
x64
O2
(translation_unit "void FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }\n FUN_002dac60(__src);\nLAB_0020a90b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}\n\n" (function_definition "void FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }\n FUN_002dac60(__src);\nLAB_0020a90b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" primitive_type (function_declarator "FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }\n FUN_002dac60(__src);\nLAB_0020a90b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0020a975:\n lVar4 = uVar3 * 8;" statement_identifier : (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_002d9490(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002d9490(lVar4)" identifier = (cast_expression "(void *)FUN_002d9490(lVar4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;)) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" identifier = (binary_expression "lVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0020a888;" goto statement_identifier ;)) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0020a975;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0020a975;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_0020a8f8;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_0020a8f8;" goto statement_identifier ;)) (labeled_statement "LAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_0020a90b;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0020a90b;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }" { (labeled_statement "LAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_0020a906;" goto statement_identifier ;) })) }))) (expression_statement "FUN_002dac60(__src);" (call_expression "FUN_002dac60(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0020a90b:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original name: _M_realloc_insert<gold::Output_data* const&>\n DWARF original prototype: void\n _M_realloc_insert<gold::Output_data*_const&>(vector<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n * this, iterator __position, Output_data * * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Output_data*,_std::allocator<gold::Output_data*>_>::\n_M_realloc_insert<gold::Output_data*_const&>\n (vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> *this,iterator __position\n ,Output_data **__args_0)\n\n{\n void *__dest;\n Output_data **ppOVar1;\n Output_data **__src;\n ulong uVar2;\n pointer __dest_00;\n size_t __n;\n ulong uVar3;\n ulong uVar4;\n pointer ppOVar5;\n \n ppOVar1 = (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish;\n __src = (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;\n __n = (long)__position._M_current - (long)__src;\n uVar2 = (long)ppOVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n uVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (pointer)operator_new(uVar4);\n ppOVar5 = (pointer)(uVar4 + (long)__dest_00);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n ppOVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(Output_data **)((long)__dest_00 + __n) = *__args_0;\n if (__position._M_current == __src) {\n if (__position._M_current != ppOVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (Output_data **)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppOVar1) {\nLAB_0020a8f8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_0020a906;\n }\n }\n operator_delete(__src);\nLAB_0020a90b:\n (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_start = __dest_00;\n (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish = (pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current));\n (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_end_of_storage = ppOVar5;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::vector<gold::Output_data*,_std::allocator<gold::Output_data*>_>::\n_M_realloc_insert<gold::Output_data*_const&>\n (vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> *this,iterator __position\n ,Output_data **__args_0)\n\n{\n void *__dest;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::vector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "*" *) , (ERROR "_std::allocator<gold::Output_data*>_>::\n_M_realloc_insert<gold::Output_data*_const&>\n (vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> *this,iterator __position\n ,Output_data **__args_0)\n\n{\n void" identifier : : identifier < identifier : : identifier * > identifier > : : identifier < identifier : : identifier (pointer_declarator "*_const&>\n (vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> *this,iterator __position\n ,Output_data **__args_0)" * (function_declarator "_const&>\n (vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> *this,iterator __position\n ,Output_data **__args_0)" identifier (ERROR "&>" & >) (parameter_list "(vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> *this,iterator __position\n ,Output_data **__args_0)" ( (parameter_declaration "vector<gold::Output_data*" type_identifier (ERROR "<gold::Output_data" < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::allocator<gold::Output_data*>_> *this" type_identifier (ERROR "::allocator<gold::Output_data*>_>" : : identifier < identifier : : identifier * > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Output_data **__args_0" type_identifier (pointer_declarator "**__args_0" * (pointer_declarator "*__args_0" * identifier))) )))) { primitive_type) (pointer_declarator "*__dest" * identifier) ;) (declaration "Output_data **ppOVar1;" type_identifier (pointer_declarator "**ppOVar1" * (pointer_declarator "*ppOVar1" * identifier)) ;) (declaration "Output_data **__src;" type_identifier (pointer_declarator "**__src" * (pointer_declarator "*__src" * identifier)) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "pointer __dest_00;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "pointer ppOVar5;" type_identifier identifier ;) (expression_statement "ppOVar1 = (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish;" (assignment_expression "ppOVar1 = (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish" identifier = (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish" (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_data*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__src = (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;" (assignment_expression "__src = (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start" identifier = (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start" (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_data*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__n = (long)__position._M_current - (long)__src;" (assignment_expression "__n = (long)__position._M_current - (long)__src" identifier = (binary_expression "(long)__position._M_current - (long)__src" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)ppOVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)ppOVar1 - (long)__src >> 3" identifier = (binary_expression "(long)ppOVar1 - (long)__src >> 3" (binary_expression "(long)ppOVar1 - (long)__src" (cast_expression "(long)ppOVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n uVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (pointer)operator_new(uVar4);\n ppOVar5 = (pointer)(uVar4 + (long)__dest_00);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n ppOVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0020a975:\n uVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (pointer)operator_new(uVar4);\n ppOVar5 = (pointer)(uVar4 + (long)__dest_00);\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0020a975:\n uVar4 = uVar3 * 8;" statement_identifier : (expression_statement "uVar4 = uVar3 * 8;" (assignment_expression "uVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_0020a888:\n __dest_00 = (pointer)operator_new(uVar4);" statement_identifier : (expression_statement "__dest_00 = (pointer)operator_new(uVar4);" (assignment_expression "__dest_00 = (pointer)operator_new(uVar4)" identifier = (cast_expression "(pointer)operator_new(uVar4)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))))) ;)) (expression_statement "ppOVar5 = (pointer)(uVar4 + (long)__dest_00);" (assignment_expression "ppOVar5 = (pointer)(uVar4 + (long)__dest_00)" identifier = (call_expression "(pointer)(uVar4 + (long)__dest_00)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "(uVar4 + (long)__dest_00)" ( (binary_expression "uVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n ppOVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n ppOVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "uVar4 = 0xfffffffffffffff8;" (assignment_expression "uVar4 = 0xfffffffffffffff8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0020a888;" goto statement_identifier ;)) (expression_statement "ppOVar5 = (pointer)0x0;" (assignment_expression "ppOVar5 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "__dest_00 = (pointer)0x0;" (assignment_expression "__dest_00 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0020a975;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0020a975;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(Output_data **)((long)__dest_00 + __n) = *__args_0;" (assignment_expression "*(Output_data **)((long)__dest_00 + __n) = *__args_0" (pointer_expression "*(Output_data **)((long)__dest_00 + __n)" * (cast_expression "(Output_data **)((long)__dest_00 + __n)" ( (type_descriptor "Output_data **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*__args_0" * identifier)) ;) (if_statement "if (__position._M_current == __src) {\n if (__position._M_current != ppOVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (Output_data **)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppOVar1) {\nLAB_0020a8f8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_0020a906;\n }\n }" if (parenthesized_expression "(__position._M_current == __src)" ( (binary_expression "__position._M_current == __src" (field_expression "__position._M_current" identifier . field_identifier) == identifier) )) (compound_statement "{\n if (__position._M_current != ppOVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (Output_data **)0x0) goto LAB_0020a90b;\n }" { (if_statement "if (__position._M_current != ppOVar1) goto LAB_0020a8f8;" if (parenthesized_expression "(__position._M_current != ppOVar1)" ( (binary_expression "__position._M_current != ppOVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (goto_statement "goto LAB_0020a8f8;" goto statement_identifier ;)) (labeled_statement "LAB_0020a906:\n if (__src == (Output_data **)0x0) goto LAB_0020a90b;" statement_identifier : (if_statement "if (__src == (Output_data **)0x0) goto LAB_0020a90b;" if (parenthesized_expression "(__src == (Output_data **)0x0)" ( (binary_expression "__src == (Output_data **)0x0" identifier == (cast_expression "(Output_data **)0x0" ( (type_descriptor "Output_data **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (goto_statement "goto LAB_0020a90b;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppOVar1) {\nLAB_0020a8f8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_0020a906;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppOVar1) {\nLAB_0020a8f8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_0020a906;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (__position._M_current != ppOVar1) {\nLAB_0020a8f8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_0020a906;\n }" if (parenthesized_expression "(__position._M_current != ppOVar1)" ( (binary_expression "__position._M_current != ppOVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\nLAB_0020a8f8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_0020a906;\n }" { (labeled_statement "LAB_0020a8f8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);" statement_identifier : (expression_statement "memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);" (call_expression "memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current)" identifier (argument_list "(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current)" ( identifier , (field_expression "__position._M_current" identifier . field_identifier) , (binary_expression "(long)ppOVar1 - (long)__position._M_current" (cast_expression "(long)ppOVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) ;)) (goto_statement "goto LAB_0020a906;" goto statement_identifier ;) })) }))) (expression_statement "operator_delete(__src);" (call_expression "operator_delete(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0020a90b:\n (this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_start = __dest_00;" statement_identifier : (expression_statement "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_start = __dest_00;" (assignment_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_start = __dest_00" (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_start" (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_data*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * identifier) > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;)) (expression_statement "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish = (pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current));" (assignment_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish = (pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current))" (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish" (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_data*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = (call_expression "(pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)__dest + ((long)ppOVar1 - (long)__position._M_current))" ( (binary_expression "(long)__dest + ((long)ppOVar1 - (long)__position._M_current)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)ppOVar1 - (long)__position._M_current)" ( (binary_expression "(long)ppOVar1 - (long)__position._M_current" (cast_expression "(long)ppOVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) )))) ;) (expression_statement "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_end_of_storage = ppOVar5;" (assignment_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_end_of_storage = ppOVar5" (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_end_of_storage" (field_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "this->super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_data*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }\n FUN_002dac60(__src);\nLAB_0020a90b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}\n\n" (function_definition "void FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }\n FUN_002dac60(__src);\nLAB_0020a90b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" primitive_type (function_declarator "FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }\n FUN_002dac60(__src);\nLAB_0020a90b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0020a975:\n lVar4 = uVar3 * 8;" statement_identifier : (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_002d9490(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002d9490(lVar4)" identifier = (cast_expression "(void *)FUN_002d9490(lVar4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;)) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" identifier = (binary_expression "lVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0020a888;" goto statement_identifier ;)) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0020a975;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0020a975;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_0020a8f8;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_0020a8f8;" goto statement_identifier ;)) (labeled_statement "LAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_0020a90b;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0020a90b;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }" { (labeled_statement "LAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_0020a906;" goto statement_identifier ;) })) }))) (expression_statement "FUN_002dac60(__src);" (call_expression "FUN_002dac60(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0020a90b:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;))) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) ;)) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }\n FUN_002dac60(__src);\nLAB_0020a90b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0020a840(undefined8 *param_1,void *param_2,undefined8 *param_3)" (identifier "FUN_0020a840") (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "void *param_2" (primitive_type "void") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }\n FUN_002dac60(__src);\nLAB_0020a90b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" ({ "{") (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "void *__dest_00;" (primitive_type "void") (pointer_declarator "*__dest_00" (* "*") (identifier "__dest_00")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" (identifier "pvVar1") (= "=") (cast_expression "(void *)param_1[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" (identifier "__src") (= "=") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" (identifier "__n") (= "=") (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src")))) (; ";")) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" (identifier "uVar2") (= "=") (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src"))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" (if "if") (parenthesized_expression "(uVar2 == 0)" (( "(") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 1;\nLAB_0020a975:\n lVar4 = uVar3 * 8;\nLAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_0020a975:\n lVar4 = uVar3 * 8;" (statement_identifier "LAB_0020a975") (: ":") (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" (identifier "lVar4") (= "=") (binary_expression "uVar3 * 8" (identifier "uVar3") (* "*") (number_literal "8"))) (; ";"))) (labeled_statement "LAB_0020a888:\n __dest_00 = (void *)FUN_002d9490(lVar4);" (statement_identifier "LAB_0020a888") (: ":") (expression_statement "__dest_00 = (void *)FUN_002d9490(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002d9490(lVar4)" (identifier "__dest_00") (= "=") (cast_expression "(void *)FUN_002d9490(lVar4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d9490(lVar4)" (identifier "FUN_002d9490") (argument_list "(lVar4)" (( "(") (identifier "lVar4") () ")"))))) (; ";"))) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" (identifier "lVar4") (= "=") (binary_expression "lVar4 + (long)__dest_00" (identifier "lVar4") (+ "+") (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" (else "else") (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0020a975;\n }" ({ "{") (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" (identifier "uVar3") (= "=") (binary_expression "uVar2 * 2" (identifier "uVar2") (* "*") (number_literal "2"))) (; ";")) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" (identifier "lVar4") (= "=") (number_literal "-8")) (; ";")) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888;" (if "if") (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" (( "(") (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" (( "(") (binary_expression "uVar3 < uVar2" (identifier "uVar3") (< "<") (identifier "uVar2")) () ")")) (|| "||") (parenthesized_expression "(0x1fffffffffffffff < uVar3)" (( "(") (binary_expression "0x1fffffffffffffff < uVar3" (number_literal "0x1fffffffffffffff") (< "<") (identifier "uVar3")) () ")"))) () ")")) (goto_statement "goto LAB_0020a888;" (goto "goto") (statement_identifier "LAB_0020a888") (; ";"))) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" (identifier "lVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" (identifier "__dest_00") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (uVar3 != 0) goto LAB_0020a975;" (if "if") (parenthesized_expression "(uVar3 != 0)" (( "(") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0020a975;" (goto "goto") (statement_identifier "LAB_0020a975") (; ";"))) (} "}")))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" (identifier "__dest") (= "=") (cast_expression "(void *)((long)__dest_00 + __n + 8)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n + 8)" (( "(") (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) (+ "+") (number_literal "8")) () ")")))) (; ";")) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" (* "*") (cast_expression "(undefined8 *)((long)__dest_00 + __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n)" (( "(") (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) () ")")))) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" (if "if") (parenthesized_expression "(param_2 == __src)" (( "(") (binary_expression "param_2 == __src" (identifier "param_2") (== "==") (identifier "__src")) () ")")) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0020a8f8;\nLAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;\n }" ({ "{") (if_statement "if (param_2 != pvVar1) goto LAB_0020a8f8;" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (goto_statement "goto LAB_0020a8f8;" (goto "goto") (statement_identifier "LAB_0020a8f8") (; ";"))) (labeled_statement "LAB_0020a906:\n if (__src == (void *)0x0) goto LAB_0020a90b;" (statement_identifier "LAB_0020a906") (: ":") (if_statement "if (__src == (void *)0x0) goto LAB_0020a90b;" (if "if") (parenthesized_expression "(__src == (void *)0x0)" (( "(") (binary_expression "__src == (void *)0x0" (identifier "__src") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0020a90b;" (goto "goto") (statement_identifier "LAB_0020a90b") (; ";")))) (} "}")) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" (else "else") (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }\n }" ({ "{") (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" (identifier "memmove") (argument_list "(__dest_00,__src,__n)" (( "(") (identifier "__dest_00") (, ",") (identifier "__src") (, ",") (identifier "__n") () ")"))) (; ";")) (if_statement "if (param_2 != pvVar1) {\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (compound_statement "{\nLAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0020a906;\n }" ({ "{") (labeled_statement "LAB_0020a8f8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (statement_identifier "LAB_0020a8f8") (: ":") (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" (identifier "memcpy") (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" (( "(") (identifier "__dest") (, ",") (identifier "param_2") (, ",") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) (; ";"))) (goto_statement "goto LAB_0020a906;" (goto "goto") (statement_identifier "LAB_0020a906") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_002dac60(__src);" (call_expression "FUN_002dac60(__src)" (identifier "FUN_002dac60") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (labeled_statement "LAB_0020a90b:\n *param_1 = __dest_00;" (statement_identifier "LAB_0020a90b") (: ":") (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "__dest_00")) (; ";"))) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (parenthesized_expression "((long)pvVar1 - (long)param_2)" (( "(") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")")))) (; ";")) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar4")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original name: _M_realloc_insert<gold::Output_data* const&> DWARF original prototype: void _M_realloc_insert<gold::Output_data*_const&>(vector<gold::Output_data*,_std::allocator<gold::Output_data*>_> * this, iterator __position, Output_data * * __args#0) */ void __thiscall std::vector<var_1::type_1*,var_2::allocator<var_1::type_1*>var_4>:: _M_realloc_insert<var_1::type_1*_const&> (vector<var_1::type_1*,var_2::allocator<var_1::type_1*>var_4> *this,iterator __position ,type_1 **__args_0) { void *__dest; type_1 **var_11; type_1 **var_10; type_2 var_5; type_3 __dest_00; size_t var_9; type_2 var_6; type_2 var_8; type_3 ppOVar5; var_11 = (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*var_3>var_4>var_3). _M_impl._M_finish; var_10 = (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*var_3>var_4>var_3). _M_impl._M_start; var_9 = (long)__position._M_current - (long)var_10; var_5 = (long)var_11 - (long)var_10 >> 3; if (var_5 == 0) { var_6 = 1; LAB_0020a975: var_8 = var_6 * 8; LAB_0020a888: __dest_00 = (type_3)var_7(var_8); ppOVar5 = (type_3)(var_8 + (long)__dest_00); } else { var_6 = var_5 * 2; var_8 = 0xfffffffffffffff8; if ((var_6 < var_5) || (0x1fffffffffffffff < var_6)) goto LAB_0020a888; ppOVar5 = (type_3)0x0; __dest_00 = (type_3)0x0; if (var_6 != 0) goto LAB_0020a975; } __dest = (void *)((long)__dest_00 + var_9 + 8); *(type_1 **)((long)__dest_00 + var_9) = *__args_0; if (__position._M_current == var_10) { if (__position._M_current != var_11) goto LAB_0020a8f8; LAB_0020a906: if (var_10 == (type_1 **)0x0) goto LAB_0020a90b; } else { var_12(__dest_00,var_10,var_9); if (__position._M_current != var_11) { LAB_0020a8f8: var_13(__dest,__position._M_current,(long)var_11 - (long)__position._M_current); goto LAB_0020a906; } } var_14(var_10); LAB_0020a90b: (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*var_3>var_4>var_3)._M_impl. _M_start = __dest_00; (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_4>var_3)._M_impl. _M_finish = (type_3)((long)__dest + ((long)var_11 - (long)__position._M_current)); (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_4>var_3)._M_impl. _M_end_of_storage = ppOVar5; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1,void *param_2,undefined8 *param_3) { void *__dest; void *pvVar1; void *__src; ulong uVar2; void *__dest_00; size_t __n; ulong uVar3; long lVar4; pvVar1 = (void *)param_1[1]; __src = (void *)*param_1; __n = (long)param_2 - (long)__src; uVar2 = (long)pvVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_0020a975: lVar4 = uVar3 * 8; LAB_0020a888: __dest_00 = (void *)FUN_002d9490(lVar4); lVar4 = lVar4 + (long)__dest_00; } else { uVar3 = uVar2 * 2; lVar4 = -8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0020a888; lVar4 = 0; __dest_00 = (void *)0x0; if (uVar3 != 0) goto LAB_0020a975; } __dest = (void *)((long)__dest_00 + __n + 8); *(undefined8 *)((long)__dest_00 + __n) = *param_3; if (param_2 == __src) { if (param_2 != pvVar1) goto LAB_0020a8f8; LAB_0020a906: if (__src == (void *)0x0) goto LAB_0020a90b; } else { memmove(__dest_00,__src,__n); if (param_2 != pvVar1) { LAB_0020a8f8: memcpy(__dest,param_2,(long)pvVar1 - (long)param_2); goto LAB_0020a906; } } FUN_002dac60(__src); LAB_0020a90b: *param_1 = __dest_00; param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2); param_1[2] = lVar4; return; }
656_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
gldelf_i386_before_parse
FUN_00136f90
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void gldelf_i386_before_parse(void) { ldfile_set_output_arch("i386",bfd_arch_i386); input_flags._0_1_ = input_flags._0_1_ | 0x20; config.has_shared = 1; config.separate_code = 0; link_info._0_8_ = link_info._0_8_ | 0x20000030000000; link_info.call_nop_byte = 'g'; return; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void FUN_00136f90(void) { FUN_0012a410("i386",8); DAT_002b5ec0 = DAT_002b5ec0 | 0x20; DAT_002b60c8 = 1; DAT_002b6104 = 0; _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000; DAT_002b5f48 = 0x67; return; }
SUB RSP,0x8 MOV ESI,0x8 LEA RDI,[0x1fc86e] CALL 0x0012a410 OR byte ptr [0x002b5ec0],0x20 MOV RAX,0x20000030000000 MOV dword ptr [0x002b60c8],0x1 MOV dword ptr [0x002b6104],0x0 OR qword ptr [0x002b5f40],RAX MOV byte ptr [0x002b5f48],0x67 ADD RSP,0x8 RET
null
null
null
null
[('const-1', u'COPY_-1207144497'), (u'COPY_-1207144459', u'COPY_-1207144410'), ('const-8', u'CALL_-1207144524'), ('const-2082926', u'COPY_-1207144463'), ('const-0', u'RETURN_-1207144427'), (u'INT_OR_-1207144495', u'COPY_-1207144414'), (u'CALL_-1207144524', u'INDIRECT_-1207144407'), (u'INDIRECT_-1207144413', u'INT_OR_-1207144446'), ('const-9007200060047360', u'INT_OR_-1207144446'), ('const-32', u'INT_OR_-1207144495'), (u'CALL_-1207144524', u'INDIRECT_-1207144409'), (u'CALL_-1207144524', u'INDIRECT_-1207144413'), ('const-0', u'COPY_-1207144486'), (u'CALL_-1207144524', u'INDIRECT_-1207144415'), (u'CALL_-1207144524', u'INDIRECT_-1207144411'), (u'COPY_-1207144497', u'COPY_-1207144408'), (u'INT_OR_-1207144446', u'COPY_-1207144412'), (u'COPY_-1207144486', u'COPY_-1207144406'), (u'COPY_-1207144463', u'CALL_-1207144524'), ('const-103', u'COPY_-1207144459'), (u'INDIRECT_-1207144415', u'INT_OR_-1207144495')]
[('const-1', u'COPY_-1207144497'), (u'COPY_-1207144459', u'COPY_-1207144411'), ('const-0', u'RETURN_-1207144427'), (u'COPY_-1207144464', u'CALL_-1207144524'), (u'CALL_-1207144524', u'INDIRECT_-1207144412'), (u'CALL_-1207144524', u'INDIRECT_-1207144416'), (u'INDIRECT_-1207144416', u'INT_OR_-1207144495'), (u'INT_OR_-1207144495', u'COPY_-1207144415'), (u'CALL_-1207144524', u'INDIRECT_-1207144410'), ('const-32', u'INT_OR_-1207144495'), ('const-0', u'COPY_-1207144486'), (u'INT_OR_-1207144446', u'COPY_-1207144413'), ('const-8', u'CALL_-1207144524'), (u'CALL_-1207144524', u'INDIRECT_-1207144408'), ('const-9007200060047360', u'INT_OR_-1207144446'), (u'COPY_-1207144497', u'COPY_-1207144409'), (u'CALL_-1207144524', u'INDIRECT_-1207144414'), ('const-103', u'COPY_-1207144459'), (u'COPY_-1207144486', u'COPY_-1207144407'), ('const-2082926', u'COPY_-1207144464'), (u'INDIRECT_-1207144414', u'INT_OR_-1207144446')]
null
null
00136f90
x64
O2
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_00136f90(void)\n\n{\n FUN_0012a410("i386",8);\n DAT_002b5ec0 = DAT_002b5ec0 | 0x20;\n DAT_002b60c8 = 1;\n DAT_002b6104 = 0;\n _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;\n DAT_002b5f48 = 0x67;\n return;\n}\n\n" comment (function_definition "void FUN_00136f90(void)\n\n{\n FUN_0012a410("i386",8);\n DAT_002b5ec0 = DAT_002b5ec0 | 0x20;\n DAT_002b60c8 = 1;\n DAT_002b6104 = 0;\n _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;\n DAT_002b5f48 = 0x67;\n return;\n}" primitive_type (function_declarator "FUN_00136f90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0012a410("i386",8);\n DAT_002b5ec0 = DAT_002b5ec0 | 0x20;\n DAT_002b60c8 = 1;\n DAT_002b6104 = 0;\n _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;\n DAT_002b5f48 = 0x67;\n return;\n}" { (expression_statement "FUN_0012a410("i386",8);" (call_expression "FUN_0012a410("i386",8)" identifier (argument_list "("i386",8)" ( (string_literal ""i386"" " string_content ") , number_literal ))) ;) (expression_statement "DAT_002b5ec0 = DAT_002b5ec0 | 0x20;" (assignment_expression "DAT_002b5ec0 = DAT_002b5ec0 | 0x20" identifier = (binary_expression "DAT_002b5ec0 | 0x20" identifier | number_literal)) ;) (expression_statement "DAT_002b60c8 = 1;" (assignment_expression "DAT_002b60c8 = 1" identifier = number_literal) ;) (expression_statement "DAT_002b6104 = 0;" (assignment_expression "DAT_002b6104 = 0" identifier = number_literal) ;) (expression_statement "_DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;" (assignment_expression "_DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000" identifier = (binary_expression "_DAT_002b5f40 | 0x20000030000000" identifier | number_literal)) ;) (expression_statement "DAT_002b5f48 = 0x67;" (assignment_expression "DAT_002b5f48 = 0x67" identifier = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gldelf_i386_before_parse(void)\n\n{\n ldfile_set_output_arch("i386",bfd_arch_i386);\n input_flags._0_1_ = input_flags._0_1_ | 0x20;\n config.has_shared = 1;\n config.separate_code = 0;\n link_info._0_8_ = link_info._0_8_ | 0x20000030000000;\n link_info.call_nop_byte = 'g';\n return;\n}\n\n" comment (function_definition "void gldelf_i386_before_parse(void)\n\n{\n ldfile_set_output_arch("i386",bfd_arch_i386);\n input_flags._0_1_ = input_flags._0_1_ | 0x20;\n config.has_shared = 1;\n config.separate_code = 0;\n link_info._0_8_ = link_info._0_8_ | 0x20000030000000;\n link_info.call_nop_byte = 'g';\n return;\n}" primitive_type (function_declarator "gldelf_i386_before_parse(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ldfile_set_output_arch("i386",bfd_arch_i386);\n input_flags._0_1_ = input_flags._0_1_ | 0x20;\n config.has_shared = 1;\n config.separate_code = 0;\n link_info._0_8_ = link_info._0_8_ | 0x20000030000000;\n link_info.call_nop_byte = 'g';\n return;\n}" { (expression_statement "ldfile_set_output_arch("i386",bfd_arch_i386);" (call_expression "ldfile_set_output_arch("i386",bfd_arch_i386)" identifier (argument_list "("i386",bfd_arch_i386)" ( (string_literal ""i386"" " string_content ") , identifier ))) ;) (expression_statement "input_flags._0_1_ = input_flags._0_1_ | 0x20;" (assignment_expression "input_flags._0_1_ = input_flags._0_1_ | 0x20" (field_expression "input_flags._0_1_" identifier . field_identifier) = (binary_expression "input_flags._0_1_ | 0x20" (field_expression "input_flags._0_1_" identifier . field_identifier) | number_literal)) ;) (expression_statement "config.has_shared = 1;" (assignment_expression "config.has_shared = 1" (field_expression "config.has_shared" identifier . field_identifier) = number_literal) ;) (expression_statement "config.separate_code = 0;" (assignment_expression "config.separate_code = 0" (field_expression "config.separate_code" identifier . field_identifier) = number_literal) ;) (expression_statement "link_info._0_8_ = link_info._0_8_ | 0x20000030000000;" (assignment_expression "link_info._0_8_ = link_info._0_8_ | 0x20000030000000" (field_expression "link_info._0_8_" identifier . field_identifier) = (binary_expression "link_info._0_8_ | 0x20000030000000" (field_expression "link_info._0_8_" identifier . field_identifier) | number_literal)) ;) (expression_statement "link_info.call_nop_byte = 'g';" (assignment_expression "link_info.call_nop_byte = 'g'" (field_expression "link_info.call_nop_byte" identifier . field_identifier) = (char_literal "'g'" ' character ')) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00136f90(void)\n\n{\n FUN_0012a410("i386",8);\n DAT_002b5ec0 = DAT_002b5ec0 | 0x20;\n DAT_002b60c8 = 1;\n DAT_002b6104 = 0;\n _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;\n DAT_002b5f48 = 0x67;\n return;\n}\n\n" (function_definition "void FUN_00136f90(void)\n\n{\n FUN_0012a410("i386",8);\n DAT_002b5ec0 = DAT_002b5ec0 | 0x20;\n DAT_002b60c8 = 1;\n DAT_002b6104 = 0;\n _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;\n DAT_002b5f48 = 0x67;\n return;\n}" primitive_type (function_declarator "FUN_00136f90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0012a410("i386",8);\n DAT_002b5ec0 = DAT_002b5ec0 | 0x20;\n DAT_002b60c8 = 1;\n DAT_002b6104 = 0;\n _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;\n DAT_002b5f48 = 0x67;\n return;\n}" { (expression_statement "FUN_0012a410("i386",8);" (call_expression "FUN_0012a410("i386",8)" identifier (argument_list "("i386",8)" ( (string_literal ""i386"" " string_content ") , number_literal ))) ;) (expression_statement "DAT_002b5ec0 = DAT_002b5ec0 | 0x20;" (assignment_expression "DAT_002b5ec0 = DAT_002b5ec0 | 0x20" identifier = (binary_expression "DAT_002b5ec0 | 0x20" identifier | number_literal)) ;) (expression_statement "DAT_002b60c8 = 1;" (assignment_expression "DAT_002b60c8 = 1" identifier = number_literal) ;) (expression_statement "DAT_002b6104 = 0;" (assignment_expression "DAT_002b6104 = 0" identifier = number_literal) ;) (expression_statement "_DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;" (assignment_expression "_DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000" identifier = (binary_expression "_DAT_002b5f40 | 0x20000030000000" identifier | number_literal)) ;) (expression_statement "DAT_002b5f48 = 0x67;" (assignment_expression "DAT_002b5f48 = 0x67" identifier = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (return_statement return ;) })))
(function_definition "void FUN_00136f90(void)\n\n{\n FUN_0012a410("i386",8);\n DAT_002b5ec0 = DAT_002b5ec0 | 0x20;\n DAT_002b60c8 = 1;\n DAT_002b6104 = 0;\n _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;\n DAT_002b5f48 = 0x67;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00136f90(void)" (identifier "FUN_00136f90") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_0012a410("i386",8);\n DAT_002b5ec0 = DAT_002b5ec0 | 0x20;\n DAT_002b60c8 = 1;\n DAT_002b6104 = 0;\n _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;\n DAT_002b5f48 = 0x67;\n return;\n}" ({ "{") (expression_statement "FUN_0012a410("i386",8);" (call_expression "FUN_0012a410("i386",8)" (identifier "FUN_0012a410") (argument_list "("i386",8)" (( "(") (string_literal ""i386"" (" """) (string_content "i386") (" """)) (, ",") (number_literal "8") () ")"))) (; ";")) (expression_statement "DAT_002b5ec0 = DAT_002b5ec0 | 0x20;" (assignment_expression "DAT_002b5ec0 = DAT_002b5ec0 | 0x20" (identifier "DAT_002b5ec0") (= "=") (binary_expression "DAT_002b5ec0 | 0x20" (identifier "DAT_002b5ec0") (| "|") (number_literal "0x20"))) (; ";")) (expression_statement "DAT_002b60c8 = 1;" (assignment_expression "DAT_002b60c8 = 1" (identifier "DAT_002b60c8") (= "=") (number_literal "1")) (; ";")) (expression_statement "DAT_002b6104 = 0;" (assignment_expression "DAT_002b6104 = 0" (identifier "DAT_002b6104") (= "=") (number_literal "0")) (; ";")) (expression_statement "_DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000;" (assignment_expression "_DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000" (identifier "_DAT_002b5f40") (= "=") (binary_expression "_DAT_002b5f40 | 0x20000030000000" (identifier "_DAT_002b5f40") (| "|") (number_literal "0x20000030000000"))) (; ";")) (expression_statement "DAT_002b5f48 = 0x67;" (assignment_expression "DAT_002b5f48 = 0x67" (identifier "DAT_002b5f48") (= "=") (number_literal "0x67")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { var_1("i386",bfd_arch_i386); input_flags._0_1_ = input_flags._0_1_ | 0x20; config.has_shared = 1; config.separate_code = 0; link_info._0_8_ = link_info._0_8_ | 0x20000030000000; link_info.call_nop_byte = 'g'; 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 (string_literal (string_content)) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (return_statement))))
null
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void MASKED(void) { FUN_0012a410("i386",8); DAT_002b5ec0 = DAT_002b5ec0 | 0x20; DAT_002b60c8 = 1; DAT_002b6104 = 0; _DAT_002b5f40 = _DAT_002b5f40 | 0x20000030000000; DAT_002b5f48 = 0x67; return; }
5475_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
do_section_entsize
FUN_002411d0
/* DWARF original prototype: uint64_t do_section_entsize(Sized_dynobj<32,_false> * this, uint param_1) */ uint64_t __thiscall gold::Sized_dynobj<32,_false>::do_section_entsize(Sized_dynobj<32,_false> *this,uint param_1) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dynobj.h",0xf3,"do_section_entsize"); }
void FUN_002411d0(void) { /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize"); }
SUB RSP,0x8 LEA RDX,[0x323dd0] MOV ESI,0xf3 LEA RDI,[0x30ea3b] CALL 0x0016cdf0
null
null
null
null
[(u'COPY_-1204088309', u'CALL_-1204088324'), ('const-1', u'RETURN_-1204088319'), ('const-243', u'CALL_-1204088324'), (u'COPY_-1204088308', u'CALL_-1204088324'), ('const-3205691', u'COPY_-1204088309'), ('const-3292624', u'COPY_-1204088308')]
[('const-3205691', u'COPY_-1204088311'), ('const-1', u'RETURN_-1204088319'), (u'COPY_-1204088311', u'CALL_-1204088324'), ('const-3292624', u'COPY_-1204088310'), ('const-243', u'CALL_-1204088324'), (u'COPY_-1204088310', u'CALL_-1204088324')]
null
null
002411d0
x64
O2
(translation_unit "void FUN_002411d0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}\n\n" (function_definition "void FUN_002411d0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}" primitive_type (function_declarator "FUN_002411d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}" { comment (expression_statement "FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");" (call_expression "FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize")" identifier (argument_list "("../../gold/dynobj.h",0xf3,"do_section_entsize")" ( (string_literal ""../../gold/dynobj.h"" " string_content ") , number_literal , (string_literal ""do_section_entsize"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: uint64_t do_section_entsize(Sized_dynobj<32,_false> * this, uint\n param_1) */\n\nuint64_t __thiscall\ngold::Sized_dynobj<32,_false>::do_section_entsize(Sized_dynobj<32,_false> *this,uint param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}\n\n" comment (ERROR "uint64_t __thiscall\ngold::Sized_dynobj<32,_false>::do_section_entsize(Sized_dynobj<32,_false> *this,uint param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.h",0xf3," primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_section_entsize(Sized_dynobj<32,_false> *this,uint param_1)\n\n{" identifier > : : (function_declarator "do_section_entsize(Sized_dynobj<32,_false> *this,uint param_1)" identifier (parameter_list "(Sized_dynobj<32,_false> *this,uint param_1)" ( (parameter_declaration "Sized_dynobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_1" type_identifier identifier) ))) {) comment identifier ( (string_literal ""../../gold/dynobj.h"" " string_content ") , number_literal ,) (expression_statement ""do_section_entsize");" (string_literal ""do_section_entsize"" " string_content ") (ERROR ")" )) ;) (ERROR "}" }))
(translation_unit "void FUN_002411d0(void)\n\n{\n \n FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}\n\n" (function_definition "void FUN_002411d0(void)\n\n{\n \n FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}" primitive_type (function_declarator "FUN_002411d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}" { (expression_statement "FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");" (call_expression "FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize")" identifier (argument_list "("../../gold/dynobj.h",0xf3,"do_section_entsize")" ( (string_literal ""../../gold/dynobj.h"" " string_content ") , number_literal , (string_literal ""do_section_entsize"" " 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_002411d0(void)\n\n{\n \n FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}" (primitive_type "void") (function_declarator "FUN_002411d0(void)" (identifier "FUN_002411d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");\n}" ({ "{") (expression_statement "FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize");" (call_expression "FUN_0016cdf0("../../gold/dynobj.h",0xf3,"do_section_entsize")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/dynobj.h",0xf3,"do_section_entsize")" (( "(") (string_literal ""../../gold/dynobj.h"" (" """) (string_content "../../gold/dynobj.h") (" """)) (, ",") (number_literal "0xf3") (, ",") (string_literal ""do_section_entsize"" (" """) (string_content "do_section_entsize") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: uint64_t do_section_entsize(Sized_dynobj<32,_false> * this, uint param_1) */ uint64_t __thiscall gold::Sized_dynobj<32,_false>::do_section_entsize(Sized_dynobj<32,_false> *this,uint param_1) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dynobj.h",0xf3,"do_section_entsize"); }
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/dynobj.h",0xf3,"do_section_entsize"); }
2930_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
read_header
FUN_001c7390
/* DWARF original prototype: off_t read_header(Archive * this, off_t off, bool cache, string * pname, off_t * nested_off) */ off_t __thiscall gold::Archive::read_header(Archive *this,off_t off,bool cache,string *pname,off_t *nested_off) { Archive_header *hdr; off_t oVar1; hdr = (Archive_header *)File_read::get_view(&this->input_file_->file_,0,off,0x3c,true,cache); oVar1 = interpret_header(this,hdr,off,pname,nested_off); return oVar1; }
void FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4, undefined8 param_5) { undefined8 uVar1; uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3); FUN_001c7040(param_1,uVar1,param_2,param_4,param_5); return; }
PUSH R13 MOVZX R9D,DL MOV R13,R8 MOV RDX,RSI PUSH R12 MOV R8D,0x1 MOV R12,RCX MOV ECX,0x3c PUSH RBP MOV RBP,RSI XOR ESI,ESI PUSH RBX MOV RBX,RDI SUB RSP,0x8 MOV RAX,qword ptr [RDI + 0x38] LEA RDI,[RAX + 0x28] CALL 0x001e43a0 ADD RSP,0x8 MOV R8,R13 MOV RCX,R12 MOV RDX,RBP MOV RDI,RBX MOV RSI,RAX POP RBX POP RBP POP R12 POP R13 JMP 0x001c7040
null
null
null
null
[('tmp_214', u'CALL_-1207733195'), (u'CALL_-1207733195', u'RETURN_-1207733191'), ('tmp_211', u'CALL_-1207733195'), ('const-0', u'CALL_-1207733256'), ('const-0', u'RETURN_-1207733191'), ('tmp_212', u'CALL_-1207733195'), (u'PTRSUB_-1207733102', u'LOAD_-1207733275'), ('const-56', u'PTRSUB_-1207733102'), (u'LOAD_-1207733275', u'PTRSUB_-1207733097'), ('const-60', u'CALL_-1207733256'), ('tmp_213', u'CALL_-1207733256'), (u'CAST_-1207733094', u'CALL_-1207733195'), ('tmp_211', u'PTRSUB_-1207733102'), (u'PTRSUB_-1207733097', u'CALL_-1207733256'), ('const-433', u'LOAD_-1207733275'), ('const-40', u'PTRSUB_-1207733097'), ('tmp_215', u'CALL_-1207733195'), ('const-1', u'CALL_-1207733256'), ('tmp_212', u'CALL_-1207733256'), (u'CALL_-1207733256', u'CAST_-1207733094')]
[('const-1', u'CALL_-1207733256'), (u'INT_ADD_-1207733252', u'CALL_-1207733256'), ('const-56', u'INT_ADD_-1207733259'), (u'CAST_-1207733108', u'LOAD_-1207733275'), ('tmp_347', u'CALL_-1207733195'), ('const-0', u'RETURN_-1207733191'), ('const-40', u'INT_ADD_-1207733252'), ('tmp_353', u'CALL_-1207733195'), ('tmp_362', u'CALL_-1207733256'), ('const-60', u'CALL_-1207733256'), (u'INT_ADD_-1207733259', u'CAST_-1207733108'), ('tmp_349', u'CALL_-1207733195'), ('tmp_346', u'CALL_-1207733195'), ('tmp_347', u'CALL_-1207733256'), ('tmp_353', u'INT_ADD_-1207733259'), (u'CALL_-1207733256', u'CALL_-1207733195'), (u'LOAD_-1207733275', u'INT_ADD_-1207733252'), ('const-433', u'LOAD_-1207733275'), ('const-0', u'CALL_-1207733256')]
null
null
001c7390
x64
O2
(translation_unit "void FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);\n FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);\n return;\n}\n\n" (function_definition "void FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);\n FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);\n return;\n}" primitive_type (function_declarator "FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined1 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n \n uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);\n FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);" (assignment_expression "uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" identifier = (call_expression "FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" identifier (argument_list "(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" ( (binary_expression "*(long *)(param_1 + 0x38) + 0x28" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal) , number_literal , identifier , number_literal , number_literal , identifier )))) ;) (expression_statement "FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);" (call_expression "FUN_001c7040(param_1,uVar1,param_2,param_4,param_5)" identifier (argument_list "(param_1,uVar1,param_2,param_4,param_5)" ( identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: off_t read_header(Archive * this, off_t off, bool cache, string *\n pname, off_t * nested_off) */\n\noff_t __thiscall\ngold::Archive::read_header(Archive *this,off_t off,bool cache,string *pname,off_t *nested_off)\n\n{\n Archive_header *hdr;\n off_t oVar1;\n \n hdr = (Archive_header *)File_read::get_view(&this->input_file_->file_,0,off,0x3c,true,cache);\n oVar1 = interpret_header(this,hdr,off,pname,nested_off);\n return oVar1;\n}\n\n" comment (function_definition "off_t __thiscall\ngold::Archive::read_header(Archive *this,off_t off,bool cache,string *pname,off_t *nested_off)\n\n{\n Archive_header *hdr;\n off_t oVar1;\n \n hdr = (Archive_header *)File_read::get_view(&this->input_file_->file_,0,off,0x3c,true,cache);\n oVar1 = interpret_header(this,hdr,off,pname,nested_off);\n return oVar1;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Archive::" identifier : : identifier : :) (function_declarator "read_header(Archive *this,off_t off,bool cache,string *pname,off_t *nested_off)" identifier (parameter_list "(Archive *this,off_t off,bool cache,string *pname,off_t *nested_off)" ( (parameter_declaration "Archive *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "off_t off" type_identifier identifier) , (parameter_declaration "bool cache" primitive_type identifier) , (parameter_declaration "string *pname" type_identifier (pointer_declarator "*pname" * identifier)) , (parameter_declaration "off_t *nested_off" type_identifier (pointer_declarator "*nested_off" * identifier)) ))) (compound_statement "{\n Archive_header *hdr;\n off_t oVar1;\n \n hdr = (Archive_header *)File_read::get_view(&this->input_file_->file_,0,off,0x3c,true,cache);\n oVar1 = interpret_header(this,hdr,off,pname,nested_off);\n return oVar1;\n}" { (declaration "Archive_header *hdr;" type_identifier (pointer_declarator "*hdr" * identifier) ;) (declaration "off_t oVar1;" type_identifier identifier ;) (ERROR "hdr = (Archive_header *)File_read::" (assignment_expression "hdr = (Archive_header *)File_read" identifier = (cast_expression "(Archive_header *)File_read" ( (type_descriptor "Archive_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (expression_statement "get_view(&this->input_file_->file_,0,off,0x3c,true,cache);" (call_expression "get_view(&this->input_file_->file_,0,off,0x3c,true,cache)" identifier (argument_list "(&this->input_file_->file_,0,off,0x3c,true,cache)" ( (pointer_expression "&this->input_file_->file_" & (field_expression "this->input_file_->file_" (field_expression "this->input_file_" identifier -> field_identifier) -> field_identifier)) , number_literal , identifier , number_literal , true , identifier ))) ;) (expression_statement "oVar1 = interpret_header(this,hdr,off,pname,nested_off);" (assignment_expression "oVar1 = interpret_header(this,hdr,off,pname,nested_off)" identifier = (call_expression "interpret_header(this,hdr,off,pname,nested_off)" identifier (argument_list "(this,hdr,off,pname,nested_off)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return oVar1;" return identifier ;) })))
(translation_unit "void FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);\n FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);\n return;\n}\n\n" (function_definition "void FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);\n FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);\n return;\n}" primitive_type (function_declarator "FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined1 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n \n uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);\n FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);" (assignment_expression "uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" identifier = (call_expression "FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" identifier (argument_list "(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" ( (binary_expression "*(long *)(param_1 + 0x38) + 0x28" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal) , number_literal , identifier , number_literal , number_literal , identifier )))) ;) (expression_statement "FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);" (call_expression "FUN_001c7040(param_1,uVar1,param_2,param_4,param_5)" identifier (argument_list "(param_1,uVar1,param_2,param_4,param_5)" ( identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , LIT , IDENT , LIT , LIT , IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);\n FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001c7390(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)" (identifier "FUN_001c7390") (parameter_list "(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4,\n undefined8 param_5)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined1 param_3" (type_identifier "undefined1") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n \n uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);\n FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3);" (assignment_expression "uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" (identifier "uVar1") (= "=") (call_expression "FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" (identifier "FUN_001e43a0") (argument_list "(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3)" (( "(") (binary_expression "*(long *)(param_1 + 0x38) + 0x28" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (number_literal "0x28")) (, ",") (number_literal "0") (, ",") (identifier "param_2") (, ",") (number_literal "0x3c") (, ",") (number_literal "1") (, ",") (identifier "param_3") () ")")))) (; ";")) (expression_statement "FUN_001c7040(param_1,uVar1,param_2,param_4,param_5);" (call_expression "FUN_001c7040(param_1,uVar1,param_2,param_4,param_5)" (identifier "FUN_001c7040") (argument_list "(param_1,uVar1,param_2,param_4,param_5)" (( "(") (identifier "param_1") (, ",") (identifier "uVar1") (, ",") (identifier "param_2") (, ",") (identifier "param_4") (, ",") (identifier "param_5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: off_t read_header(Archive * this, off_t off, bool cache, string * pname, off_t * nested_off) */ type_1 __thiscall gold::type_2::function_1(type_2 *this,type_1 off,bool cache,type_3 *pname,type_1 *nested_off) { type_4 *hdr; type_1 oVar1; hdr = (type_4 *)File_read::var_1(&this->input_file_->file_,0,off,0x3c,true,cache); oVar1 = var_2(this,hdr,off,pname,nested_off); return oVar1; }
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)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) (number_literal) (identifier) (number_literal) (number_literal) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement))))
null
void MASKED(long param_1,undefined8 param_2,undefined1 param_3,undefined8 param_4, undefined8 param_5) { undefined8 uVar1; uVar1 = FUN_001e43a0(*(long *)(param_1 + 0x38) + 0x28,0,param_2,0x3c,1,param_3); FUN_001c7040(param_1,uVar1,param_2,param_4,param_5); return; }
9374_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
output_symtab_index
FUN_00413630
/* DWARF original prototype: uint output_symtab_index(Symbol_value<64> * this) */ uint __thiscall gold::Symbol_value<64>::output_symtab_index(Symbol_value<64> *this) { uint uVar1; uVar1 = this->output_symtab_index_; if ((uVar1 != 0 && uVar1 != 0xfffffffe) && (uVar1 != 0xffffffff)) { return uVar1; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x704,"output_symtab_index"); }
void FUN_00413630(int *param_1) { int iVar1; iVar1 = *param_1; if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) { return; } /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index"); }
MOV EAX,dword ptr [RDI] TEST EAX,EAX SETNZ CL CMP EAX,-0x2 SETNZ DL TEST CL,DL JZ 0x00413647 CMP EAX,-0x1 JZ 0x00413647 RET PUSH RAX LEA RDX,[0x57dcb0] MOV ESI,0x704 LEA RDI,[0x5333ac] CALL 0x00352af0
null
null
null
null
[(u'LOAD_-1201785294', u'INT_NOTEQUAL_-1201785226'), ('const-1796', u'CALL_-1201785188'), (u'COPY_-1201785132', u'CALL_-1201785188'), (u'BOOL_AND_-1201785127', u'CBRANCH_-1201785241'), ('const-1', u'RETURN_-1201785183'), ('const-5452716', u'COPY_-1201785133'), ('tmp_91', u'CBRANCH_-1201785241'), ('const-4294967295', u'INT_NOTEQUAL_-1201785226'), ('const-0', u'INT_NOTEQUAL_-1201785275'), (u'INT_NOTEQUAL_-1201785226', u'CBRANCH_-1201785225'), ('const-4294967294', u'INT_NOTEQUAL_-1201785258'), (u'COPY_-1201785133', u'CALL_-1201785188'), ('const-5758128', u'COPY_-1201785132'), ('tmp_161', u'PTRSUB_-1201785109'), (u'INT_NOTEQUAL_-1201785258', u'BOOL_AND_-1201785127'), ('tmp_121', u'CBRANCH_-1201785225'), (u'PTRSUB_-1201785109', u'LOAD_-1201785294'), ('const-433', u'LOAD_-1201785294'), ('const-0', u'RETURN_-1201785215'), (u'LOAD_-1201785294', u'INT_NOTEQUAL_-1201785258'), (u'LOAD_-1201785294', u'COPY_-1201785212'), (u'LOAD_-1201785294', u'INT_NOTEQUAL_-1201785275'), (u'INT_NOTEQUAL_-1201785275', u'BOOL_AND_-1201785127'), ('const-0', u'PTRSUB_-1201785109'), (u'COPY_-1201785212', u'RETURN_-1201785215')]
[(u'INT_NOTEQUAL_-1201785275', u'BOOL_AND_-1201785129'), (u'LOAD_-1201785294', u'INT_NOTEQUAL_-1201785226'), ('tmp_121', u'CBRANCH_-1201785225'), ('const-4294967294', u'INT_NOTEQUAL_-1201785258'), ('const-0', u'RETURN_-1201785215'), (u'COPY_-1201785135', u'CALL_-1201785188'), (u'LOAD_-1201785294', u'INT_NOTEQUAL_-1201785258'), ('const-1', u'RETURN_-1201785183'), (u'LOAD_-1201785294', u'INT_NOTEQUAL_-1201785275'), ('tmp_91', u'CBRANCH_-1201785241'), ('const-4294967295', u'INT_NOTEQUAL_-1201785226'), ('const-0', u'INT_NOTEQUAL_-1201785275'), ('const-5452716', u'COPY_-1201785135'), ('const-433', u'LOAD_-1201785294'), ('tmp_263', u'LOAD_-1201785294'), (u'COPY_-1201785134', u'CALL_-1201785188'), (u'INT_NOTEQUAL_-1201785226', u'CBRANCH_-1201785225'), (u'BOOL_AND_-1201785129', u'CBRANCH_-1201785241'), (u'INT_NOTEQUAL_-1201785258', u'BOOL_AND_-1201785129'), ('const-1796', u'CALL_-1201785188'), ('const-5758128', u'COPY_-1201785134')]
null
null
00413630
x64
O2
(translation_unit "void FUN_00413630(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");\n}\n\n" (function_definition "void FUN_00413630(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");\n}" primitive_type (function_declarator "FUN_00413630(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = *param_1;\n if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = *param_1;" (assignment_expression "iVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }" if (parenthesized_expression "((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1))" ( (binary_expression "(iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)" (parenthesized_expression "(iVar1 != 0 && iVar1 != -2)" ( (binary_expression "iVar1 != 0 && iVar1 != -2" (binary_expression "iVar1 != 0" identifier != number_literal) && (binary_expression "iVar1 != -2" identifier != number_literal)) )) && (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) ))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");" (call_expression "FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index")" identifier (argument_list "("../../gold/object.h",0x704,"output_symtab_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_symtab_index"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: uint output_symtab_index(Symbol_value<64> * this) */\n\nuint __thiscall gold::Symbol_value<64>::output_symtab_index(Symbol_value<64> *this)\n\n{\n uint uVar1;\n \n uVar1 = this->output_symtab_index_;\n if ((uVar1 != 0 && uVar1 != 0xfffffffe) && (uVar1 != 0xffffffff)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x704,"output_symtab_index");\n}\n\n" comment (function_definition "uint __thiscall gold::Symbol_value<64>::output_symtab_index(Symbol_value<64> *this)\n\n{\n uint uVar1;\n \n uVar1 = this->output_symtab_index_;\n if ((uVar1 != 0 && uVar1 != 0xfffffffe) && (uVar1 != 0xffffffff)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x704,"output_symtab_index");\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Symbol_value<64>::" identifier : : identifier < number_literal > : :) (function_declarator "output_symtab_index(Symbol_value<64> *this)" identifier (parameter_list "(Symbol_value<64> *this)" ( (parameter_declaration "Symbol_value<64> *this" type_identifier (ERROR "<64>" < number_literal >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n uint uVar1;\n \n uVar1 = this->output_symtab_index_;\n if ((uVar1 != 0 && uVar1 != 0xfffffffe) && (uVar1 != 0xffffffff)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x704,"output_symtab_index");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = this->output_symtab_index_;" (assignment_expression "uVar1 = this->output_symtab_index_" identifier = (field_expression "this->output_symtab_index_" identifier -> field_identifier)) ;) (if_statement "if ((uVar1 != 0 && uVar1 != 0xfffffffe) && (uVar1 != 0xffffffff)) {\n return uVar1;\n }" if (parenthesized_expression "((uVar1 != 0 && uVar1 != 0xfffffffe) && (uVar1 != 0xffffffff))" ( (binary_expression "(uVar1 != 0 && uVar1 != 0xfffffffe) && (uVar1 != 0xffffffff)" (parenthesized_expression "(uVar1 != 0 && uVar1 != 0xfffffffe)" ( (binary_expression "uVar1 != 0 && uVar1 != 0xfffffffe" (binary_expression "uVar1 != 0" identifier != number_literal) && (binary_expression "uVar1 != 0xfffffffe" identifier != number_literal)) )) && (parenthesized_expression "(uVar1 != 0xffffffff)" ( (binary_expression "uVar1 != 0xffffffff" identifier != number_literal) ))) )) (compound_statement "{\n return uVar1;\n }" { (return_statement "return uVar1;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x704,"output_symtab_index");" (call_expression "do_gold_unreachable("../../gold/object.h",0x704,"output_symtab_index")" identifier (argument_list "("../../gold/object.h",0x704,"output_symtab_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_symtab_index"" " string_content ") ))) ;) })))
(translation_unit "void FUN_00413630(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }\n \n FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");\n}\n\n" (function_definition "void FUN_00413630(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }\n \n FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");\n}" primitive_type (function_declarator "FUN_00413630(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = *param_1;\n if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }\n \n FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = *param_1;" (assignment_expression "iVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }" if (parenthesized_expression "((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1))" ( (binary_expression "(iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)" (parenthesized_expression "(iVar1 != 0 && iVar1 != -2)" ( (binary_expression "iVar1 != 0 && iVar1 != -2" (binary_expression "iVar1 != 0" identifier != number_literal) && (binary_expression "iVar1 != -2" identifier != number_literal)) )) && (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) ))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");" (call_expression "FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index")" identifier (argument_list "("../../gold/object.h",0x704,"output_symtab_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_symtab_index"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != LIT)) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_00413630(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }\n \n FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");\n}" (primitive_type "void") (function_declarator "FUN_00413630(int *param_1)" (identifier "FUN_00413630") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = *param_1;\n if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }\n \n FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = *param_1;" (assignment_expression "iVar1 = *param_1" (identifier "iVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) {\n return;\n }" (if "if") (parenthesized_expression "((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1))" (( "(") (binary_expression "(iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)" (parenthesized_expression "(iVar1 != 0 && iVar1 != -2)" (( "(") (binary_expression "iVar1 != 0 && iVar1 != -2" (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) (&& "&&") (binary_expression "iVar1 != -2" (identifier "iVar1") (!= "!=") (number_literal "-2"))) () ")")) (&& "&&") (parenthesized_expression "(iVar1 != -1)" (( "(") (binary_expression "iVar1 != -1" (identifier "iVar1") (!= "!=") (number_literal "-1")) () ")"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index");" (call_expression "FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index")" (identifier "FUN_00352af0") (argument_list "("../../gold/object.h",0x704,"output_symtab_index")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x704") (, ",") (string_literal ""output_symtab_index"" (" """) (string_content "output_symtab_index") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: uint output_symtab_index(Symbol_value<64> * this) */ type_1 __thiscall gold::type_2<64>::function_1(type_2<64> *this) { type_1 var_1; var_1 = this->output_symtab_index_; if ((var_1 != 0 && var_1 != 0xfffffffe) && (var_1 != 0xffffffff)) { return var_1; } /* WARNING: Subroutine does not return */ var_2("../../gold/object.h",0x704,"output_symtab_index"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(int *param_1) { int iVar1; iVar1 = *param_1; if ((iVar1 != 0 && iVar1 != -2) && (iVar1 != -1)) { return; } /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/object.h",0x704,"output_symtab_index"); }
345_ia64-linux-gnu-objcopy_and_ia64-linux-gnu-objcopy_strip.c
stab_function_type
FUN_00119fa0
bfd_boolean stab_function_type(void *p,int argcount,bfd_boolean varargs) { bfd_boolean bVar1; char *pcVar2; size_t sVar3; char *__s; int iVar4; stab_write_handle *info; iVar4 = 0; if (0 < argcount) { do { while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) { pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60)); iVar4 = iVar4 + 1; free(pcVar2); if (argcount == iVar4) goto LAB_0011a04b; } pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60)); sVar3 = strlen(pcVar2); __s = (char *)xmalloc(sVar3 + 3); sprintf(__s,":t%s",pcVar2); free(pcVar2); bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s); if (bVar1 == 0) { return 0; } iVar4 = iVar4 + 1; free(__s); } while (argcount != iVar4); } LAB_0011a04b: bVar1 = stab_modify_type((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188), (size_t *)((long)p + 400)); return bVar1; }
undefined8 FUN_00119fa0(long param_1,int param_2) { int iVar1; void *__ptr; char *__s; size_t sVar2; char *__s_00; undefined8 uVar3; int iVar4; iVar4 = 0; if (0 < param_2) { do { while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) { __ptr = (void *)FUN_00118930(param_1 + 0x60); iVar4 = iVar4 + 1; free(__ptr); if (param_2 == iVar4) goto LAB_0011a04b; } __s = (char *)FUN_00118930(param_1 + 0x60); sVar2 = strlen(__s); __s_00 = (char *)xmalloc(sVar2 + 3); sprintf(__s_00,":t%s",__s); free(__s); iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00); if (iVar1 == 0) { return 0; } iVar4 = iVar4 + 1; free(__s_00); } while (param_2 != iVar4); } LAB_0011a04b: uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400); return uVar3; }
PUSH R15 LEA R15,[RDI + 0x60] PUSH R14 MOV R14D,ESI PUSH R13 MOV R13,RDI PUSH R12 PUSH RBP PUSH RBX XOR EBX,EBX SUB RSP,0x8 TEST ESI,ESI JG 0x00119fdd JMP 0x0011a04b CALL 0x00118930 ADD EBX,0x1 MOV RDI,RAX CALL 0x00104920 CMP R14D,EBX JZ 0x0011a04b MOV RAX,qword ptr [R13 + 0x60] MOV RDI,R15 MOV EAX,dword ptr [RAX + 0x1c] TEST EAX,EAX JZ 0x00119fc8 CALL 0x00118930 MOV RDI,RAX MOV RBP,RAX CALL 0x00104260 LEA RDI,[RAX + 0x3] CALL 0x00104370 MOV RDX,RBP LEA RSI,[0x123fe0] MOV RDI,RAX MOV R12,RAX XOR EAX,EAX CALL 0x00104820 MOV RDI,RBP CALL 0x00104920 XOR ECX,ECX XOR EDX,EDX MOV R8,R12 MOV ESI,0x80 MOV RDI,R13 CALL 0x00118330 TEST EAX,EAX JZ 0x0011a080 MOV RDI,R12 ADD EBX,0x1 CALL 0x00104920 CMP R14D,EBX JNZ 0x00119fdd ADD RSP,0x8 LEA RCX,[R13 + 0x188] MOV RDI,R13 XOR EDX,EDX POP RBX LEA R8,[R13 + 0x190] POP RBP MOV ESI,0x66 POP R12 POP R13 POP R14 POP R15 JMP 0x00119cf0 ADD RSP,0x8 XOR EAX,EAX POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET
null
null
null
null
[(u'INT_ADD_-1207000941', u'CALL_-1207000945'), (u'CALL_-1207000959', u'INT_ADD_-1207000941'), (u'CALL_-1207000863', u'COPY_-1207000572'), (u'CAST_-1207000340', u'INT_ADD_-1207001160'), (u'LOAD_-1207001002', u'INT_EQUAL_-1207000983'), ('tmp_799', u'INT_NOTEQUAL_-1207000792'), (u'INT_NOTEQUAL_-1207000792', u'CBRANCH_-1207000790'), (u'CALL_-1207000975', u'CALL_-1207000893'), (u'CAST_-1207000242', u'CALL_-1207000847'), (u'CAST_-1207000144', u'CALL_-1207000863'), ('const-0', u'COPY_-1207000540'), ('tmp_798', u'CAST_-1207000279'), ('const-400', u'INT_ADD_-1207000895'), (u'INT_EQUAL_-1207000983', u'CBRANCH_-1207000982'), ('const-1196000', u'COPY_-1207000291'), ('tmp_143', u'CBRANCH_-1207001097'), (u'CAST_-1207000242', u'CALL_-1207000808'), ('const-3', u'INT_ADD_-1207000941'), ('const-1', u'INT_ADD_-1207000809'), (u'INT_ADD_-1207000848', u'MULTIEQUAL_-1207000402'), ('const-1', u'INT_ADD_-1207000848'), ('tmp_496', u'CBRANCH_-1207000832'), (u'CAST_-1207000160', u'INT_ADD_-1207000925'), (u'INT_EQUAL_-1207000828', u'CBRANCH_-1207000826'), (u'MULTIEQUAL_-1207000402', u'INT_ADD_-1207000809'), (u'CAST_-1207000270', u'LOAD_-1207001002'), ('const-433', u'LOAD_-1207001002'), ('tmp_798', u'CAST_-1207000160'), (u'CALL_-1207000975', u'CALL_-1207000959'), ('const-96', u'INT_ADD_-1207001160'), (u'INT_ADD_-1207000986', u'CAST_-1207000270'), (u'INT_ADD_-1207000925', u'CAST_-1207000159'), ('const-0', u'CALL_-1207000863'), ('tmp_798', u'CAST_-1207000122'), (u'CALL_-1207000847', u'INT_EQUAL_-1207000833'), (u'CAST_-1207000159', u'CALL_-1207000863'), (u'CALL_-1207000945', u'CAST_-1207000242'), ('const-102', u'CALL_-1207000863'), (u'INT_ADD_-1207000997', u'CAST_-1207000278'), ('const-0', u'COPY_-1207000499'), ('const-0', u'CALL_-1207000847'), (u'COPY_-1207000572', u'RETURN_-1207000859'), ('tmp_761', u'CBRANCH_-1207000826'), ('const-0', u'RETURN_-1207000859'), ('const-28', u'INT_ADD_-1207000986'), (u'CALL_-1207000868', u'CALL_-1207000843'), (u'CAST_-1207000242', u'CALL_-1207000905'), ('tmp_799', u'INT_SLESS_-1207001090'), (u'INT_EQUAL_-1207000833', u'CBRANCH_-1207000832'), (u'COPY_-1207000291', u'CALL_-1207000905'), (u'INT_SLESS_-1207001090', u'CBRANCH_-1207001097'), ('tmp_566', u'CBRANCH_-1207000790'), ('tmp_798', u'CAST_-1207000190'), (u'CAST_-1207000145', u'INT_ADD_-1207000895'), (u'INT_ADD_-1207000848', u'INT_EQUAL_-1207000828'), ('tmp_799', u'INT_EQUAL_-1207000828'), ('const-128', u'CALL_-1207000847'), ('const-96', u'INT_ADD_-1207000997'), (u'INT_ADD_-1207000809', u'INT_NOTEQUAL_-1207000792'), ('const-392', u'INT_ADD_-1207000925'), ('const-0', u'INT_SLESS_-1207001090'), (u'INT_ADD_-1207000895', u'CAST_-1207000144'), (u'INT_ADD_-1207000809', u'MULTIEQUAL_-1207000402'), ('tmp_319', u'CBRANCH_-1207000982'), (u'CALL_-1207000975', u'CALL_-1207000905'), (u'CAST_-1207000190', u'CALL_-1207000847'), (u'INT_ADD_-1207001160', u'CAST_-1207000339'), (u'CAST_-1207000278', u'LOAD_-1207001013'), (u'CAST_-1207000279', u'INT_ADD_-1207000997'), (u'COPY_-1207000499', u'MULTIEQUAL_-1207000402'), (u'LOAD_-1207001013', u'INT_ADD_-1207000986'), (u'CAST_-1207000339', u'CALL_-1207000975'), (u'COPY_-1207000540', u'RETURN_-1207000668'), ('tmp_798', u'CAST_-1207000340'), (u'CAST_-1207000339', u'CALL_-1207000868'), ('tmp_798', u'CAST_-1207000145'), ('const-0', u'INT_EQUAL_-1207000983'), ('const-0', u'RETURN_-1207000668'), (u'MULTIEQUAL_-1207000402', u'INT_ADD_-1207000848'), ('const-433', u'LOAD_-1207001013'), ('const-0', u'CALL_-1207000847'), (u'CAST_-1207000122', u'CALL_-1207000863'), ('const-0', u'INT_EQUAL_-1207000833')]
[(u'INT_ADD_-1207000941', u'CALL_-1207000945'), (u'CALL_-1207000959', u'INT_ADD_-1207000941'), (u'INT_ADD_-1207001160', u'CALL_-1207000868'), (u'CAST_-1207000260', u'CALL_-1207000847'), ('tmp_1747', u'INT_ADD_-1207001160'), (u'LOAD_-1207001002', u'INT_EQUAL_-1207000983'), (u'INT_ADD_-1207000848', u'MULTIEQUAL_-1207000414'), (u'INT_NOTEQUAL_-1207000792', u'CBRANCH_-1207000790'), (u'INT_ADD_-1207001160', u'CALL_-1207000975'), ('const-400', u'INT_ADD_-1207000895'), (u'INT_EQUAL_-1207000983', u'CBRANCH_-1207000982'), ('tmp_143', u'CBRANCH_-1207001097'), ('const-3', u'INT_ADD_-1207000941'), (u'COPY_-1207000722', u'RETURN_-1207000668'), ('const-1', u'INT_ADD_-1207000809'), ('const-102', u'CALL_-1207000863'), ('const-0', u'CALL_-1207000847'), ('const-1', u'INT_ADD_-1207000848'), (u'CALL_-1207000975', u'CAST_-1207000281'), ('tmp_496', u'CBRANCH_-1207000832'), (u'INT_EQUAL_-1207000828', u'CBRANCH_-1207000826'), ('const-433', u'LOAD_-1207001002'), ('const-433', u'LOAD_-1207001013'), ('const-0', u'CALL_-1207000863'), (u'MULTIEQUAL_-1207000414', u'INT_ADD_-1207000848'), ('tmp_1747', u'INT_ADD_-1207000925'), ('const-96', u'INT_ADD_-1207001160'), ('tmp_1796', u'INT_SLESS_-1207001090'), (u'CAST_-1207000281', u'CALL_-1207000905'), ('const-0', u'CALL_-1207000847'), ('const-0', u'COPY_-1207000722'), (u'INT_ADD_-1207000809', u'MULTIEQUAL_-1207000414'), (u'CALL_-1207000847', u'INT_EQUAL_-1207000833'), ('const-0', u'COPY_-1207000511'), (u'CALL_-1207000945', u'CAST_-1207000260'), (u'CAST_-1207000281', u'CALL_-1207000893'), ('const-128', u'CALL_-1207000847'), ('tmp_761', u'CBRANCH_-1207000826'), ('tmp_1747', u'INT_ADD_-1207000997'), (u'COPY_-1207000307', u'CALL_-1207000905'), ('const-0', u'RETURN_-1207000859'), ('const-28', u'INT_ADD_-1207000986'), (u'CAST_-1207000260', u'CALL_-1207000808'), ('tmp_1796', u'INT_EQUAL_-1207000828'), (u'CAST_-1207000260', u'CALL_-1207000905'), (u'INT_EQUAL_-1207000833', u'CBRANCH_-1207000832'), (u'INT_SLESS_-1207001090', u'CBRANCH_-1207001097'), ('tmp_566', u'CBRANCH_-1207000790'), (u'INT_ADD_-1207000895', u'CALL_-1207000863'), (u'INT_ADD_-1207000848', u'INT_EQUAL_-1207000828'), (u'CAST_-1207000289', u'LOAD_-1207001002'), ('const-96', u'INT_ADD_-1207000997'), (u'INT_ADD_-1207000809', u'INT_NOTEQUAL_-1207000792'), ('const-392', u'INT_ADD_-1207000925'), (u'CAST_-1207000297', u'LOAD_-1207001013'), (u'CAST_-1207000314', u'CALL_-1207000843'), (u'INT_ADD_-1207000997', u'CAST_-1207000297'), (u'CAST_-1207000281', u'CALL_-1207000959'), ('tmp_1747', u'INT_ADD_-1207000895'), (u'INT_ADD_-1207000925', u'CALL_-1207000863'), ('tmp_1747', u'CALL_-1207000847'), (u'MULTIEQUAL_-1207000414', u'INT_ADD_-1207000809'), ('tmp_319', u'CBRANCH_-1207000982'), ('const-0', u'INT_SLESS_-1207001090'), (u'COPY_-1207000511', u'MULTIEQUAL_-1207000414'), (u'CALL_-1207000863', u'RETURN_-1207000859'), (u'LOAD_-1207001013', u'INT_ADD_-1207000986'), ('const-0', u'INT_EQUAL_-1207000983'), ('tmp_1796', u'INT_NOTEQUAL_-1207000792'), ('const-0', u'RETURN_-1207000668'), ('tmp_1747', u'CALL_-1207000863'), (u'INT_ADD_-1207000986', u'CAST_-1207000289'), (u'CALL_-1207000868', u'CAST_-1207000314'), ('const-0', u'INT_EQUAL_-1207000833'), ('const-1196000', u'COPY_-1207000307')]
null
null
00119fa0
x64
O2
(translation_unit "undefined8 FUN_00119fa0(long param_1,int param_2)\n\n{\n int iVar1;\n void *__ptr;\n char *__s;\n size_t sVar2;\n char *__s_00;\n undefined8 uVar3;\n int iVar4;\n \n iVar4 = 0;\n if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }\nLAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);\n return uVar3;\n}\n\n" (function_definition "undefined8 FUN_00119fa0(long param_1,int param_2)\n\n{\n int iVar1;\n void *__ptr;\n char *__s;\n size_t sVar2;\n char *__s_00;\n undefined8 uVar3;\n int iVar4;\n \n iVar4 = 0;\n if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }\nLAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);\n return uVar3;\n}" type_identifier (function_declarator "FUN_00119fa0(long param_1,int param_2)" identifier (parameter_list "(long param_1,int param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n void *__ptr;\n char *__s;\n size_t sVar2;\n char *__s_00;\n undefined8 uVar3;\n int iVar4;\n \n iVar4 = 0;\n if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }\nLAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);\n return uVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "char *__s_00;" primitive_type (pointer_declarator "*__s_00" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (if_statement "if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }" if (parenthesized_expression "(0 < param_2)" ( (binary_expression "0 < param_2" number_literal < identifier) )) (compound_statement "{\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }" { (do_statement "do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);" do (compound_statement "{\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n }" { (while_statement "while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }" while (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0)" ( (binary_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0" (pointer_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c)" * (cast_expression "(int *)(*(long *)(param_1 + 0x60) + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x1c)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x1c" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) (compound_statement "{\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }" { (expression_statement "__ptr = (void *)FUN_00118930(param_1 + 0x60);" (assignment_expression "__ptr = (void *)FUN_00118930(param_1 + 0x60)" identifier = (cast_expression "(void *)FUN_00118930(param_1 + 0x60)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00118930(param_1 + 0x60)" identifier (argument_list "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (if_statement "if (param_2 == iVar4) goto LAB_0011a04b;" if (parenthesized_expression "(param_2 == iVar4)" ( (binary_expression "param_2 == iVar4" identifier == identifier) )) (goto_statement "goto LAB_0011a04b;" goto statement_identifier ;)) })) (expression_statement "__s = (char *)FUN_00118930(param_1 + 0x60);" (assignment_expression "__s = (char *)FUN_00118930(param_1 + 0x60)" identifier = (cast_expression "(char *)FUN_00118930(param_1 + 0x60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00118930(param_1 + 0x60)" identifier (argument_list "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "__s_00 = (char *)xmalloc(sVar2 + 3);" (assignment_expression "__s_00 = (char *)xmalloc(sVar2 + 3)" identifier = (cast_expression "(char *)xmalloc(sVar2 + 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar2 + 3)" identifier (argument_list "(sVar2 + 3)" ( (binary_expression "sVar2 + 3" identifier + number_literal) ))))) ;) (expression_statement "sprintf(__s_00,":t%s",__s);" (call_expression "sprintf(__s_00,":t%s",__s)" identifier (argument_list "(__s_00,":t%s",__s)" ( identifier , (string_literal "":t%s"" " string_content ") , identifier ))) ;) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);" (assignment_expression "iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00)" identifier = (call_expression "FUN_00118330(param_1,0x80,0,0,__s_00)" identifier (argument_list "(param_1,0x80,0,0,__s_00)" ( identifier , number_literal , number_literal , number_literal , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n return 0;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "free(__s_00);" (call_expression "free(__s_00)" identifier (argument_list "(__s_00)" ( identifier ))) ;) }) while (parenthesized_expression "(param_2 != iVar4)" ( (binary_expression "param_2 != iVar4" identifier != identifier) )) ;) })) (labeled_statement "LAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);" statement_identifier : (expression_statement "uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);" (assignment_expression "uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" identifier = (call_expression "FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" identifier (argument_list "(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" ( identifier , number_literal , number_literal , (binary_expression "param_1 + 0x188" identifier + number_literal) , (binary_expression "param_1 + 400" identifier + number_literal) )))) ;)) (return_statement "return uVar3;" return identifier ;) })))
(translation_unit "bfd_boolean stab_function_type(void *p,int argcount,bfd_boolean varargs)\n\n{\n bfd_boolean bVar1;\n char *pcVar2;\n size_t sVar3;\n char *__s;\n int iVar4;\n stab_write_handle *info;\n \n iVar4 = 0;\n if (0 < argcount) {\n do {\n while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) {\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n sVar3 = strlen(pcVar2);\n __s = (char *)xmalloc(sVar3 + 3);\n sprintf(__s,":t%s",pcVar2);\n free(pcVar2);\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s);\n if (bVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s);\n } while (argcount != iVar4);\n }\nLAB_0011a04b:\n bVar1 = stab_modify_type((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188),\n (size_t *)((long)p + 400));\n return bVar1;\n}\n\n" (function_definition "bfd_boolean stab_function_type(void *p,int argcount,bfd_boolean varargs)\n\n{\n bfd_boolean bVar1;\n char *pcVar2;\n size_t sVar3;\n char *__s;\n int iVar4;\n stab_write_handle *info;\n \n iVar4 = 0;\n if (0 < argcount) {\n do {\n while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) {\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n sVar3 = strlen(pcVar2);\n __s = (char *)xmalloc(sVar3 + 3);\n sprintf(__s,":t%s",pcVar2);\n free(pcVar2);\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s);\n if (bVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s);\n } while (argcount != iVar4);\n }\nLAB_0011a04b:\n bVar1 = stab_modify_type((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188),\n (size_t *)((long)p + 400));\n return bVar1;\n}" type_identifier (function_declarator "stab_function_type(void *p,int argcount,bfd_boolean varargs)" identifier (parameter_list "(void *p,int argcount,bfd_boolean varargs)" ( (parameter_declaration "void *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "int argcount" primitive_type identifier) , (parameter_declaration "bfd_boolean varargs" type_identifier identifier) ))) (compound_statement "{\n bfd_boolean bVar1;\n char *pcVar2;\n size_t sVar3;\n char *__s;\n int iVar4;\n stab_write_handle *info;\n \n iVar4 = 0;\n if (0 < argcount) {\n do {\n while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) {\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n sVar3 = strlen(pcVar2);\n __s = (char *)xmalloc(sVar3 + 3);\n sprintf(__s,":t%s",pcVar2);\n free(pcVar2);\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s);\n if (bVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s);\n } while (argcount != iVar4);\n }\nLAB_0011a04b:\n bVar1 = stab_modify_type((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188),\n (size_t *)((long)p + 400));\n return bVar1;\n}" { (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "stab_write_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (if_statement "if (0 < argcount) {\n do {\n while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) {\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n sVar3 = strlen(pcVar2);\n __s = (char *)xmalloc(sVar3 + 3);\n sprintf(__s,":t%s",pcVar2);\n free(pcVar2);\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s);\n if (bVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s);\n } while (argcount != iVar4);\n }" if (parenthesized_expression "(0 < argcount)" ( (binary_expression "0 < argcount" number_literal < identifier) )) (compound_statement "{\n do {\n while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) {\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n sVar3 = strlen(pcVar2);\n __s = (char *)xmalloc(sVar3 + 3);\n sprintf(__s,":t%s",pcVar2);\n free(pcVar2);\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s);\n if (bVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s);\n } while (argcount != iVar4);\n }" { (do_statement "do {\n while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) {\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n sVar3 = strlen(pcVar2);\n __s = (char *)xmalloc(sVar3 + 3);\n sprintf(__s,":t%s",pcVar2);\n free(pcVar2);\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s);\n if (bVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s);\n } while (argcount != iVar4);" do (compound_statement "{\n while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) {\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n sVar3 = strlen(pcVar2);\n __s = (char *)xmalloc(sVar3 + 3);\n sprintf(__s,":t%s",pcVar2);\n free(pcVar2);\n bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s);\n if (bVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s);\n }" { (while_statement "while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) {\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }" while (parenthesized_expression "(*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0)" ( (binary_expression "*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0" (pointer_expression "*(int *)(*(long *)((long)p + 0x60) + 0x1c)" * (cast_expression "(int *)(*(long *)((long)p + 0x60) + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)p + 0x60) + 0x1c)" ( (binary_expression "*(long *)((long)p + 0x60) + 0x1c" (pointer_expression "*(long *)((long)p + 0x60)" * (cast_expression "(long *)((long)p + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))) == number_literal) )) (compound_statement "{\n pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n iVar4 = iVar4 + 1;\n free(pcVar2);\n if (argcount == iVar4) goto LAB_0011a04b;\n }" { (expression_statement "pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));" (assignment_expression "pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60))" identifier = (call_expression "stab_pop_type((stab_write_handle *)((long)p + 0x60))" identifier (argument_list "((stab_write_handle *)((long)p + 0x60))" ( (cast_expression "(stab_write_handle *)((long)p + 0x60)" ( (type_descriptor "stab_write_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )))) ;) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "free(pcVar2);" (call_expression "free(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) (if_statement "if (argcount == iVar4) goto LAB_0011a04b;" if (parenthesized_expression "(argcount == iVar4)" ( (binary_expression "argcount == iVar4" identifier == identifier) )) (goto_statement "goto LAB_0011a04b;" goto statement_identifier ;)) })) (expression_statement "pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60));" (assignment_expression "pcVar2 = stab_pop_type((stab_write_handle *)((long)p + 0x60))" identifier = (call_expression "stab_pop_type((stab_write_handle *)((long)p + 0x60))" identifier (argument_list "((stab_write_handle *)((long)p + 0x60))" ( (cast_expression "(stab_write_handle *)((long)p + 0x60)" ( (type_descriptor "stab_write_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )))) ;) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "__s = (char *)xmalloc(sVar3 + 3);" (assignment_expression "__s = (char *)xmalloc(sVar3 + 3)" identifier = (cast_expression "(char *)xmalloc(sVar3 + 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar3 + 3)" identifier (argument_list "(sVar3 + 3)" ( (binary_expression "sVar3 + 3" identifier + number_literal) ))))) ;) (expression_statement "sprintf(__s,":t%s",pcVar2);" (call_expression "sprintf(__s,":t%s",pcVar2)" identifier (argument_list "(__s,":t%s",pcVar2)" ( identifier , (string_literal "":t%s"" " string_content ") , identifier ))) ;) (expression_statement "free(pcVar2);" (call_expression "free(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) (expression_statement "bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s);" (assignment_expression "bVar1 = stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s)" identifier = (call_expression "stab_write_symbol((stab_write_handle *)p,0x80,0,0,__s)" identifier (argument_list "((stab_write_handle *)p,0x80,0,0,__s)" ( (cast_expression "(stab_write_handle *)p" ( (type_descriptor "stab_write_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , number_literal , number_literal , identifier )))) ;) (if_statement "if (bVar1 == 0) {\n return 0;\n }" if (parenthesized_expression "(bVar1 == 0)" ( (binary_expression "bVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) }) while (parenthesized_expression "(argcount != iVar4)" ( (binary_expression "argcount != iVar4" identifier != identifier) )) ;) })) (labeled_statement "LAB_0011a04b:\n bVar1 = stab_modify_type((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188),\n (size_t *)((long)p + 400));" statement_identifier : (expression_statement "bVar1 = stab_modify_type((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188),\n (size_t *)((long)p + 400));" (assignment_expression "bVar1 = stab_modify_type((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188),\n (size_t *)((long)p + 400))" identifier = (call_expression "stab_modify_type((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188),\n (size_t *)((long)p + 400))" identifier (argument_list "((stab_write_handle *)p,0x66,0,(long **)((long)p + 0x188),\n (size_t *)((long)p + 400))" ( (cast_expression "(stab_write_handle *)p" ( (type_descriptor "stab_write_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , number_literal , (cast_expression "(long **)((long)p + 0x188)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)p + 0x188)" ( (binary_expression "(long)p + 0x188" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) , (cast_expression "(size_t *)((long)p + 400)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 400)" ( (binary_expression "(long)p + 400" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )))) ;)) (return_statement "return bVar1;" return identifier ;) })))
(translation_unit "undefined8 FUN_00119fa0(long param_1,int param_2)\n\n{\n int iVar1;\n void *__ptr;\n char *__s;\n size_t sVar2;\n char *__s_00;\n undefined8 uVar3;\n int iVar4;\n \n iVar4 = 0;\n if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }\nLAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);\n return uVar3;\n}\n\n" (function_definition "undefined8 FUN_00119fa0(long param_1,int param_2)\n\n{\n int iVar1;\n void *__ptr;\n char *__s;\n size_t sVar2;\n char *__s_00;\n undefined8 uVar3;\n int iVar4;\n \n iVar4 = 0;\n if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }\nLAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);\n return uVar3;\n}" type_identifier (function_declarator "FUN_00119fa0(long param_1,int param_2)" identifier (parameter_list "(long param_1,int param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n void *__ptr;\n char *__s;\n size_t sVar2;\n char *__s_00;\n undefined8 uVar3;\n int iVar4;\n \n iVar4 = 0;\n if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }\nLAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);\n return uVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "char *__s_00;" primitive_type (pointer_declarator "*__s_00" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (if_statement "if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }" if (parenthesized_expression "(0 < param_2)" ( (binary_expression "0 < param_2" number_literal < identifier) )) (compound_statement "{\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }" { (do_statement "do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);" do (compound_statement "{\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n }" { (while_statement "while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }" while (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0)" ( (binary_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0" (pointer_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c)" * (cast_expression "(int *)(*(long *)(param_1 + 0x60) + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x1c)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x1c" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) (compound_statement "{\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }" { (expression_statement "__ptr = (void *)FUN_00118930(param_1 + 0x60);" (assignment_expression "__ptr = (void *)FUN_00118930(param_1 + 0x60)" identifier = (cast_expression "(void *)FUN_00118930(param_1 + 0x60)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00118930(param_1 + 0x60)" identifier (argument_list "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (if_statement "if (param_2 == iVar4) goto LAB_0011a04b;" if (parenthesized_expression "(param_2 == iVar4)" ( (binary_expression "param_2 == iVar4" identifier == identifier) )) (goto_statement "goto LAB_0011a04b;" goto statement_identifier ;)) })) (expression_statement "__s = (char *)FUN_00118930(param_1 + 0x60);" (assignment_expression "__s = (char *)FUN_00118930(param_1 + 0x60)" identifier = (cast_expression "(char *)FUN_00118930(param_1 + 0x60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00118930(param_1 + 0x60)" identifier (argument_list "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "__s_00 = (char *)xmalloc(sVar2 + 3);" (assignment_expression "__s_00 = (char *)xmalloc(sVar2 + 3)" identifier = (cast_expression "(char *)xmalloc(sVar2 + 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar2 + 3)" identifier (argument_list "(sVar2 + 3)" ( (binary_expression "sVar2 + 3" identifier + number_literal) ))))) ;) (expression_statement "sprintf(__s_00,":t%s",__s);" (call_expression "sprintf(__s_00,":t%s",__s)" identifier (argument_list "(__s_00,":t%s",__s)" ( identifier , (string_literal "":t%s"" " string_content ") , identifier ))) ;) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);" (assignment_expression "iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00)" identifier = (call_expression "FUN_00118330(param_1,0x80,0,0,__s_00)" identifier (argument_list "(param_1,0x80,0,0,__s_00)" ( identifier , number_literal , number_literal , number_literal , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n return 0;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "free(__s_00);" (call_expression "free(__s_00)" identifier (argument_list "(__s_00)" ( identifier ))) ;) }) while (parenthesized_expression "(param_2 != iVar4)" ( (binary_expression "param_2 != iVar4" identifier != identifier) )) ;) })) (labeled_statement "LAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);" statement_identifier : (expression_statement "uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);" (assignment_expression "uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" identifier = (call_expression "FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" identifier (argument_list "(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" ( identifier , number_literal , number_literal , (binary_expression "param_1 + 0x188" identifier + number_literal) , (binary_expression "param_1 + 400" identifier + number_literal) )))) ;)) (return_statement "return uVar3;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (do_statement do (compound_statement { (while_statement while (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 IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (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 , (string_literal " string_content ") , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT , (binary_expression IDENT + LIT) , (binary_expression IDENT + LIT) )))) ;)) (return_statement return IDENT ;) })))
(function_definition "undefined8 FUN_00119fa0(long param_1,int param_2)\n\n{\n int iVar1;\n void *__ptr;\n char *__s;\n size_t sVar2;\n char *__s_00;\n undefined8 uVar3;\n int iVar4;\n \n iVar4 = 0;\n if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }\nLAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);\n return uVar3;\n}" (type_identifier "undefined8") (function_declarator "FUN_00119fa0(long param_1,int param_2)" (identifier "FUN_00119fa0") (parameter_list "(long param_1,int param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n void *__ptr;\n char *__s;\n size_t sVar2;\n char *__s_00;\n undefined8 uVar3;\n int iVar4;\n \n iVar4 = 0;\n if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }\nLAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);\n return uVar3;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (declaration "char *__s_00;" (primitive_type "char") (pointer_declarator "*__s_00" (* "*") (identifier "__s_00")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" (identifier "iVar4") (= "=") (number_literal "0")) (; ";")) (if_statement "if (0 < param_2) {\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }" (if "if") (parenthesized_expression "(0 < param_2)" (( "(") (binary_expression "0 < param_2" (number_literal "0") (< "<") (identifier "param_2")) () ")")) (compound_statement "{\n do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);\n }" ({ "{") (do_statement "do {\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n } while (param_2 != iVar4);" (do "do") (compound_statement "{\n while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }\n __s = (char *)FUN_00118930(param_1 + 0x60);\n sVar2 = strlen(__s);\n __s_00 = (char *)xmalloc(sVar2 + 3);\n sprintf(__s_00,":t%s",__s);\n free(__s);\n iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);\n if (iVar1 == 0) {\n return 0;\n }\n iVar4 = iVar4 + 1;\n free(__s_00);\n }" ({ "{") (while_statement "while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) {\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }" (while "while") (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0)" (( "(") (binary_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0" (pointer_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c)" (* "*") (cast_expression "(int *)(*(long *)(param_1 + 0x60) + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x1c)" (( "(") (binary_expression "*(long *)(param_1 + 0x60) + 0x1c" (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (+ "+") (number_literal "0x1c")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n __ptr = (void *)FUN_00118930(param_1 + 0x60);\n iVar4 = iVar4 + 1;\n free(__ptr);\n if (param_2 == iVar4) goto LAB_0011a04b;\n }" ({ "{") (expression_statement "__ptr = (void *)FUN_00118930(param_1 + 0x60);" (assignment_expression "__ptr = (void *)FUN_00118930(param_1 + 0x60)" (identifier "__ptr") (= "=") (cast_expression "(void *)FUN_00118930(param_1 + 0x60)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00118930(param_1 + 0x60)" (identifier "FUN_00118930") (argument_list "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" (identifier "iVar4") (= "=") (binary_expression "iVar4 + 1" (identifier "iVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (if_statement "if (param_2 == iVar4) goto LAB_0011a04b;" (if "if") (parenthesized_expression "(param_2 == iVar4)" (( "(") (binary_expression "param_2 == iVar4" (identifier "param_2") (== "==") (identifier "iVar4")) () ")")) (goto_statement "goto LAB_0011a04b;" (goto "goto") (statement_identifier "LAB_0011a04b") (; ";"))) (} "}"))) (expression_statement "__s = (char *)FUN_00118930(param_1 + 0x60);" (assignment_expression "__s = (char *)FUN_00118930(param_1 + 0x60)" (identifier "__s") (= "=") (cast_expression "(char *)FUN_00118930(param_1 + 0x60)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00118930(param_1 + 0x60)" (identifier "FUN_00118930") (argument_list "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" (identifier "sVar2") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "__s_00 = (char *)xmalloc(sVar2 + 3);" (assignment_expression "__s_00 = (char *)xmalloc(sVar2 + 3)" (identifier "__s_00") (= "=") (cast_expression "(char *)xmalloc(sVar2 + 3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(sVar2 + 3)" (identifier "xmalloc") (argument_list "(sVar2 + 3)" (( "(") (binary_expression "sVar2 + 3" (identifier "sVar2") (+ "+") (number_literal "3")) () ")"))))) (; ";")) (expression_statement "sprintf(__s_00,":t%s",__s);" (call_expression "sprintf(__s_00,":t%s",__s)" (identifier "sprintf") (argument_list "(__s_00,":t%s",__s)" (( "(") (identifier "__s_00") (, ",") (string_literal "":t%s"" (" """) (string_content ":t%s") (" """)) (, ",") (identifier "__s") () ")"))) (; ";")) (expression_statement "free(__s);" (call_expression "free(__s)" (identifier "free") (argument_list "(__s)" (( "(") (identifier "__s") () ")"))) (; ";")) (expression_statement "iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00);" (assignment_expression "iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00)" (identifier "iVar1") (= "=") (call_expression "FUN_00118330(param_1,0x80,0,0,__s_00)" (identifier "FUN_00118330") (argument_list "(param_1,0x80,0,0,__s_00)" (( "(") (identifier "param_1") (, ",") (number_literal "0x80") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (identifier "__s_00") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n return 0;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" (identifier "iVar4") (= "=") (binary_expression "iVar4 + 1" (identifier "iVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "free(__s_00);" (call_expression "free(__s_00)" (identifier "free") (argument_list "(__s_00)" (( "(") (identifier "__s_00") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_2 != iVar4)" (( "(") (binary_expression "param_2 != iVar4" (identifier "param_2") (!= "!=") (identifier "iVar4")) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_0011a04b:\n uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);" (statement_identifier "LAB_0011a04b") (: ":") (expression_statement "uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400);" (assignment_expression "uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" (identifier "uVar3") (= "=") (call_expression "FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" (identifier "FUN_00119cf0") (argument_list "(param_1,0x66,0,param_1 + 0x188,param_1 + 400)" (( "(") (identifier "param_1") (, ",") (number_literal "0x66") (, ",") (number_literal "0") (, ",") (binary_expression "param_1 + 0x188" (identifier "param_1") (+ "+") (number_literal "0x188")) (, ",") (binary_expression "param_1 + 400" (identifier "param_1") (+ "+") (number_literal "400")) () ")")))) (; ";"))) (return_statement "return uVar3;" (return "return") (identifier "uVar3") (; ";")) (} "}")))
type_1 function_1(void *p,int var_1,type_1 varargs) { type_1 var_10; char *pcVar2; size_t var_7; char *__s; int var_3; type_2 *info; var_3 = 0; if (0 < var_1) { do { while (*(int *)(*(long *)((long)p + 0x60) + 0x1c) == 0) { pcVar2 = var_2((type_2 *)((long)p + 0x60)); var_3 = var_3 + 1; var_4(pcVar2); if (var_1 == var_3) goto LAB_0011a04b; } pcVar2 = var_2((type_2 *)((long)p + 0x60)); var_7 = var_5(pcVar2); __s = (char *)var_6(var_7 + 3); var_8(__s,":t%s",pcVar2); var_4(pcVar2); var_10 = var_9((type_2 *)p,0x80,0,0,__s); if (var_10 == 0) { return 0; } var_3 = var_3 + 1; var_4(__s); } while (var_1 != var_3); } LAB_0011a04b: var_10 = var_11((type_2 *)p,0x66,0,(long **)((long)p + 0x188), (size_t *)((long)p + 400)); return var_10; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (while_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))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (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 (identifier) (number_literal) (number_literal) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (number_literal))))))) (return_statement (identifier)))))
null
undefined8 MASKED(long param_1,int param_2) { int iVar1; void *__ptr; char *__s; size_t sVar2; char *__s_00; undefined8 uVar3; int iVar4; iVar4 = 0; if (0 < param_2) { do { while (*(int *)(*(long *)(param_1 + 0x60) + 0x1c) == 0) { __ptr = (void *)FUN_00118930(param_1 + 0x60); iVar4 = iVar4 + 1; free(__ptr); if (param_2 == iVar4) goto LAB_0011a04b; } __s = (char *)FUN_00118930(param_1 + 0x60); sVar2 = strlen(__s); __s_00 = (char *)xmalloc(sVar2 + 3); sprintf(__s_00,":t%s",__s); free(__s); iVar1 = FUN_00118330(param_1,0x80,0,0,__s_00); if (iVar1 == 0) { return 0; } iVar4 = iVar4 + 1; free(__s_00); } while (param_2 != iVar4); } LAB_0011a04b: uVar3 = FUN_00119cf0(param_1,0x66,0,param_1 + 0x188,param_1 + 400); return uVar3; }
196_powerpc64le-linux-gnu-objdump_and_powerpc64le-linux-gnu-objdump_strip.c
parse_gnu_debuglink
FUN_0010ead0
char * parse_gnu_debuglink(dwarf_section *section,void *data) { ulong __maxlen; uchar *__string; uint uVar1; size_t sVar2; elf_vma eVar3; __maxlen = section->size; __string = section->start; sVar2 = strnlen((char *)__string,__maxlen); uVar1 = (int)sVar2 + 4U & 0xfffffffc; if (uVar1 + 4 <= __maxlen) { eVar3 = (*byte_get)(__string + uVar1,4); *(elf_vma *)data = eVar3; return (char *)__string; } return (char *)0x0; }
char * FUN_0010ead0(long param_1,undefined8 *param_2) { ulong __maxlen; char *__string; uint uVar1; size_t sVar2; undefined8 uVar3; __maxlen = *(ulong *)(param_1 + 0x30); __string = *(char **)(param_1 + 0x20); sVar2 = strnlen(__string,__maxlen); uVar1 = (int)sVar2 + 4U & 0xfffffffc; if (uVar1 + 4 <= __maxlen) { uVar3 = (*DAT_00159e20)(__string + uVar1,4); *param_2 = uVar3; return __string; } return (char *)0x0; }
PUSH R12 PUSH RBP MOV RBP,RSI PUSH RBX MOV R12,qword ptr [RDI + 0x30] MOV RBX,qword ptr [RDI + 0x20] MOV RSI,R12 MOV RDI,RBX CALL 0x00107340 ADD EAX,0x4 AND EAX,0xfffffffc LEA EDX,[RAX + 0x4] CMP R12,RDX JC 0x0010eb18 LEA RDI,[RBX + RAX*0x1] MOV ESI,0x4 CALL qword ptr [0x00159e20] MOV qword ptr [RBP],RAX MOV RAX,RBX POP RBX POP RBP POP R12 RET XOR EBX,EBX MOV RAX,RBX POP RBX POP RBP POP R12 RET
null
null
null
null
[('const-48', u'PTRSUB_-1206916131'), (u'PTRSUB_-1206916131', u'LOAD_-1206916380'), ('tmp_144', u'CBRANCH_-1206916303'), ('const-0', u'COPY_-1206916234'), ('const-433', u'LOAD_-1206916380'), ('tmp_286', u'PTRSUB_-1206916126'), ('const-0', u'SUBPIECE_-1206916186'), ('const-4294967292', u'INT_AND_-1206916311'), (u'LOAD_-1206916380', u'INT_LESSEQUAL_-1206916304'), (u'LOAD_-1206916380', u'CALL_-1206916352'), ('const-433', u'STORE_-1206916278'), (u'INT_LESSEQUAL_-1206916304', u'CBRANCH_-1206916303'), (u'INT_ZEXT_-1206916209', u'INT_LESSEQUAL_-1206916304'), (u'COPY_-1206916275', u'CAST_-1206916070'), (u'CAST_-1206916082', u'STORE_-1206916278'), (u'INT_ZEXT_-1206916216', u'PTRADD_-1206916239'), (u'INT_ADD_-1206916308', u'INT_ZEXT_-1206916209'), (u'LOAD_-1206916373', u'COPY_-1206916275'), (u'CAST_-1206916117', u'CALL_-1206916352'), (u'LOAD_-1206916373', u'PTRADD_-1206916239'), ('const-32', u'PTRSUB_-1206916126'), (u'CALLIND_-1206916281', u'INDIRECT_-1206916108'), (u'LOAD_-1206916373', u'CAST_-1206916117'), (u'STORE_-1206916278', u'INDIRECT_-1206916099'), ('tmp_287', u'CAST_-1206916082'), ('const-433', u'LOAD_-1206916373'), ('const-4', u'INT_ADD_-1206916332'), (u'CALLIND_-1206916281', u'STORE_-1206916278'), (u'INT_ADD_-1206916332', u'INT_AND_-1206916311'), (u'SUBPIECE_-1206916186', u'INT_ADD_-1206916332'), (u'PTRSUB_-1206916126', u'LOAD_-1206916373'), (u'INDIRECT_-1206916137', u'CALLIND_-1206916281'), ('tmp_286', u'PTRSUB_-1206916131'), (u'INT_AND_-1206916311', u'INT_ADD_-1206916308'), ('const-4', u'CALLIND_-1206916281'), ('const-0', u'RETURN_-1206916244'), (u'CALL_-1206916352', u'SUBPIECE_-1206916186'), (u'COPY_-1206916234', u'RETURN_-1206916203'), (u'PTRADD_-1206916239', u'CALLIND_-1206916281'), (u'CAST_-1206916070', u'RETURN_-1206916244'), (u'INDIRECT_-1206916099', u'COPY_-1206916150'), (u'INDIRECT_-1206916137', u'COPY_-1206916134'), ('const-1', u'PTRADD_-1206916239'), ('const-0', u'RETURN_-1206916203'), (u'INT_AND_-1206916311', u'INT_ZEXT_-1206916216'), (u'CALL_-1206916352', u'INDIRECT_-1206916137'), ('const-4', u'INT_ADD_-1206916308')]
[('const-433', u'STORE_-1206916278'), ('tmp_144', u'CBRANCH_-1206916303'), (u'CAST_-1206916134', u'LOAD_-1206916380'), ('const-0', u'SUBPIECE_-1206916186'), ('tmp_444', u'INT_ADD_-1206916357'), ('const-0', u'COPY_-1206916234'), ('const-4294967292', u'INT_AND_-1206916311'), (u'LOAD_-1206916380', u'INT_LESSEQUAL_-1206916304'), (u'LOAD_-1206916380', u'CALL_-1206916352'), (u'LOAD_-1206916373', u'CALL_-1206916352'), (u'INT_LESSEQUAL_-1206916304', u'CBRANCH_-1206916303'), (u'INT_ZEXT_-1206916209', u'INT_LESSEQUAL_-1206916304'), (u'INT_ZEXT_-1206916216', u'PTRADD_-1206916239'), (u'INT_ADD_-1206916308', u'INT_ZEXT_-1206916209'), (u'LOAD_-1206916373', u'COPY_-1206916275'), ('const-48', u'INT_ADD_-1206916364'), (u'LOAD_-1206916373', u'PTRADD_-1206916239'), (u'CALLIND_-1206916281', u'INDIRECT_-1206916108'), (u'CAST_-1206916129', u'LOAD_-1206916373'), ('const-1', u'PTRADD_-1206916239'), ('const-32', u'INT_ADD_-1206916357'), (u'STORE_-1206916278', u'INDIRECT_-1206916099'), ('const-4', u'INT_ADD_-1206916332'), (u'CALLIND_-1206916281', u'STORE_-1206916278'), (u'INT_ADD_-1206916332', u'INT_AND_-1206916311'), ('const-433', u'LOAD_-1206916380'), (u'SUBPIECE_-1206916186', u'INT_ADD_-1206916332'), (u'INDIRECT_-1206916137', u'CALLIND_-1206916281'), ('const-4', u'CALLIND_-1206916281'), (u'INT_AND_-1206916311', u'INT_ADD_-1206916308'), ('tmp_442', u'STORE_-1206916278'), ('const-0', u'RETURN_-1206916244'), (u'CALL_-1206916352', u'SUBPIECE_-1206916186'), (u'COPY_-1206916234', u'RETURN_-1206916203'), ('tmp_444', u'INT_ADD_-1206916364'), (u'PTRADD_-1206916239', u'CALLIND_-1206916281'), (u'INDIRECT_-1206916099', u'COPY_-1206916150'), (u'INDIRECT_-1206916137', u'COPY_-1206916134'), ('const-0', u'RETURN_-1206916203'), (u'INT_AND_-1206916311', u'INT_ZEXT_-1206916216'), (u'INT_ADD_-1206916364', u'CAST_-1206916134'), (u'COPY_-1206916275', u'RETURN_-1206916244'), (u'INT_ADD_-1206916357', u'CAST_-1206916129'), (u'CALL_-1206916352', u'INDIRECT_-1206916137'), ('const-4', u'INT_ADD_-1206916308'), ('const-433', u'LOAD_-1206916373')]
null
null
0010ead0
x64
O2
(translation_unit "char * FUN_0010ead0(long param_1,undefined8 *param_2)\n\n{\n ulong __maxlen;\n char *__string;\n uint uVar1;\n size_t sVar2;\n undefined8 uVar3;\n \n __maxlen = *(ulong *)(param_1 + 0x30);\n __string = *(char **)(param_1 + 0x20);\n sVar2 = strnlen(__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }\n return (char *)0x0;\n}\n\n" (function_definition "char * FUN_0010ead0(long param_1,undefined8 *param_2)\n\n{\n ulong __maxlen;\n char *__string;\n uint uVar1;\n size_t sVar2;\n undefined8 uVar3;\n \n __maxlen = *(ulong *)(param_1 + 0x30);\n __string = *(char **)(param_1 + 0x20);\n sVar2 = strnlen(__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }\n return (char *)0x0;\n}" primitive_type (pointer_declarator "* FUN_0010ead0(long param_1,undefined8 *param_2)" * (function_declarator "FUN_0010ead0(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n ulong __maxlen;\n char *__string;\n uint uVar1;\n size_t sVar2;\n undefined8 uVar3;\n \n __maxlen = *(ulong *)(param_1 + 0x30);\n __string = *(char **)(param_1 + 0x20);\n sVar2 = strnlen(__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }\n return (char *)0x0;\n}" { (declaration "ulong __maxlen;" type_identifier identifier ;) (declaration "char *__string;" primitive_type (pointer_declarator "*__string" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "__maxlen = *(ulong *)(param_1 + 0x30);" (assignment_expression "__maxlen = *(ulong *)(param_1 + 0x30)" identifier = (pointer_expression "*(ulong *)(param_1 + 0x30)" * (cast_expression "(ulong *)(param_1 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "__string = *(char **)(param_1 + 0x20);" (assignment_expression "__string = *(char **)(param_1 + 0x20)" identifier = (pointer_expression "*(char **)(param_1 + 0x20)" * (cast_expression "(char **)(param_1 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "sVar2 = strnlen(__string,__maxlen);" (assignment_expression "sVar2 = strnlen(__string,__maxlen)" identifier = (call_expression "strnlen(__string,__maxlen)" identifier (argument_list "(__string,__maxlen)" ( identifier , identifier )))) ;) (expression_statement "uVar1 = (int)sVar2 + 4U & 0xfffffffc;" (assignment_expression "uVar1 = (int)sVar2 + 4U & 0xfffffffc" identifier = (binary_expression "(int)sVar2 + 4U & 0xfffffffc" (binary_expression "(int)sVar2 + 4U" (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) & number_literal)) ;) (if_statement "if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }" if (parenthesized_expression "(uVar1 + 4 <= __maxlen)" ( (binary_expression "uVar1 + 4 <= __maxlen" (binary_expression "uVar1 + 4" identifier + number_literal) <= identifier) )) (compound_statement "{\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }" { (expression_statement "uVar3 = (*DAT_00159e20)(__string + uVar1,4);" (assignment_expression "uVar3 = (*DAT_00159e20)(__string + uVar1,4)" identifier = (call_expression "(*DAT_00159e20)(__string + uVar1,4)" (parenthesized_expression "(*DAT_00159e20)" ( (pointer_expression "*DAT_00159e20" * identifier) )) (argument_list "(__string + uVar1,4)" ( (binary_expression "__string + uVar1" identifier + identifier) , number_literal )))) ;) (expression_statement "*param_2 = uVar3;" (assignment_expression "*param_2 = uVar3" (pointer_expression "*param_2" * identifier) = identifier) ;) (return_statement "return __string;" return identifier ;) })) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "char * parse_gnu_debuglink(dwarf_section *section,void *data)\n\n{\n ulong __maxlen;\n uchar *__string;\n uint uVar1;\n size_t sVar2;\n elf_vma eVar3;\n \n __maxlen = section->size;\n __string = section->start;\n sVar2 = strnlen((char *)__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n eVar3 = (*byte_get)(__string + uVar1,4);\n *(elf_vma *)data = eVar3;\n return (char *)__string;\n }\n return (char *)0x0;\n}\n\n" (function_definition "char * parse_gnu_debuglink(dwarf_section *section,void *data)\n\n{\n ulong __maxlen;\n uchar *__string;\n uint uVar1;\n size_t sVar2;\n elf_vma eVar3;\n \n __maxlen = section->size;\n __string = section->start;\n sVar2 = strnlen((char *)__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n eVar3 = (*byte_get)(__string + uVar1,4);\n *(elf_vma *)data = eVar3;\n return (char *)__string;\n }\n return (char *)0x0;\n}" primitive_type (pointer_declarator "* parse_gnu_debuglink(dwarf_section *section,void *data)" * (function_declarator "parse_gnu_debuglink(dwarf_section *section,void *data)" identifier (parameter_list "(dwarf_section *section,void *data)" ( (parameter_declaration "dwarf_section *section" type_identifier (pointer_declarator "*section" * identifier)) , (parameter_declaration "void *data" primitive_type (pointer_declarator "*data" * identifier)) )))) (compound_statement "{\n ulong __maxlen;\n uchar *__string;\n uint uVar1;\n size_t sVar2;\n elf_vma eVar3;\n \n __maxlen = section->size;\n __string = section->start;\n sVar2 = strnlen((char *)__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n eVar3 = (*byte_get)(__string + uVar1,4);\n *(elf_vma *)data = eVar3;\n return (char *)__string;\n }\n return (char *)0x0;\n}" { (declaration "ulong __maxlen;" type_identifier identifier ;) (declaration "uchar *__string;" type_identifier (pointer_declarator "*__string" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "elf_vma eVar3;" type_identifier identifier ;) (expression_statement "__maxlen = section->size;" (assignment_expression "__maxlen = section->size" identifier = (field_expression "section->size" identifier -> field_identifier)) ;) (expression_statement "__string = section->start;" (assignment_expression "__string = section->start" identifier = (field_expression "section->start" identifier -> field_identifier)) ;) (expression_statement "sVar2 = strnlen((char *)__string,__maxlen);" (assignment_expression "sVar2 = strnlen((char *)__string,__maxlen)" identifier = (call_expression "strnlen((char *)__string,__maxlen)" identifier (argument_list "((char *)__string,__maxlen)" ( (cast_expression "(char *)__string" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;) (expression_statement "uVar1 = (int)sVar2 + 4U & 0xfffffffc;" (assignment_expression "uVar1 = (int)sVar2 + 4U & 0xfffffffc" identifier = (binary_expression "(int)sVar2 + 4U & 0xfffffffc" (binary_expression "(int)sVar2 + 4U" (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) & number_literal)) ;) (if_statement "if (uVar1 + 4 <= __maxlen) {\n eVar3 = (*byte_get)(__string + uVar1,4);\n *(elf_vma *)data = eVar3;\n return (char *)__string;\n }" if (parenthesized_expression "(uVar1 + 4 <= __maxlen)" ( (binary_expression "uVar1 + 4 <= __maxlen" (binary_expression "uVar1 + 4" identifier + number_literal) <= identifier) )) (compound_statement "{\n eVar3 = (*byte_get)(__string + uVar1,4);\n *(elf_vma *)data = eVar3;\n return (char *)__string;\n }" { (expression_statement "eVar3 = (*byte_get)(__string + uVar1,4);" (assignment_expression "eVar3 = (*byte_get)(__string + uVar1,4)" identifier = (call_expression "(*byte_get)(__string + uVar1,4)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(__string + uVar1,4)" ( (binary_expression "__string + uVar1" identifier + identifier) , number_literal )))) ;) (expression_statement "*(elf_vma *)data = eVar3;" (assignment_expression "*(elf_vma *)data = eVar3" (pointer_expression "*(elf_vma *)data" * (cast_expression "(elf_vma *)data" ( (type_descriptor "elf_vma *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (return_statement "return (char *)__string;" return (cast_expression "(char *)__string" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ;) })) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "char * FUN_0010ead0(long param_1,undefined8 *param_2)\n\n{\n ulong __maxlen;\n char *__string;\n uint uVar1;\n size_t sVar2;\n undefined8 uVar3;\n \n __maxlen = *(ulong *)(param_1 + 0x30);\n __string = *(char **)(param_1 + 0x20);\n sVar2 = strnlen(__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }\n return (char *)0x0;\n}\n\n" (function_definition "char * FUN_0010ead0(long param_1,undefined8 *param_2)\n\n{\n ulong __maxlen;\n char *__string;\n uint uVar1;\n size_t sVar2;\n undefined8 uVar3;\n \n __maxlen = *(ulong *)(param_1 + 0x30);\n __string = *(char **)(param_1 + 0x20);\n sVar2 = strnlen(__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }\n return (char *)0x0;\n}" primitive_type (pointer_declarator "* FUN_0010ead0(long param_1,undefined8 *param_2)" * (function_declarator "FUN_0010ead0(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n ulong __maxlen;\n char *__string;\n uint uVar1;\n size_t sVar2;\n undefined8 uVar3;\n \n __maxlen = *(ulong *)(param_1 + 0x30);\n __string = *(char **)(param_1 + 0x20);\n sVar2 = strnlen(__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }\n return (char *)0x0;\n}" { (declaration "ulong __maxlen;" type_identifier identifier ;) (declaration "char *__string;" primitive_type (pointer_declarator "*__string" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "__maxlen = *(ulong *)(param_1 + 0x30);" (assignment_expression "__maxlen = *(ulong *)(param_1 + 0x30)" identifier = (pointer_expression "*(ulong *)(param_1 + 0x30)" * (cast_expression "(ulong *)(param_1 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "__string = *(char **)(param_1 + 0x20);" (assignment_expression "__string = *(char **)(param_1 + 0x20)" identifier = (pointer_expression "*(char **)(param_1 + 0x20)" * (cast_expression "(char **)(param_1 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "sVar2 = strnlen(__string,__maxlen);" (assignment_expression "sVar2 = strnlen(__string,__maxlen)" identifier = (call_expression "strnlen(__string,__maxlen)" identifier (argument_list "(__string,__maxlen)" ( identifier , identifier )))) ;) (expression_statement "uVar1 = (int)sVar2 + 4U & 0xfffffffc;" (assignment_expression "uVar1 = (int)sVar2 + 4U & 0xfffffffc" identifier = (binary_expression "(int)sVar2 + 4U & 0xfffffffc" (binary_expression "(int)sVar2 + 4U" (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) & number_literal)) ;) (if_statement "if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }" if (parenthesized_expression "(uVar1 + 4 <= __maxlen)" ( (binary_expression "uVar1 + 4 <= __maxlen" (binary_expression "uVar1 + 4" identifier + number_literal) <= identifier) )) (compound_statement "{\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }" { (expression_statement "uVar3 = (*DAT_00159e20)(__string + uVar1,4);" (assignment_expression "uVar3 = (*DAT_00159e20)(__string + uVar1,4)" identifier = (call_expression "(*DAT_00159e20)(__string + uVar1,4)" (parenthesized_expression "(*DAT_00159e20)" ( (pointer_expression "*DAT_00159e20" * identifier) )) (argument_list "(__string + uVar1,4)" ( (binary_expression "__string + uVar1" identifier + identifier) , number_literal )))) ;) (expression_statement "*param_2 = uVar3;" (assignment_expression "*param_2 = uVar3" (pointer_expression "*param_2" * identifier) = identifier) ;) (return_statement "return __string;" return identifier ;) })) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (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) ;) (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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (binary_expression IDENT + IDENT) , LIT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return IDENT ;) })) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })))
(function_definition "char * FUN_0010ead0(long param_1,undefined8 *param_2)\n\n{\n ulong __maxlen;\n char *__string;\n uint uVar1;\n size_t sVar2;\n undefined8 uVar3;\n \n __maxlen = *(ulong *)(param_1 + 0x30);\n __string = *(char **)(param_1 + 0x20);\n sVar2 = strnlen(__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }\n return (char *)0x0;\n}" (primitive_type "char") (pointer_declarator "* FUN_0010ead0(long param_1,undefined8 *param_2)" (* "*") (function_declarator "FUN_0010ead0(long param_1,undefined8 *param_2)" (identifier "FUN_0010ead0") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")")))) (compound_statement "{\n ulong __maxlen;\n char *__string;\n uint uVar1;\n size_t sVar2;\n undefined8 uVar3;\n \n __maxlen = *(ulong *)(param_1 + 0x30);\n __string = *(char **)(param_1 + 0x20);\n sVar2 = strnlen(__string,__maxlen);\n uVar1 = (int)sVar2 + 4U & 0xfffffffc;\n if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }\n return (char *)0x0;\n}" ({ "{") (declaration "ulong __maxlen;" (type_identifier "ulong") (identifier "__maxlen") (; ";")) (declaration "char *__string;" (primitive_type "char") (pointer_declarator "*__string" (* "*") (identifier "__string")) (; ";")) (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (expression_statement "__maxlen = *(ulong *)(param_1 + 0x30);" (assignment_expression "__maxlen = *(ulong *)(param_1 + 0x30)" (identifier "__maxlen") (= "=") (pointer_expression "*(ulong *)(param_1 + 0x30)" (* "*") (cast_expression "(ulong *)(param_1 + 0x30)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "__string = *(char **)(param_1 + 0x20);" (assignment_expression "__string = *(char **)(param_1 + 0x20)" (identifier "__string") (= "=") (pointer_expression "*(char **)(param_1 + 0x20)" (* "*") (cast_expression "(char **)(param_1 + 0x20)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "sVar2 = strnlen(__string,__maxlen);" (assignment_expression "sVar2 = strnlen(__string,__maxlen)" (identifier "sVar2") (= "=") (call_expression "strnlen(__string,__maxlen)" (identifier "strnlen") (argument_list "(__string,__maxlen)" (( "(") (identifier "__string") (, ",") (identifier "__maxlen") () ")")))) (; ";")) (expression_statement "uVar1 = (int)sVar2 + 4U & 0xfffffffc;" (assignment_expression "uVar1 = (int)sVar2 + 4U & 0xfffffffc" (identifier "uVar1") (= "=") (binary_expression "(int)sVar2 + 4U & 0xfffffffc" (binary_expression "(int)sVar2 + 4U" (cast_expression "(int)sVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "sVar2")) (+ "+") (number_literal "4U")) (& "&") (number_literal "0xfffffffc"))) (; ";")) (if_statement "if (uVar1 + 4 <= __maxlen) {\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }" (if "if") (parenthesized_expression "(uVar1 + 4 <= __maxlen)" (( "(") (binary_expression "uVar1 + 4 <= __maxlen" (binary_expression "uVar1 + 4" (identifier "uVar1") (+ "+") (number_literal "4")) (<= "<=") (identifier "__maxlen")) () ")")) (compound_statement "{\n uVar3 = (*DAT_00159e20)(__string + uVar1,4);\n *param_2 = uVar3;\n return __string;\n }" ({ "{") (expression_statement "uVar3 = (*DAT_00159e20)(__string + uVar1,4);" (assignment_expression "uVar3 = (*DAT_00159e20)(__string + uVar1,4)" (identifier "uVar3") (= "=") (call_expression "(*DAT_00159e20)(__string + uVar1,4)" (parenthesized_expression "(*DAT_00159e20)" (( "(") (pointer_expression "*DAT_00159e20" (* "*") (identifier "DAT_00159e20")) () ")")) (argument_list "(__string + uVar1,4)" (( "(") (binary_expression "__string + uVar1" (identifier "__string") (+ "+") (identifier "uVar1")) (, ",") (number_literal "4") () ")")))) (; ";")) (expression_statement "*param_2 = uVar3;" (assignment_expression "*param_2 = uVar3" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "uVar3")) (; ";")) (return_statement "return __string;" (return "return") (identifier "__string") (; ";")) (} "}"))) (return_statement "return (char *)0x0;" (return "return") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}")))
char * function_1(type_1 *section,void *data) { type_2 var_3; type_3 *var_4; type_4 var_2; size_t sVar2; type_5 eVar3; var_3 = section->size; var_4 = section->start; sVar2 = var_1((char *)var_4,var_3); var_2 = (int)sVar2 + 4U & 0xfffffffc; if (var_2 + 4 <= var_3) { eVar3 = (*byte_get)(var_4 + var_2,4); *(type_5 *)data = eVar3; return (char *)var_4; } return (char *)0x0; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement (identifier)))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))
null
char * MASKED(long param_1,undefined8 *param_2) { ulong __maxlen; char *__string; uint uVar1; size_t sVar2; undefined8 uVar3; __maxlen = *(ulong *)(param_1 + 0x30); __string = *(char **)(param_1 + 0x20); sVar2 = strnlen(__string,__maxlen); uVar1 = (int)sVar2 + 4U & 0xfffffffc; if (uVar1 + 4 <= __maxlen) { uVar3 = (*DAT_00159e20)(__string + uVar1,4); *param_2 = uVar3; return __string; } return (char *)0x0; }
6058_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
~Output_section_element_fill
FUN_0025d4f0
/* DWARF original prototype: void ~Output_section_element_fill(Output_section_element_fill * this, int __in_chrg) */ void __thiscall gold::Output_section_element_fill::~Output_section_element_fill (Output_section_element_fill *this,int __in_chrg) { operator_delete(this,0x10); return; }
void FUN_0025d4f0(undefined8 param_1) { thunk_FUN_002dac60(param_1,0x10); return; }
MOV ESI,0x10 JMP 0x002dac50
null
null
null
null
[('tmp_10', u'CALL_-1204103939'), ('const-0', u'RETURN_-1204103935'), ('const-16', u'CALL_-1204103939')]
[('tmp_29', u'CALL_-1204103939'), ('const-0', u'RETURN_-1204103935'), ('const-16', u'CALL_-1204103939')]
null
null
0025d4f0
x64
O2
(translation_unit "void FUN_0025d4f0(undefined8 param_1)\n\n{\n thunk_FUN_002dac60(param_1,0x10);\n return;\n}\n\n" (function_definition "void FUN_0025d4f0(undefined8 param_1)\n\n{\n thunk_FUN_002dac60(param_1,0x10);\n return;\n}" primitive_type (function_declarator "FUN_0025d4f0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n thunk_FUN_002dac60(param_1,0x10);\n return;\n}" { (expression_statement "thunk_FUN_002dac60(param_1,0x10);" (call_expression "thunk_FUN_002dac60(param_1,0x10)" identifier (argument_list "(param_1,0x10)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Output_section_element_fill(Output_section_element_fill * this,\n int __in_chrg) */\n\nvoid __thiscall\ngold::Output_section_element_fill::~Output_section_element_fill\n (Output_section_element_fill *this,int __in_chrg)\n\n{\n operator_delete(this,0x10);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::Output_section_element_fill::~Output_section_element_fill\n (Output_section_element_fill *this,int __in_chrg)\n\n{\n operator_delete(this,0x10);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section_element_fill::~" identifier : : identifier : : ~) (function_declarator "Output_section_element_fill\n (Output_section_element_fill *this,int __in_chrg)" identifier (parameter_list "(Output_section_element_fill *this,int __in_chrg)" ( (parameter_declaration "Output_section_element_fill *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n operator_delete(this,0x10);\n return;\n}" { (expression_statement "operator_delete(this,0x10);" (call_expression "operator_delete(this,0x10)" identifier (argument_list "(this,0x10)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0025d4f0(undefined8 param_1)\n\n{\n thunk_FUN_002dac60(param_1,0x10);\n return;\n}\n\n" (function_definition "void FUN_0025d4f0(undefined8 param_1)\n\n{\n thunk_FUN_002dac60(param_1,0x10);\n return;\n}" primitive_type (function_declarator "FUN_0025d4f0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n thunk_FUN_002dac60(param_1,0x10);\n return;\n}" { (expression_statement "thunk_FUN_002dac60(param_1,0x10);" (call_expression "thunk_FUN_002dac60(param_1,0x10)" identifier (argument_list "(param_1,0x10)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0025d4f0(undefined8 param_1)\n\n{\n thunk_FUN_002dac60(param_1,0x10);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0025d4f0(undefined8 param_1)" (identifier "FUN_0025d4f0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n thunk_FUN_002dac60(param_1,0x10);\n return;\n}" ({ "{") (expression_statement "thunk_FUN_002dac60(param_1,0x10);" (call_expression "thunk_FUN_002dac60(param_1,0x10)" (identifier "thunk_FUN_002dac60") (argument_list "(param_1,0x10)" (( "(") (identifier "param_1") (, ",") (number_literal "0x10") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Output_section_element_fill(Output_section_element_fill * this, int __in_chrg) */ void __thiscall gold::function_1::~function_1 (function_1 *this,int __in_chrg) { var_1(this,0x10); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 param_1) { thunk_FUN_002dac60(param_1,0x10); return; }
6157_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
script_start_group
FUN_00265340
/* WARNING: Enum "DT": Some values do not have unique names */ void script_start_group(void *closurev) { Input_arguments *this; Parser_closure *closure; if (*(char *)((long)closurev + 0x19) != '\0') { return; } if (*(Input_arguments **)((long)closurev + 0x78) != (Input_arguments *)0x0) { gold::Input_arguments::start_group(*(Input_arguments **)((long)closurev + 0x78)); return; } this = (Input_arguments *)operator_new(0x20); (this->input_argument_list_). super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl._M_start = (pointer)0x0; (this->input_argument_list_). super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl._M_finish = (pointer)0x0; (this->input_argument_list_). super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl. _M_end_of_storage = (pointer)0x0; this->in_group_ = false; this->in_lib_ = false; this->file_count_ = 0; *(Input_arguments **)((long)closurev + 0x78) = this; gold::Input_arguments::start_group(this); return; }
void FUN_00265340(long param_1) { undefined8 *puVar1; if (*(char *)(param_1 + 0x19) != '\0') { return; } if (*(long *)(param_1 + 0x78) != 0) { FUN_001e6570(*(long *)(param_1 + 0x78)); return; } puVar1 = (undefined8 *)FUN_002d94a0(0x20); *puVar1 = 0; puVar1[1] = 0; puVar1[2] = 0; *(undefined2 *)(puVar1 + 3) = 0; *(undefined4 *)((long)puVar1 + 0x1c) = 0; *(undefined8 **)(param_1 + 0x78) = puVar1; FUN_001e6570(puVar1); return; }
CMP byte ptr [RDI + 0x19],0x0 JZ 0x00265350 RET MOV RAX,qword ptr [RDI + 0x78] TEST RAX,RAX JZ 0x00265368 MOV RDI,RAX JMP 0x001e6570 PUSH RBX MOV RBX,RDI MOV EDI,0x20 CALL 0x002d94a0 XOR EDX,EDX MOV qword ptr [RAX],0x0 MOV RDI,RAX MOV qword ptr [RAX + 0x8],0x0 MOV qword ptr [RAX + 0x10],0x0 MOV word ptr [RAX + 0x18],DX MOV dword ptr [RAX + 0x1c],0x0 MOV qword ptr [RBX + 0x78],RAX POP RBX JMP 0x001e6570
null
null
null
null
[('const-0', u'PTRSUB_-1204202401'), ('const-28', u'PTRSUB_-1204202388'), ('const-120', u'INT_ADD_-1204202637'), ('const-433', u'STORE_-1204202578'), (u'PTRSUB_-1204202403', u'PTRSUB_-1204202396'), (u'LOAD_-1204202685', u'INT_NOTEQUAL_-1204202669'), ('const-8', u'PTRSUB_-1204202396'), ('const-0', u'RETURN_-1204202507'), (u'LOAD_-1204202653', u'CALL_-1204202623'), (u'CAST_-1204202406', u'PTRSUB_-1204202424'), (u'CAST_-1204202406', u'PTRSUB_-1204202413'), (u'CAST_-1204202458', u'LOAD_-1204202685'), ('const-0', u'PTRSUB_-1204202406'), ('tmp_75', u'CBRANCH_-1204202632'), ('const-0', u'PTRSUB_-1204202407'), ('const-0', u'PTRSUB_-1204202403'), ('const-24', u'PTRSUB_-1204202378'), (u'CAST_-1204202406', u'PTRSUB_-1204202377'), (u'PTRSUB_-1204202406', u'PTRSUB_-1204202401'), (u'INT_NOTEQUAL_-1204202633', u'CBRANCH_-1204202632'), (u'INT_NOTEQUAL_-1204202669', u'CBRANCH_-1204202667'), ('const-32', u'CALL_-1204202593'), ('const-0', u'RETURN_-1204202619'), ('const-16', u'PTRSUB_-1204202387'), (u'PTRSUB_-1204202401', u'PTRSUB_-1204202396'), (u'CAST_-1204202361', u'INT_ADD_-1204202511'), (u'INT_ADD_-1204202637', u'CAST_-1204202440'), (u'CAST_-1204202441', u'INT_ADD_-1204202637'), ('tmp_200', u'CAST_-1204202459'), ('const-433', u'STORE_-1204202564'), ('const-25', u'PTRSUB_-1204202377'), ('const-0', u'INT_NOTEQUAL_-1204202669'), (u'PTRSUB_-1204202391', u'PTRSUB_-1204202387'), (u'CAST_-1204202406', u'STORE_-1204202525'), (u'PTRSUB_-1204202407', u'STORE_-1204202578'), ('const-0', u'STORE_-1204202439'), (u'PTRSUB_-1204202388', u'STORE_-1204202535'), ('const-433', u'STORE_-1204202535'), ('const-0', u'PTRSUB_-1204202417'), (u'PTRSUB_-1204202412', u'PTRSUB_-1204202407'), (u'INT_ADD_-1204202511', u'CAST_-1204202360'), (u'CAST_-1204202440', u'LOAD_-1204202653'), (u'PTRSUB_-1204202417', u'PTRSUB_-1204202412'), (u'CAST_-1204202360', u'STORE_-1204202525'), (u'CAST_-1204202406', u'PTRSUB_-1204202403'), ('const-0', u'PTRSUB_-1204202391'), (u'CAST_-1204202406', u'PTRSUB_-1204202378'), (u'PTRSUB_-1204202413', u'PTRSUB_-1204202406'), ('const-120', u'INT_ADD_-1204202511'), ('const-0', u'PTRSUB_-1204202396'), (u'LOAD_-1204202653', u'INT_NOTEQUAL_-1204202633'), ('const-0', u'STORE_-1204202564'), ('const-433', u'STORE_-1204202542'), (u'PTRSUB_-1204202378', u'STORE_-1204202542'), ('const-0', u'PTRSUB_-1204202424'), (u'PTRSUB_-1204202396', u'STORE_-1204202564'), (u'PTRSUB_-1204202377', u'STORE_-1204202439'), ('const-0', u'STORE_-1204202542'), (u'PTRSUB_-1204202396', u'PTRSUB_-1204202391'), ('const-25', u'INT_ADD_-1204202669'), ('const-0', u'INT_NOTEQUAL_-1204202633'), (u'CAST_-1204202459', u'INT_ADD_-1204202669'), (u'CAST_-1204202406', u'CALL_-1204202511'), ('const-433', u'LOAD_-1204202685'), (u'PTRSUB_-1204202424', u'PTRSUB_-1204202417'), (u'PTRSUB_-1204202387', u'STORE_-1204202553'), ('const-433', u'LOAD_-1204202653'), ('const-0', u'STORE_-1204202535'), ('const-433', u'STORE_-1204202525'), ('tmp_34', u'CBRANCH_-1204202667'), ('const-0', u'STORE_-1204202553'), ('tmp_200', u'CAST_-1204202361'), (u'CALL_-1204202593', u'CAST_-1204202406'), ('const-0', u'PTRSUB_-1204202413'), ('const-433', u'STORE_-1204202439'), ('const-433', u'STORE_-1204202553'), ('const-0', u'STORE_-1204202578'), ('const-0', u'RETURN_-1204202657'), ('tmp_200', u'CAST_-1204202441'), ('const-0', u'PTRSUB_-1204202412'), (u'CAST_-1204202406', u'PTRSUB_-1204202388'), (u'INT_ADD_-1204202669', u'CAST_-1204202458')]
[('const-0', u'STORE_-1204202578'), ('const-120', u'INT_ADD_-1204202637'), (u'LOAD_-1204202685', u'INT_NOTEQUAL_-1204202669'), ('const-433', u'LOAD_-1204202685'), ('const-433', u'STORE_-1204202525'), ('const-0', u'RETURN_-1204202507'), (u'LOAD_-1204202653', u'CALL_-1204202623'), (u'CAST_-1204202480', u'LOAD_-1204202685'), ('tmp_75', u'CBRANCH_-1204202632'), ('const-0', u'STORE_-1204202553'), (u'CAST_-1204202429', u'STORE_-1204202525'), (u'INT_ADD_-1204202521', u'CAST_-1204202389'), (u'CAST_-1204202429', u'PTRADD_-1204202416'), (u'INT_NOTEQUAL_-1204202633', u'CBRANCH_-1204202632'), (u'CAST_-1204202390', u'INT_ADD_-1204202521'), (u'INT_NOTEQUAL_-1204202669', u'CBRANCH_-1204202667'), ('const-0', u'RETURN_-1204202619'), (u'CAST_-1204202395', u'STORE_-1204202542'), ('const-433', u'STORE_-1204202578'), ('const-433', u'STORE_-1204202564'), (u'CALL_-1204202593', u'CAST_-1204202429'), (u'CAST_-1204202429', u'PTRADD_-1204202398'), ('const-0', u'STORE_-1204202564'), ('const-0', u'STORE_-1204202535'), (u'CAST_-1204202429', u'CAST_-1204202390'), ('const-120', u'INT_ADD_-1204202511'), (u'LOAD_-1204202653', u'INT_NOTEQUAL_-1204202633'), (u'CAST_-1204202429', u'PTRADD_-1204202407'), ('const-28', u'INT_ADD_-1204202521'), ('const-2', u'PTRADD_-1204202407'), ('const-25', u'INT_ADD_-1204202669'), ('const-0', u'INT_NOTEQUAL_-1204202633'), ('const-8', u'PTRADD_-1204202407'), (u'INT_ADD_-1204202637', u'CAST_-1204202463'), ('tmp_347', u'INT_ADD_-1204202511'), (u'INT_ADD_-1204202511', u'CAST_-1204202381'), ('const-433', u'LOAD_-1204202653'), ('const-433', u'STORE_-1204202535'), (u'CAST_-1204202381', u'STORE_-1204202525'), ('const-8', u'PTRADD_-1204202398'), ('const-32', u'CALL_-1204202593'), ('const-0', u'INT_NOTEQUAL_-1204202669'), ('const-1', u'PTRADD_-1204202416'), (u'PTRADD_-1204202416', u'STORE_-1204202564'), ('tmp_347', u'INT_ADD_-1204202669'), ('tmp_34', u'CBRANCH_-1204202667'), ('const-0', u'STORE_-1204202542'), (u'CAST_-1204202429', u'STORE_-1204202578'), (u'PTRADD_-1204202407', u'STORE_-1204202553'), (u'INT_ADD_-1204202669', u'CAST_-1204202480'), (u'CAST_-1204202429', u'CALL_-1204202511'), ('const-3', u'PTRADD_-1204202398'), ('tmp_347', u'INT_ADD_-1204202637'), ('const-0', u'RETURN_-1204202657'), (u'PTRADD_-1204202398', u'CAST_-1204202395'), (u'CAST_-1204202463', u'LOAD_-1204202653'), ('const-8', u'PTRADD_-1204202416'), (u'CAST_-1204202389', u'STORE_-1204202535'), ('const-433', u'STORE_-1204202542'), ('const-433', u'STORE_-1204202553')]
null
null
00265340
x64
O2
(translation_unit "void FUN_00265340(long param_1)\n\n{\n undefined8 *puVar1;\n \n if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }\n puVar1 = (undefined8 *)FUN_002d94a0(0x20);\n *puVar1 = 0;\n puVar1[1] = 0;\n puVar1[2] = 0;\n *(undefined2 *)(puVar1 + 3) = 0;\n *(undefined4 *)((long)puVar1 + 0x1c) = 0;\n *(undefined8 **)(param_1 + 0x78) = puVar1;\n FUN_001e6570(puVar1);\n return;\n}\n\n" (function_definition "void FUN_00265340(long param_1)\n\n{\n undefined8 *puVar1;\n \n if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }\n puVar1 = (undefined8 *)FUN_002d94a0(0x20);\n *puVar1 = 0;\n puVar1[1] = 0;\n puVar1[2] = 0;\n *(undefined2 *)(puVar1 + 3) = 0;\n *(undefined4 *)((long)puVar1 + 0x1c) = 0;\n *(undefined8 **)(param_1 + 0x78) = puVar1;\n FUN_001e6570(puVar1);\n return;\n}" primitive_type (function_declarator "FUN_00265340(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n \n if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }\n puVar1 = (undefined8 *)FUN_002d94a0(0x20);\n *puVar1 = 0;\n puVar1[1] = 0;\n puVar1[2] = 0;\n *(undefined2 *)(puVar1 + 3) = 0;\n *(undefined4 *)((long)puVar1 + 0x1c) = 0;\n *(undefined8 **)(param_1 + 0x78) = puVar1;\n FUN_001e6570(puVar1);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (if_statement "if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x19) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x19) != '\0'" (pointer_expression "*(char *)(param_1 + 0x19)" * (cast_expression "(char *)(param_1 + 0x19)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x78) != 0)" ( (binary_expression "*(long *)(param_1 + 0x78) != 0" (pointer_expression "*(long *)(param_1 + 0x78)" * (cast_expression "(long *)(param_1 + 0x78)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }" { (expression_statement "FUN_001e6570(*(long *)(param_1 + 0x78));" (call_expression "FUN_001e6570(*(long *)(param_1 + 0x78))" identifier (argument_list "(*(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x20);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x20)" identifier = (cast_expression "(undefined8 *)FUN_002d94a0(0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "*puVar1 = 0;" (assignment_expression "*puVar1 = 0" (pointer_expression "*puVar1" * identifier) = number_literal) ;) (expression_statement "puVar1[1] = 0;" (assignment_expression "puVar1[1] = 0" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[2] = 0;" (assignment_expression "puVar1[2] = 0" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined2 *)(puVar1 + 3) = 0;" (assignment_expression "*(undefined2 *)(puVar1 + 3) = 0" (pointer_expression "*(undefined2 *)(puVar1 + 3)" * (cast_expression "(undefined2 *)(puVar1 + 3)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 3)" ( (binary_expression "puVar1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)puVar1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)((long)puVar1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)((long)puVar1 + 0x1c)" * (cast_expression "(undefined4 *)((long)puVar1 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar1 + 0x1c)" ( (binary_expression "(long)puVar1 + 0x1c" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 **)(param_1 + 0x78) = puVar1;" (assignment_expression "*(undefined8 **)(param_1 + 0x78) = puVar1" (pointer_expression "*(undefined8 **)(param_1 + 0x78)" * (cast_expression "(undefined8 **)(param_1 + 0x78)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) = identifier) ;) (expression_statement "FUN_001e6570(puVar1);" (call_expression "FUN_001e6570(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n\nvoid script_start_group(void *closurev)\n\n{\n Input_arguments *this;\n Parser_closure *closure;\n \n if (*(char *)((long)closurev + 0x19) != '\0') {\n return;\n }\n if (*(Input_arguments **)((long)closurev + 0x78) != (Input_arguments *)0x0) {\n gold::Input_arguments::start_group(*(Input_arguments **)((long)closurev + 0x78));\n return;\n }\n this = (Input_arguments *)operator_new(0x20);\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl._M_start =\n (pointer)0x0;\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl._M_finish\n = (pointer)0x0;\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n this->in_group_ = false;\n this->in_lib_ = false;\n this->file_count_ = 0;\n *(Input_arguments **)((long)closurev + 0x78) = this;\n gold::Input_arguments::start_group(this);\n return;\n}\n\n" comment (function_definition "void script_start_group(void *closurev)\n\n{\n Input_arguments *this;\n Parser_closure *closure;\n \n if (*(char *)((long)closurev + 0x19) != '\0') {\n return;\n }\n if (*(Input_arguments **)((long)closurev + 0x78) != (Input_arguments *)0x0) {\n gold::Input_arguments::start_group(*(Input_arguments **)((long)closurev + 0x78));\n return;\n }\n this = (Input_arguments *)operator_new(0x20);\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl._M_start =\n (pointer)0x0;\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl._M_finish\n = (pointer)0x0;\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n this->in_group_ = false;\n this->in_lib_ = false;\n this->file_count_ = 0;\n *(Input_arguments **)((long)closurev + 0x78) = this;\n gold::Input_arguments::start_group(this);\n return;\n}" primitive_type (function_declarator "script_start_group(void *closurev)" identifier (parameter_list "(void *closurev)" ( (parameter_declaration "void *closurev" primitive_type (pointer_declarator "*closurev" * identifier)) ))) (compound_statement "{\n Input_arguments *this;\n Parser_closure *closure;\n \n if (*(char *)((long)closurev + 0x19) != '\0') {\n return;\n }\n if (*(Input_arguments **)((long)closurev + 0x78) != (Input_arguments *)0x0) {\n gold::Input_arguments::start_group(*(Input_arguments **)((long)closurev + 0x78));\n return;\n }\n this = (Input_arguments *)operator_new(0x20);\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl._M_start =\n (pointer)0x0;\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl._M_finish\n = (pointer)0x0;\n (this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::Input_argument>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n this->in_group_ = false;\n this->in_lib_ = false;\n this->file_count_ = 0;\n *(Input_arguments **)((long)closurev + 0x78) = this;\n gold::Input_arguments::start_group(this);\n return;\n}" { (declaration "Input_arguments *this;" type_identifier (pointer_declarator "*this" * identifier) ;) (declaration "Parser_closure *closure;" type_identifier (pointer_declarator "*closure" * identifier) ;) (if_statement "if (*(char *)((long)closurev + 0x19) != '\0') {\n return;\n }" if (parenthesized_expression "(*(char *)((long)closurev + 0x19) != '\0')" ( (binary_expression "*(char *)((long)closurev + 0x19) != '\0'" (pointer_expression "*(char *)((long)closurev + 0x19)" * (cast_expression "(char *)((long)closurev + 0x19)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)closurev + 0x19)" ( (binary_expression "(long)closurev + 0x19" (cast_expression "(long)closurev" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(Input_arguments **)((long)closurev + 0x78) != (Input_arguments *)0x0) {\n gold::Input_arguments::start_group(*(Input_arguments **)((long)closurev + 0x78));\n return;\n }" if (parenthesized_expression "(*(Input_arguments **)((long)closurev + 0x78) != (Input_arguments *)0x0)" ( (binary_expression "*(Input_arguments **)((long)closurev + 0x78) != (Input_arguments *)0x0" (pointer_expression "*(Input_arguments **)((long)closurev + 0x78)" * (cast_expression "(Input_arguments **)((long)closurev + 0x78)" ( (type_descriptor "Input_arguments **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)closurev + 0x78)" ( (binary_expression "(long)closurev + 0x78" (cast_expression "(long)closurev" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != (cast_expression "(Input_arguments *)0x0" ( (type_descriptor "Input_arguments *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n gold::Input_arguments::start_group(*(Input_arguments **)((long)closurev + 0x78));\n return;\n }" { (labeled_statement "gold::Input_arguments::start_group(*(Input_arguments **)((long)closurev + 0x78));" statement_identifier : (ERROR ":" :) (labeled_statement "Input_arguments::start_group(*(Input_arguments **)((long)closurev + 0x78));" statement_identifier : (ERROR ":" :) (expression_statement "start_group(*(Input_arguments **)((long)closurev + 0x78));" (call_expression "start_group(*(Input_arguments **)((long)closurev + 0x78))" identifier (argument_list "(*(Input_arguments **)((long)closurev + 0x78))" ( (pointer_expression "*(Input_arguments **)((long)closurev + 0x78)" * (cast_expression "(Input_arguments **)((long)closurev + 0x78)" ( (type_descriptor "Input_arguments **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)closurev + 0x78)" ( (binary_expression "(long)closurev + 0x78" (cast_expression "(long)closurev" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ))) ;))) (return_statement "return;" return ;) })) (expression_statement "this = (Input_arguments *)operator_new(0x20);" (assignment_expression "this = (Input_arguments *)operator_new(0x20)" identifier = (cast_expression "(Input_arguments *)operator_new(0x20)" ( (type_descriptor "Input_arguments *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (ERROR "(this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::" (comma_expression "(this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std" (binary_expression "(this->input_argument_list_).\n super__Vector_base<gold" (field_expression "(this->input_argument_list_).\n super__Vector_base" (parenthesized_expression "(this->input_argument_list_)" ( (field_expression "this->input_argument_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Input_argument" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Input_argument>_>._M_impl._M_start =\n (pointer)0x0;" (assignment_expression "Input_argument>_>._M_impl._M_start =\n (pointer)0x0" (field_expression "Input_argument>_>._M_impl._M_start" (field_expression "Input_argument>_>._M_impl" (binary_expression "Input_argument>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "(this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::" (comma_expression "(this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std" (binary_expression "(this->input_argument_list_).\n super__Vector_base<gold" (field_expression "(this->input_argument_list_).\n super__Vector_base" (parenthesized_expression "(this->input_argument_list_)" ( (field_expression "this->input_argument_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Input_argument" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Input_argument>_>._M_impl._M_finish\n = (pointer)0x0;" (assignment_expression "Input_argument>_>._M_impl._M_finish\n = (pointer)0x0" (field_expression "Input_argument>_>._M_impl._M_finish" (field_expression "Input_argument>_>._M_impl" (binary_expression "Input_argument>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "(this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std::allocator<gold::" (comma_expression "(this->input_argument_list_).\n super__Vector_base<gold::Input_argument,_std" (binary_expression "(this->input_argument_list_).\n super__Vector_base<gold" (field_expression "(this->input_argument_list_).\n super__Vector_base" (parenthesized_expression "(this->input_argument_list_)" ( (field_expression "this->input_argument_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Input_argument" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Input_argument>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "Input_argument>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "Input_argument>_>._M_impl.\n _M_end_of_storage" (field_expression "Input_argument>_>._M_impl" (binary_expression "Input_argument>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "this->in_group_ = false;" (assignment_expression "this->in_group_ = false" (field_expression "this->in_group_" identifier -> field_identifier) = false) ;) (expression_statement "this->in_lib_ = false;" (assignment_expression "this->in_lib_ = false" (field_expression "this->in_lib_" identifier -> field_identifier) = false) ;) (expression_statement "this->file_count_ = 0;" (assignment_expression "this->file_count_ = 0" (field_expression "this->file_count_" identifier -> field_identifier) = number_literal) ;) (expression_statement "*(Input_arguments **)((long)closurev + 0x78) = this;" (assignment_expression "*(Input_arguments **)((long)closurev + 0x78) = this" (pointer_expression "*(Input_arguments **)((long)closurev + 0x78)" * (cast_expression "(Input_arguments **)((long)closurev + 0x78)" ( (type_descriptor "Input_arguments **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)closurev + 0x78)" ( (binary_expression "(long)closurev + 0x78" (cast_expression "(long)closurev" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (labeled_statement "gold::Input_arguments::start_group(this);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_arguments::start_group(this);" statement_identifier : (ERROR ":" :) (expression_statement "start_group(this);" (call_expression "start_group(this)" identifier (argument_list "(this)" ( identifier ))) ;))) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00265340(long param_1)\n\n{\n undefined8 *puVar1;\n \n if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }\n puVar1 = (undefined8 *)FUN_002d94a0(0x20);\n *puVar1 = 0;\n puVar1[1] = 0;\n puVar1[2] = 0;\n *(undefined2 *)(puVar1 + 3) = 0;\n *(undefined4 *)((long)puVar1 + 0x1c) = 0;\n *(undefined8 **)(param_1 + 0x78) = puVar1;\n FUN_001e6570(puVar1);\n return;\n}\n\n" (function_definition "void FUN_00265340(long param_1)\n\n{\n undefined8 *puVar1;\n \n if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }\n puVar1 = (undefined8 *)FUN_002d94a0(0x20);\n *puVar1 = 0;\n puVar1[1] = 0;\n puVar1[2] = 0;\n *(undefined2 *)(puVar1 + 3) = 0;\n *(undefined4 *)((long)puVar1 + 0x1c) = 0;\n *(undefined8 **)(param_1 + 0x78) = puVar1;\n FUN_001e6570(puVar1);\n return;\n}" primitive_type (function_declarator "FUN_00265340(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n \n if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }\n puVar1 = (undefined8 *)FUN_002d94a0(0x20);\n *puVar1 = 0;\n puVar1[1] = 0;\n puVar1[2] = 0;\n *(undefined2 *)(puVar1 + 3) = 0;\n *(undefined4 *)((long)puVar1 + 0x1c) = 0;\n *(undefined8 **)(param_1 + 0x78) = puVar1;\n FUN_001e6570(puVar1);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (if_statement "if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x19) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x19) != '\0'" (pointer_expression "*(char *)(param_1 + 0x19)" * (cast_expression "(char *)(param_1 + 0x19)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x78) != 0)" ( (binary_expression "*(long *)(param_1 + 0x78) != 0" (pointer_expression "*(long *)(param_1 + 0x78)" * (cast_expression "(long *)(param_1 + 0x78)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }" { (expression_statement "FUN_001e6570(*(long *)(param_1 + 0x78));" (call_expression "FUN_001e6570(*(long *)(param_1 + 0x78))" identifier (argument_list "(*(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x20);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x20)" identifier = (cast_expression "(undefined8 *)FUN_002d94a0(0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "*puVar1 = 0;" (assignment_expression "*puVar1 = 0" (pointer_expression "*puVar1" * identifier) = number_literal) ;) (expression_statement "puVar1[1] = 0;" (assignment_expression "puVar1[1] = 0" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[2] = 0;" (assignment_expression "puVar1[2] = 0" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined2 *)(puVar1 + 3) = 0;" (assignment_expression "*(undefined2 *)(puVar1 + 3) = 0" (pointer_expression "*(undefined2 *)(puVar1 + 3)" * (cast_expression "(undefined2 *)(puVar1 + 3)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 3)" ( (binary_expression "puVar1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)puVar1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)((long)puVar1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)((long)puVar1 + 0x1c)" * (cast_expression "(undefined4 *)((long)puVar1 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar1 + 0x1c)" ( (binary_expression "(long)puVar1 + 0x1c" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 **)(param_1 + 0x78) = puVar1;" (assignment_expression "*(undefined8 **)(param_1 + 0x78) = puVar1" (pointer_expression "*(undefined8 **)(param_1 + 0x78)" * (cast_expression "(undefined8 **)(param_1 + 0x78)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) = identifier) ;) (expression_statement "FUN_001e6570(puVar1);" (call_expression "FUN_001e6570(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (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) = 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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00265340(long param_1)\n\n{\n undefined8 *puVar1;\n \n if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }\n puVar1 = (undefined8 *)FUN_002d94a0(0x20);\n *puVar1 = 0;\n puVar1[1] = 0;\n puVar1[2] = 0;\n *(undefined2 *)(puVar1 + 3) = 0;\n *(undefined4 *)((long)puVar1 + 0x1c) = 0;\n *(undefined8 **)(param_1 + 0x78) = puVar1;\n FUN_001e6570(puVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00265340(long param_1)" (identifier "FUN_00265340") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n \n if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }\n puVar1 = (undefined8 *)FUN_002d94a0(0x20);\n *puVar1 = 0;\n puVar1[1] = 0;\n puVar1[2] = 0;\n *(undefined2 *)(puVar1 + 3) = 0;\n *(undefined4 *)((long)puVar1 + 0x1c) = 0;\n *(undefined8 **)(param_1 + 0x78) = puVar1;\n FUN_001e6570(puVar1);\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (if_statement "if (*(char *)(param_1 + 0x19) != '\0') {\n return;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0x19) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x19) != '\0'" (pointer_expression "*(char *)(param_1 + 0x19)" (* "*") (cast_expression "(char *)(param_1 + 0x19)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x19)" (( "(") (binary_expression "param_1 + 0x19" (identifier "param_1") (+ "+") (number_literal "0x19")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (*(long *)(param_1 + 0x78) != 0) {\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x78) != 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x78) != 0" (pointer_expression "*(long *)(param_1 + 0x78)" (* "*") (cast_expression "(long *)(param_1 + 0x78)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001e6570(*(long *)(param_1 + 0x78));\n return;\n }" ({ "{") (expression_statement "FUN_001e6570(*(long *)(param_1 + 0x78));" (call_expression "FUN_001e6570(*(long *)(param_1 + 0x78))" (identifier "FUN_001e6570") (argument_list "(*(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 "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x20);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x20)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)FUN_002d94a0(0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d94a0(0x20)" (identifier "FUN_002d94a0") (argument_list "(0x20)" (( "(") (number_literal "0x20") () ")"))))) (; ";")) (expression_statement "*puVar1 = 0;" (assignment_expression "*puVar1 = 0" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[1] = 0;" (assignment_expression "puVar1[1] = 0" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[2] = 0;" (assignment_expression "puVar1[2] = 0" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined2 *)(puVar1 + 3) = 0;" (assignment_expression "*(undefined2 *)(puVar1 + 3) = 0" (pointer_expression "*(undefined2 *)(puVar1 + 3)" (* "*") (cast_expression "(undefined2 *)(puVar1 + 3)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 3)" (( "(") (binary_expression "puVar1 + 3" (identifier "puVar1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)((long)puVar1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)((long)puVar1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)((long)puVar1 + 0x1c)" (* "*") (cast_expression "(undefined4 *)((long)puVar1 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar1 + 0x1c)" (( "(") (binary_expression "(long)puVar1 + 0x1c" (cast_expression "(long)puVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar1")) (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 **)(param_1 + 0x78) = puVar1;" (assignment_expression "*(undefined8 **)(param_1 + 0x78) = puVar1" (pointer_expression "*(undefined8 **)(param_1 + 0x78)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x78)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (= "=") (identifier "puVar1")) (; ";")) (expression_statement "FUN_001e6570(puVar1);" (call_expression "FUN_001e6570(puVar1)" (identifier "FUN_001e6570") (argument_list "(puVar1)" (( "(") (identifier "puVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ void function_1(void *closurev) { type_1 *this; type_2 *closure; if (*(char *)((long)closurev + 0x19) != '\0') { return; } if (*(type_1 **)((long)closurev + 0x78) != (type_1 *)0x0) { gold::Input_arguments::var_1(*(type_1 **)((long)closurev + 0x78)); return; } this = (type_1 *)var_2(0x20); (this->input_argument_list_). super__Vector_base<gold::var_3,_std::allocator<gold::var_3>var_4>._M_impl._M_start = (type_3)0x0; (this->input_argument_list_). super__Vector_base<gold::var_3,_std::allocator<gold::var_3>var_4>._M_impl._M_finish = (type_3)0x0; (this->input_argument_list_). super__Vector_base<gold::var_3,_std::allocator<gold::var_3>var_4>._M_impl. _M_end_of_storage = (type_3)0x0; this->in_group_ = false; this->in_lib_ = false; this->file_count_ = 0; *(type_1 **)((long)closurev + 0x78) = this; gold::Input_arguments::var_1(this); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (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: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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))))
null
void MASKED(long param_1) { undefined8 *puVar1; if (*(char *)(param_1 + 0x19) != '\0') { return; } if (*(long *)(param_1 + 0x78) != 0) { FUN_001e6570(*(long *)(param_1 + 0x78)); return; } puVar1 = (undefined8 *)FUN_002d94a0(0x20); *puVar1 = 0; puVar1[1] = 0; puVar1[2] = 0; *(undefined2 *)(puVar1 + 3) = 0; *(undefined4 *)((long)puVar1 + 0x1c) = 0; *(undefined8 **)(param_1 + 0x78) = puVar1; FUN_001e6570(puVar1); return; }
2109_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
got_entry_size
FUN_001751c0
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: uint got_entry_size(Sized_target<32,_false> * this) */ uint __thiscall gold::Sized_target<32,_false>::got_entry_size(Sized_target<32,_false> *this) { return 4; }
undefined8 FUN_001751c0(void) { return 4; }
MOV EAX,0x4 RET
null
null
null
null
[('const-0', u'RETURN_-1207414318'), ('const-4', u'COPY_-1207414325'), (u'COPY_-1207414325', u'RETURN_-1207414318')]
[('const-0', u'RETURN_-1207414318'), (u'COPY_-1207414335', u'RETURN_-1207414318'), ('const-4', u'COPY_-1207414335')]
null
null
001751c0
x64
O2
(translation_unit "undefined8 FUN_001751c0(void)\n\n{\n return 4;\n}\n\n" (function_definition "undefined8 FUN_001751c0(void)\n\n{\n return 4;\n}" type_identifier (function_declarator "FUN_001751c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 4;\n}" { (return_statement "return 4;" return number_literal ;) })))
(translation_unit "/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: uint got_entry_size(Sized_target<32,_false> * this) */\n\nuint __thiscall gold::Sized_target<32,_false>::got_entry_size(Sized_target<32,_false> *this)\n\n{\n return 4;\n}\n\n" comment comment (declaration "uint __thiscall gold::Sized_target<32,_false>::got_entry_size(Sized_target<32,_false> *this)\n\n{\n return 4;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32,_false>::got_entry_size(Sized_target<32,_false> *this)\n\n{\n return 4" < number_literal , (ERROR "_false>::" identifier > : :) (function_declarator "got_entry_size(Sized_target<32,_false> *this)" identifier (parameter_list "(Sized_target<32,_false> *this)" ( (parameter_declaration "Sized_target" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { return number_literal) ;) (ERROR "}" }))
(translation_unit "undefined8 FUN_001751c0(void)\n\n{\n return 4;\n}\n\n" (function_definition "undefined8 FUN_001751c0(void)\n\n{\n return 4;\n}" type_identifier (function_declarator "FUN_001751c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 4;\n}" { (return_statement "return 4;" 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_001751c0(void)\n\n{\n return 4;\n}" (type_identifier "undefined8") (function_declarator "FUN_001751c0(void)" (identifier "FUN_001751c0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 4;\n}" ({ "{") (return_statement "return 4;" (return "return") (number_literal "4") (; ";")) (} "}")))
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: uint got_entry_size(Sized_target<32,_false> * this) */ type_1 __thiscall gold::Sized_target<32,_false>::got_entry_size(Sized_target<32,_false> *this) { return 4; }
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 4; }
120_aarch64-linux-gnu-addr2line_and_aarch64-linux-gnu-addr2line_strip.c
mkstemps
mkstemps
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mkstemps(char *__template,int __suffixlen) { /* WARNING: Bad instruction - Truncating control flow here */ /* mkstemps@@GLIBC_2.11 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mkstemps(char *__template,int __suffixlen) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206939638')]
[('const-1', u'RETURN_-1206939638')]
null
null
00109000
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemps(char *__template,int __suffixlen)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\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 /* 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 mkstemps(char *__template,int __suffixlen)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkstemps@@GLIBC_2.11 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkstemps@@GLIBC_2.11 */\n halt_baddata();\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 /* WARNING: Bad instruction - Truncating control flow here */\n /* mkstemps@@GLIBC_2.11 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int mkstemps(char *__template,int __suffixlen)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n \n halt_baddata();\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 \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n \n halt_baddata();\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 \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 *__template,int __suffixlen) { /* WARNING: Bad instruction - Truncating control flow here */ /* mkstemps@@GLIBC_2.11 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__template,int __suffixlen) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1446_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
~Struct_Qy
FUN_001599e0
/* DWARF original prototype: void ~Struct_Qy(Struct_Qy * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_Qy::~Struct_Qy(Struct_Qy *this,int __in_chrg) { pointer pcVar1; pcVar1 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00425230; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); return; } return; }
void FUN_001599e0(undefined8 *param_1) { *param_1 = &PTR_FUN_00425230; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70((undefined8 *)param_1[1]); return; } return; }
LEA RAX,[0x425230] MOV RDX,qword ptr [RDI + 0x8] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x18] CMP RDX,RAX JZ 0x00159a00 MOV RDI,RDX JMP 0x002dac70 RET
null
null
null
null
[('const-0', u'RETURN_-1207264734'), ('const-433', u'LOAD_-1207264789'), (u'PTRSUB_-1207264683', u'PTRSUB_-1207264679'), ('const-8', u'PTRSUB_-1207264684'), ('const-433', u'STORE_-1207264781'), (u'CAST_-1207264671', u'STORE_-1207264781'), ('const-16', u'PTRSUB_-1207264667'), (u'PTRSUB_-1207264684', u'PTRSUB_-1207264683'), (u'CAST_-1207264663', u'INT_NOTEQUAL_-1207264757'), ('const-0', u'PTRSUB_-1207264675'), (u'LOAD_-1207264789', u'CALL_-1207264747'), (u'PTRSUB_-1207264674', u'PTRSUB_-1207264670'), ('tmp_48', u'CBRANCH_-1207264756'), (u'PTRSUB_-1207264675', u'LOAD_-1207264789'), ('const-0', u'PTRSUB_-1207264674'), ('tmp_68', u'PTRSUB_-1207264674'), (u'PTRSUB_-1207264674', u'STORE_-1207264781'), ('const-0', u'PTRSUB_-1207264681'), ('const-0', u'PTRSUB_-1207264670'), (u'PTRSUB_-1207264670', u'PTRSUB_-1207264667'), (u'PTRSUB_-1207264678', u'PTRSUB_-1207264674'), (u'PTRSUB_-1207264681', u'CAST_-1207264671'), ('const-4346416', u'PTRSUB_-1207264681'), ('const-0', u'PTRSUB_-1207264678'), ('const-8', u'PTRSUB_-1207264674'), ('tmp_68', u'PTRSUB_-1207264684'), ('const-0', u'PTRSUB_-1207264683'), ('const-0', u'PTRSUB_-1207264679'), ('const-0', u'RETURN_-1207264743'), (u'INT_NOTEQUAL_-1207264757', u'CBRANCH_-1207264756'), (u'PTRSUB_-1207264667', u'INT_NOTEQUAL_-1207264757'), (u'LOAD_-1207264789', u'CAST_-1207264663'), (u'PTRSUB_-1207264679', u'PTRSUB_-1207264675'), ('tmp_68', u'PTRSUB_-1207264678')]
[('tmp_109', u'STORE_-1207264781'), (u'PTRADD_-1207264678', u'INT_NOTEQUAL_-1207264757'), ('const-0', u'RETURN_-1207264734'), (u'PTRSUB_-1207264682', u'STORE_-1207264781'), ('const-1', u'PTRADD_-1207264686'), ('const-4346416', u'PTRSUB_-1207264682'), ('const-3', u'PTRADD_-1207264678'), ('const-8', u'PTRADD_-1207264686'), ('const-0', u'RETURN_-1207264743'), ('tmp_109', u'PTRADD_-1207264686'), (u'CAST_-1207264685', u'CALL_-1207264747'), ('const-433', u'LOAD_-1207264789'), ('const-0', u'PTRSUB_-1207264682'), ('tmp_109', u'PTRADD_-1207264678'), (u'INT_NOTEQUAL_-1207264757', u'CBRANCH_-1207264756'), ('tmp_48', u'CBRANCH_-1207264756'), (u'CAST_-1207264685', u'INT_NOTEQUAL_-1207264757'), (u'PTRADD_-1207264686', u'LOAD_-1207264789'), (u'LOAD_-1207264789', u'CAST_-1207264685'), ('const-433', u'STORE_-1207264781'), ('const-8', u'PTRADD_-1207264678')]
null
null
001599e0
x64
O2
(translation_unit "void FUN_001599e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425230;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001599e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425230;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001599e0(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_00425230;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00425230;" (assignment_expression "*param_1 = &PTR_FUN_00425230" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00425230" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((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_Qy(Struct_Qy * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_Qy::~Struct_Qy(Struct_Qy *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00425230;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall gold::General_options::Struct_Qy::~Struct_Qy(Struct_Qy *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00425230;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_Qy::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_Qy(Struct_Qy *this,int __in_chrg)" identifier (parameter_list "(Struct_Qy *this,int __in_chrg)" ( (parameter_declaration "Struct_Qy *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00425230;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00425230;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00425230" (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_00425230" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00425230" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001599e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425230;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001599e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425230;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001599e0(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_00425230;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00425230;" (assignment_expression "*param_1 = &PTR_FUN_00425230" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00425230" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((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_001599e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425230;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001599e0(undefined8 *param_1)" (identifier "FUN_001599e0") (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_00425230;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00425230;" (assignment_expression "*param_1 = &PTR_FUN_00425230" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00425230" (& "&") (identifier "PTR_FUN_00425230"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((undefined8 *)param_1[1])" (identifier "FUN_002dac70") (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_Qy(Struct_Qy * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; var_5 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00425230; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00425230; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70((undefined8 *)param_1[1]); return; } return; }
793_busybox_and_busybox_strip.c
aes_cbc_encrypt
FUN_001320c8
void aes_cbc_encrypt(tls_aes *aes,void *iv,void *data,size_t len,void *dst) { long lVar1; long lVar2; uint8_t uVar3; size_t sVar4; long in_FS_OFFSET; uint astate [16]; uint8_t iv2 [16]; /* WARNING: Load size is inaccurate */ lVar1 = *(long *)(in_FS_OFFSET + 0x28); iv2._0_8_ = *iv; iv2._8_8_ = *(undefined8 *)((long)iv + 8); if (len != 0) { sVar4 = len; do { lVar2 = 0; do { astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]); lVar2 = lVar2 + 1; } while (lVar2 != 0x10); aes_encrypt_1(aes,astate); lVar2 = 0; do { uVar3 = (uint8_t)astate[lVar2]; *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3; iv2[lVar2] = uVar3; lVar2 = lVar2 + 1; } while (lVar2 != 0x10); sVar4 = sVar4 - 0x10; } while (sVar4 != 0); } if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) { return; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
void FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5) { long lVar1; undefined1 uVar2; long in_FS_OFFSET; uint local_98 [16]; undefined8 local_58; undefined8 uStack_50; long local_40; local_40 = *(long *)(in_FS_OFFSET + 0x28); local_58 = *param_2; uStack_50 = param_2[1]; if (param_4 != 0) { param_5 = param_5 + param_4; param_3 = param_3 + param_4; do { lVar1 = 0; do { local_98[lVar1] = (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1)); lVar1 = lVar1 + 1; } while (lVar1 != 0x10); FUN_00131d7d(param_1,local_98); lVar1 = 0; do { uVar2 = (undefined1)local_98[lVar1]; *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2; *(undefined1 *)((long)&local_58 + lVar1) = uVar2; lVar1 = lVar1 + 1; } while (lVar1 != 0x10); param_4 = param_4 + -0x10; } while (param_4 != 0); } if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) { return; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x78 MOVDQU XMM0,xmmword ptr [RSI] MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RSP + 0x68],RAX XOR EAX,EAX MOVAPS xmmword ptr [RSP + 0x50],XMM0 TEST RCX,RCX JZ 0x00132163 LEA RAX,[R8 + RCX*0x1] MOV R13,RDI LEA R12,[RDX + RCX*0x1] MOV RBX,RCX MOV qword ptr [RSP + 0x8],RAX LEA R15,[RSP + 0x10] LEA RBP,[RSP + 0x50] MOV R14,qword ptr [RSP + 0x8] MOV RSI,R12 XOR EAX,EAX SUB RSI,RBX SUB R14,RBX MOVZX EDX,byte ptr [RSI + RAX*0x1] XOR DL,byte ptr [RBP + RAX*0x1] MOVZX EDX,DL MOV dword ptr [R15 + RAX*0x4],EDX ADD RAX,0x1 CMP RAX,0x10 JNZ 0x00132121 MOV RSI,R15 MOV RDI,R13 CALL 0x00131d7d XOR EAX,EAX MOV EDX,dword ptr [R15 + RAX*0x4] MOV byte ptr [R14 + RAX*0x1],DL MOV byte ptr [RBP + RAX*0x1],DL ADD RAX,0x1 CMP RAX,0x10 JNZ 0x00132147 SUB RBX,0x10 JNZ 0x00132111 MOV RAX,qword ptr [RSP + 0x68] XOR RAX,qword ptr FS:[0x28] JNZ 0x00132182 ADD RSP,0x78 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET CALL 0x0010b500
null
null
null
null
[(u'INT_ADD_-1207164514', u'CAST_-1207163941'), (u'MULTIEQUAL_-1207164170', u'INT_ADD_-1207163958'), (u'LOAD_-1207164216', u'COPY_-1207164194'), (u'MULTIEQUAL_-1207164190', u'INT_SUB_-1207164359'), (u'LOAD_-1207164351', u'INT_EQUAL_-1207164339'), ('tmp_1294', u'MULTIEQUAL_-1207164085'), (u'SUBPIECE_-1207164150', u'STORE_-1207164414'), (u'INT_SUB_-1207164359', u'INT_NOTEQUAL_-1207164365'), ('const-1', u'RETURN_-1207164267'), (u'CAST_-1207163898', u'INT_ADD_-1207164408'), (u'COPY_-1207164193', u'MULTIEQUAL_-1207164055'), (u'INT_ADD_-1207163958', u'INT_ADD_-1207164408'), (u'SUBPIECE_-1207164150', u'STORE_-1207164422'), (u'LOAD_-1207164530', u'INT_XOR_-1207164494'), (u'INT_ADD_-1207164001', u'INT_ADD_-1207164514'), ('const-433', u'LOAD_-1207164351'), ('const-433', u'STORE_-1207164414'), ('tmp_1287', u'PTRSUB_-1207163900'), (u'MULTIEQUAL_-1207164170', u'INT_ADD_-1207164391'), ('tmp_716', u'LOAD_-1207164216'), (u'CAST_-1207163941', u'LOAD_-1207164530'), ('const-433', u'LOAD_-1207164519'), (u'PTRADD_-1207163911', u'LOAD_-1207164433'), (u'INT_ZEXT_-1207164223', u'STORE_-1207164498'), (u'CALL_-1207164448', u'INDIRECT_-1207164121'), ('const-40', u'INT_ADD_-1207164662'), ('tmp_601', u'CBRANCH_-1207164330'), (u'INDIRECT_-1207163997', u'MULTIEQUAL_-1207163974'), (u'COPY_-1207164193', u'MULTIEQUAL_-1207163974'), (u'COPY_-1207164280', u'MULTIEQUAL_-1207164205'), (u'INT_SUB_-1207164359', u'MULTIEQUAL_-1207164190'), (u'PTRSUB_-1207163947', u'PTRADD_-1207163947'), (u'INT_SUB_-1207164010', u'INT_ADD_-1207164001'), (u'CALL_-1207164448', u'INDIRECT_-1207164025'), (u'INT_ADD_-1207164475', u'INT_NOTEQUAL_-1207164466'), (u'INT_NOTEQUAL_-1207164365', u'CBRANCH_-1207164362'), (u'INDIRECT_-1207164007', u'MULTIEQUAL_-1207164065'), (u'INT_ADD_-1207164391', u'MULTIEQUAL_-1207164170'), (u'CAST_-1207164014', u'LOAD_-1207164678'), ('const-1', u'INT_ADD_-1207164391'), (u'PTRSUB_-1207163900', u'PTRADD_-1207163900'), (u'CAST_-1207163867', u'LOAD_-1207164351'), ('tmp_718', u'INT_SUB_-1207164010'), ('tmp_718', u'INT_NOTEQUAL_-1207164625'), (u'STORE_-1207164414', u'INDIRECT_-1207163997'), (u'PTRSUB_-1207163983', u'PTRADD_-1207163939'), (u'STORE_-1207164414', u'INDIRECT_-1207164007'), ('const-16', u'INT_SUB_-1207164359'), (u'PTRSUB_-1207163983', u'CALL_-1207164448'), ('const-0', u'SUBPIECE_-1207164150'), (u'INT_ADD_-1207164662', u'CAST_-1207164014'), ('const-8', u'INT_ADD_-1207164197'), (u'MULTIEQUAL_-1207164190', u'INT_SUB_-1207164008'), (u'MULTIEQUAL_-1207164170', u'PTRADD_-1207163911'), (u'INT_ADD_-1207164391', u'INT_NOTEQUAL_-1207164382'), (u'PTRSUB_-1207163983', u'PTRADD_-1207163911'), (u'INDIRECT_-1207164121', u'MULTIEQUAL_-1207164166'), (u'PTRADD_-1207163947', u'LOAD_-1207164519'), ('tmp_398', u'CBRANCH_-1207164463'), (u'INDIRECT_-1207164007', u'MULTIEQUAL_-1207163984'), ('tmp_1294', u'MULTIEQUAL_-1207164166'), (u'COPY_-1207164234', u'MULTIEQUAL_-1207164170'), ('const-4', u'PTRADD_-1207163939'), ('const-4', u'PTRADD_-1207163911'), (u'LOAD_-1207164215', u'COPY_-1207164193'), ('const-0', u'COPY_-1207164280'), ('tmp_529', u'CBRANCH_-1207164379'), ('const-433', u'LOAD_-1207164530'), (u'INDIRECT_-1207164025', u'MULTIEQUAL_-1207164013'), ('tmp_717', u'CAST_-1207163942'), ('tmp_1287', u'PTRSUB_-1207163947'), ('tmp_719', u'CAST_-1207163898'), (u'CAST_-1207163942', u'INT_ADD_-1207164514'), (u'INT_XOR_-1207164494', u'INT_ZEXT_-1207164223'), (u'INT_ADD_-1207164197', u'CAST_-1207164019'), (u'INDIRECT_-1207164121', u'MULTIEQUAL_-1207164085'), ('const-433', u'LOAD_-1207164433'), (u'INT_SUB_-1207164008', u'INT_ADD_-1207163958'), (u'MULTIEQUAL_-1207164170', u'PTRADD_-1207163900'), ('const-433', u'LOAD_-1207164216'), (u'INT_ADD_-1207164408', u'CAST_-1207163897'), (u'CAST_-1207163897', u'STORE_-1207164422'), ('const-0', u'COPY_-1207164234'), (u'COPY_-1207164030', u'MULTIEQUAL_-1207164190'), (u'CALL_-1207164272', u'INDIRECT_-1207163958'), (u'CALL_-1207164448', u'INDIRECT_-1207164015'), ('tmp_718', u'COPY_-1207164030'), ('const--152', u'PTRSUB_-1207163983'), (u'INT_NOTEQUAL_-1207164625', u'CBRANCH_-1207164624'), ('const-0', u'RETURN_-1207164273'), (u'CALL_-1207164272', u'INDIRECT_-1207163948'), (u'INT_NOTEQUAL_-1207164466', u'CBRANCH_-1207164463'), (u'LOAD_-1207164678', u'INT_EQUAL_-1207164339'), ('tmp_1287', u'PTRSUB_-1207163983'), ('tmp_153', u'CBRANCH_-1207164624'), ('tmp_718', u'INT_SUB_-1207164008'), ('const-16', u'INT_NOTEQUAL_-1207164382'), ('const-40', u'INT_ADD_-1207164337'), (u'PTRADD_-1207163939', u'STORE_-1207164498'), (u'INT_ADD_-1207164337', u'CAST_-1207163867'), ('const-433', u'LOAD_-1207164678'), ('const-433', u'STORE_-1207164422'), (u'MULTIEQUAL_-1207164085', u'INT_ADD_-1207164337'), ('tmp_715', u'CALL_-1207164448'), (u'INDIRECT_-1207163997', u'MULTIEQUAL_-1207164055'), ('const--88', u'PTRSUB_-1207163947'), (u'MULTIEQUAL_-1207164205', u'PTRADD_-1207163939'), ('tmp_559', u'CBRANCH_-1207164362'), ('const-433', u'LOAD_-1207164215'), ('const-1', u'INT_ADD_-1207164475'), (u'INT_EQUAL_-1207164339', u'CBRANCH_-1207164330'), ('tmp_716', u'CAST_-1207164020'), ('const-16', u'INT_NOTEQUAL_-1207164466'), (u'COPY_-1207164194', u'MULTIEQUAL_-1207163984'), ('const--88', u'PTRSUB_-1207163900'), (u'MULTIEQUAL_-1207164205', u'INT_ADD_-1207164001'), (u'INT_NOTEQUAL_-1207164382', u'CBRANCH_-1207164379'), ('tmp_1294', u'INT_ADD_-1207164662'), (u'MULTIEQUAL_-1207164190', u'INT_SUB_-1207164010'), (u'LOAD_-1207164433', u'SUBPIECE_-1207164150'), (u'COPY_-1207164194', u'MULTIEQUAL_-1207164065'), (u'PTRADD_-1207163900', u'STORE_-1207164414'), (u'CAST_-1207164020', u'INT_ADD_-1207164197'), (u'MULTIEQUAL_-1207164205', u'PTRADD_-1207163947'), ('const-0', u'INT_NOTEQUAL_-1207164365'), ('const-1', u'PTRADD_-1207163947'), ('const-0', u'INT_NOTEQUAL_-1207164625'), (u'INDIRECT_-1207163997', u'MULTIEQUAL_-1207164003'), (u'INDIRECT_-1207164015', u'MULTIEQUAL_-1207164003'), (u'MULTIEQUAL_-1207164205', u'INT_ADD_-1207164475'), (u'INT_ADD_-1207164475', u'MULTIEQUAL_-1207164205'), ('const-1', u'PTRADD_-1207163900'), (u'CAST_-1207164019', u'LOAD_-1207164215'), ('const-433', u'STORE_-1207164498'), (u'INDIRECT_-1207164007', u'MULTIEQUAL_-1207164013'), (u'LOAD_-1207164519', u'INT_XOR_-1207164494')]
[(u'MULTIEQUAL_-1207164170', u'INT_ADD_-1207164408'), (u'LOAD_-1207164678', u'MULTIEQUAL_-1207163953'), (u'COPY_-1207164187', u'MULTIEQUAL_-1207164054'), (u'INT_SUB_-1207164524', u'INT_ADD_-1207164408'), (u'LOAD_-1207164351', u'INT_EQUAL_-1207164339'), (u'MULTIEQUAL_-1207164190', u'INT_ADD_-1207164360'), ('tmp_1305', u'INT_NOTEQUAL_-1207164625'), (u'SUBPIECE_-1207164150', u'STORE_-1207164414'), (u'INT_ADD_-1207164662', u'CAST_-1207164009'), ('const-1', u'RETURN_-1207164267'), (u'LOAD_-1207164209', u'COPY_-1207164187'), ('tmp_1305', u'INT_ADD_-1207164595'), ('const-4', u'PTRADD_-1207163903'), (u'SUBPIECE_-1207164150', u'STORE_-1207164422'), (u'LOAD_-1207164530', u'INT_XOR_-1207164494'), (u'CAST_-1207163887', u'INT_ADD_-1207163938'), (u'MULTIEQUAL_-1207164205', u'INT_ADD_-1207164514'), (u'PTRADD_-1207164024', u'LOAD_-1207164208'), (u'MULTIEQUAL_-1207164170', u'INT_ADD_-1207164391'), ('const-0', u'COPY_-1207164234'), ('tmp_1303', u'PTRADD_-1207164024'), (u'PTRADD_-1207163931', u'STORE_-1207164498'), (u'INDIRECT_-1207163996', u'MULTIEQUAL_-1207164054'), (u'INT_ZEXT_-1207164223', u'STORE_-1207164498'), (u'CALL_-1207164448', u'INDIRECT_-1207164121'), (u'INDIRECT_-1207163986', u'MULTIEQUAL_-1207163992'), ('const-40', u'INT_ADD_-1207164662'), (u'PTRSUB_-1207163892', u'CAST_-1207163887'), (u'MULTIEQUAL_-1207164170', u'INT_ADD_-1207163938'), ('tmp_601', u'CBRANCH_-1207164330'), (u'MULTIEQUAL_-1207164205', u'INT_ADD_-1207163985'), ('const-433', u'LOAD_-1207164209'), ('tmp_1297', u'PTRSUB_-1207163892'), ('tmp_1304', u'MULTIEQUAL_-1207164085'), (u'COPY_-1207164280', u'MULTIEQUAL_-1207164205'), ('tmp_1307', u'INT_ADD_-1207164606'), (u'COPY_-1207164187', u'MULTIEQUAL_-1207163973'), (u'INT_ADD_-1207164475', u'INT_NOTEQUAL_-1207164466'), (u'CAST_-1207163886', u'STORE_-1207164414'), ('const--88', u'PTRSUB_-1207163892'), (u'INT_NOTEQUAL_-1207164365', u'CBRANCH_-1207164362'), (u'CAST_-1207163932', u'INT_ADD_-1207163985'), ('const-433', u'LOAD_-1207164678'), ('const-433', u'LOAD_-1207164208'), (u'INDIRECT_-1207164004', u'MULTIEQUAL_-1207163992'), ('tmp_1297', u'PTRSUB_-1207163973'), (u'INT_ADD_-1207164391', u'MULTIEQUAL_-1207164170'), ('const-1', u'PTRADD_-1207164024'), (u'COPY_-1207164186', u'MULTIEQUAL_-1207163963'), (u'INT_ADD_-1207164514', u'CAST_-1207163937'), ('const-1', u'INT_ADD_-1207164391'), ('const-433', u'LOAD_-1207164351'), ('const-433', u'LOAD_-1207164433'), ('const-433', u'LOAD_-1207164530'), (u'CAST_-1207164009', u'LOAD_-1207164678'), (u'CALL_-1207164272', u'INDIRECT_-1207163947'), ('tmp_1297', u'PTRSUB_-1207163939'), (u'STORE_-1207164414', u'INDIRECT_-1207163986'), ('tmp_1303', u'LOAD_-1207164209'), ('tmp_1304', u'MULTIEQUAL_-1207164166'), (u'INT_ADD_-1207164391', u'INT_NOTEQUAL_-1207164382'), (u'INDIRECT_-1207164121', u'MULTIEQUAL_-1207164166'), (u'INT_ADD_-1207164606', u'INT_SUB_-1207164524'), ('const-0', u'SUBPIECE_-1207164150'), ('tmp_398', u'CBRANCH_-1207164463'), (u'INDIRECT_-1207163996', u'MULTIEQUAL_-1207163973'), ('tmp_1305', u'MULTIEQUAL_-1207164190'), ('const--16', u'INT_ADD_-1207164360'), (u'STORE_-1207164414', u'INDIRECT_-1207163996'), ('const--152', u'PTRSUB_-1207163973'), (u'INT_ADD_-1207164408', u'CAST_-1207163892'), (u'CAST_-1207163937', u'LOAD_-1207164530'), (u'PTRSUB_-1207163939', u'CAST_-1207163932'), (u'COPY_-1207164234', u'MULTIEQUAL_-1207164170'), (u'CALL_-1207164272', u'INDIRECT_-1207163937'), ('tmp_529', u'CBRANCH_-1207164379'), (u'PTRSUB_-1207163973', u'CALL_-1207164448'), (u'MULTIEQUAL_-1207164205', u'PTRADD_-1207163931'), (u'LOAD_-1207164208', u'COPY_-1207164186'), ('const-433', u'STORE_-1207164414'), (u'CALL_-1207164448', u'INDIRECT_-1207164004'), (u'PTRSUB_-1207163973', u'PTRADD_-1207163903'), (u'INDIRECT_-1207163986', u'MULTIEQUAL_-1207164044'), ('const-4', u'PTRADD_-1207163931'), (u'CALL_-1207164448', u'INDIRECT_-1207164014'), (u'CAST_-1207163860', u'LOAD_-1207164351'), (u'INT_XOR_-1207164494', u'INT_ZEXT_-1207164223'), (u'INDIRECT_-1207164121', u'MULTIEQUAL_-1207164085'), (u'INT_ADD_-1207164360', u'INT_NOTEQUAL_-1207164365'), (u'INT_ADD_-1207164595', u'INT_SUB_-1207164536'), ('const-433', u'LOAD_-1207164519'), (u'PTRADD_-1207163903', u'LOAD_-1207164433'), (u'INT_NOTEQUAL_-1207164625', u'CBRANCH_-1207164624'), ('const-0', u'RETURN_-1207164273'), ('tmp_1304', u'INT_ADD_-1207164662'), ('tmp_1308', u'CALL_-1207164448'), (u'INT_NOTEQUAL_-1207164466', u'CBRANCH_-1207164463'), (u'INT_ADD_-1207163985', u'CAST_-1207163931'), (u'INDIRECT_-1207164014', u'MULTIEQUAL_-1207164002'), ('tmp_153', u'CBRANCH_-1207164624'), ('const-16', u'INT_NOTEQUAL_-1207164466'), ('const-40', u'INT_ADD_-1207164337'), (u'MULTIEQUAL_-1207164085', u'INT_ADD_-1207164337'), (u'INDIRECT_-1207163994', u'MULTIEQUAL_-1207164034'), ('const-433', u'STORE_-1207164422'), ('tmp_559', u'CBRANCH_-1207164362'), ('const-433', u'STORE_-1207164498'), (u'MULTIEQUAL_-1207164190', u'INT_SUB_-1207164536'), ('const-16', u'INT_NOTEQUAL_-1207164382'), ('const-1', u'INT_ADD_-1207164475'), (u'INT_EQUAL_-1207164339', u'CBRANCH_-1207164330'), ('const--88', u'PTRSUB_-1207163939'), (u'MULTIEQUAL_-1207164190', u'INT_SUB_-1207164524'), ('const-0', u'COPY_-1207164280'), ('tmp_1309', u'INT_ADD_-1207164595'), (u'INDIRECT_-1207163994', u'MULTIEQUAL_-1207163953'), (u'MULTIEQUAL_-1207164170', u'PTRADD_-1207163903'), (u'CAST_-1207163892', u'STORE_-1207164422'), (u'INT_NOTEQUAL_-1207164382', u'CBRANCH_-1207164379'), (u'LOAD_-1207164433', u'SUBPIECE_-1207164150'), (u'COPY_-1207164186', u'MULTIEQUAL_-1207164044'), (u'INT_SUB_-1207164536', u'INT_ADD_-1207164514'), ('const-0', u'INT_NOTEQUAL_-1207164365'), (u'INT_ADD_-1207163938', u'CAST_-1207163886'), ('const-0', u'INT_NOTEQUAL_-1207164625'), ('tmp_1305', u'INT_ADD_-1207164606'), (u'INT_ADD_-1207164337', u'CAST_-1207163860'), (u'LOAD_-1207164678', u'MULTIEQUAL_-1207164034'), (u'PTRSUB_-1207163973', u'PTRADD_-1207163931'), (u'MULTIEQUAL_-1207164205', u'INT_ADD_-1207164475'), (u'INT_ADD_-1207164475', u'MULTIEQUAL_-1207164205'), (u'INDIRECT_-1207163986', u'MULTIEQUAL_-1207163963'), ('const-8', u'PTRADD_-1207164024'), (u'CAST_-1207163931', u'LOAD_-1207164519'), (u'INDIRECT_-1207163996', u'MULTIEQUAL_-1207164002'), (u'LOAD_-1207164519', u'INT_XOR_-1207164494'), (u'MULTIEQUAL_-1207163953', u'INT_EQUAL_-1207164339'), (u'CALL_-1207164272', u'INDIRECT_-1207163927'), (u'INT_ADD_-1207164360', u'MULTIEQUAL_-1207164190'), (u'CALL_-1207164448', u'INDIRECT_-1207163994')]
null
null
001320c8
x64
O2
(translation_unit "void FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)\n\n{\n long lVar1;\n undefined1 uVar2;\n long in_FS_OFFSET;\n uint local_98 [16];\n undefined8 local_58;\n undefined8 uStack_50;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = *param_2;\n uStack_50 = param_2[1];\n if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "void FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)\n\n{\n long lVar1;\n undefined1 uVar2;\n long in_FS_OFFSET;\n uint local_98 [16];\n undefined8 local_58;\n undefined8 uStack_50;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = *param_2;\n uStack_50 = param_2[1];\n if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n undefined1 uVar2;\n long in_FS_OFFSET;\n uint local_98 [16];\n undefined8 local_58;\n undefined8 uStack_50;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = *param_2;\n uStack_50 = param_2[1];\n if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 uVar2;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "uint local_98 [16];" type_identifier (array_declarator "local_98 [16]" identifier [ number_literal ]) ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 uStack_50;" type_identifier identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "local_58 = *param_2;" (assignment_expression "local_58 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "uStack_50 = param_2[1];" (assignment_expression "uStack_50 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (if_statement "if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }" if (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) (compound_statement "{\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }" { (expression_statement "param_5 = param_5 + param_4;" (assignment_expression "param_5 = param_5 + param_4" identifier = (binary_expression "param_5 + param_4" identifier + identifier)) ;) (expression_statement "param_3 = param_3 + param_4;" (assignment_expression "param_3 = param_3 + param_4" identifier = (binary_expression "param_3 + param_4" identifier + identifier)) ;) (do_statement "do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);" do (compound_statement "{\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n }" { (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);" do (compound_statement "{\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n }" { (expression_statement "local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));" (assignment_expression "local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" (subscript_expression "local_98[lVar1]" identifier [ identifier ]) = (call_expression "(uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" ( (binary_expression "*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1)" (pointer_expression "*(byte *)((param_3 - param_4) + lVar1)" * (cast_expression "(byte *)((param_3 - param_4) + lVar1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_3 - param_4) + lVar1)" ( (binary_expression "(param_3 - param_4) + lVar1" (parenthesized_expression "(param_3 - param_4)" ( (binary_expression "param_3 - param_4" identifier - identifier) )) + identifier) )))) ^ (pointer_expression "*(byte *)((long)&local_58 + lVar1)" * (cast_expression "(byte *)((long)&local_58 + lVar1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&local_58 + lVar1)" ( (binary_expression "(long)&local_58 + lVar1" (cast_expression "(long)&local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&local_58" & identifier)) + identifier) ))))) )))) ;) (expression_statement "lVar1 = lVar1 + 1;" (assignment_expression "lVar1 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar1 != 0x10)" ( (binary_expression "lVar1 != 0x10" identifier != number_literal) )) ;) (expression_statement "FUN_00131d7d(param_1,local_98);" (call_expression "FUN_00131d7d(param_1,local_98)" identifier (argument_list "(param_1,local_98)" ( identifier , identifier ))) ;) (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);" do (compound_statement "{\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n }" { (expression_statement "uVar2 = (undefined1)local_98[lVar1];" (assignment_expression "uVar2 = (undefined1)local_98[lVar1]" identifier = (cast_expression "(undefined1)local_98[lVar1]" ( (type_descriptor "undefined1" type_identifier) ) (subscript_expression "local_98[lVar1]" identifier [ identifier ]))) ;) (expression_statement "*(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;" (assignment_expression "*(undefined1 *)((param_5 - param_4) + lVar1) = uVar2" (pointer_expression "*(undefined1 *)((param_5 - param_4) + lVar1)" * (cast_expression "(undefined1 *)((param_5 - param_4) + lVar1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_5 - param_4) + lVar1)" ( (binary_expression "(param_5 - param_4) + lVar1" (parenthesized_expression "(param_5 - param_4)" ( (binary_expression "param_5 - param_4" identifier - identifier) )) + identifier) )))) = identifier) ;) (expression_statement "*(undefined1 *)((long)&local_58 + lVar1) = uVar2;" (assignment_expression "*(undefined1 *)((long)&local_58 + lVar1) = uVar2" (pointer_expression "*(undefined1 *)((long)&local_58 + lVar1)" * (cast_expression "(undefined1 *)((long)&local_58 + lVar1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&local_58 + lVar1)" ( (binary_expression "(long)&local_58 + lVar1" (cast_expression "(long)&local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&local_58" & identifier)) + identifier) )))) = identifier) ;) (expression_statement "lVar1 = lVar1 + 1;" (assignment_expression "lVar1 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar1 != 0x10)" ( (binary_expression "lVar1 != 0x10" identifier != number_literal) )) ;) (expression_statement "param_4 = param_4 + -0x10;" (assignment_expression "param_4 = param_4 + -0x10" identifier = (binary_expression "param_4 + -0x10" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) ;) })) (if_statement "if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }" if (parenthesized_expression "(local_40 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void aes_cbc_encrypt(tls_aes *aes,void *iv,void *data,size_t len,void *dst)\n\n{\n long lVar1;\n long lVar2;\n uint8_t uVar3;\n size_t sVar4;\n long in_FS_OFFSET;\n uint astate [16];\n uint8_t iv2 [16];\n \n /* WARNING: Load size is inaccurate */\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n iv2._0_8_ = *iv;\n iv2._8_8_ = *(undefined8 *)((long)iv + 8);\n if (len != 0) {\n sVar4 = len;\n do {\n lVar2 = 0;\n do {\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n aes_encrypt_1(aes,astate);\n lVar2 = 0;\n do {\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n sVar4 = sVar4 - 0x10;\n } while (sVar4 != 0);\n }\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "void aes_cbc_encrypt(tls_aes *aes,void *iv,void *data,size_t len,void *dst)\n\n{\n long lVar1;\n long lVar2;\n uint8_t uVar3;\n size_t sVar4;\n long in_FS_OFFSET;\n uint astate [16];\n uint8_t iv2 [16];\n \n /* WARNING: Load size is inaccurate */\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n iv2._0_8_ = *iv;\n iv2._8_8_ = *(undefined8 *)((long)iv + 8);\n if (len != 0) {\n sVar4 = len;\n do {\n lVar2 = 0;\n do {\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n aes_encrypt_1(aes,astate);\n lVar2 = 0;\n do {\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n sVar4 = sVar4 - 0x10;\n } while (sVar4 != 0);\n }\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "aes_cbc_encrypt(tls_aes *aes,void *iv,void *data,size_t len,void *dst)" identifier (parameter_list "(tls_aes *aes,void *iv,void *data,size_t len,void *dst)" ( (parameter_declaration "tls_aes *aes" type_identifier (pointer_declarator "*aes" * identifier)) , (parameter_declaration "void *iv" primitive_type (pointer_declarator "*iv" * identifier)) , (parameter_declaration "void *data" primitive_type (pointer_declarator "*data" * identifier)) , (parameter_declaration "size_t len" primitive_type identifier) , (parameter_declaration "void *dst" primitive_type (pointer_declarator "*dst" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n uint8_t uVar3;\n size_t sVar4;\n long in_FS_OFFSET;\n uint astate [16];\n uint8_t iv2 [16];\n \n /* WARNING: Load size is inaccurate */\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n iv2._0_8_ = *iv;\n iv2._8_8_ = *(undefined8 *)((long)iv + 8);\n if (len != 0) {\n sVar4 = len;\n do {\n lVar2 = 0;\n do {\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n aes_encrypt_1(aes,astate);\n lVar2 = 0;\n do {\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n sVar4 = sVar4 - 0x10;\n } while (sVar4 != 0);\n }\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uint8_t uVar3;" primitive_type identifier ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "uint astate [16];" type_identifier (array_declarator "astate [16]" identifier [ number_literal ]) ;) (declaration "uint8_t iv2 [16];" primitive_type (array_declarator "iv2 [16]" identifier [ number_literal ]) ;) comment (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 "iv2._0_8_ = *iv;" (assignment_expression "iv2._0_8_ = *iv" (field_expression "iv2._0_8_" identifier . field_identifier) = (pointer_expression "*iv" * identifier)) ;) (expression_statement "iv2._8_8_ = *(undefined8 *)((long)iv + 8);" (assignment_expression "iv2._8_8_ = *(undefined8 *)((long)iv + 8)" (field_expression "iv2._8_8_" identifier . field_identifier) = (pointer_expression "*(undefined8 *)((long)iv + 8)" * (cast_expression "(undefined8 *)((long)iv + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)iv + 8)" ( (binary_expression "(long)iv + 8" (cast_expression "(long)iv" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (len != 0) {\n sVar4 = len;\n do {\n lVar2 = 0;\n do {\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n aes_encrypt_1(aes,astate);\n lVar2 = 0;\n do {\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n sVar4 = sVar4 - 0x10;\n } while (sVar4 != 0);\n }" if (parenthesized_expression "(len != 0)" ( (binary_expression "len != 0" identifier != number_literal) )) (compound_statement "{\n sVar4 = len;\n do {\n lVar2 = 0;\n do {\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n aes_encrypt_1(aes,astate);\n lVar2 = 0;\n do {\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n sVar4 = sVar4 - 0x10;\n } while (sVar4 != 0);\n }" { (expression_statement "sVar4 = len;" (assignment_expression "sVar4 = len" identifier = identifier) ;) (do_statement "do {\n lVar2 = 0;\n do {\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n aes_encrypt_1(aes,astate);\n lVar2 = 0;\n do {\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n sVar4 = sVar4 - 0x10;\n } while (sVar4 != 0);" do (compound_statement "{\n lVar2 = 0;\n do {\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n aes_encrypt_1(aes,astate);\n lVar2 = 0;\n do {\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);\n sVar4 = sVar4 - 0x10;\n }" { (expression_statement "lVar2 = 0;" (assignment_expression "lVar2 = 0" identifier = number_literal) ;) (do_statement "do {\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);" do (compound_statement "{\n astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);\n lVar2 = lVar2 + 1;\n }" { (expression_statement "astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]);" (assignment_expression "astate[lVar2] = (uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2])" (subscript_expression "astate[lVar2]" identifier [ identifier ]) = (call_expression "(uint)(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2])" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2])" ( (binary_expression "*(byte *)((long)data + lVar2 + (len - sVar4)) ^ iv2[lVar2]" (pointer_expression "*(byte *)((long)data + lVar2 + (len - sVar4))" * (cast_expression "(byte *)((long)data + lVar2 + (len - sVar4))" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + lVar2 + (len - sVar4))" ( (binary_expression "(long)data + lVar2 + (len - sVar4)" (binary_expression "(long)data + lVar2" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + (parenthesized_expression "(len - sVar4)" ( (binary_expression "len - sVar4" identifier - identifier) ))) )))) ^ (subscript_expression "iv2[lVar2]" identifier [ identifier ])) )))) ;) (expression_statement "lVar2 = lVar2 + 1;" (assignment_expression "lVar2 = lVar2 + 1" identifier = (binary_expression "lVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar2 != 0x10)" ( (binary_expression "lVar2 != 0x10" identifier != number_literal) )) ;) (expression_statement "aes_encrypt_1(aes,astate);" (call_expression "aes_encrypt_1(aes,astate)" identifier (argument_list "(aes,astate)" ( identifier , identifier ))) ;) (expression_statement "lVar2 = 0;" (assignment_expression "lVar2 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n } while (lVar2 != 0x10);" do (compound_statement "{\n uVar3 = (uint8_t)astate[lVar2];\n *(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;\n iv2[lVar2] = uVar3;\n lVar2 = lVar2 + 1;\n }" { (expression_statement "uVar3 = (uint8_t)astate[lVar2];" (assignment_expression "uVar3 = (uint8_t)astate[lVar2]" identifier = (cast_expression "(uint8_t)astate[lVar2]" ( (type_descriptor "uint8_t" primitive_type) ) (subscript_expression "astate[lVar2]" identifier [ identifier ]))) ;) (expression_statement "*(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3;" (assignment_expression "*(uint8_t *)((long)dst + lVar2 + (len - sVar4)) = uVar3" (pointer_expression "*(uint8_t *)((long)dst + lVar2 + (len - sVar4))" * (cast_expression "(uint8_t *)((long)dst + lVar2 + (len - sVar4))" ( (type_descriptor "uint8_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)dst + lVar2 + (len - sVar4))" ( (binary_expression "(long)dst + lVar2 + (len - sVar4)" (binary_expression "(long)dst + lVar2" (cast_expression "(long)dst" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + (parenthesized_expression "(len - sVar4)" ( (binary_expression "len - sVar4" identifier - identifier) ))) )))) = identifier) ;) (expression_statement "iv2[lVar2] = uVar3;" (assignment_expression "iv2[lVar2] = uVar3" (subscript_expression "iv2[lVar2]" identifier [ identifier ]) = identifier) ;) (expression_statement "lVar2 = lVar2 + 1;" (assignment_expression "lVar2 = lVar2 + 1" identifier = (binary_expression "lVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar2 != 0x10)" ( (binary_expression "lVar2 != 0x10" identifier != number_literal) )) ;) (expression_statement "sVar4 = sVar4 - 0x10;" (assignment_expression "sVar4 = sVar4 - 0x10" identifier = (binary_expression "sVar4 - 0x10" identifier - number_literal)) ;) }) while (parenthesized_expression "(sVar4 != 0)" ( (binary_expression "sVar4 != 0" identifier != number_literal) )) ;) })) (if_statement "if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\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;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)\n\n{\n long lVar1;\n undefined1 uVar2;\n long in_FS_OFFSET;\n uint local_98 [16];\n undefined8 local_58;\n undefined8 uStack_50;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = *param_2;\n uStack_50 = param_2[1];\n if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "void FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)\n\n{\n long lVar1;\n undefined1 uVar2;\n long in_FS_OFFSET;\n uint local_98 [16];\n undefined8 local_58;\n undefined8 uStack_50;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = *param_2;\n uStack_50 = param_2[1];\n if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n undefined1 uVar2;\n long in_FS_OFFSET;\n uint local_98 [16];\n undefined8 local_58;\n undefined8 uStack_50;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = *param_2;\n uStack_50 = param_2[1];\n if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 uVar2;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "uint local_98 [16];" type_identifier (array_declarator "local_98 [16]" identifier [ number_literal ]) ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 uStack_50;" type_identifier identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "local_58 = *param_2;" (assignment_expression "local_58 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "uStack_50 = param_2[1];" (assignment_expression "uStack_50 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (if_statement "if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }" if (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) (compound_statement "{\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }" { (expression_statement "param_5 = param_5 + param_4;" (assignment_expression "param_5 = param_5 + param_4" identifier = (binary_expression "param_5 + param_4" identifier + identifier)) ;) (expression_statement "param_3 = param_3 + param_4;" (assignment_expression "param_3 = param_3 + param_4" identifier = (binary_expression "param_3 + param_4" identifier + identifier)) ;) (do_statement "do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);" do (compound_statement "{\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n }" { (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);" do (compound_statement "{\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n }" { (expression_statement "local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));" (assignment_expression "local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" (subscript_expression "local_98[lVar1]" identifier [ identifier ]) = (call_expression "(uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" ( (binary_expression "*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1)" (pointer_expression "*(byte *)((param_3 - param_4) + lVar1)" * (cast_expression "(byte *)((param_3 - param_4) + lVar1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_3 - param_4) + lVar1)" ( (binary_expression "(param_3 - param_4) + lVar1" (parenthesized_expression "(param_3 - param_4)" ( (binary_expression "param_3 - param_4" identifier - identifier) )) + identifier) )))) ^ (pointer_expression "*(byte *)((long)&local_58 + lVar1)" * (cast_expression "(byte *)((long)&local_58 + lVar1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&local_58 + lVar1)" ( (binary_expression "(long)&local_58 + lVar1" (cast_expression "(long)&local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&local_58" & identifier)) + identifier) ))))) )))) ;) (expression_statement "lVar1 = lVar1 + 1;" (assignment_expression "lVar1 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar1 != 0x10)" ( (binary_expression "lVar1 != 0x10" identifier != number_literal) )) ;) (expression_statement "FUN_00131d7d(param_1,local_98);" (call_expression "FUN_00131d7d(param_1,local_98)" identifier (argument_list "(param_1,local_98)" ( identifier , identifier ))) ;) (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);" do (compound_statement "{\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n }" { (expression_statement "uVar2 = (undefined1)local_98[lVar1];" (assignment_expression "uVar2 = (undefined1)local_98[lVar1]" identifier = (cast_expression "(undefined1)local_98[lVar1]" ( (type_descriptor "undefined1" type_identifier) ) (subscript_expression "local_98[lVar1]" identifier [ identifier ]))) ;) (expression_statement "*(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;" (assignment_expression "*(undefined1 *)((param_5 - param_4) + lVar1) = uVar2" (pointer_expression "*(undefined1 *)((param_5 - param_4) + lVar1)" * (cast_expression "(undefined1 *)((param_5 - param_4) + lVar1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_5 - param_4) + lVar1)" ( (binary_expression "(param_5 - param_4) + lVar1" (parenthesized_expression "(param_5 - param_4)" ( (binary_expression "param_5 - param_4" identifier - identifier) )) + identifier) )))) = identifier) ;) (expression_statement "*(undefined1 *)((long)&local_58 + lVar1) = uVar2;" (assignment_expression "*(undefined1 *)((long)&local_58 + lVar1) = uVar2" (pointer_expression "*(undefined1 *)((long)&local_58 + lVar1)" * (cast_expression "(undefined1 *)((long)&local_58 + lVar1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&local_58 + lVar1)" ( (binary_expression "(long)&local_58 + lVar1" (cast_expression "(long)&local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&local_58" & identifier)) + identifier) )))) = identifier) ;) (expression_statement "lVar1 = lVar1 + 1;" (assignment_expression "lVar1 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar1 != 0x10)" ( (binary_expression "lVar1 != 0x10" identifier != number_literal) )) ;) (expression_statement "param_4 = param_4 + -0x10;" (assignment_expression "param_4 = param_4 + -0x10" identifier = (binary_expression "param_4 + -0x10" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) ;) })) (if_statement "if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }" if (parenthesized_expression "(local_40 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) + IDENT) )))) ^ (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression & IDENT)) + IDENT) ))))) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) + 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)) ) (pointer_expression & IDENT)) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)\n\n{\n long lVar1;\n undefined1 uVar2;\n long in_FS_OFFSET;\n uint local_98 [16];\n undefined8 local_58;\n undefined8 uStack_50;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = *param_2;\n uStack_50 = param_2[1];\n if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" (primitive_type "void") (function_declarator "FUN_001320c8(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)" (identifier "FUN_001320c8") (parameter_list "(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5)" (( "(") (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 "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "long param_4" (sized_type_specifier "long" (long "long")) (identifier "param_4")) (, ",") (parameter_declaration "long param_5" (sized_type_specifier "long" (long "long")) (identifier "param_5")) () ")"))) (compound_statement "{\n long lVar1;\n undefined1 uVar2;\n long in_FS_OFFSET;\n uint local_98 [16];\n undefined8 local_58;\n undefined8 uStack_50;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = *param_2;\n uStack_50 = param_2[1];\n if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined1 uVar2;" (type_identifier "undefined1") (identifier "uVar2") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "uint local_98 [16];" (type_identifier "uint") (array_declarator "local_98 [16]" (identifier "local_98") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 uStack_50;" (type_identifier "undefined8") (identifier "uStack_50") (; ";")) (declaration "long local_40;" (sized_type_specifier "long" (long "long")) (identifier "local_40") (; ";")) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_40") (= "=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "local_58 = *param_2;" (assignment_expression "local_58 = *param_2" (identifier "local_58") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "uStack_50 = param_2[1];" (assignment_expression "uStack_50 = param_2[1]" (identifier "uStack_50") (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (param_4 != 0) {\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }" (if "if") (parenthesized_expression "(param_4 != 0)" (( "(") (binary_expression "param_4 != 0" (identifier "param_4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n param_5 = param_5 + param_4;\n param_3 = param_3 + param_4;\n do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);\n }" ({ "{") (expression_statement "param_5 = param_5 + param_4;" (assignment_expression "param_5 = param_5 + param_4" (identifier "param_5") (= "=") (binary_expression "param_5 + param_4" (identifier "param_5") (+ "+") (identifier "param_4"))) (; ";")) (expression_statement "param_3 = param_3 + param_4;" (assignment_expression "param_3 = param_3 + param_4" (identifier "param_3") (= "=") (binary_expression "param_3 + param_4" (identifier "param_3") (+ "+") (identifier "param_4"))) (; ";")) (do_statement "do {\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n } while (param_4 != 0);" (do "do") (compound_statement "{\n lVar1 = 0;\n do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n FUN_00131d7d(param_1,local_98);\n lVar1 = 0;\n do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);\n param_4 = param_4 + -0x10;\n }" ({ "{") (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" (identifier "lVar1") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);" (do "do") (compound_statement "{\n local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));\n lVar1 = lVar1 + 1;\n }" ({ "{") (expression_statement "local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1));" (assignment_expression "local_98[lVar1] =\n (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" (subscript_expression "local_98[lVar1]" (identifier "local_98") ([ "[") (identifier "lVar1") (] "]")) (= "=") (call_expression "(uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1))" (( "(") (binary_expression "*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1)" (pointer_expression "*(byte *)((param_3 - param_4) + lVar1)" (* "*") (cast_expression "(byte *)((param_3 - param_4) + lVar1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((param_3 - param_4) + lVar1)" (( "(") (binary_expression "(param_3 - param_4) + lVar1" (parenthesized_expression "(param_3 - param_4)" (( "(") (binary_expression "param_3 - param_4" (identifier "param_3") (- "-") (identifier "param_4")) () ")")) (+ "+") (identifier "lVar1")) () ")")))) (^ "^") (pointer_expression "*(byte *)((long)&local_58 + lVar1)" (* "*") (cast_expression "(byte *)((long)&local_58 + lVar1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&local_58 + lVar1)" (( "(") (binary_expression "(long)&local_58 + lVar1" (cast_expression "(long)&local_58" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&local_58" (& "&") (identifier "local_58"))) (+ "+") (identifier "lVar1")) () ")"))))) () ")")))) (; ";")) (expression_statement "lVar1 = lVar1 + 1;" (assignment_expression "lVar1 = lVar1 + 1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + 1" (identifier "lVar1") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar1 != 0x10)" (( "(") (binary_expression "lVar1 != 0x10" (identifier "lVar1") (!= "!=") (number_literal "0x10")) () ")")) (; ";")) (expression_statement "FUN_00131d7d(param_1,local_98);" (call_expression "FUN_00131d7d(param_1,local_98)" (identifier "FUN_00131d7d") (argument_list "(param_1,local_98)" (( "(") (identifier "param_1") (, ",") (identifier "local_98") () ")"))) (; ";")) (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" (identifier "lVar1") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n } while (lVar1 != 0x10);" (do "do") (compound_statement "{\n uVar2 = (undefined1)local_98[lVar1];\n *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;\n *(undefined1 *)((long)&local_58 + lVar1) = uVar2;\n lVar1 = lVar1 + 1;\n }" ({ "{") (expression_statement "uVar2 = (undefined1)local_98[lVar1];" (assignment_expression "uVar2 = (undefined1)local_98[lVar1]" (identifier "uVar2") (= "=") (cast_expression "(undefined1)local_98[lVar1]" (( "(") (type_descriptor "undefined1" (type_identifier "undefined1")) () ")") (subscript_expression "local_98[lVar1]" (identifier "local_98") ([ "[") (identifier "lVar1") (] "]")))) (; ";")) (expression_statement "*(undefined1 *)((param_5 - param_4) + lVar1) = uVar2;" (assignment_expression "*(undefined1 *)((param_5 - param_4) + lVar1) = uVar2" (pointer_expression "*(undefined1 *)((param_5 - param_4) + lVar1)" (* "*") (cast_expression "(undefined1 *)((param_5 - param_4) + lVar1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((param_5 - param_4) + lVar1)" (( "(") (binary_expression "(param_5 - param_4) + lVar1" (parenthesized_expression "(param_5 - param_4)" (( "(") (binary_expression "param_5 - param_4" (identifier "param_5") (- "-") (identifier "param_4")) () ")")) (+ "+") (identifier "lVar1")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "*(undefined1 *)((long)&local_58 + lVar1) = uVar2;" (assignment_expression "*(undefined1 *)((long)&local_58 + lVar1) = uVar2" (pointer_expression "*(undefined1 *)((long)&local_58 + lVar1)" (* "*") (cast_expression "(undefined1 *)((long)&local_58 + lVar1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&local_58 + lVar1)" (( "(") (binary_expression "(long)&local_58 + lVar1" (cast_expression "(long)&local_58" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&local_58" (& "&") (identifier "local_58"))) (+ "+") (identifier "lVar1")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "lVar1 = lVar1 + 1;" (assignment_expression "lVar1 = lVar1 + 1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + 1" (identifier "lVar1") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar1 != 0x10)" (( "(") (binary_expression "lVar1 != 0x10" (identifier "lVar1") (!= "!=") (number_literal "0x10")) () ")")) (; ";")) (expression_statement "param_4 = param_4 + -0x10;" (assignment_expression "param_4 = param_4 + -0x10" (identifier "param_4") (= "=") (binary_expression "param_4 + -0x10" (identifier "param_4") (+ "+") (number_literal "-0x10"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_4 != 0)" (( "(") (binary_expression "param_4 != 0" (identifier "param_4") (!= "!=") (number_literal "0")) () ")")) (; ";")) (} "}"))) (if_statement "if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }" (if "if") (parenthesized_expression "(local_40 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_40 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_40") (== "==") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(type_1 *aes,void *iv,void *data,size_t var_2,void *dst) { long var_6; long var_3; uint8_t uVar3; size_t var_4; long var_1; type_2 astate [16]; uint8_t iv2 [16]; /* WARNING: Load size is inaccurate */ var_6 = *(long *)(var_1 + 0x28); iv2._0_8_ = *iv; iv2._8_8_ = *(type_3 *)((long)iv + 8); if (var_2 != 0) { var_4 = var_2; do { var_3 = 0; do { astate[var_3] = (type_2)(*(type_4 *)((long)data + var_3 + (var_2 - var_4)) ^ iv2[var_3]); var_3 = var_3 + 1; } while (var_3 != 0x10); var_5(aes,astate); var_3 = 0; do { uVar3 = (uint8_t)astate[var_3]; *(uint8_t *)((long)dst + var_3 + (var_2 - var_4)) = uVar3; iv2[var_3] = uVar3; var_3 = var_3 + 1; } while (var_3 != 0x10); var_4 = var_4 - 0x10; } while (var_4 != 0); } if (var_6 == *(long *)(var_1 + 0x28)) { return; } /* WARNING: Subroutine does not return */ var_7(); }
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: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_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: (identifier) right: (identifier))) 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: (pointer_expression argument: (identifier))) right: (identifier)))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (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: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(undefined8 param_1,undefined8 *param_2,long param_3,long param_4,long param_5) { long lVar1; undefined1 uVar2; long in_FS_OFFSET; uint local_98 [16]; undefined8 local_58; undefined8 uStack_50; long local_40; local_40 = *(long *)(in_FS_OFFSET + 0x28); local_58 = *param_2; uStack_50 = param_2[1]; if (param_4 != 0) { param_5 = param_5 + param_4; param_3 = param_3 + param_4; do { lVar1 = 0; do { local_98[lVar1] = (uint)(*(byte *)((param_3 - param_4) + lVar1) ^ *(byte *)((long)&local_58 + lVar1)); lVar1 = lVar1 + 1; } while (lVar1 != 0x10); FUN_00131d7d(param_1,local_98); lVar1 = 0; do { uVar2 = (undefined1)local_98[lVar1]; *(undefined1 *)((param_5 - param_4) + lVar1) = uVar2; *(undefined1 *)((long)&local_58 + lVar1) = uVar2; lVar1 = lVar1 + 1; } while (lVar1 != 0x10); param_4 = param_4 + -0x10; } while (param_4 != 0); } if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) { return; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
1678_bash_and_bash_strip.c
rangecmp
FUN_001a9200
wchar_t rangecmp(wchar_t c1,wchar_t c2,wchar_t forcecoll) { wchar_t wVar1; wchar_t wVar2; wVar2 = c2 & 0xff; wVar1 = L'\0'; if (c1 != wVar2) { if ((forcecoll == L'\0') && (glob_asciirange != L'\0')) { return c1 - wVar2; } rangecmp::s1[0] = (char)c1; rangecmp::s2[0] = (char)c2; wVar1 = strcoll(rangecmp::s1,rangecmp::s2); if (wVar1 == L'\0') { wVar1 = c1 - wVar2; } } return wVar1; }
int FUN_001a9200(uint param_1,byte param_2,int param_3) { int iVar1; iVar1 = 0; if (param_1 != param_2) { if ((param_3 == 0) && (glob_asciirange != 0)) { return param_1 - param_2; } DAT_00217ca2 = (undefined1)param_1; DAT_00217ca0 = param_2; iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0); if (iVar1 == 0) { iVar1 = param_1 - param_2; } } return iVar1; }
PUSH RBP MOVZX EBP,SIL XOR EAX,EAX PUSH RBX SUB RSP,0x8 CMP EDI,EBP JZ 0x001a923e TEST EDX,EDX JZ 0x001a9248 MOV EBX,EDI MOV byte ptr [0x00217ca2],DIL LEA RDI,[0x217ca2] MOV byte ptr [0x00217ca0],SIL LEA RSI,[0x217ca0] SUB EBX,EBP CALL 0x0012d870 TEST EAX,EAX CMOVZ EAX,EBX ADD RSP,0x8 POP RBX POP RBP RET MOV EAX,dword ptr [0x00217ca4] TEST EAX,EAX JZ 0x001a9214 ADD RSP,0x8 MOV EAX,EDI SUB EAX,EBP POP RBX POP RBP RET
null
null
null
null
[(u'CALL_-1207594371', u'COPY_-1207594106'), (u'INDIRECT_-1207594069', u'MULTIEQUAL_-1207594057'), ('const-0', u'INT_EQUAL_-1207594427'), (u'MULTIEQUAL_-1207594057', u'COPY_-1207594112'), ('tmp_387', u'SUBPIECE_-1207594159'), (u'COPY_-1207594106', u'MULTIEQUAL_-1207594082'), ('tmp_387', u'INT_SUB_-1207594370'), ('tmp_867', u'COPY_-1207594091'), (u'INT_AND_-1207594223', u'INT_SUB_-1207594262'), (u'PTRSUB_-1207594051', u'CALL_-1207594371'), (u'INT_AND_-1207594223', u'INT_NOTEQUAL_-1207594440'), ('tmp_126', u'CBRANCH_-1207594426'), (u'CALL_-1207594371', u'INT_EQUAL_-1207594357'), (u'COPY_-1207594185', u'COPY_-1207594152'), (u'INDIRECT_-1207594073', u'MULTIEQUAL_-1207594061'), (u'COPY_-1207594105', u'MULTIEQUAL_-1207594082'), ('const-0', u'PTRSUB_-1207594050'), ('const-2194592', u'PTRSUB_-1207594051'), ('tmp_389', u'INT_EQUAL_-1207594427'), (u'MULTIEQUAL_-1207594065', u'COPY_-1207594120'), (u'SUBPIECE_-1207594185', u'COPY_-1207594111'), ('const-0', u'COPY_-1207594185'), (u'INT_NOTEQUAL_-1207594440', u'CBRANCH_-1207594440'), (u'PTRSUB_-1207594050', u'CALL_-1207594371'), ('const-0', u'INT_NOTEQUAL_-1207594299'), ('const-0', u'PTRSUB_-1207594051'), (u'CALL_-1207594371', u'INDIRECT_-1207594077'), ('const-0', u'SUBPIECE_-1207594185'), ('tmp_388', u'INT_AND_-1207594223'), ('tmp_100', u'CBRANCH_-1207594440'), ('const-0', u'SUBPIECE_-1207594159'), ('const-0', u'INT_EQUAL_-1207594357'), ('tmp_866', u'INT_NOTEQUAL_-1207594299'), (u'INT_EQUAL_-1207594357', u'CBRANCH_-1207594353'), ('tmp_867', u'MULTIEQUAL_-1207594061'), ('tmp_291', u'CBRANCH_-1207594299'), ('const-2194594', u'PTRSUB_-1207594050'), (u'INT_AND_-1207594223', u'INT_SUB_-1207594370'), (u'CALL_-1207594371', u'INDIRECT_-1207594073'), (u'INT_SUB_-1207594370', u'COPY_-1207594105'), ('tmp_868', u'MULTIEQUAL_-1207594065'), (u'CALL_-1207594371', u'INDIRECT_-1207594069'), (u'INDIRECT_-1207594077', u'MULTIEQUAL_-1207594065'), ('tmp_206', u'CBRANCH_-1207594353'), ('tmp_387', u'INT_NOTEQUAL_-1207594440'), (u'COPY_-1207594227', u'RETURN_-1207594318'), (u'COPY_-1207594152', u'MULTIEQUAL_-1207594082'), ('tmp_387', u'INT_SUB_-1207594262'), (u'MULTIEQUAL_-1207594061', u'COPY_-1207594116'), ('tmp_388', u'SUBPIECE_-1207594185'), ('const-0', u'RETURN_-1207594318'), (u'INT_NOTEQUAL_-1207594299', u'CBRANCH_-1207594299'), ('tmp_868', u'COPY_-1207594095'), (u'INT_EQUAL_-1207594427', u'CBRANCH_-1207594426'), ('tmp_866', u'MULTIEQUAL_-1207594057'), (u'COPY_-1207594202', u'RETURN_-1207594250'), ('const-255', u'INT_AND_-1207594223'), ('tmp_866', u'COPY_-1207594087'), ('const-0', u'RETURN_-1207594250'), (u'INT_SUB_-1207594262', u'COPY_-1207594202'), (u'MULTIEQUAL_-1207594082', u'COPY_-1207594227')]
[('tmp_746', u'INT_SUB_-1207594370'), (u'INT_ZEXT_-1207594232', u'INT_NOTEQUAL_-1207594440'), ('const-0', u'INT_EQUAL_-1207594427'), ('const-0', u'SUBPIECE_-1207594163'), ('tmp_730', u'INT_ZEXT_-1207594191'), (u'PTRSUB_-1207594064', u'CALL_-1207594371'), ('tmp_126', u'CBRANCH_-1207594426'), (u'CALL_-1207594371', u'INT_EQUAL_-1207594357'), ('tmp_712', u'INT_EQUAL_-1207594427'), (u'CAST_-1207594061', u'CALL_-1207594371'), ('tmp_839', u'MULTIEQUAL_-1207594081'), (u'MULTIEQUAL_-1207594068', u'RETURN_-1207594318'), ('tmp_840', u'MULTIEQUAL_-1207594085'), (u'MULTIEQUAL_-1207594085', u'COPY_-1207594140'), ('tmp_730', u'COPY_-1207594128'), ('tmp_746', u'SUBPIECE_-1207594163'), (u'PTRSUB_-1207594065', u'CAST_-1207594061'), ('tmp_838', u'COPY_-1207594107'), ('tmp_838', u'MULTIEQUAL_-1207594077'), (u'INT_NOTEQUAL_-1207594440', u'CBRANCH_-1207594440'), ('const-0', u'INT_NOTEQUAL_-1207594299'), ('tmp_839', u'COPY_-1207594111'), ('const-0', u'PTRSUB_-1207594064'), (u'CALL_-1207594371', u'INDIRECT_-1207594089'), ('tmp_730', u'INT_ZEXT_-1207594232'), ('tmp_100', u'CBRANCH_-1207594440'), ('const-0', u'INT_EQUAL_-1207594357'), (u'INT_SUB_-1207594370', u'COPY_-1207594118'), ('const-2194594', u'PTRSUB_-1207594064'), (u'INDIRECT_-1207594093', u'MULTIEQUAL_-1207594081'), (u'INT_EQUAL_-1207594357', u'CBRANCH_-1207594353'), ('tmp_840', u'COPY_-1207594115'), (u'COPY_-1207594165', u'MULTIEQUAL_-1207594068'), (u'COPY_-1207594119', u'MULTIEQUAL_-1207594068'), ('tmp_291', u'CBRANCH_-1207594299'), (u'INT_SUB_-1207594262', u'COPY_-1207594100'), (u'COPY_-1207594180', u'COPY_-1207594165'), ('const-0', u'COPY_-1207594180'), (u'COPY_-1207594100', u'RETURN_-1207594250'), ('const-0', u'PTRSUB_-1207594065'), (u'INDIRECT_-1207594089', u'MULTIEQUAL_-1207594077'), ('tmp_746', u'INT_NOTEQUAL_-1207594440'), (u'INT_ZEXT_-1207594191', u'INT_SUB_-1207594370'), ('tmp_206', u'CBRANCH_-1207594353'), (u'CALL_-1207594371', u'INDIRECT_-1207594097'), (u'CALL_-1207594371', u'COPY_-1207594119'), (u'INDIRECT_-1207594097', u'MULTIEQUAL_-1207594085'), ('tmp_838', u'INT_NOTEQUAL_-1207594299'), (u'MULTIEQUAL_-1207594077', u'COPY_-1207594132'), ('tmp_746', u'INT_SUB_-1207594262'), (u'MULTIEQUAL_-1207594081', u'COPY_-1207594136'), (u'INT_ZEXT_-1207594232', u'INT_SUB_-1207594262'), ('const-2194592', u'PTRSUB_-1207594065'), ('const-0', u'RETURN_-1207594318'), (u'INT_NOTEQUAL_-1207594299', u'CBRANCH_-1207594299'), (u'CALL_-1207594371', u'INDIRECT_-1207594093'), (u'INT_EQUAL_-1207594427', u'CBRANCH_-1207594426'), (u'COPY_-1207594118', u'MULTIEQUAL_-1207594068'), ('const-0', u'RETURN_-1207594250')]
null
null
001a9200
x64
O2
(translation_unit "int FUN_001a9200(uint param_1,byte param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }\n return iVar1;\n}\n\n" (function_definition "int FUN_001a9200(uint param_1,byte param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }\n return iVar1;\n}" primitive_type (function_declarator "FUN_001a9200(uint param_1,byte param_2,int param_3)" identifier (parameter_list "(uint param_1,byte param_2,int param_3)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "byte param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = 0;\n if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }" if (parenthesized_expression "(param_1 != param_2)" ( (binary_expression "param_1 != param_2" identifier != identifier) )) (compound_statement "{\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }" { (if_statement "if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }" if (parenthesized_expression "((param_3 == 0) && (glob_asciirange != 0))" ( (binary_expression "(param_3 == 0) && (glob_asciirange != 0)" (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) && (parenthesized_expression "(glob_asciirange != 0)" ( (binary_expression "glob_asciirange != 0" identifier != number_literal) ))) )) (compound_statement "{\n return param_1 - param_2;\n }" { (return_statement "return param_1 - param_2;" return (binary_expression "param_1 - param_2" identifier - identifier) ;) })) (expression_statement "DAT_00217ca2 = (undefined1)param_1;" (assignment_expression "DAT_00217ca2 = (undefined1)param_1" identifier = (cast_expression "(undefined1)param_1" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "DAT_00217ca0 = param_2;" (assignment_expression "DAT_00217ca0 = param_2" identifier = identifier) ;) (expression_statement "iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);" (assignment_expression "iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0)" identifier = (call_expression "strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0)" identifier (argument_list "(&DAT_00217ca2,(char *)&DAT_00217ca0)" ( (pointer_expression "&DAT_00217ca2" & identifier) , (cast_expression "(char *)&DAT_00217ca0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_00217ca0" & identifier)) )))) ;) (if_statement "if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n iVar1 = param_1 - param_2;\n }" { (expression_statement "iVar1 = param_1 - param_2;" (assignment_expression "iVar1 = param_1 - param_2" identifier = (binary_expression "param_1 - param_2" identifier - identifier)) ;) })) })) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "wchar_t rangecmp(wchar_t c1,wchar_t c2,wchar_t forcecoll)\n\n{\n wchar_t wVar1;\n wchar_t wVar2;\n \n wVar2 = c2 & 0xff;\n wVar1 = L'\0';\n if (c1 != wVar2) {\n if ((forcecoll == L'\0') && (glob_asciirange != L'\0')) {\n return c1 - wVar2;\n }\n rangecmp::s1[0] = (char)c1;\n rangecmp::s2[0] = (char)c2;\n wVar1 = strcoll(rangecmp::s1,rangecmp::s2);\n if (wVar1 == L'\0') {\n wVar1 = c1 - wVar2;\n }\n }\n return wVar1;\n}\n\n" (function_definition "wchar_t rangecmp(wchar_t c1,wchar_t c2,wchar_t forcecoll)\n\n{\n wchar_t wVar1;\n wchar_t wVar2;\n \n wVar2 = c2 & 0xff;\n wVar1 = L'\0';\n if (c1 != wVar2) {\n if ((forcecoll == L'\0') && (glob_asciirange != L'\0')) {\n return c1 - wVar2;\n }\n rangecmp::s1[0] = (char)c1;\n rangecmp::s2[0] = (char)c2;\n wVar1 = strcoll(rangecmp::s1,rangecmp::s2);\n if (wVar1 == L'\0') {\n wVar1 = c1 - wVar2;\n }\n }\n return wVar1;\n}" type_identifier (function_declarator "rangecmp(wchar_t c1,wchar_t c2,wchar_t forcecoll)" identifier (parameter_list "(wchar_t c1,wchar_t c2,wchar_t forcecoll)" ( (parameter_declaration "wchar_t c1" type_identifier identifier) , (parameter_declaration "wchar_t c2" type_identifier identifier) , (parameter_declaration "wchar_t forcecoll" type_identifier identifier) ))) (compound_statement "{\n wchar_t wVar1;\n wchar_t wVar2;\n \n wVar2 = c2 & 0xff;\n wVar1 = L'\0';\n if (c1 != wVar2) {\n if ((forcecoll == L'\0') && (glob_asciirange != L'\0')) {\n return c1 - wVar2;\n }\n rangecmp::s1[0] = (char)c1;\n rangecmp::s2[0] = (char)c2;\n wVar1 = strcoll(rangecmp::s1,rangecmp::s2);\n if (wVar1 == L'\0') {\n wVar1 = c1 - wVar2;\n }\n }\n return wVar1;\n}" { (declaration "wchar_t wVar1;" type_identifier identifier ;) (declaration "wchar_t wVar2;" type_identifier identifier ;) (expression_statement "wVar2 = c2 & 0xff;" (assignment_expression "wVar2 = c2 & 0xff" identifier = (binary_expression "c2 & 0xff" identifier & number_literal)) ;) (expression_statement "wVar1 = L'\0';" (assignment_expression "wVar1 = L'\0'" identifier = (char_literal "L'\0'" L' escape_sequence ')) ;) (if_statement "if (c1 != wVar2) {\n if ((forcecoll == L'\0') && (glob_asciirange != L'\0')) {\n return c1 - wVar2;\n }\n rangecmp::s1[0] = (char)c1;\n rangecmp::s2[0] = (char)c2;\n wVar1 = strcoll(rangecmp::s1,rangecmp::s2);\n if (wVar1 == L'\0') {\n wVar1 = c1 - wVar2;\n }\n }" if (parenthesized_expression "(c1 != wVar2)" ( (binary_expression "c1 != wVar2" identifier != identifier) )) (compound_statement "{\n if ((forcecoll == L'\0') && (glob_asciirange != L'\0')) {\n return c1 - wVar2;\n }\n rangecmp::s1[0] = (char)c1;\n rangecmp::s2[0] = (char)c2;\n wVar1 = strcoll(rangecmp::s1,rangecmp::s2);\n if (wVar1 == L'\0') {\n wVar1 = c1 - wVar2;\n }\n }" { (if_statement "if ((forcecoll == L'\0') && (glob_asciirange != L'\0')) {\n return c1 - wVar2;\n }" if (parenthesized_expression "((forcecoll == L'\0') && (glob_asciirange != L'\0'))" ( (binary_expression "(forcecoll == L'\0') && (glob_asciirange != L'\0')" (parenthesized_expression "(forcecoll == L'\0')" ( (binary_expression "forcecoll == L'\0'" identifier == (char_literal "L'\0'" L' escape_sequence ')) )) && (parenthesized_expression "(glob_asciirange != L'\0')" ( (binary_expression "glob_asciirange != L'\0'" identifier != (char_literal "L'\0'" L' escape_sequence ')) ))) )) (compound_statement "{\n return c1 - wVar2;\n }" { (return_statement "return c1 - wVar2;" return (binary_expression "c1 - wVar2" identifier - identifier) ;) })) (labeled_statement "rangecmp::s1[0] = (char)c1;" statement_identifier : (ERROR ":" :) (expression_statement "s1[0] = (char)c1;" (assignment_expression "s1[0] = (char)c1" (subscript_expression "s1[0]" identifier [ number_literal ]) = (cast_expression "(char)c1" ( (type_descriptor "char" primitive_type) ) identifier)) ;)) (labeled_statement "rangecmp::s2[0] = (char)c2;" statement_identifier : (ERROR ":" :) (expression_statement "s2[0] = (char)c2;" (assignment_expression "s2[0] = (char)c2" (subscript_expression "s2[0]" identifier [ number_literal ]) = (cast_expression "(char)c2" ( (type_descriptor "char" primitive_type) ) identifier)) ;)) (expression_statement "wVar1 = strcoll(rangecmp::s1,rangecmp::s2);" (assignment_expression "wVar1 = strcoll(rangecmp::s1,rangecmp::s2)" identifier = (call_expression "strcoll(rangecmp::s1,rangecmp::s2)" identifier (argument_list "(rangecmp::s1,rangecmp::s2)" ( identifier (ERROR "::s1" : : identifier) , identifier (ERROR "::s2" : : identifier) )))) ;) (if_statement "if (wVar1 == L'\0') {\n wVar1 = c1 - wVar2;\n }" if (parenthesized_expression "(wVar1 == L'\0')" ( (binary_expression "wVar1 == L'\0'" identifier == (char_literal "L'\0'" L' escape_sequence ')) )) (compound_statement "{\n wVar1 = c1 - wVar2;\n }" { (expression_statement "wVar1 = c1 - wVar2;" (assignment_expression "wVar1 = c1 - wVar2" identifier = (binary_expression "c1 - wVar2" identifier - identifier)) ;) })) })) (return_statement "return wVar1;" return identifier ;) })))
(translation_unit "int FUN_001a9200(uint param_1,byte param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }\n return iVar1;\n}\n\n" (function_definition "int FUN_001a9200(uint param_1,byte param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }\n return iVar1;\n}" primitive_type (function_declarator "FUN_001a9200(uint param_1,byte param_2,int param_3)" identifier (parameter_list "(uint param_1,byte param_2,int param_3)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "byte param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = 0;\n if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }" if (parenthesized_expression "(param_1 != param_2)" ( (binary_expression "param_1 != param_2" identifier != identifier) )) (compound_statement "{\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }" { (if_statement "if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }" if (parenthesized_expression "((param_3 == 0) && (glob_asciirange != 0))" ( (binary_expression "(param_3 == 0) && (glob_asciirange != 0)" (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) && (parenthesized_expression "(glob_asciirange != 0)" ( (binary_expression "glob_asciirange != 0" identifier != number_literal) ))) )) (compound_statement "{\n return param_1 - param_2;\n }" { (return_statement "return param_1 - param_2;" return (binary_expression "param_1 - param_2" identifier - identifier) ;) })) (expression_statement "DAT_00217ca2 = (undefined1)param_1;" (assignment_expression "DAT_00217ca2 = (undefined1)param_1" identifier = (cast_expression "(undefined1)param_1" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "DAT_00217ca0 = param_2;" (assignment_expression "DAT_00217ca0 = param_2" identifier = identifier) ;) (expression_statement "iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);" (assignment_expression "iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0)" identifier = (call_expression "strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0)" identifier (argument_list "(&DAT_00217ca2,(char *)&DAT_00217ca0)" ( (pointer_expression "&DAT_00217ca2" & identifier) , (cast_expression "(char *)&DAT_00217ca0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_00217ca0" & identifier)) )))) ;) (if_statement "if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n iVar1 = param_1 - param_2;\n }" { (expression_statement "iVar1 = param_1 - param_2;" (assignment_expression "iVar1 = param_1 - param_2" identifier = (binary_expression "param_1 - param_2" identifier - identifier)) ;) })) })) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (return_statement return (binary_expression IDENT - IDENT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT)) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) })) })) (return_statement return IDENT ;) })))
(function_definition "int FUN_001a9200(uint param_1,byte param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }\n return iVar1;\n}" (primitive_type "int") (function_declarator "FUN_001a9200(uint param_1,byte param_2,int param_3)" (identifier "FUN_001a9200") (parameter_list "(uint param_1,byte param_2,int param_3)" (( "(") (parameter_declaration "uint param_1" (type_identifier "uint") (identifier "param_1")) (, ",") (parameter_declaration "byte param_2" (type_identifier "byte") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = 0;\n if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" (identifier "iVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_1 != param_2) {\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }" (if "if") (parenthesized_expression "(param_1 != param_2)" (( "(") (binary_expression "param_1 != param_2" (identifier "param_1") (!= "!=") (identifier "param_2")) () ")")) (compound_statement "{\n if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }\n DAT_00217ca2 = (undefined1)param_1;\n DAT_00217ca0 = param_2;\n iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);\n if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }\n }" ({ "{") (if_statement "if ((param_3 == 0) && (glob_asciirange != 0)) {\n return param_1 - param_2;\n }" (if "if") (parenthesized_expression "((param_3 == 0) && (glob_asciirange != 0))" (( "(") (binary_expression "(param_3 == 0) && (glob_asciirange != 0)" (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(glob_asciirange != 0)" (( "(") (binary_expression "glob_asciirange != 0" (identifier "glob_asciirange") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n return param_1 - param_2;\n }" ({ "{") (return_statement "return param_1 - param_2;" (return "return") (binary_expression "param_1 - param_2" (identifier "param_1") (- "-") (identifier "param_2")) (; ";")) (} "}"))) (expression_statement "DAT_00217ca2 = (undefined1)param_1;" (assignment_expression "DAT_00217ca2 = (undefined1)param_1" (identifier "DAT_00217ca2") (= "=") (cast_expression "(undefined1)param_1" (( "(") (type_descriptor "undefined1" (type_identifier "undefined1")) () ")") (identifier "param_1"))) (; ";")) (expression_statement "DAT_00217ca0 = param_2;" (assignment_expression "DAT_00217ca0 = param_2" (identifier "DAT_00217ca0") (= "=") (identifier "param_2")) (; ";")) (expression_statement "iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0);" (assignment_expression "iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0)" (identifier "iVar1") (= "=") (call_expression "strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0)" (identifier "strcoll") (argument_list "(&DAT_00217ca2,(char *)&DAT_00217ca0)" (( "(") (pointer_expression "&DAT_00217ca2" (& "&") (identifier "DAT_00217ca2")) (, ",") (cast_expression "(char *)&DAT_00217ca0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_00217ca0" (& "&") (identifier "DAT_00217ca0"))) () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n iVar1 = param_1 - param_2;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = param_1 - param_2;\n }" ({ "{") (expression_statement "iVar1 = param_1 - param_2;" (assignment_expression "iVar1 = param_1 - param_2" (identifier "iVar1") (= "=") (binary_expression "param_1 - param_2" (identifier "param_1") (- "-") (identifier "param_2"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
type_1 function_1(type_1 var_2,type_1 var_1,type_1 var_4) { type_1 var_7; type_1 var_3; var_3 = var_1 & 0xff; var_7 = L'\0'; if (var_2 != var_3) { if ((var_4 == L'\0') && (var_5 != L'\0')) { return var_2 - var_3; } rangecmp::s1[0] = (char)var_2; rangecmp::s2[0] = (char)var_1; var_7 = var_6(function_1::s1,function_1::s2); if (var_7 == L'\0') { var_7 = var_2 - var_3; } } return var_7; }
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: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (return_statement (binary_expression left: (identifier) right: (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))))) (return_statement (identifier)))))
null
int MASKED(uint param_1,byte param_2,int param_3) { int iVar1; iVar1 = 0; if (param_1 != param_2) { if ((param_3 == 0) && (glob_asciirange != 0)) { return param_1 - param_2; } DAT_00217ca2 = (undefined1)param_1; DAT_00217ca0 = param_2; iVar1 = strcoll(&DAT_00217ca2,(char *)&DAT_00217ca0); if (iVar1 == 0) { iVar1 = param_1 - param_2; } } return iVar1; }
1427_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
HCLComposite
FUN_0018c150
void HCLComposite(MagickRealType hue,MagickRealType chroma,MagickRealType luma,MagickRealType *red, MagickRealType *green,MagickRealType *blue) { double dVar1; MagickRealType MVar2; MagickRealType MVar3; double dVar4; dVar4 = DAT_003fd530 * hue; dVar1 = fmod(dVar4,DAT_003fd538); dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * chroma; if ((dVar4 < 0.0) || (DAT_003ef568 <= dVar4)) { MVar3 = dVar1; if ((dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4)) { MVar2 = dVar1; if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) { if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) { if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) { if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) { MVar3 = 0.0; dVar1 = 0.0; MVar2 = 0.0; } else { luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1); MVar3 = chroma; dVar1 = 0.0; } } else { luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma); dVar1 = 0.0; MVar2 = chroma; } } else { luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma); MVar3 = 0.0; MVar2 = chroma; } } else { luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1); MVar3 = 0.0; dVar1 = chroma; } } else { luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0); MVar2 = 0.0; dVar1 = chroma; } } else { luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0); MVar2 = 0.0; MVar3 = chroma; } dVar4 = (dVar1 + luma) * DAT_003ef558; dVar1 = (luma + MVar2) * DAT_003ef558; *red = (MVar3 + luma) * DAT_003ef558; *green = dVar4; *blue = dVar1; return; }
void FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5, double *param_6) { double dVar1; double dVar2; double dVar3; double dVar4; param_1 = DAT_003fd530 * param_1; dVar1 = fmod(param_1,DAT_003fd538); dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2; dVar3 = dVar1; if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) { if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) { dVar2 = dVar1; if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) { if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) { if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) { if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) { dVar1 = 0.0; dVar3 = 0.0; dVar2 = 0.0; } else { param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1); dVar1 = param_2; dVar3 = 0.0; } } else { param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2); dVar3 = 0.0; dVar2 = param_2; } } else { param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2); dVar1 = 0.0; dVar2 = param_2; } } else { param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1); dVar1 = 0.0; dVar3 = param_2; } } else { param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0); dVar2 = 0.0; dVar3 = param_2; } } else { param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0); dVar2 = 0.0; dVar1 = param_2; } dVar4 = (dVar3 + param_3) * DAT_003ef558; dVar3 = (param_3 + dVar2) * DAT_003ef558; *param_4 = (dVar1 + param_3) * DAT_003ef558; *param_5 = dVar4; *param_6 = dVar3; return; }
PUSH R12 MOV R12,RDI PUSH RBP MOV RBP,RSI PUSH RBX MOV RBX,RDX SUB RSP,0x20 MOVSD XMM3,qword ptr [0x003fd530] MOV RAX,qword ptr [0x003fd538] MOVSD qword ptr [RSP + 0x18],XMM1 MULSD XMM3,XMM0 MOVSD qword ptr [RSP + 0x10],XMM2 MOVQ XMM1,RAX MOVAPD XMM0,XMM3 MOVSD qword ptr [RSP + 0x8],XMM3 CALL 0x0014ada0 MOVSD XMM3,qword ptr [RSP + 0x8] PXOR XMM6,XMM6 MOVSD XMM5,qword ptr [0x003ef568] UCOMISD XMM3,XMM6 MOVSD XMM4,qword ptr [RSP + 0x18] MOVAPD XMM1,XMM5 SUBSD XMM0,XMM5 ANDPD XMM0,xmmword ptr [0x003efbd0] MOVSD XMM2,qword ptr [RSP + 0x10] SUBSD XMM1,XMM0 MULSD XMM1,XMM4 JC 0x0018c1da UCOMISD XMM5,XMM3 JA 0x0018c310 UCOMISD XMM3,XMM5 JC 0x0018c1f2 MOVSD XMM7,qword ptr [0x003fd538] UCOMISD XMM7,XMM3 JA 0x0018c2a8 UCOMISD XMM3,qword ptr [0x003fd538] MOVSD XMM0,qword ptr [0x003fc6b0] JNC 0x0018c270 UCOMISD XMM3,XMM0 MOVSD XMM0,qword ptr [0x003fc6c0] JC 0x0018c21c UCOMISD XMM0,XMM3 JA 0x0018c3b8 UCOMISD XMM3,XMM0 MOVSD XMM0,qword ptr [0x003fc908] JC 0x0018c350 UCOMISD XMM0,XMM3 JBE 0x0018c350 MOVSD XMM0,qword ptr [0x003fc408] MOVSD XMM3,qword ptr [0x003fc418] MULSD XMM0,XMM1 MULSD XMM3,XMM4 ADDSD XMM0,XMM6 ADDSD XMM0,XMM3 SUBSD XMM2,XMM0 MOVAPD XMM0,XMM4 PXOR XMM4,XMM4 JMP 0x0018c2d0 UCOMISD XMM0,XMM3 JBE 0x0018c204 MOVSD XMM0,qword ptr [0x003fc410] MOVSD XMM3,qword ptr [0x003fc418] MULSD XMM0,XMM4 MULSD XMM3,XMM1 ADDSD XMM0,XMM6 ADDSD XMM0,XMM3 SUBSD XMM2,XMM0 MOVAPD XMM0,XMM1 PXOR XMM1,XMM1 JMP 0x0018c2d0 MOVSD XMM3,qword ptr [0x003fc410] MOVSD XMM0,qword ptr [0x003fc408] MULSD XMM3,XMM4 MULSD XMM0,XMM1 ADDSD XMM0,XMM3 ADDSD XMM0,XMM6 SUBSD XMM2,XMM0 PXOR XMM0,XMM0 ADDSD XMM1,XMM2 MOVSD XMM3,qword ptr [0x003ef558] ADDSD XMM4,XMM2 ADDSD XMM2,XMM0 MULSD XMM1,XMM3 MULSD XMM4,XMM3 MULSD XMM2,XMM3 MOVSD qword ptr [R12],XMM1 MOVSD qword ptr [RBP],XMM4 MOVSD qword ptr [RBX],XMM2 ADD RSP,0x20 POP RBX POP RBP POP R12 RET MOVSD XMM0,qword ptr [0x003fc408] MOVQ RAX,XMM4 MOVSD XMM3,qword ptr [0x003fc410] MULSD XMM0,XMM4 MOVAPD XMM4,XMM1 MULSD XMM3,XMM1 MOVQ XMM1,RAX ADDSD XMM0,XMM3 ADDSD XMM0,XMM6 SUBSD XMM2,XMM0 PXOR XMM0,XMM0 JMP 0x0018c2d0 UCOMISD XMM3,XMM0 JC 0x0018c3a0 MOVSD XMM7,qword ptr [0x003fd530] UCOMISD XMM7,XMM3 JBE 0x0018c3a0 MOVSD XMM0,qword ptr [0x003fc408] MOVSD XMM3,qword ptr [0x003fc418] MULSD XMM0,XMM4 MULSD XMM3,XMM1 ADDSD XMM0,XMM6 ADDSD XMM0,XMM3 SUBSD XMM2,XMM0 MOVAPD XMM0,XMM1 MOVAPD XMM1,XMM4 PXOR XMM4,XMM4 JMP 0x0018c2d0 PXOR XMM1,XMM1 PXOR XMM4,XMM4 PXOR XMM0,XMM0 JMP 0x0018c2d0 MOVSD XMM0,qword ptr [0x003fc410] MOVSD XMM3,qword ptr [0x003fc418] MULSD XMM0,XMM1 MULSD XMM3,XMM4 ADDSD XMM0,XMM6 ADDSD XMM0,XMM3 SUBSD XMM2,XMM0 MOVAPD XMM0,XMM4 MOVAPD XMM4,XMM1 PXOR XMM1,XMM1 JMP 0x0018c2d0
null
null
null
null
[(u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450642'), (u'FLOAT_LESS_-1207451037', u'CBRANCH_-1207451066'), ('tmp_848', u'COPY_-1207449878'), (u'INDIRECT_-1207450402', u'FLOAT_MULT_-1207450651'), (u'FLOAT_MULT_-1207450647', u'FLOAT_ADD_-1207450639'), (u'COPY_-1207449878', u'MULTIEQUAL_-1207450121'), (u'STORE_-1207450683', u'INDIRECT_-1207449995'), (u'COPY_-1207450226', u'COPY_-1207450117'), ('tmp_849', u'FLOAT_SUB_-1207450626'), (u'STORE_-1207450683', u'INDIRECT_-1207450040'), (u'INDIRECT_-1207450019', u'COPY_-1207450070'), ('const-0', u'COPY_-1207449934'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450230'), ('tmp_848', u'FLOAT_MULT_-1207450347'), (u'FLOAT_LESSEQUAL_-1207450230', u'CBRANCH_-1207450714'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450337'), (u'CALL_-1207451203', u'INDIRECT_-1207450352'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207451037'), (u'COPY_-1207449898', u'COPY_-1207449792'), (u'FLOAT_LESS_-1207450955', u'CBRANCH_-1207450974'), (u'INDIRECT_-1207450362', u'FLOAT_LESS_-1207450521'), ('tmp_849', u'FLOAT_SUB_-1207450810'), (u'CALL_-1207451203', u'INDIRECT_-1207450357'), (u'FLOAT_MULT_-1207450656', u'STORE_-1207450683'), (u'FLOAT_MULT_-1207450584', u'FLOAT_ADD_-1207450576'), (u'FLOAT_ADD_-1207450673', u'FLOAT_MULT_-1207450656'), ('tmp_2290', u'CALL_-1207451203'), ('const-0', u'COPY_-1207449964'), ('const-0', u'FLOAT_ADD_-1207450344'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450352'), (u'FLOAT_MULT_-1207451198', u'CALL_-1207451203'), ('tmp_848', u'COPY_-1207450067'), ('tmp_444', u'CBRANCH_-1207450902'), (u'STORE_-1207450691', u'INDIRECT_-1207450027'), (u'STORE_-1207450691', u'INDIRECT_-1207450017'), (u'CALL_-1207451203', u'INDIRECT_-1207450402'), (u'STORE_-1207450676', u'INDIRECT_-1207449999'), (u'INDIRECT_-1207449989', u'COPY_-1207450040'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450579'), (u'INDIRECT_-1207450372', u'FLOAT_LESSEQUAL_-1207450230'), ('tmp_2289', u'FLOAT_MULT_-1207451198'), (u'CAST_-1207450252', u'FLOAT_SUB_-1207451071'), (u'FLOAT_MULT_-1207451067', u'COPY_-1207450312'), (u'STORE_-1207450691', u'INDIRECT_-1207450012'), (u'FLOAT_SUB_-1207450331', u'MULTIEQUAL_-1207450235'), (u'INT_AND_-1207451115', u'CAST_-1207450252'), (u'FLOAT_SUB_-1207450563', u'MULTIEQUAL_-1207450235'), (u'INDIRECT_-1207449999', u'COPY_-1207450050'), (u'COPY_-1207449951', u'MULTIEQUAL_-1207450121'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450453'), (u'CALL_-1207451203', u'INDIRECT_-1207450382'), (u'STORE_-1207450683', u'INDIRECT_-1207450020'), (u'INDIRECT_-1207450377', u'FLOAT_MULT_-1207450642'), (u'INDIRECT_-1207450382', u'FLOAT_MULT_-1207450584'), (u'INDIRECT_-1207450357', u'FLOAT_LESSEQUAL_-1207449955'), ('const-0', u'COPY_-1207450226'), (u'INDIRECT_-1207450352', u'FLOAT_LESSEQUAL_-1207450395'), (u'INDIRECT_-1207450367', u'FLOAT_LESSEQUAL_-1207450337'), (u'INDIRECT_-1207450392', u'INT_AND_-1207451115'), (u'FLOAT_MULT_-1207450642', u'FLOAT_ADD_-1207450634'), ('const-0', u'FLOAT_ADD_-1207450447'), (u'COPY_-1207449934', u'COPY_-1207449839'), (u'COPY_-1207450258', u'MULTIEQUAL_-1207450086'), ('tmp_848', u'FLOAT_MULT_-1207450647'), (u'INDIRECT_-1207450362', u'FLOAT_LESSEQUAL_-1207450302'), (u'INDIRECT_-1207449984', u'COPY_-1207450035'), (u'FLOAT_ADD_-1207450444', u'FLOAT_ADD_-1207450439'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207449955'), (u'FLOAT_SUB_-1207450434', u'MULTIEQUAL_-1207450235'), ('const-0', u'COPY_-1207449946'), ('tmp_849', u'FLOAT_SUB_-1207450563'), (u'STORE_-1207450683', u'INDIRECT_-1207450015'), (u'COPY_-1207450032', u'MULTIEQUAL_-1207450086'), (u'FLOAT_MULT_-1207450464', u'FLOAT_ADD_-1207450444'), (u'STORE_-1207450676', u'INDIRECT_-1207450004'), (u'COPY_-1207449846', u'MULTIEQUAL_-1207450107'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207451131'), ('const-433', u'STORE_-1207450683'), (u'STORE_-1207450691', u'INDIRECT_-1207450047'), (u'INDIRECT_-1207450367', u'FLOAT_LESS_-1207450905'), (u'FLOAT_LESSEQUAL_-1207450395', u'CBRANCH_-1207451037'), (u'MULTIEQUAL_-1207450121', u'FLOAT_ADD_-1207450688'), (u'FLOAT_MULT_-1207450826', u'FLOAT_ADD_-1207450818'), ('tmp_851', u'STORE_-1207450683'), ('tmp_636', u'CBRANCH_-1207450522'), (u'INDIRECT_-1207450387', u'FLOAT_MULT_-1207450455'), ('tmp_717', u'BRANCH_-1207450355'), (u'CALL_-1207451203', u'INDIRECT_-1207450367'), ('tmp_849', u'MULTIEQUAL_-1207450235'), ('tmp_778', u'BRANCH_-1207450656'), ('const-0', u'COPY_-1207450032'), ('const-0', u'FLOAT_ADD_-1207450639'), ('tmp_848', u'COPY_-1207449778'), ('tmp_848', u'FLOAT_MULT_-1207450464'), (u'FLOAT_LESS_-1207451131', u'CBRANCH_-1207451106'), (u'STORE_-1207450683', u'INDIRECT_-1207450010'), ('const-0', u'COPY_-1207449898'), ('tmp_672', u'BRANCH_-1207450458'), (u'FLOAT_MULT_-1207451067', u'COPY_-1207450258'), ('tmp_320', u'CBRANCH_-1207451001'), (u'MULTIEQUAL_-1207450235', u'FLOAT_ADD_-1207450688'), (u'FLOAT_LESSEQUAL_-1207449955', u'CBRANCH_-1207450522'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450831'), (u'INDIRECT_-1207450372', u'FLOAT_LESS_-1207450955'), (u'FLOAT_ADD_-1207450439', u'FLOAT_SUB_-1207450431'), (u'FLOAT_ADD_-1207450668', u'FLOAT_MULT_-1207450651'), (u'STORE_-1207450691', u'INDIRECT_-1207450002'), (u'INDIRECT_-1207450382', u'FLOAT_MULT_-1207450647'), (u'STORE_-1207450676', u'INDIRECT_-1207450009'), (u'FLOAT_ADD_-1207450634', u'FLOAT_SUB_-1207450626'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450450'), (u'FLOAT_LESS_-1207450987', u'CBRANCH_-1207451001'), ('tmp_848', u'COPY_-1207449951'), (u'INDIRECT_-1207450382', u'FLOAT_MULT_-1207450453'), ('tmp_602', u'CBRANCH_-1207450550'), (u'FLOAT_ADD_-1207450442', u'FLOAT_SUB_-1207450434'), (u'INDIRECT_-1207450387', u'FLOAT_MULT_-1207450831'), ('const-0', u'FLOAT_ADD_-1207450823'), ('const-0', u'FLOAT_ADD_-1207450571'), ('tmp_849', u'FLOAT_SUB_-1207450431'), (u'COPY_-1207449839', u'MULTIEQUAL_-1207450086'), ('tmp_746', u'CBRANCH_-1207450714'), (u'COPY_-1207450312', u'MULTIEQUAL_-1207450107'), (u'FLOAT_MULT_-1207450831', u'FLOAT_ADD_-1207450823'), (u'COPY_-1207449871', u'MULTIEQUAL_-1207450107'), (u'FLOAT_LESSEQUAL_-1207450424', u'CBRANCH_-1207451087'), ('tmp_251', u'CBRANCH_-1207451066'), (u'STORE_-1207450676', u'INDIRECT_-1207449984'), (u'COPY_-1207450298', u'MULTIEQUAL_-1207450121'), (u'STORE_-1207450676', u'INDIRECT_-1207450019'), ('const-0', u'RETURN_-1207450633'), (u'INDIRECT_-1207450387', u'FLOAT_MULT_-1207450464'), ('tmp_414', u'CBRANCH_-1207450924'), (u'INDIRECT_-1207450014', u'COPY_-1207450065'), (u'CALL_-1207451203', u'INDIRECT_-1207450377'), (u'INDIRECT_-1207450004', u'COPY_-1207450055'), (u'COPY_-1207450067', u'MULTIEQUAL_-1207450107'), (u'INDIRECT_-1207450397', u'FLOAT_SUB_-1207451099'), (u'FLOAT_MULT_-1207451067', u'COPY_-1207450298'), (u'COPY_-1207449792', u'MULTIEQUAL_-1207450121'), (u'INDIRECT_-1207450397', u'FLOAT_LESSEQUAL_-1207450424'), ('const-433', u'STORE_-1207450691'), (u'STORE_-1207450691', u'INDIRECT_-1207450042'), (u'INDIRECT_-1207450397', u'FLOAT_SUB_-1207451071'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450302'), (u'INDIRECT_-1207450034', u'COPY_-1207450085'), (u'FLOAT_SUB_-1207451099', u'CAST_-1207450267'), (u'CALL_-1207451203', u'FLOAT_SUB_-1207451099'), (u'STORE_-1207450676', u'INDIRECT_-1207450034'), (u'FLOAT_LESS_-1207450905', u'CBRANCH_-1207450924'), (u'STORE_-1207450676', u'INDIRECT_-1207449994'), ('tmp_383', u'CBRANCH_-1207450955'), ('const-0', u'FLOAT_LESS_-1207451131'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207450905'), ('tmp_476', u'BRANCH_-1207450840'), (u'CALL_-1207451203', u'INDIRECT_-1207450372'), (u'COPY_-1207449964', u'COPY_-1207449853'), (u'INDIRECT_-1207450377', u'FLOAT_MULT_-1207450826'), (u'COPY_-1207450176', u'MULTIEQUAL_-1207450107'), (u'STORE_-1207450683', u'INDIRECT_-1207450030'), ('tmp_850', u'STORE_-1207450691'), (u'STORE_-1207450691', u'INDIRECT_-1207450032'), ('tmp_852', u'STORE_-1207450676'), (u'FLOAT_LESSEQUAL_-1207450337', u'CBRANCH_-1207450955'), (u'STORE_-1207450683', u'INDIRECT_-1207449990'), (u'INDIRECT_-1207450377', u'FLOAT_MULT_-1207450347'), (u'STORE_-1207450683', u'INDIRECT_-1207450000'), (u'FLOAT_MULT_-1207450661', u'STORE_-1207450691'), ('tmp_840', u'BRANCH_-1207450467'), (u'FLOAT_SUB_-1207450431', u'MULTIEQUAL_-1207450235'), (u'STORE_-1207450691', u'INDIRECT_-1207450037'), (u'COPY_-1207450169', u'MULTIEQUAL_-1207450086'), (u'INDIRECT_-1207450009', u'COPY_-1207450060'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450424'), ('tmp_848', u'FLOAT_MULT_-1207450826'), (u'FLOAT_SUB_-1207451071', u'FLOAT_MULT_-1207451067'), (u'FLOAT_MULT_-1207450450', u'FLOAT_ADD_-1207450442'), ('tmp_351', u'CBRANCH_-1207450974'), (u'COPY_-1207449964', u'COPY_-1207449871'), (u'FLOAT_MULT_-1207450579', u'FLOAT_ADD_-1207450576'), (u'INDIRECT_-1207450024', u'COPY_-1207450075'), (u'FLOAT_LESS_-1207450521', u'CBRANCH_-1207450550'), ('tmp_847', u'FLOAT_MULT_-1207451198'), ('const-433', u'STORE_-1207450676'), (u'INDIRECT_-1207450397', u'FLOAT_LESS_-1207451037'), (u'FLOAT_SUB_-1207450626', u'MULTIEQUAL_-1207450235'), (u'FLOAT_ADD_-1207450576', u'FLOAT_ADD_-1207450571'), (u'CALL_-1207451203', u'INDIRECT_-1207450362'), ('const-0', u'FLOAT_ADD_-1207450439'), (u'FLOAT_LESSEQUAL_-1207450302', u'CBRANCH_-1207450902'), (u'MULTIEQUAL_-1207450235', u'FLOAT_ADD_-1207450668'), (u'FLOAT_ADD_-1207450818', u'FLOAT_SUB_-1207450810'), (u'STORE_-1207450691', u'INDIRECT_-1207450007'), (u'FLOAT_MULT_-1207450347', u'FLOAT_ADD_-1207450339'), (u'INDIRECT_-1207450377', u'FLOAT_MULT_-1207450450'), (u'MULTIEQUAL_-1207450107', u'FLOAT_ADD_-1207450673'), (u'INDIRECT_-1207450029', u'COPY_-1207450080'), ('const-0', u'COPY_-1207450151'), (u'STORE_-1207450683', u'INDIRECT_-1207450035'), (u'FLOAT_ADD_-1207450639', u'FLOAT_ADD_-1207450634'), (u'STORE_-1207450683', u'INDIRECT_-1207450025'), ('tmp_849', u'FLOAT_SUB_-1207450434'), ('const-0', u'COPY_-1207450266'), (u'STORE_-1207450676', u'INDIRECT_-1207449989'), (u'STORE_-1207450676', u'INDIRECT_-1207450014'), (u'FLOAT_MULT_-1207450453', u'FLOAT_ADD_-1207450444'), ('tmp_192', u'CBRANCH_-1207451106'), (u'CALL_-1207451203', u'INDIRECT_-1207450392'), (u'FLOAT_MULT_-1207450651', u'STORE_-1207450676'), ('tmp_682', u'BRANCH_-1207450430'), ('tmp_849', u'FLOAT_SUB_-1207450331'), (u'INDIRECT_-1207450352', u'FLOAT_LESS_-1207450987'), (u'FLOAT_ADD_-1207450447', u'FLOAT_ADD_-1207450442'), (u'FLOAT_ADD_-1207450571', u'FLOAT_SUB_-1207450563'), ('tmp_848', u'FLOAT_MULT_-1207450584'), (u'COPY_-1207449778', u'MULTIEQUAL_-1207450086'), (u'INDIRECT_-1207450402', u'FLOAT_MULT_-1207450656'), (u'FLOAT_MULT_-1207450455', u'FLOAT_ADD_-1207450447'), (u'STORE_-1207450676', u'INDIRECT_-1207450024'), (u'INDIRECT_-1207450382', u'FLOAT_MULT_-1207450352'), (u'FLOAT_ADD_-1207450688', u'FLOAT_MULT_-1207450661'), (u'COPY_-1207450117', u'MULTIEQUAL_-1207450121'), ('tmp_848', u'COPY_-1207450110'), ('tmp_287', u'CBRANCH_-1207451037'), (u'COPY_-1207450110', u'MULTIEQUAL_-1207450107'), (u'STORE_-1207450683', u'INDIRECT_-1207450005'), (u'FLOAT_SUB_-1207450810', u'MULTIEQUAL_-1207450235'), (u'CAST_-1207450267', u'INT_AND_-1207451115'), (u'COPY_-1207449853', u'MULTIEQUAL_-1207450121'), (u'COPY_-1207450151', u'MULTIEQUAL_-1207450086'), (u'CALL_-1207451203', u'INDIRECT_-1207450397'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207450955'), (u'FLOAT_ADD_-1207450823', u'FLOAT_ADD_-1207450818'), (u'FLOAT_MULT_-1207450352', u'FLOAT_ADD_-1207450344'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207450987'), (u'MULTIEQUAL_-1207450235', u'FLOAT_ADD_-1207450673'), (u'CALL_-1207451203', u'INDIRECT_-1207450387'), (u'INDIRECT_-1207450402', u'FLOAT_MULT_-1207450661'), (u'STORE_-1207450691', u'INDIRECT_-1207449997'), (u'INDIRECT_-1207449994', u'COPY_-1207450045'), (u'MULTIEQUAL_-1207450086', u'FLOAT_ADD_-1207450668'), ('tmp_224', u'CBRANCH_-1207451087'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207450521'), (u'STORE_-1207450691', u'INDIRECT_-1207450022'), (u'COPY_-1207450266', u'COPY_-1207450176'), (u'COPY_-1207449946', u'COPY_-1207449846'), ('tmp_848', u'COPY_-1207450169'), (u'STORE_-1207450676', u'INDIRECT_-1207450029'), (u'FLOAT_ADD_-1207450344', u'FLOAT_ADD_-1207450339'), ('tmp_848', u'FLOAT_MULT_-1207450455'), ('const-0', u'COPY_-1207449964'), ('tmp_848', u'FLOAT_MULT_-1207451067'), (u'INDIRECT_-1207450387', u'FLOAT_MULT_-1207450579'), (u'FLOAT_ADD_-1207450339', u'FLOAT_SUB_-1207450331'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450395')]
[(u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450642'), (u'FLOAT_LESS_-1207451037', u'CBRANCH_-1207451066'), (u'INDIRECT_-1207450402', u'FLOAT_MULT_-1207450651'), (u'FLOAT_MULT_-1207450647', u'FLOAT_ADD_-1207450639'), (u'COPY_-1207449878', u'MULTIEQUAL_-1207450121'), (u'STORE_-1207450683', u'INDIRECT_-1207449995'), (u'COPY_-1207450226', u'COPY_-1207450117'), (u'STORE_-1207450683', u'INDIRECT_-1207450040'), (u'INDIRECT_-1207450019', u'COPY_-1207450070'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450230'), ('const-0', u'FLOAT_ADD_-1207450439'), (u'FLOAT_LESSEQUAL_-1207450230', u'CBRANCH_-1207450714'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450337'), (u'CALL_-1207451203', u'INDIRECT_-1207450352'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207451037'), (u'COPY_-1207449898', u'COPY_-1207449792'), (u'FLOAT_LESS_-1207450955', u'CBRANCH_-1207450974'), (u'INDIRECT_-1207450362', u'FLOAT_LESS_-1207450521'), (u'CALL_-1207451203', u'INDIRECT_-1207450357'), (u'FLOAT_MULT_-1207450656', u'STORE_-1207450683'), (u'FLOAT_MULT_-1207450584', u'FLOAT_ADD_-1207450576'), ('tmp_1801', u'FLOAT_SUB_-1207450563'), (u'FLOAT_ADD_-1207450673', u'FLOAT_MULT_-1207450656'), ('tmp_1801', u'FLOAT_SUB_-1207450431'), ('tmp_1828', u'COPY_-1207449878'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450352'), (u'FLOAT_MULT_-1207451198', u'CALL_-1207451203'), ('tmp_444', u'CBRANCH_-1207450902'), (u'STORE_-1207450691', u'INDIRECT_-1207450027'), (u'STORE_-1207450691', u'INDIRECT_-1207450017'), (u'CALL_-1207451203', u'INDIRECT_-1207450402'), (u'STORE_-1207450676', u'INDIRECT_-1207449999'), (u'INDIRECT_-1207449989', u'COPY_-1207450040'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450579'), (u'INDIRECT_-1207450372', u'FLOAT_LESSEQUAL_-1207450230'), (u'CAST_-1207450252', u'FLOAT_SUB_-1207451071'), ('const-0', u'COPY_-1207450151'), (u'FLOAT_MULT_-1207451067', u'COPY_-1207450312'), (u'STORE_-1207450691', u'INDIRECT_-1207450012'), (u'FLOAT_SUB_-1207450331', u'MULTIEQUAL_-1207450235'), ('const-0', u'FLOAT_ADD_-1207450571'), (u'INT_AND_-1207451115', u'CAST_-1207450252'), (u'FLOAT_SUB_-1207450563', u'MULTIEQUAL_-1207450235'), (u'INDIRECT_-1207449999', u'COPY_-1207450050'), ('tmp_1828', u'COPY_-1207450067'), (u'COPY_-1207449951', u'MULTIEQUAL_-1207450121'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450453'), (u'CALL_-1207451203', u'INDIRECT_-1207450382'), (u'STORE_-1207450683', u'INDIRECT_-1207450020'), (u'INDIRECT_-1207450377', u'FLOAT_MULT_-1207450642'), (u'INDIRECT_-1207450382', u'FLOAT_MULT_-1207450584'), (u'INDIRECT_-1207450357', u'FLOAT_LESSEQUAL_-1207449955'), ('tmp_1801', u'FLOAT_SUB_-1207450331'), (u'INDIRECT_-1207450352', u'FLOAT_LESSEQUAL_-1207450395'), (u'INDIRECT_-1207450367', u'FLOAT_LESSEQUAL_-1207450337'), (u'INDIRECT_-1207450392', u'INT_AND_-1207451115'), (u'FLOAT_MULT_-1207450642', u'FLOAT_ADD_-1207450634'), (u'COPY_-1207449934', u'COPY_-1207449839'), (u'COPY_-1207450258', u'MULTIEQUAL_-1207450086'), (u'INDIRECT_-1207450362', u'FLOAT_LESSEQUAL_-1207450302'), (u'INDIRECT_-1207449984', u'COPY_-1207450035'), ('tmp_2294', u'CALL_-1207451203'), (u'FLOAT_ADD_-1207450444', u'FLOAT_ADD_-1207450439'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207449955'), (u'FLOAT_SUB_-1207450434', u'MULTIEQUAL_-1207450235'), (u'STORE_-1207450683', u'INDIRECT_-1207450015'), ('const-433', u'STORE_-1207450676'), ('const-0', u'COPY_-1207450266'), (u'COPY_-1207450032', u'MULTIEQUAL_-1207450086'), ('tmp_1828', u'FLOAT_MULT_-1207450464'), (u'FLOAT_MULT_-1207450464', u'FLOAT_ADD_-1207450444'), (u'STORE_-1207450676', u'INDIRECT_-1207450004'), (u'COPY_-1207449846', u'MULTIEQUAL_-1207450107'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207451131'), (u'STORE_-1207450691', u'INDIRECT_-1207450047'), (u'INDIRECT_-1207450367', u'FLOAT_LESS_-1207450905'), (u'FLOAT_LESSEQUAL_-1207450395', u'CBRANCH_-1207451037'), (u'MULTIEQUAL_-1207450121', u'FLOAT_ADD_-1207450688'), (u'FLOAT_MULT_-1207450826', u'FLOAT_ADD_-1207450818'), ('const-0', u'FLOAT_LESS_-1207451131'), ('tmp_636', u'CBRANCH_-1207450522'), (u'INDIRECT_-1207450387', u'FLOAT_MULT_-1207450455'), ('tmp_717', u'BRANCH_-1207450355'), (u'CALL_-1207451203', u'INDIRECT_-1207450367'), ('tmp_778', u'BRANCH_-1207450656'), (u'FLOAT_LESS_-1207451131', u'CBRANCH_-1207451106'), (u'STORE_-1207450683', u'INDIRECT_-1207450010'), ('tmp_672', u'BRANCH_-1207450458'), (u'FLOAT_MULT_-1207451067', u'COPY_-1207450258'), ('tmp_320', u'CBRANCH_-1207451001'), (u'MULTIEQUAL_-1207450235', u'FLOAT_ADD_-1207450688'), (u'FLOAT_LESSEQUAL_-1207449955', u'CBRANCH_-1207450522'), ('tmp_1801', u'FLOAT_SUB_-1207450626'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450831'), ('const-0', u'COPY_-1207449946'), (u'INDIRECT_-1207450372', u'FLOAT_LESS_-1207450955'), (u'FLOAT_ADD_-1207450439', u'FLOAT_SUB_-1207450431'), (u'FLOAT_ADD_-1207450668', u'FLOAT_MULT_-1207450651'), (u'STORE_-1207450691', u'INDIRECT_-1207450002'), (u'INDIRECT_-1207450382', u'FLOAT_MULT_-1207450647'), ('tmp_1828', u'FLOAT_MULT_-1207450584'), (u'STORE_-1207450676', u'INDIRECT_-1207450009'), (u'FLOAT_ADD_-1207450634', u'FLOAT_SUB_-1207450626'), (u'FLOAT_MULT_-1207451067', u'FLOAT_MULT_-1207450450'), (u'FLOAT_LESS_-1207450987', u'CBRANCH_-1207451001'), (u'INDIRECT_-1207450382', u'FLOAT_MULT_-1207450453'), ('tmp_602', u'CBRANCH_-1207450550'), (u'FLOAT_ADD_-1207450442', u'FLOAT_SUB_-1207450434'), (u'INDIRECT_-1207450387', u'FLOAT_MULT_-1207450831'), (u'COPY_-1207449839', u'MULTIEQUAL_-1207450086'), ('tmp_746', u'CBRANCH_-1207450714'), (u'COPY_-1207450312', u'MULTIEQUAL_-1207450107'), (u'FLOAT_MULT_-1207450831', u'FLOAT_ADD_-1207450823'), (u'COPY_-1207449871', u'MULTIEQUAL_-1207450107'), (u'FLOAT_LESSEQUAL_-1207450424', u'CBRANCH_-1207451087'), ('tmp_251', u'CBRANCH_-1207451066'), (u'STORE_-1207450676', u'INDIRECT_-1207449984'), (u'COPY_-1207450298', u'MULTIEQUAL_-1207450121'), (u'STORE_-1207450676', u'INDIRECT_-1207450019'), ('const-0', u'RETURN_-1207450633'), (u'INDIRECT_-1207450387', u'FLOAT_MULT_-1207450464'), ('tmp_414', u'CBRANCH_-1207450924'), (u'INDIRECT_-1207450014', u'COPY_-1207450065'), (u'CALL_-1207451203', u'INDIRECT_-1207450377'), (u'INDIRECT_-1207450004', u'COPY_-1207450055'), (u'COPY_-1207450067', u'MULTIEQUAL_-1207450107'), (u'INDIRECT_-1207450397', u'FLOAT_SUB_-1207451099'), (u'FLOAT_MULT_-1207451067', u'COPY_-1207450298'), ('const-0', u'COPY_-1207449898'), (u'COPY_-1207449792', u'MULTIEQUAL_-1207450121'), (u'INDIRECT_-1207450397', u'FLOAT_LESSEQUAL_-1207450424'), ('tmp_2102', u'FLOAT_MULT_-1207451198'), (u'STORE_-1207450691', u'INDIRECT_-1207450042'), (u'INDIRECT_-1207450397', u'FLOAT_SUB_-1207451071'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450302'), (u'INDIRECT_-1207450034', u'COPY_-1207450085'), (u'FLOAT_SUB_-1207451099', u'CAST_-1207450267'), (u'CALL_-1207451203', u'FLOAT_SUB_-1207451099'), ('tmp_1828', u'FLOAT_MULT_-1207450647'), (u'STORE_-1207450676', u'INDIRECT_-1207450034'), (u'FLOAT_LESS_-1207450905', u'CBRANCH_-1207450924'), (u'STORE_-1207450676', u'INDIRECT_-1207449994'), ('tmp_1801', u'FLOAT_SUB_-1207450434'), ('tmp_383', u'CBRANCH_-1207450955'), ('const-0', u'FLOAT_ADD_-1207450447'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207450905'), ('tmp_476', u'BRANCH_-1207450840'), (u'CALL_-1207451203', u'INDIRECT_-1207450372'), ('tmp_1828', u'FLOAT_MULT_-1207451067'), (u'COPY_-1207449964', u'COPY_-1207449853'), (u'INDIRECT_-1207450377', u'FLOAT_MULT_-1207450826'), (u'COPY_-1207450176', u'MULTIEQUAL_-1207450107'), (u'STORE_-1207450683', u'INDIRECT_-1207450030'), (u'STORE_-1207450691', u'INDIRECT_-1207450032'), ('tmp_1796', u'STORE_-1207450683'), (u'FLOAT_LESSEQUAL_-1207450337', u'CBRANCH_-1207450955'), (u'STORE_-1207450683', u'INDIRECT_-1207449990'), (u'INDIRECT_-1207450377', u'FLOAT_MULT_-1207450347'), (u'STORE_-1207450683', u'INDIRECT_-1207450000'), (u'FLOAT_MULT_-1207450661', u'STORE_-1207450691'), ('tmp_840', u'BRANCH_-1207450467'), (u'FLOAT_SUB_-1207450431', u'MULTIEQUAL_-1207450235'), (u'STORE_-1207450691', u'INDIRECT_-1207450037'), (u'COPY_-1207450169', u'MULTIEQUAL_-1207450086'), (u'INDIRECT_-1207450009', u'COPY_-1207450060'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450424'), ('const-0', u'COPY_-1207449964'), (u'FLOAT_SUB_-1207451071', u'FLOAT_MULT_-1207451067'), ('const-433', u'STORE_-1207450691'), (u'FLOAT_MULT_-1207450450', u'FLOAT_ADD_-1207450442'), ('tmp_1828', u'FLOAT_MULT_-1207450455'), ('const-0', u'COPY_-1207450226'), ('tmp_351', u'CBRANCH_-1207450974'), (u'COPY_-1207449964', u'COPY_-1207449871'), ('tmp_1801', u'FLOAT_SUB_-1207450810'), ('const-0', u'FLOAT_ADD_-1207450344'), (u'FLOAT_MULT_-1207450579', u'FLOAT_ADD_-1207450576'), (u'INDIRECT_-1207450024', u'COPY_-1207450075'), (u'FLOAT_LESS_-1207450521', u'CBRANCH_-1207450550'), (u'INDIRECT_-1207450397', u'FLOAT_LESS_-1207451037'), (u'FLOAT_SUB_-1207450626', u'MULTIEQUAL_-1207450235'), (u'FLOAT_ADD_-1207450576', u'FLOAT_ADD_-1207450571'), ('const-0', u'COPY_-1207449934'), (u'CALL_-1207451203', u'INDIRECT_-1207450362'), (u'FLOAT_LESSEQUAL_-1207450302', u'CBRANCH_-1207450902'), (u'MULTIEQUAL_-1207450235', u'FLOAT_ADD_-1207450668'), (u'FLOAT_ADD_-1207450818', u'FLOAT_SUB_-1207450810'), (u'STORE_-1207450691', u'INDIRECT_-1207450007'), (u'FLOAT_MULT_-1207450347', u'FLOAT_ADD_-1207450339'), (u'INDIRECT_-1207450377', u'FLOAT_MULT_-1207450450'), (u'MULTIEQUAL_-1207450107', u'FLOAT_ADD_-1207450673'), (u'INDIRECT_-1207450029', u'COPY_-1207450080'), (u'STORE_-1207450683', u'INDIRECT_-1207450035'), ('const-0', u'FLOAT_ADD_-1207450823'), (u'FLOAT_ADD_-1207450639', u'FLOAT_ADD_-1207450634'), ('tmp_1801', u'MULTIEQUAL_-1207450235'), ('tmp_1828', u'FLOAT_MULT_-1207450347'), (u'STORE_-1207450683', u'INDIRECT_-1207450025'), (u'STORE_-1207450676', u'INDIRECT_-1207449989'), (u'STORE_-1207450676', u'INDIRECT_-1207450014'), (u'FLOAT_MULT_-1207450453', u'FLOAT_ADD_-1207450444'), ('tmp_192', u'CBRANCH_-1207451106'), ('const-0', u'FLOAT_ADD_-1207450639'), (u'CALL_-1207451203', u'INDIRECT_-1207450392'), (u'FLOAT_MULT_-1207450651', u'STORE_-1207450676'), ('tmp_682', u'BRANCH_-1207450430'), (u'INDIRECT_-1207450352', u'FLOAT_LESS_-1207450987'), (u'FLOAT_ADD_-1207450447', u'FLOAT_ADD_-1207450442'), (u'FLOAT_ADD_-1207450571', u'FLOAT_SUB_-1207450563'), (u'COPY_-1207449778', u'MULTIEQUAL_-1207450086'), (u'INDIRECT_-1207450402', u'FLOAT_MULT_-1207450656'), (u'FLOAT_MULT_-1207450455', u'FLOAT_ADD_-1207450447'), (u'STORE_-1207450676', u'INDIRECT_-1207450024'), ('tmp_1798', u'STORE_-1207450676'), (u'INDIRECT_-1207450382', u'FLOAT_MULT_-1207450352'), ('const-433', u'STORE_-1207450683'), (u'FLOAT_ADD_-1207450688', u'FLOAT_MULT_-1207450661'), (u'COPY_-1207450117', u'MULTIEQUAL_-1207450121'), ('const-0', u'COPY_-1207450032'), ('tmp_287', u'CBRANCH_-1207451037'), (u'COPY_-1207450110', u'MULTIEQUAL_-1207450107'), (u'STORE_-1207450683', u'INDIRECT_-1207450005'), ('tmp_1828', u'FLOAT_MULT_-1207450826'), (u'FLOAT_SUB_-1207450810', u'MULTIEQUAL_-1207450235'), (u'CAST_-1207450267', u'INT_AND_-1207451115'), (u'COPY_-1207449853', u'MULTIEQUAL_-1207450121'), (u'COPY_-1207450151', u'MULTIEQUAL_-1207450086'), (u'CALL_-1207451203', u'INDIRECT_-1207450397'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207450955'), ('tmp_1828', u'COPY_-1207450110'), ('tmp_1828', u'COPY_-1207450169'), (u'FLOAT_ADD_-1207450823', u'FLOAT_ADD_-1207450818'), (u'FLOAT_MULT_-1207450352', u'FLOAT_ADD_-1207450344'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207450987'), (u'MULTIEQUAL_-1207450235', u'FLOAT_ADD_-1207450673'), (u'CALL_-1207451203', u'INDIRECT_-1207450387'), (u'INDIRECT_-1207450402', u'FLOAT_MULT_-1207450661'), (u'STORE_-1207450691', u'INDIRECT_-1207449997'), (u'INDIRECT_-1207449994', u'COPY_-1207450045'), (u'MULTIEQUAL_-1207450086', u'FLOAT_ADD_-1207450668'), ('tmp_224', u'CBRANCH_-1207451087'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESS_-1207450521'), (u'STORE_-1207450691', u'INDIRECT_-1207450022'), (u'COPY_-1207450266', u'COPY_-1207450176'), (u'COPY_-1207449946', u'COPY_-1207449846'), (u'STORE_-1207450676', u'INDIRECT_-1207450029'), (u'FLOAT_ADD_-1207450344', u'FLOAT_ADD_-1207450339'), ('tmp_1828', u'COPY_-1207449951'), ('tmp_2293', u'FLOAT_MULT_-1207451198'), ('const-0', u'COPY_-1207449964'), (u'INDIRECT_-1207450387', u'FLOAT_MULT_-1207450579'), (u'FLOAT_ADD_-1207450339', u'FLOAT_SUB_-1207450331'), ('tmp_1828', u'COPY_-1207449778'), (u'FLOAT_MULT_-1207451198', u'FLOAT_LESSEQUAL_-1207450395'), ('tmp_1794', u'STORE_-1207450691')]
null
null
0018c150
x64
O2
(translation_unit "void FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)\n\n{\n double dVar1;\n double dVar2;\n double dVar3;\n double dVar4;\n \n param_1 = DAT_003fd530 * param_1;\n dVar1 = fmod(param_1,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;\n dVar3 = dVar1;\n if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }\n dVar4 = (dVar3 + param_3) * DAT_003ef558;\n dVar3 = (param_3 + dVar2) * DAT_003ef558;\n *param_4 = (dVar1 + param_3) * DAT_003ef558;\n *param_5 = dVar4;\n *param_6 = dVar3;\n return;\n}\n\n" (function_definition "void FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)\n\n{\n double dVar1;\n double dVar2;\n double dVar3;\n double dVar4;\n \n param_1 = DAT_003fd530 * param_1;\n dVar1 = fmod(param_1,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;\n dVar3 = dVar1;\n if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }\n dVar4 = (dVar3 + param_3) * DAT_003ef558;\n dVar3 = (param_3 + dVar2) * DAT_003ef558;\n *param_4 = (dVar1 + param_3) * DAT_003ef558;\n *param_5 = dVar4;\n *param_6 = dVar3;\n return;\n}" primitive_type (function_declarator "FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)" identifier (parameter_list "(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)" ( (parameter_declaration "double param_1" primitive_type identifier) , (parameter_declaration "double param_2" primitive_type identifier) , (parameter_declaration "double param_3" primitive_type identifier) , (parameter_declaration "double *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "double *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "double *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) ))) (compound_statement "{\n double dVar1;\n double dVar2;\n double dVar3;\n double dVar4;\n \n param_1 = DAT_003fd530 * param_1;\n dVar1 = fmod(param_1,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;\n dVar3 = dVar1;\n if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }\n dVar4 = (dVar3 + param_3) * DAT_003ef558;\n dVar3 = (param_3 + dVar2) * DAT_003ef558;\n *param_4 = (dVar1 + param_3) * DAT_003ef558;\n *param_5 = dVar4;\n *param_6 = dVar3;\n return;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (declaration "double dVar2;" primitive_type identifier ;) (declaration "double dVar3;" primitive_type identifier ;) (declaration "double dVar4;" primitive_type identifier ;) (expression_statement "param_1 = DAT_003fd530 * param_1;" (assignment_expression "param_1 = DAT_003fd530 * param_1" identifier = (binary_expression "DAT_003fd530 * param_1" identifier * identifier)) ;) (expression_statement "dVar1 = fmod(param_1,DAT_003fd538);" (assignment_expression "dVar1 = fmod(param_1,DAT_003fd538)" identifier = (call_expression "fmod(param_1,DAT_003fd538)" identifier (argument_list "(param_1,DAT_003fd538)" ( identifier , identifier )))) ;) (expression_statement "dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;" (assignment_expression "dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2" identifier = (binary_expression "(DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2" (parenthesized_expression "(DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0))" ( (binary_expression "DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" identifier - (cast_expression "(double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" ( (binary_expression "(ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0" (call_expression "(ulong)(dVar1 - DAT_003ef568)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(dVar1 - DAT_003ef568)" ( (binary_expression "dVar1 - DAT_003ef568" identifier - identifier) ))) & identifier) )))) )) * identifier)) ;) (expression_statement "dVar3 = dVar1;" (assignment_expression "dVar3 = dVar1" identifier = identifier) ;) (if_statement "if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" if (parenthesized_expression "((param_1 < 0.0) || (DAT_003ef568 <= param_1))" ( (binary_expression "(param_1 < 0.0) || (DAT_003ef568 <= param_1)" (parenthesized_expression "(param_1 < 0.0)" ( (binary_expression "param_1 < 0.0" identifier < number_literal) )) || (parenthesized_expression "(DAT_003ef568 <= param_1)" ( (binary_expression "DAT_003ef568 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }" { (if_statement "if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" if (parenthesized_expression "((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1))" ( (binary_expression "(param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)" (parenthesized_expression "(param_1 < DAT_003ef568)" ( (binary_expression "param_1 < DAT_003ef568" identifier < identifier) )) || (parenthesized_expression "(DAT_003fd538 <= param_1)" ( (binary_expression "DAT_003fd538 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }" { (expression_statement "dVar2 = dVar1;" (assignment_expression "dVar2 = dVar1" identifier = identifier) ;) (if_statement "if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" if (parenthesized_expression "((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1))" ( (binary_expression "(param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fd538)" ( (binary_expression "param_1 < DAT_003fd538" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc6b0 <= param_1)" ( (binary_expression "DAT_003fc6b0 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }" { (if_statement "if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" if (parenthesized_expression "((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1))" ( (binary_expression "(param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc6b0)" ( (binary_expression "param_1 < DAT_003fc6b0" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc6c0 <= param_1)" ( (binary_expression "DAT_003fc6c0 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }" { (if_statement "if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" if (parenthesized_expression "((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1))" ( (binary_expression "(param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc6c0)" ( (binary_expression "param_1 < DAT_003fc6c0" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc908 <= param_1)" ( (binary_expression "DAT_003fc908 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }" { (if_statement "if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" if (parenthesized_expression "((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1))" ( (binary_expression "(param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc908)" ( (binary_expression "param_1 < DAT_003fc908" identifier < identifier) )) || (parenthesized_expression "(DAT_003fd530 <= param_1)" ( (binary_expression "DAT_003fd530 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }" { (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" identifier = number_literal) ;) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" identifier = number_literal) ;) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" identifier = (binary_expression "param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" identifier - (parenthesized_expression "(DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" ( (binary_expression "DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1" (binary_expression "DAT_003fc408 * param_2 + 0.0" (binary_expression "DAT_003fc408 * param_2" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * dVar1" identifier * identifier)) )))) ;) (expression_statement "dVar1 = param_2;" (assignment_expression "dVar1 = param_2" identifier = identifier) ;) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" identifier = number_literal) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" identifier = (binary_expression "param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" identifier - (parenthesized_expression "(DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" ( (binary_expression "DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2" (binary_expression "DAT_003fc408 * dVar1 + 0.0" (binary_expression "DAT_003fc408 * dVar1" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * param_2" identifier * identifier)) )))) ;) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" identifier = number_literal) ;) (expression_statement "dVar2 = param_2;" (assignment_expression "dVar2 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);" (assignment_expression "param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" identifier = (binary_expression "param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" identifier - (parenthesized_expression "(DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" ( (binary_expression "DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2" (binary_expression "DAT_003fc410 * dVar1 + 0.0" (binary_expression "DAT_003fc410 * dVar1" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * param_2" identifier * identifier)) )))) ;) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) (expression_statement "dVar2 = param_2;" (assignment_expression "dVar2 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);" (assignment_expression "param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" identifier = (binary_expression "param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" identifier - (parenthesized_expression "(DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" ( (binary_expression "DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1" (binary_expression "DAT_003fc410 * param_2 + 0.0" (binary_expression "DAT_003fc410 * param_2" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * dVar1" identifier * identifier)) )))) ;) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) (expression_statement "dVar3 = param_2;" (assignment_expression "dVar3 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" identifier = (binary_expression "param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" identifier - (parenthesized_expression "(DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" ( (binary_expression "DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0" (binary_expression "DAT_003fc408 * dVar1 + DAT_003fc410 * param_2" (binary_expression "DAT_003fc408 * dVar1" identifier * identifier) + (binary_expression "DAT_003fc410 * param_2" identifier * identifier)) + number_literal) )))) ;) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" identifier = number_literal) ;) (expression_statement "dVar3 = param_2;" (assignment_expression "dVar3 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" identifier = (binary_expression "param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" identifier - (parenthesized_expression "(DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" ( (binary_expression "DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0" (binary_expression "DAT_003fc408 * param_2 + DAT_003fc410 * dVar1" (binary_expression "DAT_003fc408 * param_2" identifier * identifier) + (binary_expression "DAT_003fc410 * dVar1" identifier * identifier)) + number_literal) )))) ;) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" identifier = number_literal) ;) (expression_statement "dVar1 = param_2;" (assignment_expression "dVar1 = param_2" identifier = identifier) ;) }))) (expression_statement "dVar4 = (dVar3 + param_3) * DAT_003ef558;" (assignment_expression "dVar4 = (dVar3 + param_3) * DAT_003ef558" identifier = (binary_expression "(dVar3 + param_3) * DAT_003ef558" (parenthesized_expression "(dVar3 + param_3)" ( (binary_expression "dVar3 + param_3" identifier + identifier) )) * identifier)) ;) (expression_statement "dVar3 = (param_3 + dVar2) * DAT_003ef558;" (assignment_expression "dVar3 = (param_3 + dVar2) * DAT_003ef558" identifier = (binary_expression "(param_3 + dVar2) * DAT_003ef558" (parenthesized_expression "(param_3 + dVar2)" ( (binary_expression "param_3 + dVar2" identifier + identifier) )) * identifier)) ;) (expression_statement "*param_4 = (dVar1 + param_3) * DAT_003ef558;" (assignment_expression "*param_4 = (dVar1 + param_3) * DAT_003ef558" (pointer_expression "*param_4" * identifier) = (binary_expression "(dVar1 + param_3) * DAT_003ef558" (parenthesized_expression "(dVar1 + param_3)" ( (binary_expression "dVar1 + param_3" identifier + identifier) )) * identifier)) ;) (expression_statement "*param_5 = dVar4;" (assignment_expression "*param_5 = dVar4" (pointer_expression "*param_5" * identifier) = identifier) ;) (expression_statement "*param_6 = dVar3;" (assignment_expression "*param_6 = dVar3" (pointer_expression "*param_6" * identifier) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void HCLComposite(MagickRealType hue,MagickRealType chroma,MagickRealType luma,MagickRealType *red,\n MagickRealType *green,MagickRealType *blue)\n\n{\n double dVar1;\n MagickRealType MVar2;\n MagickRealType MVar3;\n double dVar4;\n \n dVar4 = DAT_003fd530 * hue;\n dVar1 = fmod(dVar4,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * chroma;\n if ((dVar4 < 0.0) || (DAT_003ef568 <= dVar4)) {\n MVar3 = dVar1;\n if ((dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4)) {\n MVar2 = dVar1;\n if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);\n MVar2 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0);\n MVar2 = 0.0;\n MVar3 = chroma;\n }\n dVar4 = (dVar1 + luma) * DAT_003ef558;\n dVar1 = (luma + MVar2) * DAT_003ef558;\n *red = (MVar3 + luma) * DAT_003ef558;\n *green = dVar4;\n *blue = dVar1;\n return;\n}\n\n" (function_definition "void HCLComposite(MagickRealType hue,MagickRealType chroma,MagickRealType luma,MagickRealType *red,\n MagickRealType *green,MagickRealType *blue)\n\n{\n double dVar1;\n MagickRealType MVar2;\n MagickRealType MVar3;\n double dVar4;\n \n dVar4 = DAT_003fd530 * hue;\n dVar1 = fmod(dVar4,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * chroma;\n if ((dVar4 < 0.0) || (DAT_003ef568 <= dVar4)) {\n MVar3 = dVar1;\n if ((dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4)) {\n MVar2 = dVar1;\n if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);\n MVar2 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0);\n MVar2 = 0.0;\n MVar3 = chroma;\n }\n dVar4 = (dVar1 + luma) * DAT_003ef558;\n dVar1 = (luma + MVar2) * DAT_003ef558;\n *red = (MVar3 + luma) * DAT_003ef558;\n *green = dVar4;\n *blue = dVar1;\n return;\n}" primitive_type (function_declarator "HCLComposite(MagickRealType hue,MagickRealType chroma,MagickRealType luma,MagickRealType *red,\n MagickRealType *green,MagickRealType *blue)" identifier (parameter_list "(MagickRealType hue,MagickRealType chroma,MagickRealType luma,MagickRealType *red,\n MagickRealType *green,MagickRealType *blue)" ( (parameter_declaration "MagickRealType hue" type_identifier identifier) , (parameter_declaration "MagickRealType chroma" type_identifier identifier) , (parameter_declaration "MagickRealType luma" type_identifier identifier) , (parameter_declaration "MagickRealType *red" type_identifier (pointer_declarator "*red" * identifier)) , (parameter_declaration "MagickRealType *green" type_identifier (pointer_declarator "*green" * identifier)) , (parameter_declaration "MagickRealType *blue" type_identifier (pointer_declarator "*blue" * identifier)) ))) (compound_statement "{\n double dVar1;\n MagickRealType MVar2;\n MagickRealType MVar3;\n double dVar4;\n \n dVar4 = DAT_003fd530 * hue;\n dVar1 = fmod(dVar4,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * chroma;\n if ((dVar4 < 0.0) || (DAT_003ef568 <= dVar4)) {\n MVar3 = dVar1;\n if ((dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4)) {\n MVar2 = dVar1;\n if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);\n MVar2 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0);\n MVar2 = 0.0;\n MVar3 = chroma;\n }\n dVar4 = (dVar1 + luma) * DAT_003ef558;\n dVar1 = (luma + MVar2) * DAT_003ef558;\n *red = (MVar3 + luma) * DAT_003ef558;\n *green = dVar4;\n *blue = dVar1;\n return;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (declaration "MagickRealType MVar2;" type_identifier identifier ;) (declaration "MagickRealType MVar3;" type_identifier identifier ;) (declaration "double dVar4;" primitive_type identifier ;) (expression_statement "dVar4 = DAT_003fd530 * hue;" (assignment_expression "dVar4 = DAT_003fd530 * hue" identifier = (binary_expression "DAT_003fd530 * hue" identifier * identifier)) ;) (expression_statement "dVar1 = fmod(dVar4,DAT_003fd538);" (assignment_expression "dVar1 = fmod(dVar4,DAT_003fd538)" identifier = (call_expression "fmod(dVar4,DAT_003fd538)" identifier (argument_list "(dVar4,DAT_003fd538)" ( identifier , identifier )))) ;) (expression_statement "dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * chroma;" (assignment_expression "dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * chroma" identifier = (binary_expression "(DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * chroma" (parenthesized_expression "(DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0))" ( (binary_expression "DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" identifier - (cast_expression "(double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" ( (binary_expression "(ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0" (call_expression "(ulong)(dVar1 - DAT_003ef568)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(dVar1 - DAT_003ef568)" ( (binary_expression "dVar1 - DAT_003ef568" identifier - identifier) ))) & identifier) )))) )) * identifier)) ;) (if_statement "if ((dVar4 < 0.0) || (DAT_003ef568 <= dVar4)) {\n MVar3 = dVar1;\n if ((dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4)) {\n MVar2 = dVar1;\n if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);\n MVar2 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0);\n MVar2 = 0.0;\n MVar3 = chroma;\n }" if (parenthesized_expression "((dVar4 < 0.0) || (DAT_003ef568 <= dVar4))" ( (binary_expression "(dVar4 < 0.0) || (DAT_003ef568 <= dVar4)" (parenthesized_expression "(dVar4 < 0.0)" ( (binary_expression "dVar4 < 0.0" identifier < number_literal) )) || (parenthesized_expression "(DAT_003ef568 <= dVar4)" ( (binary_expression "DAT_003ef568 <= dVar4" identifier <= identifier) ))) )) (compound_statement "{\n MVar3 = dVar1;\n if ((dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4)) {\n MVar2 = dVar1;\n if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);\n MVar2 = 0.0;\n dVar1 = chroma;\n }\n }" { (expression_statement "MVar3 = dVar1;" (assignment_expression "MVar3 = dVar1" identifier = identifier) ;) (if_statement "if ((dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4)) {\n MVar2 = dVar1;\n if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);\n MVar2 = 0.0;\n dVar1 = chroma;\n }" if (parenthesized_expression "((dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4))" ( (binary_expression "(dVar4 < DAT_003ef568) || (DAT_003fd538 <= dVar4)" (parenthesized_expression "(dVar4 < DAT_003ef568)" ( (binary_expression "dVar4 < DAT_003ef568" identifier < identifier) )) || (parenthesized_expression "(DAT_003fd538 <= dVar4)" ( (binary_expression "DAT_003fd538 <= dVar4" identifier <= identifier) ))) )) (compound_statement "{\n MVar2 = dVar1;\n if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }\n }" { (expression_statement "MVar2 = dVar1;" (assignment_expression "MVar2 = dVar1" identifier = identifier) ;) (if_statement "if ((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }" if (parenthesized_expression "((dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4))" ( (binary_expression "(dVar4 < DAT_003fd538) || (DAT_003fc6b0 <= dVar4)" (parenthesized_expression "(dVar4 < DAT_003fd538)" ( (binary_expression "dVar4 < DAT_003fd538" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc6b0 <= dVar4)" ( (binary_expression "DAT_003fc6b0 <= dVar4" identifier <= identifier) ))) )) (compound_statement "{\n if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }\n }" { (if_statement "if ((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)) {\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }\n else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }" if (parenthesized_expression "((dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4))" ( (binary_expression "(dVar4 < DAT_003fc6b0) || (DAT_003fc6c0 <= dVar4)" (parenthesized_expression "(dVar4 < DAT_003fc6b0)" ( (binary_expression "dVar4 < DAT_003fc6b0" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc6c0 <= dVar4)" ( (binary_expression "DAT_003fc6c0 <= dVar4" identifier <= identifier) ))) )) (compound_statement "{\n if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }\n }" { (if_statement "if ((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)) {\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }\n else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }" if (parenthesized_expression "((dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4))" ( (binary_expression "(dVar4 < DAT_003fc6c0) || (DAT_003fc908 <= dVar4)" (parenthesized_expression "(dVar4 < DAT_003fc6c0)" ( (binary_expression "dVar4 < DAT_003fc6c0" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc908 <= dVar4)" ( (binary_expression "DAT_003fc908 <= dVar4" identifier <= identifier) ))) )) (compound_statement "{\n if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }\n }" { (if_statement "if ((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)) {\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }\n else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }" if (parenthesized_expression "((dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4))" ( (binary_expression "(dVar4 < DAT_003fc908) || (DAT_003fd530 <= dVar4)" (parenthesized_expression "(dVar4 < DAT_003fc908)" ( (binary_expression "dVar4 < DAT_003fc908" identifier < identifier) )) || (parenthesized_expression "(DAT_003fd530 <= dVar4)" ( (binary_expression "DAT_003fd530 <= dVar4" identifier <= identifier) ))) )) (compound_statement "{\n MVar3 = 0.0;\n dVar1 = 0.0;\n MVar2 = 0.0;\n }" { (expression_statement "MVar3 = 0.0;" (assignment_expression "MVar3 = 0.0" identifier = number_literal) ;) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) (expression_statement "MVar2 = 0.0;" (assignment_expression "MVar2 = 0.0" identifier = number_literal) ;) }) (else_clause "else {\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }" else (compound_statement "{\n luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = chroma;\n dVar1 = 0.0;\n }" { (expression_statement "luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1);" (assignment_expression "luma = luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1)" identifier = (binary_expression "luma - (DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1)" identifier - (parenthesized_expression "(DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1)" ( (binary_expression "DAT_003fc408 * chroma + 0.0 + DAT_003fc418 * dVar1" (binary_expression "DAT_003fc408 * chroma + 0.0" (binary_expression "DAT_003fc408 * chroma" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * dVar1" identifier * identifier)) )))) ;) (expression_statement "MVar3 = chroma;" (assignment_expression "MVar3 = chroma" identifier = identifier) ;) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) }))) }) (else_clause "else {\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }" else (compound_statement "{\n luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n dVar1 = 0.0;\n MVar2 = chroma;\n }" { (expression_statement "luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma);" (assignment_expression "luma = luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma)" identifier = (binary_expression "luma - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma)" identifier - (parenthesized_expression "(DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma)" ( (binary_expression "DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * chroma" (binary_expression "DAT_003fc408 * dVar1 + 0.0" (binary_expression "DAT_003fc408 * dVar1" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * chroma" identifier * identifier)) )))) ;) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) (expression_statement "MVar2 = chroma;" (assignment_expression "MVar2 = chroma" identifier = identifier) ;) }))) }) (else_clause "else {\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }" else (compound_statement "{\n luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);\n MVar3 = 0.0;\n MVar2 = chroma;\n }" { (expression_statement "luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma);" (assignment_expression "luma = luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma)" identifier = (binary_expression "luma - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma)" identifier - (parenthesized_expression "(DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma)" ( (binary_expression "DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * chroma" (binary_expression "DAT_003fc410 * dVar1 + 0.0" (binary_expression "DAT_003fc410 * dVar1" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * chroma" identifier * identifier)) )))) ;) (expression_statement "MVar3 = 0.0;" (assignment_expression "MVar3 = 0.0" identifier = number_literal) ;) (expression_statement "MVar2 = chroma;" (assignment_expression "MVar2 = chroma" identifier = identifier) ;) }))) }) (else_clause "else {\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }" else (compound_statement "{\n luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);\n MVar3 = 0.0;\n dVar1 = chroma;\n }" { (expression_statement "luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1);" (assignment_expression "luma = luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1)" identifier = (binary_expression "luma - (DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1)" identifier - (parenthesized_expression "(DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1)" ( (binary_expression "DAT_003fc410 * chroma + 0.0 + DAT_003fc418 * dVar1" (binary_expression "DAT_003fc410 * chroma + 0.0" (binary_expression "DAT_003fc410 * chroma" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * dVar1" identifier * identifier)) )))) ;) (expression_statement "MVar3 = 0.0;" (assignment_expression "MVar3 = 0.0" identifier = number_literal) ;) (expression_statement "dVar1 = chroma;" (assignment_expression "dVar1 = chroma" identifier = identifier) ;) }))) }) (else_clause "else {\n luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);\n MVar2 = 0.0;\n dVar1 = chroma;\n }" else (compound_statement "{\n luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);\n MVar2 = 0.0;\n dVar1 = chroma;\n }" { (expression_statement "luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0);" (assignment_expression "luma = luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0)" identifier = (binary_expression "luma - (DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0)" identifier - (parenthesized_expression "(DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0)" ( (binary_expression "DAT_003fc408 * dVar1 + DAT_003fc410 * chroma + 0.0" (binary_expression "DAT_003fc408 * dVar1 + DAT_003fc410 * chroma" (binary_expression "DAT_003fc408 * dVar1" identifier * identifier) + (binary_expression "DAT_003fc410 * chroma" identifier * identifier)) + number_literal) )))) ;) (expression_statement "MVar2 = 0.0;" (assignment_expression "MVar2 = 0.0" identifier = number_literal) ;) (expression_statement "dVar1 = chroma;" (assignment_expression "dVar1 = chroma" identifier = identifier) ;) }))) }) (else_clause "else {\n luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0);\n MVar2 = 0.0;\n MVar3 = chroma;\n }" else (compound_statement "{\n luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0);\n MVar2 = 0.0;\n MVar3 = chroma;\n }" { (expression_statement "luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0);" (assignment_expression "luma = luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0)" identifier = (binary_expression "luma - (DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0)" identifier - (parenthesized_expression "(DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0)" ( (binary_expression "DAT_003fc408 * chroma + DAT_003fc410 * dVar1 + 0.0" (binary_expression "DAT_003fc408 * chroma + DAT_003fc410 * dVar1" (binary_expression "DAT_003fc408 * chroma" identifier * identifier) + (binary_expression "DAT_003fc410 * dVar1" identifier * identifier)) + number_literal) )))) ;) (expression_statement "MVar2 = 0.0;" (assignment_expression "MVar2 = 0.0" identifier = number_literal) ;) (expression_statement "MVar3 = chroma;" (assignment_expression "MVar3 = chroma" identifier = identifier) ;) }))) (expression_statement "dVar4 = (dVar1 + luma) * DAT_003ef558;" (assignment_expression "dVar4 = (dVar1 + luma) * DAT_003ef558" identifier = (binary_expression "(dVar1 + luma) * DAT_003ef558" (parenthesized_expression "(dVar1 + luma)" ( (binary_expression "dVar1 + luma" identifier + identifier) )) * identifier)) ;) (expression_statement "dVar1 = (luma + MVar2) * DAT_003ef558;" (assignment_expression "dVar1 = (luma + MVar2) * DAT_003ef558" identifier = (binary_expression "(luma + MVar2) * DAT_003ef558" (parenthesized_expression "(luma + MVar2)" ( (binary_expression "luma + MVar2" identifier + identifier) )) * identifier)) ;) (expression_statement "*red = (MVar3 + luma) * DAT_003ef558;" (assignment_expression "*red = (MVar3 + luma) * DAT_003ef558" (pointer_expression "*red" * identifier) = (binary_expression "(MVar3 + luma) * DAT_003ef558" (parenthesized_expression "(MVar3 + luma)" ( (binary_expression "MVar3 + luma" identifier + identifier) )) * identifier)) ;) (expression_statement "*green = dVar4;" (assignment_expression "*green = dVar4" (pointer_expression "*green" * identifier) = identifier) ;) (expression_statement "*blue = dVar1;" (assignment_expression "*blue = dVar1" (pointer_expression "*blue" * identifier) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)\n\n{\n double dVar1;\n double dVar2;\n double dVar3;\n double dVar4;\n \n param_1 = DAT_003fd530 * param_1;\n dVar1 = fmod(param_1,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;\n dVar3 = dVar1;\n if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }\n dVar4 = (dVar3 + param_3) * DAT_003ef558;\n dVar3 = (param_3 + dVar2) * DAT_003ef558;\n *param_4 = (dVar1 + param_3) * DAT_003ef558;\n *param_5 = dVar4;\n *param_6 = dVar3;\n return;\n}\n\n" (function_definition "void FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)\n\n{\n double dVar1;\n double dVar2;\n double dVar3;\n double dVar4;\n \n param_1 = DAT_003fd530 * param_1;\n dVar1 = fmod(param_1,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;\n dVar3 = dVar1;\n if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }\n dVar4 = (dVar3 + param_3) * DAT_003ef558;\n dVar3 = (param_3 + dVar2) * DAT_003ef558;\n *param_4 = (dVar1 + param_3) * DAT_003ef558;\n *param_5 = dVar4;\n *param_6 = dVar3;\n return;\n}" primitive_type (function_declarator "FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)" identifier (parameter_list "(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)" ( (parameter_declaration "double param_1" primitive_type identifier) , (parameter_declaration "double param_2" primitive_type identifier) , (parameter_declaration "double param_3" primitive_type identifier) , (parameter_declaration "double *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "double *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "double *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) ))) (compound_statement "{\n double dVar1;\n double dVar2;\n double dVar3;\n double dVar4;\n \n param_1 = DAT_003fd530 * param_1;\n dVar1 = fmod(param_1,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;\n dVar3 = dVar1;\n if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }\n dVar4 = (dVar3 + param_3) * DAT_003ef558;\n dVar3 = (param_3 + dVar2) * DAT_003ef558;\n *param_4 = (dVar1 + param_3) * DAT_003ef558;\n *param_5 = dVar4;\n *param_6 = dVar3;\n return;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (declaration "double dVar2;" primitive_type identifier ;) (declaration "double dVar3;" primitive_type identifier ;) (declaration "double dVar4;" primitive_type identifier ;) (expression_statement "param_1 = DAT_003fd530 * param_1;" (assignment_expression "param_1 = DAT_003fd530 * param_1" identifier = (binary_expression "DAT_003fd530 * param_1" identifier * identifier)) ;) (expression_statement "dVar1 = fmod(param_1,DAT_003fd538);" (assignment_expression "dVar1 = fmod(param_1,DAT_003fd538)" identifier = (call_expression "fmod(param_1,DAT_003fd538)" identifier (argument_list "(param_1,DAT_003fd538)" ( identifier , identifier )))) ;) (expression_statement "dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;" (assignment_expression "dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2" identifier = (binary_expression "(DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2" (parenthesized_expression "(DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0))" ( (binary_expression "DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" identifier - (cast_expression "(double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" ( (binary_expression "(ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0" (call_expression "(ulong)(dVar1 - DAT_003ef568)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(dVar1 - DAT_003ef568)" ( (binary_expression "dVar1 - DAT_003ef568" identifier - identifier) ))) & identifier) )))) )) * identifier)) ;) (expression_statement "dVar3 = dVar1;" (assignment_expression "dVar3 = dVar1" identifier = identifier) ;) (if_statement "if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" if (parenthesized_expression "((param_1 < 0.0) || (DAT_003ef568 <= param_1))" ( (binary_expression "(param_1 < 0.0) || (DAT_003ef568 <= param_1)" (parenthesized_expression "(param_1 < 0.0)" ( (binary_expression "param_1 < 0.0" identifier < number_literal) )) || (parenthesized_expression "(DAT_003ef568 <= param_1)" ( (binary_expression "DAT_003ef568 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }" { (if_statement "if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" if (parenthesized_expression "((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1))" ( (binary_expression "(param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)" (parenthesized_expression "(param_1 < DAT_003ef568)" ( (binary_expression "param_1 < DAT_003ef568" identifier < identifier) )) || (parenthesized_expression "(DAT_003fd538 <= param_1)" ( (binary_expression "DAT_003fd538 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }" { (expression_statement "dVar2 = dVar1;" (assignment_expression "dVar2 = dVar1" identifier = identifier) ;) (if_statement "if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" if (parenthesized_expression "((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1))" ( (binary_expression "(param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fd538)" ( (binary_expression "param_1 < DAT_003fd538" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc6b0 <= param_1)" ( (binary_expression "DAT_003fc6b0 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }" { (if_statement "if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" if (parenthesized_expression "((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1))" ( (binary_expression "(param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc6b0)" ( (binary_expression "param_1 < DAT_003fc6b0" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc6c0 <= param_1)" ( (binary_expression "DAT_003fc6c0 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }" { (if_statement "if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" if (parenthesized_expression "((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1))" ( (binary_expression "(param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc6c0)" ( (binary_expression "param_1 < DAT_003fc6c0" identifier < identifier) )) || (parenthesized_expression "(DAT_003fc908 <= param_1)" ( (binary_expression "DAT_003fc908 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }" { (if_statement "if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" if (parenthesized_expression "((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1))" ( (binary_expression "(param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc908)" ( (binary_expression "param_1 < DAT_003fc908" identifier < identifier) )) || (parenthesized_expression "(DAT_003fd530 <= param_1)" ( (binary_expression "DAT_003fd530 <= param_1" identifier <= identifier) ))) )) (compound_statement "{\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }" { (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" identifier = number_literal) ;) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" identifier = number_literal) ;) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" identifier = (binary_expression "param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" identifier - (parenthesized_expression "(DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" ( (binary_expression "DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1" (binary_expression "DAT_003fc408 * param_2 + 0.0" (binary_expression "DAT_003fc408 * param_2" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * dVar1" identifier * identifier)) )))) ;) (expression_statement "dVar1 = param_2;" (assignment_expression "dVar1 = param_2" identifier = identifier) ;) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" identifier = number_literal) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" identifier = (binary_expression "param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" identifier - (parenthesized_expression "(DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" ( (binary_expression "DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2" (binary_expression "DAT_003fc408 * dVar1 + 0.0" (binary_expression "DAT_003fc408 * dVar1" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * param_2" identifier * identifier)) )))) ;) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" identifier = number_literal) ;) (expression_statement "dVar2 = param_2;" (assignment_expression "dVar2 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);" (assignment_expression "param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" identifier = (binary_expression "param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" identifier - (parenthesized_expression "(DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" ( (binary_expression "DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2" (binary_expression "DAT_003fc410 * dVar1 + 0.0" (binary_expression "DAT_003fc410 * dVar1" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * param_2" identifier * identifier)) )))) ;) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) (expression_statement "dVar2 = param_2;" (assignment_expression "dVar2 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);" (assignment_expression "param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" identifier = (binary_expression "param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" identifier - (parenthesized_expression "(DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" ( (binary_expression "DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1" (binary_expression "DAT_003fc410 * param_2 + 0.0" (binary_expression "DAT_003fc410 * param_2" identifier * identifier) + number_literal) + (binary_expression "DAT_003fc418 * dVar1" identifier * identifier)) )))) ;) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" identifier = number_literal) ;) (expression_statement "dVar3 = param_2;" (assignment_expression "dVar3 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" identifier = (binary_expression "param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" identifier - (parenthesized_expression "(DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" ( (binary_expression "DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0" (binary_expression "DAT_003fc408 * dVar1 + DAT_003fc410 * param_2" (binary_expression "DAT_003fc408 * dVar1" identifier * identifier) + (binary_expression "DAT_003fc410 * param_2" identifier * identifier)) + number_literal) )))) ;) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" identifier = number_literal) ;) (expression_statement "dVar3 = param_2;" (assignment_expression "dVar3 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" else (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" { (expression_statement "param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" identifier = (binary_expression "param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" identifier - (parenthesized_expression "(DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" ( (binary_expression "DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0" (binary_expression "DAT_003fc408 * param_2 + DAT_003fc410 * dVar1" (binary_expression "DAT_003fc408 * param_2" identifier * identifier) + (binary_expression "DAT_003fc410 * dVar1" identifier * identifier)) + number_literal) )))) ;) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" identifier = number_literal) ;) (expression_statement "dVar1 = param_2;" (assignment_expression "dVar1 = param_2" identifier = identifier) ;) }))) (expression_statement "dVar4 = (dVar3 + param_3) * DAT_003ef558;" (assignment_expression "dVar4 = (dVar3 + param_3) * DAT_003ef558" identifier = (binary_expression "(dVar3 + param_3) * DAT_003ef558" (parenthesized_expression "(dVar3 + param_3)" ( (binary_expression "dVar3 + param_3" identifier + identifier) )) * identifier)) ;) (expression_statement "dVar3 = (param_3 + dVar2) * DAT_003ef558;" (assignment_expression "dVar3 = (param_3 + dVar2) * DAT_003ef558" identifier = (binary_expression "(param_3 + dVar2) * DAT_003ef558" (parenthesized_expression "(param_3 + dVar2)" ( (binary_expression "param_3 + dVar2" identifier + identifier) )) * identifier)) ;) (expression_statement "*param_4 = (dVar1 + param_3) * DAT_003ef558;" (assignment_expression "*param_4 = (dVar1 + param_3) * DAT_003ef558" (pointer_expression "*param_4" * identifier) = (binary_expression "(dVar1 + param_3) * DAT_003ef558" (parenthesized_expression "(dVar1 + param_3)" ( (binary_expression "dVar1 + param_3" identifier + identifier) )) * identifier)) ;) (expression_statement "*param_5 = dVar4;" (assignment_expression "*param_5 = dVar4" (pointer_expression "*param_5" * identifier) = identifier) ;) (expression_statement "*param_6 = dVar3;" (assignment_expression "*param_6 = dVar3" (pointer_expression "*param_6" * 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 (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT - (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - IDENT) ))) & IDENT) )))) )) * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (binary_expression IDENT <= IDENT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression IDENT <= IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression IDENT <= IDENT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression IDENT <= IDENT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression IDENT <= IDENT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression IDENT <= IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * IDENT) + LIT) + (binary_expression IDENT * IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * IDENT) + LIT) + (binary_expression IDENT * IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * IDENT) + LIT) + (binary_expression IDENT * IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * IDENT) + LIT) + (binary_expression IDENT * IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * IDENT) + (binary_expression IDENT * IDENT)) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * IDENT) + (binary_expression IDENT * IDENT)) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT + IDENT) )) * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT + IDENT) )) * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (parenthesized_expression ( (binary_expression IDENT + IDENT) )) * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)\n\n{\n double dVar1;\n double dVar2;\n double dVar3;\n double dVar4;\n \n param_1 = DAT_003fd530 * param_1;\n dVar1 = fmod(param_1,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;\n dVar3 = dVar1;\n if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }\n dVar4 = (dVar3 + param_3) * DAT_003ef558;\n dVar3 = (param_3 + dVar2) * DAT_003ef558;\n *param_4 = (dVar1 + param_3) * DAT_003ef558;\n *param_5 = dVar4;\n *param_6 = dVar3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018c150(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)" (identifier "FUN_0018c150") (parameter_list "(double param_1,double param_2,double param_3,double *param_4,double *param_5,\n double *param_6)" (( "(") (parameter_declaration "double param_1" (primitive_type "double") (identifier "param_1")) (, ",") (parameter_declaration "double param_2" (primitive_type "double") (identifier "param_2")) (, ",") (parameter_declaration "double param_3" (primitive_type "double") (identifier "param_3")) (, ",") (parameter_declaration "double *param_4" (primitive_type "double") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "double *param_5" (primitive_type "double") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "double *param_6" (primitive_type "double") (pointer_declarator "*param_6" (* "*") (identifier "param_6"))) () ")"))) (compound_statement "{\n double dVar1;\n double dVar2;\n double dVar3;\n double dVar4;\n \n param_1 = DAT_003fd530 * param_1;\n dVar1 = fmod(param_1,DAT_003fd538);\n dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;\n dVar3 = dVar1;\n if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }\n dVar4 = (dVar3 + param_3) * DAT_003ef558;\n dVar3 = (param_3 + dVar2) * DAT_003ef558;\n *param_4 = (dVar1 + param_3) * DAT_003ef558;\n *param_5 = dVar4;\n *param_6 = dVar3;\n return;\n}" ({ "{") (declaration "double dVar1;" (primitive_type "double") (identifier "dVar1") (; ";")) (declaration "double dVar2;" (primitive_type "double") (identifier "dVar2") (; ";")) (declaration "double dVar3;" (primitive_type "double") (identifier "dVar3") (; ";")) (declaration "double dVar4;" (primitive_type "double") (identifier "dVar4") (; ";")) (expression_statement "param_1 = DAT_003fd530 * param_1;" (assignment_expression "param_1 = DAT_003fd530 * param_1" (identifier "param_1") (= "=") (binary_expression "DAT_003fd530 * param_1" (identifier "DAT_003fd530") (* "*") (identifier "param_1"))) (; ";")) (expression_statement "dVar1 = fmod(param_1,DAT_003fd538);" (assignment_expression "dVar1 = fmod(param_1,DAT_003fd538)" (identifier "dVar1") (= "=") (call_expression "fmod(param_1,DAT_003fd538)" (identifier "fmod") (argument_list "(param_1,DAT_003fd538)" (( "(") (identifier "param_1") (, ",") (identifier "DAT_003fd538") () ")")))) (; ";")) (expression_statement "dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2;" (assignment_expression "dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2" (identifier "dVar1") (= "=") (binary_expression "(DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2" (parenthesized_expression "(DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0))" (( "(") (binary_expression "DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" (identifier "DAT_003ef568") (- "-") (cast_expression "(double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (parenthesized_expression "((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)" (( "(") (binary_expression "(ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0" (call_expression "(ulong)(dVar1 - DAT_003ef568)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(dVar1 - DAT_003ef568)" (( "(") (binary_expression "dVar1 - DAT_003ef568" (identifier "dVar1") (- "-") (identifier "DAT_003ef568")) () ")"))) (& "&") (identifier "DAT_003efbd0")) () ")")))) () ")")) (* "*") (identifier "param_2"))) (; ";")) (expression_statement "dVar3 = dVar1;" (assignment_expression "dVar3 = dVar1" (identifier "dVar3") (= "=") (identifier "dVar1")) (; ";")) (if_statement "if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) {\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" (if "if") (parenthesized_expression "((param_1 < 0.0) || (DAT_003ef568 <= param_1))" (( "(") (binary_expression "(param_1 < 0.0) || (DAT_003ef568 <= param_1)" (parenthesized_expression "(param_1 < 0.0)" (( "(") (binary_expression "param_1 < 0.0" (identifier "param_1") (< "<") (number_literal "0.0")) () ")")) (|| "||") (parenthesized_expression "(DAT_003ef568 <= param_1)" (( "(") (binary_expression "DAT_003ef568 <= param_1" (identifier "DAT_003ef568") (<= "<=") (identifier "param_1")) () ")"))) () ")")) (compound_statement "{\n if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }\n }" ({ "{") (if_statement "if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) {\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" (if "if") (parenthesized_expression "((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1))" (( "(") (binary_expression "(param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)" (parenthesized_expression "(param_1 < DAT_003ef568)" (( "(") (binary_expression "param_1 < DAT_003ef568" (identifier "param_1") (< "<") (identifier "DAT_003ef568")) () ")")) (|| "||") (parenthesized_expression "(DAT_003fd538 <= param_1)" (( "(") (binary_expression "DAT_003fd538 <= param_1" (identifier "DAT_003fd538") (<= "<=") (identifier "param_1")) () ")"))) () ")")) (compound_statement "{\n dVar2 = dVar1;\n if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }\n }" ({ "{") (expression_statement "dVar2 = dVar1;" (assignment_expression "dVar2 = dVar1" (identifier "dVar2") (= "=") (identifier "dVar1")) (; ";")) (if_statement "if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) {\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" (if "if") (parenthesized_expression "((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1))" (( "(") (binary_expression "(param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fd538)" (( "(") (binary_expression "param_1 < DAT_003fd538" (identifier "param_1") (< "<") (identifier "DAT_003fd538")) () ")")) (|| "||") (parenthesized_expression "(DAT_003fc6b0 <= param_1)" (( "(") (binary_expression "DAT_003fc6b0 <= param_1" (identifier "DAT_003fc6b0") (<= "<=") (identifier "param_1")) () ")"))) () ")")) (compound_statement "{\n if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }\n }" ({ "{") (if_statement "if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) {\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" (if "if") (parenthesized_expression "((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1))" (( "(") (binary_expression "(param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc6b0)" (( "(") (binary_expression "param_1 < DAT_003fc6b0" (identifier "param_1") (< "<") (identifier "DAT_003fc6b0")) () ")")) (|| "||") (parenthesized_expression "(DAT_003fc6c0 <= param_1)" (( "(") (binary_expression "DAT_003fc6c0 <= param_1" (identifier "DAT_003fc6c0") (<= "<=") (identifier "param_1")) () ")"))) () ")")) (compound_statement "{\n if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }\n }" ({ "{") (if_statement "if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) {\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" (if "if") (parenthesized_expression "((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1))" (( "(") (binary_expression "(param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc6c0)" (( "(") (binary_expression "param_1 < DAT_003fc6c0" (identifier "param_1") (< "<") (identifier "DAT_003fc6c0")) () ")")) (|| "||") (parenthesized_expression "(DAT_003fc908 <= param_1)" (( "(") (binary_expression "DAT_003fc908 <= param_1" (identifier "DAT_003fc908") (<= "<=") (identifier "param_1")) () ")"))) () ")")) (compound_statement "{\n if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }\n }" ({ "{") (if_statement "if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) {\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }\n else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" (if "if") (parenthesized_expression "((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1))" (( "(") (binary_expression "(param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)" (parenthesized_expression "(param_1 < DAT_003fc908)" (( "(") (binary_expression "param_1 < DAT_003fc908" (identifier "param_1") (< "<") (identifier "DAT_003fc908")) () ")")) (|| "||") (parenthesized_expression "(DAT_003fd530 <= param_1)" (( "(") (binary_expression "DAT_003fd530 <= param_1" (identifier "DAT_003fd530") (<= "<=") (identifier "param_1")) () ")"))) () ")")) (compound_statement "{\n dVar1 = 0.0;\n dVar3 = 0.0;\n dVar2 = 0.0;\n }" ({ "{") (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" (identifier "dVar1") (= "=") (number_literal "0.0")) (; ";")) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" (identifier "dVar3") (= "=") (number_literal "0.0")) (; ";")) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" (identifier "dVar2") (= "=") (number_literal "0.0")) (; ";")) (} "}")) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" (else "else") (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = param_2;\n dVar3 = 0.0;\n }" ({ "{") (expression_statement "param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" (identifier "param_3") (= "=") (binary_expression "param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" (identifier "param_3") (- "-") (parenthesized_expression "(DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1)" (( "(") (binary_expression "DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1" (binary_expression "DAT_003fc408 * param_2 + 0.0" (binary_expression "DAT_003fc408 * param_2" (identifier "DAT_003fc408") (* "*") (identifier "param_2")) (+ "+") (number_literal "0.0")) (+ "+") (binary_expression "DAT_003fc418 * dVar1" (identifier "DAT_003fc418") (* "*") (identifier "dVar1"))) () ")")))) (; ";")) (expression_statement "dVar1 = param_2;" (assignment_expression "dVar1 = param_2" (identifier "dVar1") (= "=") (identifier "param_2")) (; ";")) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" (identifier "dVar3") (= "=") (number_literal "0.0")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" (else "else") (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar3 = 0.0;\n dVar2 = param_2;\n }" ({ "{") (expression_statement "param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" (identifier "param_3") (= "=") (binary_expression "param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" (identifier "param_3") (- "-") (parenthesized_expression "(DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2)" (( "(") (binary_expression "DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2" (binary_expression "DAT_003fc408 * dVar1 + 0.0" (binary_expression "DAT_003fc408 * dVar1" (identifier "DAT_003fc408") (* "*") (identifier "dVar1")) (+ "+") (number_literal "0.0")) (+ "+") (binary_expression "DAT_003fc418 * param_2" (identifier "DAT_003fc418") (* "*") (identifier "param_2"))) () ")")))) (; ";")) (expression_statement "dVar3 = 0.0;" (assignment_expression "dVar3 = 0.0" (identifier "dVar3") (= "=") (number_literal "0.0")) (; ";")) (expression_statement "dVar2 = param_2;" (assignment_expression "dVar2 = param_2" (identifier "dVar2") (= "=") (identifier "param_2")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" (else "else") (compound_statement "{\n param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);\n dVar1 = 0.0;\n dVar2 = param_2;\n }" ({ "{") (expression_statement "param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2);" (assignment_expression "param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" (identifier "param_3") (= "=") (binary_expression "param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" (identifier "param_3") (- "-") (parenthesized_expression "(DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2)" (( "(") (binary_expression "DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2" (binary_expression "DAT_003fc410 * dVar1 + 0.0" (binary_expression "DAT_003fc410 * dVar1" (identifier "DAT_003fc410") (* "*") (identifier "dVar1")) (+ "+") (number_literal "0.0")) (+ "+") (binary_expression "DAT_003fc418 * param_2" (identifier "DAT_003fc418") (* "*") (identifier "param_2"))) () ")")))) (; ";")) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" (identifier "dVar1") (= "=") (number_literal "0.0")) (; ";")) (expression_statement "dVar2 = param_2;" (assignment_expression "dVar2 = param_2" (identifier "dVar2") (= "=") (identifier "param_2")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" (else "else") (compound_statement "{\n param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);\n dVar1 = 0.0;\n dVar3 = param_2;\n }" ({ "{") (expression_statement "param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1);" (assignment_expression "param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" (identifier "param_3") (= "=") (binary_expression "param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" (identifier "param_3") (- "-") (parenthesized_expression "(DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1)" (( "(") (binary_expression "DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1" (binary_expression "DAT_003fc410 * param_2 + 0.0" (binary_expression "DAT_003fc410 * param_2" (identifier "DAT_003fc410") (* "*") (identifier "param_2")) (+ "+") (number_literal "0.0")) (+ "+") (binary_expression "DAT_003fc418 * dVar1" (identifier "DAT_003fc418") (* "*") (identifier "dVar1"))) () ")")))) (; ";")) (expression_statement "dVar1 = 0.0;" (assignment_expression "dVar1 = 0.0" (identifier "dVar1") (= "=") (number_literal "0.0")) (; ";")) (expression_statement "dVar3 = param_2;" (assignment_expression "dVar3 = param_2" (identifier "dVar3") (= "=") (identifier "param_2")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" (else "else") (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);\n dVar2 = 0.0;\n dVar3 = param_2;\n }" ({ "{") (expression_statement "param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" (identifier "param_3") (= "=") (binary_expression "param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" (identifier "param_3") (- "-") (parenthesized_expression "(DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0)" (( "(") (binary_expression "DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0" (binary_expression "DAT_003fc408 * dVar1 + DAT_003fc410 * param_2" (binary_expression "DAT_003fc408 * dVar1" (identifier "DAT_003fc408") (* "*") (identifier "dVar1")) (+ "+") (binary_expression "DAT_003fc410 * param_2" (identifier "DAT_003fc410") (* "*") (identifier "param_2"))) (+ "+") (number_literal "0.0")) () ")")))) (; ";")) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" (identifier "dVar2") (= "=") (number_literal "0.0")) (; ";")) (expression_statement "dVar3 = param_2;" (assignment_expression "dVar3 = param_2" (identifier "dVar3") (= "=") (identifier "param_2")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" (else "else") (compound_statement "{\n param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);\n dVar2 = 0.0;\n dVar1 = param_2;\n }" ({ "{") (expression_statement "param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0);" (assignment_expression "param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" (identifier "param_3") (= "=") (binary_expression "param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" (identifier "param_3") (- "-") (parenthesized_expression "(DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0)" (( "(") (binary_expression "DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0" (binary_expression "DAT_003fc408 * param_2 + DAT_003fc410 * dVar1" (binary_expression "DAT_003fc408 * param_2" (identifier "DAT_003fc408") (* "*") (identifier "param_2")) (+ "+") (binary_expression "DAT_003fc410 * dVar1" (identifier "DAT_003fc410") (* "*") (identifier "dVar1"))) (+ "+") (number_literal "0.0")) () ")")))) (; ";")) (expression_statement "dVar2 = 0.0;" (assignment_expression "dVar2 = 0.0" (identifier "dVar2") (= "=") (number_literal "0.0")) (; ";")) (expression_statement "dVar1 = param_2;" (assignment_expression "dVar1 = param_2" (identifier "dVar1") (= "=") (identifier "param_2")) (; ";")) (} "}")))) (expression_statement "dVar4 = (dVar3 + param_3) * DAT_003ef558;" (assignment_expression "dVar4 = (dVar3 + param_3) * DAT_003ef558" (identifier "dVar4") (= "=") (binary_expression "(dVar3 + param_3) * DAT_003ef558" (parenthesized_expression "(dVar3 + param_3)" (( "(") (binary_expression "dVar3 + param_3" (identifier "dVar3") (+ "+") (identifier "param_3")) () ")")) (* "*") (identifier "DAT_003ef558"))) (; ";")) (expression_statement "dVar3 = (param_3 + dVar2) * DAT_003ef558;" (assignment_expression "dVar3 = (param_3 + dVar2) * DAT_003ef558" (identifier "dVar3") (= "=") (binary_expression "(param_3 + dVar2) * DAT_003ef558" (parenthesized_expression "(param_3 + dVar2)" (( "(") (binary_expression "param_3 + dVar2" (identifier "param_3") (+ "+") (identifier "dVar2")) () ")")) (* "*") (identifier "DAT_003ef558"))) (; ";")) (expression_statement "*param_4 = (dVar1 + param_3) * DAT_003ef558;" (assignment_expression "*param_4 = (dVar1 + param_3) * DAT_003ef558" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (binary_expression "(dVar1 + param_3) * DAT_003ef558" (parenthesized_expression "(dVar1 + param_3)" (( "(") (binary_expression "dVar1 + param_3" (identifier "dVar1") (+ "+") (identifier "param_3")) () ")")) (* "*") (identifier "DAT_003ef558"))) (; ";")) (expression_statement "*param_5 = dVar4;" (assignment_expression "*param_5 = dVar4" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (identifier "dVar4")) (; ";")) (expression_statement "*param_6 = dVar3;" (assignment_expression "*param_6 = dVar3" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (= "=") (identifier "dVar3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 var_2,type_1 var_7,type_1 var_13,type_1 *red, type_1 *green,type_1 *blue) { double var_5; type_1 var_18; type_1 var_19; double var_8; var_8 = var_1 * var_2; var_5 = var_3(var_8,var_9); var_5 = (var_4 - (double)((ulong)(var_5 - var_4) & var_6)) * var_7; if ((var_8 < 0.0) || (var_4 <= var_8)) { var_19 = var_5; if ((var_8 < var_4) || (var_9 <= var_8)) { var_18 = var_5; if ((var_8 < var_9) || (var_10 <= var_8)) { if ((var_8 < var_10) || (var_11 <= var_8)) { if ((var_8 < var_11) || (var_12 <= var_8)) { if ((var_8 < var_12) || (var_1 <= var_8)) { var_19 = 0.0; var_5 = 0.0; var_18 = 0.0; } else { var_13 = var_13 - (var_14 * var_7 + 0.0 + var_15 * var_5); var_19 = var_7; var_5 = 0.0; } } else { var_13 = var_13 - (var_14 * var_5 + 0.0 + var_15 * var_7); var_5 = 0.0; var_18 = var_7; } } else { var_13 = var_13 - (var_16 * var_5 + 0.0 + var_15 * var_7); var_19 = 0.0; var_18 = var_7; } } else { var_13 = var_13 - (var_16 * var_7 + 0.0 + var_15 * var_5); var_19 = 0.0; var_5 = var_7; } } else { var_13 = var_13 - (var_14 * var_5 + var_16 * var_7 + 0.0); var_18 = 0.0; var_5 = var_7; } } else { var_13 = var_13 - (var_14 * var_7 + var_16 * var_5 + 0.0); var_18 = 0.0; var_19 = var_7; } var_8 = (var_5 + var_13) * var_17; var_5 = (var_13 + var_18) * var_17; *red = (var_19 + var_13) * var_17; *green = var_8; *blue = var_5; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))) right: (identifier)))))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) right: (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) right: (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) right: (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) right: (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (identifier))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (identifier))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement))))
null
void MASKED(double param_1,double param_2,double param_3,double *param_4,double *param_5, double *param_6) { double dVar1; double dVar2; double dVar3; double dVar4; param_1 = DAT_003fd530 * param_1; dVar1 = fmod(param_1,DAT_003fd538); dVar1 = (DAT_003ef568 - (double)((ulong)(dVar1 - DAT_003ef568) & DAT_003efbd0)) * param_2; dVar3 = dVar1; if ((param_1 < 0.0) || (DAT_003ef568 <= param_1)) { if ((param_1 < DAT_003ef568) || (DAT_003fd538 <= param_1)) { dVar2 = dVar1; if ((param_1 < DAT_003fd538) || (DAT_003fc6b0 <= param_1)) { if ((param_1 < DAT_003fc6b0) || (DAT_003fc6c0 <= param_1)) { if ((param_1 < DAT_003fc6c0) || (DAT_003fc908 <= param_1)) { if ((param_1 < DAT_003fc908) || (DAT_003fd530 <= param_1)) { dVar1 = 0.0; dVar3 = 0.0; dVar2 = 0.0; } else { param_3 = param_3 - (DAT_003fc408 * param_2 + 0.0 + DAT_003fc418 * dVar1); dVar1 = param_2; dVar3 = 0.0; } } else { param_3 = param_3 - (DAT_003fc408 * dVar1 + 0.0 + DAT_003fc418 * param_2); dVar3 = 0.0; dVar2 = param_2; } } else { param_3 = param_3 - (DAT_003fc410 * dVar1 + 0.0 + DAT_003fc418 * param_2); dVar1 = 0.0; dVar2 = param_2; } } else { param_3 = param_3 - (DAT_003fc410 * param_2 + 0.0 + DAT_003fc418 * dVar1); dVar1 = 0.0; dVar3 = param_2; } } else { param_3 = param_3 - (DAT_003fc408 * dVar1 + DAT_003fc410 * param_2 + 0.0); dVar2 = 0.0; dVar3 = param_2; } } else { param_3 = param_3 - (DAT_003fc408 * param_2 + DAT_003fc410 * dVar1 + 0.0); dVar2 = 0.0; dVar1 = param_2; } dVar4 = (dVar3 + param_3) * DAT_003ef558; dVar3 = (param_3 + dVar2) * DAT_003ef558; *param_4 = (dVar1 + param_3) * DAT_003ef558; *param_5 = dVar4; *param_6 = dVar3; return; }
11779_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
~codecvt_byname
FUN_004ad900
/* std::codecvt_byname<char, char, __mbstate_t>::~codecvt_byname() */ void __thiscall std::codecvt_byname<char,char,__mbstate_t>::~codecvt_byname (codecvt_byname<char,char,__mbstate_t> *this) { *(undefined ***)this = &PTR__codecvt_byname_00676fb0; codecvt<char,char,__mbstate_t>::~codecvt((codecvt<char,char,__mbstate_t> *)this); return; }
void FUN_004ad900(undefined8 *param_1) { *param_1 = &PTR_FUN_00676fb0; FUN_004e8000(); return; }
LEA RAX,[0x676fa0] ADD RAX,0x10 MOV qword ptr [RDI],RAX JMP 0x004e8000
null
null
null
null
[('const-6778800', u'PTRSUB_-1202333337'), (u'PTRSUB_-1202333337', u'STORE_-1202333415'), ('tmp_41', u'CAST_-1202333334'), (u'CAST_-1202333338', u'STORE_-1202333415'), ('const-0', u'RETURN_-1202333403'), ('const-0', u'PTRSUB_-1202333337'), ('tmp_41', u'CAST_-1202333338'), (u'CAST_-1202333334', u'CALL_-1202333407'), ('const-433', u'STORE_-1202333415')]
[('const-0', u'PTRSUB_-1202333337'), (u'PTRSUB_-1202333337', u'STORE_-1202333415'), ('const-6778800', u'PTRSUB_-1202333337'), ('tmp_72', u'STORE_-1202333415'), ('const-0', u'RETURN_-1202333403'), ('const-433', u'STORE_-1202333415')]
null
null
004ad900
x64
O2
(translation_unit "void FUN_004ad900(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00676fb0;\n FUN_004e8000();\n return;\n}\n\n" (function_definition "void FUN_004ad900(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00676fb0;\n FUN_004e8000();\n return;\n}" primitive_type (function_declarator "FUN_004ad900(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_00676fb0;\n FUN_004e8000();\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00676fb0;" (assignment_expression "*param_1 = &PTR_FUN_00676fb0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00676fb0" & identifier)) ;) (expression_statement "FUN_004e8000();" (call_expression "FUN_004e8000()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::codecvt_byname<char, char, __mbstate_t>::~codecvt_byname() */\n\nvoid __thiscall\nstd::codecvt_byname<char,char,__mbstate_t>::~codecvt_byname\n (codecvt_byname<char,char,__mbstate_t> *this)\n\n{\n *(undefined ***)this = &PTR__codecvt_byname_00676fb0;\n codecvt<char,char,__mbstate_t>::~codecvt((codecvt<char,char,__mbstate_t> *)this);\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::codecvt_byname<char,char,__mbstate_t>::~codecvt_byname\n (codecvt_byname<char,char,__mbstate_t> *this)\n\n{\n *(undefined ***)this = &PTR__codecvt_byname_00676fb0;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , identifier , (ERROR "__mbstate_t>::~codecvt_byname\n (codecvt_byname<char,char,__mbstate_t> *this)\n\n{" identifier > : : ~ (function_declarator "codecvt_byname\n (codecvt_byname<char,char,__mbstate_t> *this)" identifier (parameter_list "(codecvt_byname<char,char,__mbstate_t> *this)" ( (parameter_declaration "codecvt_byname" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "char" primitive_type) , (parameter_declaration "__mbstate_t> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) {) (init_declarator "*(undefined ***)this = &PTR__codecvt_byname_00676fb0" (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__codecvt_byname_00676fb0" & identifier)) ;) (ERROR "codecvt<char,char,__mbstate_t>::~codecvt((codecvt<char,char,__mbstate_t> *)this);\n return;\n}" (binary_expression "codecvt<char" identifier < identifier) (ERROR ",char,__mbstate_t" , primitive_type , identifier) > (ERROR "::" : :) ~ identifier ( (parenthesized_expression "(codecvt<char,char,__mbstate_t> *)this)" ( (comma_expression "codecvt<char,char,__mbstate_t> *)this" (binary_expression "codecvt<char" identifier < identifier) , (comma_expression "char,__mbstate_t> *)this" identifier , (binary_expression "__mbstate_t> *)this" identifier > (pointer_expression "*)this" * (ERROR ")" )) identifier)))) )) ; return ; }))
(translation_unit "void FUN_004ad900(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00676fb0;\n FUN_004e8000();\n return;\n}\n\n" (function_definition "void FUN_004ad900(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00676fb0;\n FUN_004e8000();\n return;\n}" primitive_type (function_declarator "FUN_004ad900(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_00676fb0;\n FUN_004e8000();\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00676fb0;" (assignment_expression "*param_1 = &PTR_FUN_00676fb0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00676fb0" & identifier)) ;) (expression_statement "FUN_004e8000();" (call_expression "FUN_004e8000()" 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_004ad900(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00676fb0;\n FUN_004e8000();\n return;\n}" (primitive_type "void") (function_declarator "FUN_004ad900(undefined8 *param_1)" (identifier "FUN_004ad900") (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_00676fb0;\n FUN_004e8000();\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00676fb0;" (assignment_expression "*param_1 = &PTR_FUN_00676fb0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00676fb0" (& "&") (identifier "PTR_FUN_00676fb0"))) (; ";")) (expression_statement "FUN_004e8000();" (call_expression "FUN_004e8000()" (identifier "FUN_004e8000") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::codecvt_byname<char, char, __mbstate_t>::~codecvt_byname() */ void __thiscall std::codecvt_byname<char,char,__mbstate_t>::~codecvt_byname (codecvt_byname<char,char,__mbstate_t> *this) { *(undefined ***)this = &PTR__codecvt_byname_00676fb0; codecvt<char,char,__mbstate_t>::~codecvt((codecvt<char,char,__mbstate_t> *)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_00676fb0; FUN_004e8000(); return; }
1186_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
~Struct_now
FUN_00156920
/* DWARF original prototype: void ~Struct_now(Struct_now * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_now::~Struct_now(Struct_now *this,int __in_chrg) { pointer pcVar1; pcVar1 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00426720; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); return; } return; }
void FUN_00156920(undefined8 *param_1) { *param_1 = &PTR_FUN_00426720; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70((undefined8 *)param_1[1]); return; } return; }
LEA RAX,[0x426720] MOV RDX,qword ptr [RDI + 0x8] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x18] CMP RDX,RAX JZ 0x00156940 MOV RDI,RDX JMP 0x002dac70 RET
null
null
null
null
[('tmp_68', u'PTRSUB_-1207277164'), (u'PTRSUB_-1207277150', u'PTRSUB_-1207277147'), ('tmp_48', u'CBRANCH_-1207277236'), ('const-433', u'STORE_-1207277261'), ('const-0', u'PTRSUB_-1207277161'), (u'LOAD_-1207277269', u'CALL_-1207277227'), ('const-0', u'PTRSUB_-1207277158'), ('const-433', u'LOAD_-1207277269'), ('tmp_68', u'PTRSUB_-1207277158'), (u'CAST_-1207277151', u'STORE_-1207277261'), ('const-0', u'RETURN_-1207277214'), (u'PTRSUB_-1207277154', u'PTRSUB_-1207277150'), (u'PTRSUB_-1207277163', u'PTRSUB_-1207277159'), (u'PTRSUB_-1207277164', u'PTRSUB_-1207277163'), (u'PTRSUB_-1207277154', u'STORE_-1207277261'), ('const-0', u'PTRSUB_-1207277150'), (u'INT_NOTEQUAL_-1207277237', u'CBRANCH_-1207277236'), (u'PTRSUB_-1207277159', u'PTRSUB_-1207277155'), ('const-16', u'PTRSUB_-1207277147'), ('tmp_68', u'PTRSUB_-1207277154'), (u'PTRSUB_-1207277147', u'INT_NOTEQUAL_-1207277237'), ('const-0', u'PTRSUB_-1207277154'), ('const-0', u'PTRSUB_-1207277163'), (u'LOAD_-1207277269', u'CAST_-1207277143'), ('const-8', u'PTRSUB_-1207277154'), ('const-0', u'PTRSUB_-1207277155'), (u'PTRSUB_-1207277158', u'PTRSUB_-1207277154'), (u'PTRSUB_-1207277155', u'LOAD_-1207277269'), ('const-0', u'PTRSUB_-1207277159'), (u'CAST_-1207277143', u'INT_NOTEQUAL_-1207277237'), ('const-0', u'RETURN_-1207277223'), (u'PTRSUB_-1207277161', u'CAST_-1207277151'), ('const-4351776', u'PTRSUB_-1207277161'), ('const-8', u'PTRSUB_-1207277164')]
[('const-8', u'PTRADD_-1207277158'), ('const-1', u'PTRADD_-1207277166'), ('tmp_48', u'CBRANCH_-1207277236'), ('const-0', u'PTRSUB_-1207277162'), (u'PTRADD_-1207277158', u'INT_NOTEQUAL_-1207277237'), ('tmp_109', u'STORE_-1207277261'), ('const-433', u'LOAD_-1207277269'), ('const-433', u'STORE_-1207277261'), ('const-0', u'RETURN_-1207277214'), (u'PTRADD_-1207277166', u'LOAD_-1207277269'), ('tmp_109', u'PTRADD_-1207277166'), (u'CAST_-1207277165', u'CALL_-1207277227'), (u'PTRSUB_-1207277162', u'STORE_-1207277261'), (u'CAST_-1207277165', u'INT_NOTEQUAL_-1207277237'), ('const-0', u'RETURN_-1207277223'), ('const-3', u'PTRADD_-1207277158'), ('const-4351776', u'PTRSUB_-1207277162'), ('tmp_109', u'PTRADD_-1207277158'), ('const-8', u'PTRADD_-1207277166'), (u'INT_NOTEQUAL_-1207277237', u'CBRANCH_-1207277236'), (u'LOAD_-1207277269', u'CAST_-1207277165')]
null
null
00156920
x64
O2
(translation_unit "void FUN_00156920(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426720;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00156920(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426720;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00156920(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_00426720;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00426720;" (assignment_expression "*param_1 = &PTR_FUN_00426720" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00426720" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((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_now(Struct_now * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_now::~Struct_now(Struct_now *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00426720;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall gold::General_options::Struct_now::~Struct_now(Struct_now *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00426720;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_now::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_now(Struct_now *this,int __in_chrg)" identifier (parameter_list "(Struct_now *this,int __in_chrg)" ( (parameter_declaration "Struct_now *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00426720;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00426720;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00426720" (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_00426720" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00426720" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00156920(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426720;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00156920(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426720;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00156920(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_00426720;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00426720;" (assignment_expression "*param_1 = &PTR_FUN_00426720" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00426720" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((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_00156920(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426720;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00156920(undefined8 *param_1)" (identifier "FUN_00156920") (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_00426720;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00426720;" (assignment_expression "*param_1 = &PTR_FUN_00426720" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00426720" (& "&") (identifier "PTR_FUN_00426720"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((undefined8 *)param_1[1])" (identifier "FUN_002dac70") (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_now(Struct_now * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; var_5 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00426720; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00426720; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70((undefined8 *)param_1[1]); return; } return; }
7653_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
what
FUN_002daf00
/* std::bad_cast::what() const */ char * std::bad_cast::what(void) { return "std::bad_cast"; }
char * FUN_002daf00(void) { return "std::bad_cast"; }
LEA RAX,[0x390ea7] RET
null
null
null
null
[(u'COPY_-1204637951', u'RETURN_-1204637932'), ('const-0', u'RETURN_-1204637932'), ('const-3739303', u'COPY_-1204637951')]
[(u'COPY_-1204637951', u'RETURN_-1204637932'), ('const-0', u'RETURN_-1204637932'), ('const-3739303', u'COPY_-1204637951')]
null
null
002daf00
x64
O2
(translation_unit "char * FUN_002daf00(void)\n\n{\n return "std::bad_cast";\n}\n\n" (function_definition "char * FUN_002daf00(void)\n\n{\n return "std::bad_cast";\n}" primitive_type (pointer_declarator "* FUN_002daf00(void)" * (function_declarator "FUN_002daf00(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return "std::bad_cast";\n}" { (return_statement "return "std::bad_cast";" return (string_literal ""std::bad_cast"" " string_content ") ;) })))
(translation_unit "/* std::bad_cast::what() const */\n\nchar * std::bad_cast::what(void)\n\n{\n return "std::bad_cast";\n}\n\n" comment (function_definition "char * std::bad_cast::what(void)\n\n{\n return "std::bad_cast";\n}" primitive_type (pointer_declarator "* std::bad_cast::what(void)" * (ERROR "std::bad_cast::" identifier : : identifier : :) (function_declarator "what(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return "std::bad_cast";\n}" { (return_statement "return "std::bad_cast";" return (string_literal ""std::bad_cast"" " string_content ") ;) })))
(translation_unit "char * FUN_002daf00(void)\n\n{\n return "std::bad_cast";\n}\n\n" (function_definition "char * FUN_002daf00(void)\n\n{\n return "std::bad_cast";\n}" primitive_type (pointer_declarator "* FUN_002daf00(void)" * (function_declarator "FUN_002daf00(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return "std::bad_cast";\n}" { (return_statement "return "std::bad_cast";" return (string_literal ""std::bad_cast"" " string_content ") ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (return_statement return (string_literal " string_content ") ;) })))
(function_definition "char * FUN_002daf00(void)\n\n{\n return "std::bad_cast";\n}" (primitive_type "char") (pointer_declarator "* FUN_002daf00(void)" (* "*") (function_declarator "FUN_002daf00(void)" (identifier "FUN_002daf00") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))) (compound_statement "{\n return "std::bad_cast";\n}" ({ "{") (return_statement "return "std::bad_cast";" (return "return") (string_literal ""std::bad_cast"" (" """) (string_content "std::bad_cast") (" """)) (; ";")) (} "}")))
/* std::bad_cast::what() const */ char * std::bad_cast::function_1(void) { return "std::bad_cast"; }
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 (return_statement (string_literal (string_content))))))
null
char * MASKED(void) { return "std::bad_cast"; }
9815_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
inflate
inflate
/* WARNING: Control flow encountered bad instruction data */ void inflate(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void inflate(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1201704430')]
[('const-1', u'RETURN_-1201704430')]
null
null
00407208
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid inflate(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void inflate(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "inflate(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 inflate(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void inflate(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "inflate(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 inflate(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void inflate(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "inflate(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 inflate(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "inflate(void)" (identifier "inflate") (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(); }
230_shuf_and_shuf_strip.c
ferror
ferror
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* ferror@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207041950')]
[('const-1', u'RETURN_-1207041950')]
null
null
00110058
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int ferror(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "ferror(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ferror@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int ferror(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ferror@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "ferror(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ferror@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int ferror(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int ferror(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "ferror(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int ferror(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "ferror(FILE *__stream)" (identifier "ferror") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* ferror@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
4038_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
set_section_list_addresses
FUN_001f74f0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: uint64_t set_section_list_addresses(Output_segment * this, Layout * layout, bool reset, Output_data_list * pdl, uint64_t addr, off_t * poff, off_t * pfoff, uint * pshndx, bool * in_tls) */ uint64_t __thiscall gold::Output_segment::set_section_list_addresses (Output_segment *this,Layout *layout,bool reset,Output_data_list *pdl,uint64_t addr, off_t *poff,off_t *pfoff,uint *pshndx,bool *in_tls) { byte bVar1; uint uVar2; Errors *this_00; off_t len; Parameters *this_01; byte bVar3; bool bVar4; int iVar5; uint64_t uVar6; undefined4 extraout_var; undefined4 extraout_var_00; undefined4 extraout_var_01; uint64_t uVar7; ulong uVar8; undefined4 extraout_var_02; undefined4 extraout_var_03; undefined4 extraout_var_04; undefined4 extraout_var_05; undefined4 extraout_var_06; pointer ppOVar9; undefined8 uVar10; Output_data *pOVar11; char *pcVar12; ulong uVar13; char cVar14; ulong uVar15; ulong minoff; ulong uVar16; minoff = *poff; uVar16 = *pfoff; ppOVar9 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>). _M_impl._M_start; if (ppOVar9 != (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl. _M_finish) { uVar8 = minoff; uVar15 = minoff; do { iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8); bVar3 = (byte)iVar5; iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400); if (reset) { pOVar11 = *ppOVar9; bVar1 = pOVar11->field_0x20; pOVar11->field_0x20 = bVar1 & 0xfa; if ((bVar1 & 8) == 0) { pOVar11->field_0x20 = bVar1 & 0xf8; } (*pOVar11->_vptr_Output_data[0xf])(); } cVar14 = (char)iVar5; if (((*ppOVar9)->field_0x20 & 1) == 0) { iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])(); uVar13 = CONCAT44(extraout_var_01,iVar5); uVar6 = uVar13; if (cVar14 == '\0') { if (*in_tls == false) goto LAB_001f7586; uVar7 = maximum_alignment(layout->tls_segment_); this_01 = parameters; if (uVar13 < uVar7) { uVar6 = uVar7; } *in_tls = false; bVar4 = Parameters::incremental_update(this_01); } else { if (*in_tls == false) { if (layout->tls_segment_ == (Output_segment *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses"); } uVar6 = maximum_alignment(layout->tls_segment_); if (uVar6 < uVar13) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses"); } *in_tls = true; } LAB_001f7586: bVar4 = Parameters::incremental_update(parameters); } if (bVar4) { pOVar11 = *ppOVar9; if ((pOVar11->field_0x20 & 2) == 0) { (*pOVar11->_vptr_Output_data[0xd])(); pOVar11 = *ppOVar9; } len = pOVar11->data_size_; uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff); if (uVar8 == 0xffffffffffffffff) { iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])(); if (CONCAT44(extraout_var_03,iVar5) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses"); } iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])(); pcVar12 = "out of patch space for section %s; relink with --incremental-full"; uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28); LAB_001f7ab1: pcVar12 = (char *)gettext(pcVar12); /* WARNING: Subroutine does not return */ gold_fallback(pcVar12,uVar10); } pOVar11 = *ppOVar9; bVar1 = pOVar11->field_0x20; if ((bVar1 & 1) != 0) goto LAB_001f7b56; pOVar11->address_ = (uVar8 - minoff) + addr; pOVar11->field_0x20 = bVar1 | 1; if ((bVar1 & 4) != 0) goto LAB_001f7b3e; pOVar11->offset_ = uVar8; pOVar11->field_0x20 = bVar1 | 5; if ((bVar1 & 2) == 0) { (*pOVar11->_vptr_Output_data[0xe])(pOVar11); if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e; pOVar11 = *ppOVar9; if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26; } uVar16 = uVar8; if (len < pOVar11->data_size_) { iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11); if (CONCAT44(extraout_var_05,iVar5) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses"); } iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])(); pcVar12 = "%s: section changed size; relink with --incremental-full"; uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28); goto LAB_001f7ab1; } } else { if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses"); } if (uVar6 != 0) { uVar8 = (uVar8 - 1) + uVar6 & -uVar6; } if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) { uVar16 = uVar8; } pOVar11 = *ppOVar9; bVar1 = pOVar11->field_0x20; if ((bVar1 & 1) != 0) { LAB_001f7b56: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x142,"set_address"); } pOVar11->address_ = (uVar8 - minoff) + addr; pOVar11->field_0x20 = bVar1 | 1; if ((bVar1 & 4) != 0) { LAB_001f7b3e: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset"); } pOVar11->offset_ = uVar16; pOVar11->field_0x20 = bVar1 | 5; if ((bVar1 & 2) == 0) goto LAB_001f7612; } } else { bVar4 = Parameters::incremental_update(parameters); if (bVar4) { if (((*ppOVar9)->field_0x20 & 4) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xe3,"offset"); } uVar8 = (*ppOVar9)->offset_; uVar16 = uVar8; } else { pOVar11 = *ppOVar9; if ((pOVar11->field_0x20 & 1) == 0) { LAB_001f7bfe: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xc5,"address"); } uVar13 = (uVar8 - minoff) + addr; if (pOVar11->address_ < uVar13) { if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses"); } iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11); if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe; uVar6 = (*ppOVar9)->address_; if (CONCAT44(extraout_var_02,iVar5) == 0) { pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx") ; gold_error(pcVar12,uVar13,uVar6); pOVar11 = *ppOVar9; } else { uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28); pcVar12 = (char *)gettext( "address of section \'%s\' moves backward from 0x%llx to 0x%llx" ); gold_error(pcVar12,uVar10,uVar13,uVar6); pOVar11 = *ppOVar9; } } else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) { pcVar12 = (char *)gettext( "script places BSS section in the middle of a LOAD segment; space will be allocated in the file" ); gold_warning(pcVar12); pOVar11 = *ppOVar9; if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe; uVar8 = (uVar8 + pOVar11->address_) - uVar13; uVar16 = uVar8; } else { uVar8 = (pOVar11->address_ + uVar8) - uVar13; if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) { uVar16 = uVar8; } } bVar1 = pOVar11->field_0x20; if ((bVar1 & 4) != 0) goto LAB_001f7b3e; pOVar11->offset_ = uVar16; pOVar11->field_0x20 = bVar1 | 4; if ((bVar1 & 2) != 0) goto LAB_001f7626; LAB_001f7612: (*pOVar11->_vptr_Output_data[0xe])(pOVar11); if ((pOVar11->field_0x20 & 2) == 0) { LAB_001f7b6e: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size"); } } } LAB_001f7626: bVar4 = Parameters::incremental_update(parameters); if (bVar4) { pOVar11 = *ppOVar9; if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0)) { this_00 = parameters->errors_; iVar5 = (*pOVar11->_vptr_Output_data[9])(); pcVar12 = "(special)"; if (CONCAT44(extraout_var,iVar5) != 0) { iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])(); pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28); } if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26; Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8, (*ppOVar9)->data_size_,pcVar12); goto LAB_001f7694; } } else { LAB_001f7694: pOVar11 = *ppOVar9; } if ((cVar14 == '\0') || (bVar3 == 0)) { if ((pOVar11->field_0x20 & 2) == 0) { LAB_001f7b26: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xcf,"data_size"); } uVar8 = uVar8 + pOVar11->data_size_; if (bVar3 == 0) { uVar16 = uVar8; } } if ((long)uVar15 < (long)uVar8) { uVar15 = uVar8; } iVar5 = (*pOVar11->_vptr_Output_data[6])(); if ((char)iVar5 != '\0') { pOVar11 = *ppOVar9; if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) { uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4); if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx"); } *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx; } else { (*pOVar11->_vptr_Output_data[0xc])(); } *pshndx = *pshndx + 1; } ppOVar9 = ppOVar9 + 1; } while ((pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>). _M_impl._M_finish != ppOVar9); addr = (uVar15 - minoff) + addr; minoff = uVar15; } *poff = minoff; *pfoff = uVar16; return addr; }
long FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5, ulong *param_6,ulong *param_7,int *param_8,char *param_9) { byte bVar1; undefined *puVar2; byte bVar3; char cVar4; char cVar5; long *plVar6; long lVar7; long *plVar8; long *plVar9; ulong uVar10; undefined8 uVar11; undefined8 uVar12; undefined8 uVar13; long *plVar14; char *pcVar15; ulong uVar16; ulong uVar17; ulong uVar18; ulong uVar19; uVar18 = *param_6; uVar19 = *param_7; plVar14 = (long *)*param_4; if (plVar14 != (long *)param_4[1]) { uVar10 = uVar18; uVar17 = uVar18; do { bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8); cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400); if (param_3 != '\0') { plVar6 = (long *)*plVar14; bVar1 = *(byte *)(plVar6 + 4); *(byte *)(plVar6 + 4) = bVar1 & 0xfa; if ((bVar1 & 8) == 0) { *(byte *)(plVar6 + 4) = bVar1 & 0xf8; } (**(code **)(*plVar6 + 0x78))(); } if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) { plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))(); plVar6 = plVar8; if (cVar4 == '\0') { if (*param_9 == '\0') goto LAB_001f7586; plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0)); puVar2 = PTR_DAT_0043e6b0; if (plVar8 < plVar9) { plVar6 = plVar9; } *param_9 = '\0'; cVar5 = FUN_002379c0(puVar2); } else { if (*param_9 == '\0') { if (*(long *)(param_2 + 0x2b0) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses"); } plVar6 = (long *)FUN_001f7370(); if (plVar6 < plVar8) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses"); } *param_9 = '\x01'; } LAB_001f7586: cVar5 = FUN_002379c0(PTR_DAT_0043e6b0); } if (cVar5 == '\0') { if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses"); } if (plVar6 != (long *)0x0) { uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6; } if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) { uVar19 = uVar10; } plVar6 = (long *)*plVar14; bVar1 = *(byte *)(plVar6 + 4); if ((bVar1 & 1) != 0) goto LAB_001f7b56; plVar6[1] = (uVar10 - uVar18) + param_5; *(byte *)(plVar6 + 4) = bVar1 | 1; if ((bVar1 & 4) != 0) goto LAB_001f7b3e; plVar6[3] = uVar19; *(byte *)(plVar6 + 4) = bVar1 | 5; if ((bVar1 & 2) == 0) goto LAB_001f7612; } else { plVar8 = (long *)*plVar14; if ((*(byte *)(plVar8 + 4) & 2) == 0) { (**(code **)(*plVar8 + 0x68))(); plVar8 = (long *)*plVar14; } lVar7 = plVar8[2]; uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18); if (uVar10 == 0xffffffffffffffff) { lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))(); if (lVar7 != 0) { lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))(); pcVar15 = "out of patch space for section %s; relink with --incremental-full"; plVar14 = *(long **)(lVar7 + 0x28); goto LAB_001f7ab1; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses"); } plVar6 = (long *)*plVar14; bVar1 = *(byte *)(plVar6 + 4); if ((bVar1 & 1) != 0) { LAB_001f7b56: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x142,"set_address"); } plVar6[1] = (uVar10 - uVar18) + param_5; *(byte *)(plVar6 + 4) = bVar1 | 1; if ((bVar1 & 4) != 0) { LAB_001f7b3e: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset"); } plVar6[3] = uVar10; *(byte *)(plVar6 + 4) = bVar1 | 5; if ((bVar1 & 2) == 0) { (**(code **)(*plVar6 + 0x70))(plVar6); if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e; plVar6 = (long *)*plVar14; if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26; } uVar19 = uVar10; if (lVar7 < plVar6[2]) { while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) { lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))(); pcVar15 = "%s: section changed size; relink with --incremental-full"; plVar14 = *(long **)(lVar7 + 0x28); LAB_001f7ab1: uVar13 = gettext(pcVar15); FUN_00178280(uVar13,plVar14); } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses"); } } } else { cVar5 = FUN_002379c0(PTR_DAT_0043e6b0); if (cVar5 == '\0') { plVar6 = (long *)*plVar14; if ((*(byte *)(plVar6 + 4) & 1) == 0) { LAB_001f7bfe: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xc5,"address"); } uVar16 = (uVar10 - uVar18) + param_5; if ((ulong)plVar6[1] < uVar16) { if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses"); } lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6); if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe; uVar13 = *(undefined8 *)(*plVar14 + 8); if (lVar7 == 0) { uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx"); FUN_00178320(uVar12,uVar16,uVar13); plVar6 = (long *)*plVar14; } else { uVar12 = *(undefined8 *)(lVar7 + 0x28); uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx"); FUN_00178320(uVar11,uVar12,uVar16,uVar13); plVar6 = (long *)*plVar14; } } else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) { uVar13 = gettext( "script places BSS section in the middle of a LOAD segment; space will be allocated in the file" ); FUN_001783d0(uVar13); plVar6 = (long *)*plVar14; if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe; uVar10 = (uVar10 + plVar6[1]) - uVar16; uVar19 = uVar10; } else { uVar10 = (plVar6[1] + uVar10) - uVar16; if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) { uVar19 = uVar10; } } bVar1 = *(byte *)(plVar6 + 4); if ((bVar1 & 4) != 0) goto LAB_001f7b3e; plVar6[3] = uVar19; *(byte *)(plVar6 + 4) = bVar1 | 4; if ((bVar1 & 2) != 0) goto LAB_001f7626; LAB_001f7612: (**(code **)(*plVar6 + 0x70))(plVar6); if ((*(byte *)(plVar6 + 4) & 2) == 0) { LAB_001f7b6e: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size"); } } else { if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xe3,"offset"); } uVar10 = *(ulong *)(*plVar14 + 0x18); uVar19 = uVar10; } } LAB_001f7626: cVar5 = FUN_002379c0(PTR_DAT_0043e6b0); if (cVar5 == '\0') { LAB_001f7694: plVar6 = (long *)*plVar14; } else { plVar6 = (long *)*plVar14; if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) { uVar13 = *(undefined8 *)PTR_DAT_0043e6b0; lVar7 = (**(code **)(*plVar6 + 0x48))(); pcVar15 = "(special)"; if (lVar7 != 0) { lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))(); pcVar15 = *(char **)(lVar7 + 0x28); } if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26; FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10, *(undefined8 *)(*plVar14 + 0x10),pcVar15); goto LAB_001f7694; } } if ((cVar4 == '\0') || (bVar3 == 0)) { if ((*(byte *)(plVar6 + 4) & 2) == 0) { LAB_001f7b26: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xcf,"data_size"); } uVar10 = uVar10 + plVar6[2]; if (bVar3 == 0) { uVar19 = uVar10; } } if ((long)uVar17 < (long)uVar10) { uVar17 = uVar10; } cVar4 = (**(code **)(*plVar6 + 0x30))(); if (cVar4 != '\0') { plVar6 = (long *)*plVar14; if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) { if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1)) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx"); } *(int *)((long)plVar6 + 0x7c) = *param_8; } else { (**(code **)(*plVar6 + 0x60))(); } *param_8 = *param_8 + 1; } plVar14 = plVar14 + 1; } while ((long *)param_4[1] != plVar14); param_5 = (uVar17 - uVar18) + param_5; uVar18 = uVar17; } *param_6 = uVar18; *param_7 = uVar19; return param_5; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x58 MOV RAX,qword ptr [R9] MOV RBX,qword ptr [RSP + 0x90] MOV qword ptr [RSP + 0x28],RSI MOV qword ptr [RSP + 0x18],RCX MOV R14,qword ptr [RBX] MOV qword ptr [RSP + 0x20],R8 MOV qword ptr [RSP + 0x48],R9 MOV RBX,qword ptr [RCX] MOV byte ptr [RSP + 0x17],DL MOV qword ptr [RSP + 0x8],RAX CMP RBX,qword ptr [RCX + 0x8] JZ 0x001f7b17 MOV RBP,RAX MOV R13,RAX LEA RAX,[RSI + 0x468] MOV qword ptr [RSP + 0x30],RAX JMP 0x001f7711 CMP byte ptr [RAX],0x0 JNZ 0x001f7586 MOV RAX,qword ptr [RSP + 0x28] MOV RDI,qword ptr [RAX + 0x2b0] TEST RDI,RDI JZ 0x001f7b86 CALL 0x001f7370 CMP RAX,R15 JC 0x001f7bb6 MOV RCX,qword ptr [RSP + 0xa0] MOV R15,RAX MOV byte ptr [RCX],0x1 MOV RDI,qword ptr [0x0043e6b0] CALL 0x002379c0 TEST AL,AL JNZ 0x001f77c8 MOVZX EAX,byte ptr [RSP + 0x16] XOR EAX,0x1 CMP RBP,R14 JZ 0x001f75af TEST AL,AL JNZ 0x001f7b9e TEST R15,R15 JZ 0x001f75bf LEA RBP,[RBP + R15*0x1 + -0x1] NEG R15 AND RBP,R15 TEST AL,AL JNZ 0x001f78d0 TEST R12B,R12B JNZ 0x001f78d0 MOV R15,qword ptr [RBX] MOV RDX,RBP SUB RDX,qword ptr [RSP + 0x8] ADD RDX,qword ptr [RSP + 0x20] MOVZX EAX,byte ptr [R15 + 0x20] TEST AL,0x1 JNZ 0x001f7b56 MOV qword ptr [R15 + 0x8],RDX MOV EDX,EAX OR EDX,0x1 MOV byte ptr [R15 + 0x20],DL AND EDX,0x4 JNZ 0x001f7b3e OR EAX,0x5 MOV qword ptr [R15 + 0x18],R14 MOV byte ptr [R15 + 0x20],AL TEST AL,0x2 JNZ 0x001f7626 MOV RAX,qword ptr [R15] MOV RDI,R15 CALL qword ptr [RAX + 0x70] TEST byte ptr [R15 + 0x20],0x2 JZ 0x001f7b6e MOV RDI,qword ptr [0x0043e6b0] CALL 0x002379c0 TEST AL,AL JZ 0x001f7694 MOV RAX,qword ptr [0x0043e6b0] MOV RDI,qword ptr [RBX] CMP qword ptr [RAX + 0x10],0x0 JZ 0x001f7697 TEST byte ptr [RAX + 0x24],0x10 JZ 0x001f7697 MOV R15,qword ptr [RAX] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x48] LEA R8,[0x37621f] TEST RAX,RAX JZ 0x001f766f MOV RDI,qword ptr [RBX] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x48] MOV R8,qword ptr [RAX + 0x28] MOV RAX,qword ptr [RBX] TEST byte ptr [RAX + 0x20],0x2 JZ 0x001f7b26 MOV RCX,qword ptr [RAX + 0x10] MOV RDX,RBP LEA RSI,[0x37eab0] MOV RDI,R15 XOR EAX,EAX CALL 0x00178100 MOV RDI,qword ptr [RBX] TEST R12B,R12B JZ 0x001f7880 CMP byte ptr [RSP + 0x16],0x0 JZ 0x001f7880 MOV RAX,qword ptr [RDI] CMP R13,RBP CMOVL R13,RBP CALL qword ptr [RAX + 0x30] TEST AL,AL JZ 0x001f76fe MOV RAX,qword ptr [RSP + 0x98] MOV RDI,qword ptr [RBX] LEA RCX,[0x1b1260] MOV ESI,dword ptr [RAX] MOV RAX,qword ptr [RDI] MOV RAX,qword ptr [RAX + 0x60] CMP RAX,RCX JNZ 0x001f7988 MOV EAX,dword ptr [RDI + 0x7c] CMP ESI,EAX JZ 0x001f76f0 CMP EAX,-0x1 JNZ 0x001f7bce MOV dword ptr [RDI + 0x7c],ESI MOV RAX,qword ptr [RSP + 0x98] ADD dword ptr [RAX],0x1 MOV RAX,qword ptr [RSP + 0x18] ADD RBX,0x8 CMP qword ptr [RAX + 0x8],RBX JZ 0x001f7a60 MOV RDI,qword ptr [RBX] MOV ESI,0x8 MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x38] MOV RDI,qword ptr [RBX] MOV ESI,0x400 MOV byte ptr [RSP + 0x16],AL MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x40] CMP byte ptr [RSP + 0x17],0x0 MOV R12D,EAX JZ 0x001f775b MOV RDI,qword ptr [RBX] MOVZX EAX,byte ptr [RDI + 0x20] MOV EDX,EAX AND EDX,0xfffffffa MOV byte ptr [RDI + 0x20],DL AND EDX,0x8 JNZ 0x001f7755 AND EAX,0xfffffff8 MOV byte ptr [RDI + 0x20],AL MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x78] MOV RDI,qword ptr [RBX] TEST byte ptr [RDI + 0x20],0x1 JNZ 0x001f78a0 MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x18] MOV R15,RAX MOV RAX,qword ptr [RSP + 0xa0] TEST R12B,R12B JNZ 0x001f7550 CMP byte ptr [RAX],0x0 JZ 0x001f7586 MOV RAX,qword ptr [RSP + 0x28] MOV RDI,qword ptr [RAX + 0x2b0] CALL 0x001f7370 MOV RDI,qword ptr [0x0043e6b0] CMP R15,RAX CMOVC R15,RAX MOV RAX,qword ptr [RSP + 0xa0] MOV byte ptr [RAX],0x0 CALL 0x002379c0 TEST AL,AL JZ 0x001f759a NOP word ptr [RAX + RAX*0x1] MOV RDI,qword ptr [RBX] TEST byte ptr [RDI + 0x20],0x2 JNZ 0x001f77da MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x68] MOV RDI,qword ptr [RBX] MOV R14,qword ptr [RDI + 0x10] MOV RCX,qword ptr [RSP + 0x8] MOV RDX,R15 MOV RDI,qword ptr [RSP + 0x30] MOV RSI,R14 CALL 0x001a4800 MOV RBP,RAX CMP RAX,-0x1 JZ 0x001f7a8f MOV R15,qword ptr [RBX] MOV RDX,RAX SUB RDX,qword ptr [RSP + 0x8] ADD RDX,qword ptr [RSP + 0x20] MOVZX EAX,byte ptr [R15 + 0x20] TEST AL,0x1 JNZ 0x001f7b56 MOV qword ptr [R15 + 0x8],RDX MOV EDX,EAX OR EDX,0x1 MOV byte ptr [R15 + 0x20],DL AND EDX,0x4 JNZ 0x001f7b3e OR EAX,0x5 MOV qword ptr [R15 + 0x18],RBP MOV byte ptr [R15 + 0x20],AL TEST AL,0x2 JNZ 0x001f7864 MOV RAX,qword ptr [R15] MOV RDI,R15 CALL qword ptr [RAX + 0x70] TEST byte ptr [R15 + 0x20],0x2 JZ 0x001f7b6e MOV R15,qword ptr [RBX] TEST byte ptr [R15 + 0x20],0x2 JZ 0x001f7b26 CMP R14,qword ptr [R15 + 0x10] JL 0x001f7ac3 MOV R14,RBP JMP 0x001f7626 TEST byte ptr [RDI + 0x20],0x2 JZ 0x001f7b26 ADD RBP,qword ptr [RDI + 0x10] CMP byte ptr [RSP + 0x16],0x0 CMOVZ R14,RBP JMP 0x001f76ab MOV RDI,qword ptr [0x0043e6b0] CALL 0x002379c0 TEST AL,AL JZ 0x001f78e0 MOV RAX,qword ptr [RBX] TEST byte ptr [RAX + 0x20],0x4 JZ 0x001f7be6 MOV RBP,qword ptr [RAX + 0x18] MOV R14,RBP JMP 0x001f7626 MOV R14,RBP JMP 0x001f75d0 MOV R15,qword ptr [RBX] TEST byte ptr [R15 + 0x20],0x1 JZ 0x001f7bfe MOV RAX,qword ptr [R15 + 0x8] MOV R8,RBP SUB R8,qword ptr [RSP + 0x8] ADD R8,qword ptr [RSP + 0x20] CMP R8,RAX JA 0x001f7990 MOVZX EDX,byte ptr [RSP + 0x16] XOR EDX,0x1 CMP RBP,R14 JLE 0x001f7a10 TEST DL,DL JZ 0x001f7a10 LEA RDI,[0x37e9d0] MOV qword ptr [RSP + 0x38],R8 CALL 0x00147320 MOV RDI,RAX XOR EAX,EAX CALL 0x001783d0 MOV R15,qword ptr [RBX] MOV R8,qword ptr [RSP + 0x38] TEST byte ptr [R15 + 0x20],0x1 JZ 0x001f7bfe ADD RBP,qword ptr [R15 + 0x8] SUB RBP,R8 MOV R14,RBP NOP dword ptr [RAX] MOVZX EAX,byte ptr [R15 + 0x20] TEST AL,0x4 JNZ 0x001f7b3e OR EAX,0x4 MOV qword ptr [R15 + 0x18],R14 MOV byte ptr [R15 + 0x20],AL TEST AL,0x2 JNZ 0x001f7626 JMP 0x001f7612 CALL RAX JMP 0x001f76f3 MOV RAX,qword ptr [RSP + 0x28] MOV RAX,qword ptr [RAX + 0x8] CMP byte ptr [RAX + 0x148],0x0 JZ 0x001f7c16 MOV RAX,qword ptr [R15] MOV qword ptr [RSP + 0x38],R8 MOV RDI,R15 CALL qword ptr [RAX + 0x48] MOV RDX,qword ptr [RBX] TEST byte ptr [RDX + 0x20],0x1 JZ 0x001f7bfe TEST RAX,RAX MOV R15,qword ptr [RDX + 0x8] MOV R8,qword ptr [RSP + 0x38] JZ 0x001f7a30 MOV RSI,qword ptr [RAX + 0x28] LEA RDI,[0x37ea70] MOV qword ptr [RSP + 0x40],R8 MOV qword ptr [RSP + 0x38],RSI CALL 0x00147320 MOV R8,qword ptr [RSP + 0x40] MOV RSI,qword ptr [RSP + 0x38] MOV RCX,R15 MOV RDI,RAX XOR EAX,EAX MOV RDX,R8 CALL 0x00178320 MOV R15,qword ptr [RBX] JMP 0x001f7960 ADD RAX,RBP SUB RAX,R8 MOV RBP,RAX TEST DL,DL JNZ 0x001f7a26 TEST R12B,R12B JZ 0x001f7960 MOV R14,RAX JMP 0x001f7960 LEA RDI,[0x37ea30] CALL 0x00147320 MOV R8,qword ptr [RSP + 0x38] MOV RDX,R15 MOV RDI,RAX XOR EAX,EAX MOV RSI,R8 CALL 0x00178320 MOV R15,qword ptr [RBX] JMP 0x001f7960 MOV RAX,R13 SUB RAX,qword ptr [RSP + 0x8] ADD RAX,qword ptr [RSP + 0x20] MOV RCX,qword ptr [RSP + 0x48] MOV qword ptr [RCX],R13 MOV RCX,qword ptr [RSP + 0x90] MOV qword ptr [RCX],R14 ADD RSP,0x58 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RDI,qword ptr [RBX] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x48] TEST RAX,RAX JZ 0x001f7ae7 MOV RDI,qword ptr [RBX] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x48] LEA RDI,[0x3768c8] MOV RBX,qword ptr [RAX + 0x28] CALL 0x00147320 MOV RSI,RBX MOV RDI,RAX XOR EAX,EAX CALL 0x00178280 MOV RAX,qword ptr [R15] MOV RDI,R15 CALL qword ptr [RAX + 0x48] TEST RAX,RAX JZ 0x001f7aff MOV RDI,qword ptr [RBX] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x48] LEA RDI,[0x376910] MOV RBX,qword ptr [RAX + 0x28] JMP 0x001f7ab1 LEA RDX,[0x3802e0] MOV ESI,0x11ee LEA RDI,[0x37e8cf] CALL 0x0017c650 LEA RDX,[0x3802e0] MOV ESI,0x11f6 LEA RDI,[0x37e8cf] CALL 0x0017c650 MOV RAX,qword ptr [RSP + 0x20] MOV R13,qword ptr [RSP + 0x8] JMP 0x001f7a6d LEA RDX,[0x380db0] MOV ESI,0xcf LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x3809c0] MOV ESI,0x14b LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x3809d0] MOV ESI,0x142 LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x3809a0] MOV ESI,0x163 LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x3802e0] MOV ESI,0x11c4 LEA RDI,[0x37e8cf] CALL 0x0017c650 LEA RDX,[0x3802e0] MOV ESI,0x11df LEA RDI,[0x37e8cf] CALL 0x0017c650 LEA RDX,[0x3802e0] MOV ESI,0x11c6 LEA RDI,[0x37e8cf] CALL 0x0017c650 LEA RDX,[0x3802c0] MOV ESI,0x104b LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x380d2f] MOV ESI,0xe3 LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x380d68] MOV ESI,0xc5 LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x3802e0] MOV ESI,0x1215 LEA RDI,[0x37e8cf] CALL 0x0017c650
null
null
null
null
[('tmp_4605', u'STORE_-1207928660'), ('const-8', u'PTRSUB_-1207922687'), (u'SUBPIECE_-1207926415', u'INT_EQUAL_-1207928579'), (u'PTRSUB_-1207923453', u'CAST_-1207923341'), (u'LOAD_-1207929520', u'MULTIEQUAL_-1207926004'), ('const-3617876', u'COPY_-1207922304'), ('tmp_4602', u'STORE_-1207927439'), (u'MULTIEQUAL_-1207925762', u'MULTIEQUAL_-1207925658'), (u'CAST_-1207922805', u'INT_SLESS_-1207927122'), ('const-322', u'CALL_-1207927000'), (u'PTRSUB_-1207923102', u'STORE_-1207928368'), (u'PTRSUB_-1207922912', u'LOAD_-1207927237'), ('const-2', u'INT_AND_-1207927854'), ('const-433', u'LOAD_-1207928704'), (u'INT_ADD_-1207928377', u'STORE_-1207928392'), (u'COPY_-1207922507', u'CALL_-1207927111'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207927186'), (u'PTRSUB_-1207923148', u'LOAD_-1207928470'), (u'LOAD_-1207928303', u'PTRSUB_-1207923699'), (u'COPY_-1207922783', u'MULTIEQUAL_-1207925902'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207926527'), (u'LOAD_-1207928510', u'PTRSUB_-1207923490'), (u'INDIRECT_-1207923770', u'COPY_-1207923789'), ('const-8', u'PTRADD_-1207923615'), (u'LOAD_-1207928983', u'PTRADD_-1207923348'), (u'INDIRECT_-1207924727', u'MULTIEQUAL_-1207924648'), ('const-0', u'INT_NOTEQUAL_-1207928235'), (u'CAST_-1207923341', u'INT_ADD_-1207923499'), (u'INT_NOTEQUAL_-1207928410', u'CBRANCH_-1207928409'), ('const-14', u'PTRADD_-1207923043'), ('const-32', u'PTRSUB_-1207922974'), (u'CALLIND_-1207927199', u'PIECE_-1207925381'), (u'LOAD_-1207928746', u'CALLIND_-1207928736'), ('const-0', u'INT_NOTEQUAL_-1207928397'), (u'LOAD_-1207928826', u'PTRSUB_-1207923321'), (u'INT_NOTEQUAL_-1207926960', u'CBRANCH_-1207926959'), ('const-0', u'PTRSUB_-1207922411'), (u'MULTIEQUAL_-1207925762', u'INT_SUB_-1207927461'), (u'COPY_-1207922426', u'CALL_-1207927000'), (u'INT_EQUAL_-1207927828', u'CBRANCH_-1207927822'), (u'PTRSUB_-1207922963', u'LOAD_-1207927313'), (u'INT_XOR_-1207927134', u'INT_NOTEQUAL_-1207927111'), (u'INT_EQUAL_-1207925392', u'CBRANCH_-1207928136'), (u'INT_OR_-1207928363', u'STORE_-1207928368'), (u'PTRSUB_-1207923587', u'LOAD_-1207928681'), (u'PTRADD_-1207923266', u'LOAD_-1207928792'), (u'PTRSUB_-1207923942', u'PTRSUB_-1207923865'), ('const-16', u'PTRSUB_-1207923016'), (u'CAST_-1207922597', u'CALL_-1207926632'), ('tmp_1171', u'CBRANCH_-1207928284'), (u'INT_EQUAL_-1207926735', u'CBRANCH_-1207926718'), ('const-433', u'LOAD_-1207928906'), (u'COPY_-1207922371', u'CALL_-1207926608'), (u'COPY_-1207922254', u'CALL_-1207926241'), (u'CALLIND_-1207927234', u'INDIRECT_-1207925325'), (u'MULTIEQUAL_-1207925972', u'INT_SUB_-1207928357'), (u'LOAD_-1207928623', u'PTRSUB_-1207923213'), ('const-0', u'INT_EQUAL_-1207928103'), (u'CALL_-1207926608', u'INDIRECT_-1207923770'), (u'MULTIEQUAL_-1207925668', u'CAST_-1207923408'), (u'PTRSUB_-1207923107', u'STORE_-1207928375'), (u'CALL_-1207928703', u'INDIRECT_-1207924792'), ('tmp_1010', u'CBRANCH_-1207928395'), ('const-4575', u'CALL_-1207926664'), (u'INT_SUB_-1207928483', u'INT_ADD_-1207928466'), (u'COPY_-1207922321', u'CALL_-1207926568'), ('const-433', u'LOAD_-1207928279'), (u'CALL_-1207927203', u'INDIRECT_-1207923968'), ('const-1', u'RETURN_-1207926603'), ('const-0', u'INT_NOTEQUAL_-1207928395'), (u'INT_ADD_-1207923518', u'CAST_-1207923358'), ('tmp_4600', u'PTRSUB_-1207923929'), ('const-0', u'PTRSUB_-1207923321'), ('const-433', u'LOAD_-1207928715'), ('const-433', u'LOAD_-1207928695'), ('const-0', u'PTRSUB_-1207923093'), ('const-32', u'PTRSUB_-1207923068'), ('const-433', u'LOAD_-1207928681'), (u'INDIRECT_-1207926217', u'PIECE_-1207926215'), ('const-1', u'INT_ADD_-1207928377'), (u'LOAD_-1207929573', u'CALL_-1207928542'), ('const-14', u'PTRADD_-1207923615'), ('const-0', u'PTRSUB_-1207923370'), ('tmp_3218', u'CBRANCH_-1207928266'), ('const-0', u'PTRSUB_-1207923528'), ('const-4', u'INT_ADD_-1207923518'), (u'MULTIEQUAL_-1207925315', u'CALLIND_-1207927234'), (u'INT_XOR_-1207925504', u'INT_NOTEQUAL_-1207928395'), (u'INT_EQUAL_-1207928316', u'CBRANCH_-1207928312'), (u'INT_AND_-1207928746', u'INT_NOTEQUAL_-1207928759'), ('const-2', u'INT_AND_-1207924376'), ('const-1', u'RETURN_-1207927016'), (u'INDIRECT_-1207924604', u'MULTIEQUAL_-1207923747'), ('tmp_1786', u'CBRANCH_-1207928420'), ('const-0', u'INT_EQUAL_-1207926755'), ('const-433', u'LOAD_-1207928579'), (u'MULTIEQUAL_-1207925060', u'PTRSUB_-1207922773'), (u'MULTIEQUAL_-1207925075', u'COPY_-1207922783'), ('const-0', u'PTRSUB_-1207923852'), (u'LOAD_-1207928695', u'MULTIEQUAL_-1207925922'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928308'), (u'LOAD_-1207928257', u'INT_AND_-1207925260'), (u'INT_EQUAL_-1207928601', u'CBRANCH_-1207928599'), ('const-433', u'STORE_-1207928440'), (u'CALLIND_-1207928533', u'INDIRECT_-1207924995'), (u'CAST_-1207923359', u'INT_ADD_-1207923518'), (u'COPY_-1207922291', u'CALL_-1207927021'), ('const-7', u'PTRADD_-1207923348'), ('const-3664560', u'COPY_-1207923654'), ('const-24', u'PTRSUB_-1207923107'), ('const-40', u'INT_ADD_-1207927177'), (u'LOAD_-1207927266', u'PTRSUB_-1207922924'), (u'INT_EQUAL_-1207927246', u'CBRANCH_-1207927242'), (u'LOAD_-1207927059', u'PTRSUB_-1207922813'), (u'INT_EQUAL_-1207928235', u'CBRANCH_-1207928233'), (u'INT_XOR_-1207927134', u'INT_NOTEQUAL_-1207926714'), (u'MULTIEQUAL_-1207925060', u'PTRSUB_-1207922778'), ('const-0', u'RETURN_-1207927363'), (u'LOAD_-1207927175', u'CALLIND_-1207927165'), (u'CALLIND_-1207928694', u'PIECE_-1207926492'), ('const-8', u'PTRADD_-1207923286'), ('const-36', u'PTRSUB_-1207923634'), (u'INDIRECT_-1207925172', u'MULTIEQUAL_-1207925101'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928800'), (u'PTRSUB_-1207923627', u'LOAD_-1207928757'), ('const-433', u'LOAD_-1207928516'), (u'INT_ADD_-1207927838', u'MULTIEQUAL_-1207926078'), (u'CAST_-1207922339', u'LOAD_-1207927193'), (u'INDIRECT_-1207924819', u'MULTIEQUAL_-1207924779'), (u'LOAD_-1207928912', u'PTRSUB_-1207923346'), ('tmp_3126', u'CBRANCH_-1207928099'), (u'INT_AND_-1207928868', u'STORE_-1207928879'), (u'INT_AND_-1207924758', u'INT_EQUAL_-1207924776'), ('const-433', u'LOAD_-1207927059'), (u'COPY_-1207922447', u'CALL_-1207927134'), (u'LOAD_-1207928300', u'INT_AND_-1207928274'), (u'INDIRECT_-1207924700', u'MULTIEQUAL_-1207923757'), (u'INT_AND_-1207926947', u'INT_NOTEQUAL_-1207926960'), ('const-1', u'RETURN_-1207926995'), ('tmp_2518', u'CBRANCH_-1207927186'), (u'LOAD_-1207927193', u'MULTIEQUAL_-1207925077'), ('const-0', u'PTRSUB_-1207923427'), (u'PTRSUB_-1207923220', u'LOAD_-1207928615'), (u'LOAD_-1207928308', u'PTRSUB_-1207923068'), (u'INT_SLESS_-1207927122', u'CBRANCH_-1207927129'), (u'PTRSUB_-1207923321', u'LOAD_-1207928798'), ('const-3617876', u'COPY_-1207922279'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928715'), (u'INDIRECT_-1207925136', u'PTRSUB_-1207923634'), (u'CALLIND_-1207928935', u'INDIRECT_-1207924915'), ('const-3', u'PTRADD_-1207923266'), ('const-3672512', u'COPY_-1207922427'), ('const-8', u'PTRADD_-1207923533'), ('tmp_4600', u'PTRSUB_-1207923942'), ('const-197', u'CALL_-1207926241'), (u'PTRSUB_-1207923844', u'LOAD_-1207929520'), (u'PTRADD_-1207923286', u'LOAD_-1207928834'), (u'INT_EQUAL_-1207924776', u'CBRANCH_-1207928349'), (u'CALL_-1207928703', u'COPY_-1207923238'), (u'CALLIND_-1207928736', u'INDIRECT_-1207926517'), ('const-0', u'PTRSUB_-1207922480'), ('const-433', u'LOAD_-1207929520'), (u'PTRSUB_-1207923407', u'LOAD_-1207928983'), ('tmp_934', u'CBRANCH_-1207928447'), (u'INDIRECT_-1207923918', u'COPY_-1207923951'), ('tmp_1324', u'CBRANCH_-1207928757'), (u'PTRSUB_-1207923528', u'LOAD_-1207928571'), (u'INT_AND_-1207928089', u'INT_EQUAL_-1207928103'), (u'INDIRECT_-1207925136', u'PTRSUB_-1207923642'), ('const-8', u'PTRADD_-1207923160'), (u'PTRSUB_-1207923342', u'LOAD_-1207928840'), (u'PTRSUB_-1207923368', u'LOAD_-1207928906'), (u'INT_ADD_-1207927186', u'CALL_-1207926528'), ('tmp_4601', u'MULTIEQUAL_-1207925365'), ('const-32', u'PTRSUB_-1207922701'), ('const-0', u'INT_EQUAL_-1207928734'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207927059'), (u'LOAD_-1207927258', u'INT_AND_-1207927232'), ('const-3670752', u'COPY_-1207922360'), ('const-8', u'PTRSUB_-1207923355'), ('const-3', u'PTRADD_-1207923455'), ('const-433', u'LOAD_-1207928615'), (u'LOAD_-1207928516', u'PTRSUB_-1207923134'), ('const-0', u'INT_NOTEQUAL_-1207924389'), ('const-433', u'LOAD_-1207927313'), (u'INDIRECT_-1207924384', u'MULTIEQUAL_-1207924270'), (u'COPY_-1207923275', u'CALL_-1207928650'), (u'LOAD_-1207928840', u'PTRADD_-1207923286'), ('const-3617876', u'COPY_-1207922426'), ('const-32', u'PTRSUB_-1207923368'), (u'CALL_-1207927356', u'INDIRECT_-1207924536'), (u'CALL_-1207928542', u'STORE_-1207928375'), ('const-3670752', u'COPY_-1207922213'), (u'PTRSUB_-1207923721', u'STORE_-1207928203'), (u'LOAD_-1207928458', u'INT_NOTEQUAL_-1207928437'), (u'LOAD_-1207928798', u'PTRADD_-1207923266'), ('const-433', u'LOAD_-1207927216'), ('const-1128', u'PTRSUB_-1207923911'), (u'PTRSUB_-1207923027', u'LOAD_-1207927880'), (u'MULTIEQUAL_-1207923760', u'INT_NOTEQUAL_-1207928376'), (u'PTRSUB_-1207922825', u'LOAD_-1207927043'), (u'INDIRECT_-1207924872', u'MULTIEQUAL_-1207924772'), (u'MULTIEQUAL_-1207925619', u'PTRSUB_-1207923203'), (u'LOAD_-1207928470', u'INT_AND_-1207924740'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928826'), ('const-433', u'LOAD_-1207928719'), ('const-0', u'PTRSUB_-1207923407'), (u'INT_ADD_-1207927000', u'INT_SUB_-1207926986'), (u'INT_EQUAL_-1207928756', u'CBRANCH_-1207928753'), (u'INDIRECT_-1207923778', u'COPY_-1207923819'), ('const-2', u'INT_AND_-1207928274'), ('tmp_198', u'BRANCH_-1207929450'), ('const-433', u'LOAD_-1207927341'), (u'MULTIEQUAL_-1207925762', u'COPY_-1207922550'), (u'INDIRECT_-1207923669', u'COPY_-1207923727'), (u'COPY_-1207922944', u'MULTIEQUAL_-1207925986'), ('const-32', u'PTRSUB_-1207923699'), (u'MULTIEQUAL_-1207926213', u'MULTIEQUAL_-1207926078'), ('const-433', u'LOAD_-1207928983'), (u'MULTIEQUAL_-1207925972', u'INT_ADD_-1207927000'), ('const-8', u'PTRADD_-1207922681'), ('const-0', u'INT_EQUAL_-1207928288'), ('const-0', u'PTRSUB_-1207922429'), ('const-433', u'LOAD_-1207928945'), ('tmp_3482', u'CBRANCH_-1207927242'), (u'INDIRECT_-1207923828', u'COPY_-1207923866'), ('const-8', u'PTRADD_-1207923329'), ('tmp_1526', u'CBRANCH_-1207928599'), (u'CALL_-1207927111', u'INDIRECT_-1207923887'), ('tmp_3183', u'CBRANCH_-1207928214'), ('const-433', u'LOAD_-1207927158'), (u'LOAD_-1207928486', u'INT_EQUAL_-1207928466'), (u'CALLIND_-1207926773', u'PIECE_-1207925615'), (u'LOAD_-1207928516', u'PTRSUB_-1207923107'), ('tmp_2689', u'CBRANCH_-1207928375'), (u'PTRSUB_-1207923831', u'LOAD_-1207929499'), (u'INT_NOTEQUAL_-1207928184', u'CBRANCH_-1207928182'), (u'MULTIEQUAL_-1207925060', u'PTRSUB_-1207922795'), (u'CALLIND_-1207928736', u'INDIRECT_-1207925097'), ('const-8', u'PTRADD_-1207923266'), ('const-6', u'PTRADD_-1207923455'), ('const-433', u'LOAD_-1207928543'), (u'INDIRECT_-1207925035', u'MULTIEQUAL_-1207924983'), ('const-433', u'LOAD_-1207928599'), (u'INT_SLESS_-1207928542', u'CBRANCH_-1207928547'), (u'MULTIEQUAL_-1207925491', u'MULTIEQUAL_-1207923760'), (u'INT_EQUAL_-1207927223', u'CBRANCH_-1207927221'), (u'COPY_-1207922304', u'CALL_-1207927021'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928994'), ('const-433', u'LOAD_-1207928792'), ('tmp_4154', u'CBRANCH_-1207926805'), ('const-1', u'PTRADD_-1207923433'), (u'LOAD_-1207928826', u'PTRSUB_-1207923332'), (u'INDIRECT_-1207926494', u'PIECE_-1207926492'), (u'INDIRECT_-1207925075', u'MULTIEQUAL_-1207925015'), ('const-355', u'CALL_-1207926992'), (u'INT_NOTEQUAL_-1207928376', u'CBRANCH_-1207928375'), ('const-4', u'INT_ADD_-1207923499'), (u'LOAD_-1207928358', u'INT_NOTEQUAL_-1207928342'), (u'MULTIEQUAL_-1207925077', u'CALL_-1207927203'), ('const-433', u'LOAD_-1207928710'), (u'LOAD_-1207928951', u'PTRADD_-1207923329'), ('const-433', u'STORE_-1207928375'), ('const-0', u'INT_EQUAL_-1207927321'), ('const-1', u'RETURN_-1207926466'), ('const-0', u'INT_NOTEQUAL_-1207926714'), (u'SUBPIECE_-1207926415', u'INT_XOR_-1207925504'), ('tmp_299', u'CBRANCH_-1207928912'), ('const-433', u'LOAD_-1207928749'), ('const-8', u'PTRSUB_-1207922739'), (u'MULTIEQUAL_-1207926041', u'MULTIEQUAL_-1207923760'), (u'CALLIND_-1207927165', u'INDIRECT_-1207924004'), (u'INT_SUB_-1207926724', u'MULTIEQUAL_-1207925389'), (u'CALL_-1207928542', u'INT_SUB_-1207928483'), ('tmp_3974', u'CBRANCH_-1207926913'), (u'INT_EQUAL_-1207928603', u'CBRANCH_-1207928599'), ('tmp_3904', u'CBRANCH_-1207926959'), (u'INDIRECT_-1207923653', u'COPY_-1207923667'), ('const-0', u'INT_EQUAL_-1207927868'), (u'LOAD_-1207928516', u'PTRSUB_-1207923124'), ('const-0', u'PTRSUB_-1207923342'), (u'MULTIEQUAL_-1207925658', u'MULTIEQUAL_-1207925075'), (u'LOAD_-1207927215', u'PTRADD_-1207922452'), (u'INDIRECT_-1207924536', u'MULTIEQUAL_-1207924270'), ('const-1', u'RETURN_-1207926236'), (u'CALL_-1207928222', u'INT_LESS_-1207928207'), (u'MULTIEQUAL_-1207923756', u'CBRANCH_-1207928214'), ('const-1', u'INT_SUB_-1207928357'), (u'LOAD_-1207928969', u'CALLIND_-1207928935'), (u'CAST_-1207923340', u'STORE_-1207928413'), ('const-9', u'PTRADD_-1207922437'), (u'INDIRECT_-1207924604', u'MULTIEQUAL_-1207923818'), ('const-24', u'PTRSUB_-1207922778'), (u'COPY_-1207923006', u'MULTIEQUAL_-1207925762'), (u'INT_AND_-1207925374', u'INT_EQUAL_-1207925392'), (u'INT_2COMP_-1207928342', u'INT_AND_-1207928327'), ('tmp_4600', u'PTRSUB_-1207923427'), (u'LOAD_-1207929541', u'MULTIEQUAL_-1207925658'), (u'LOAD_-1207928977', u'CALLIND_-1207928967'), (u'PTRADD_-1207923533', u'LOAD_-1207928704'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207927266'), (u'CAST_-1207922392', u'LOAD_-1207927158'), ('const-0', u'SUBPIECE_-1207926517'), (u'MULTIEQUAL_-1207925902', u'COPY_-1207923006'), (u'CAST_-1207923408', u'INT_SLESS_-1207928542'), ('const-1', u'INT_XOR_-1207925504'), ('const-16', u'PTRSUB_-1207923056'), ('const-227', u'CALL_-1207926471'), (u'PTRSUB_-1207923016', u'LOAD_-1207927856'), (u'LOAD_-1207928308', u'MULTIEQUAL_-1207925315'), (u'COPY_-1207923660', u'MULTIEQUAL_-1207925902'), (u'LOAD_-1207928994', u'PTRSUB_-1207923407'), ('tmp_1714', u'CBRANCH_-1207928463'), ('const-433', u'LOAD_-1207928571'), (u'CALL_-1207926632', u'INDIRECT_-1207924187'), (u'PTRADD_-1207922398', u'LOAD_-1207927244'), ('const-433', u'STORE_-1207928155'), (u'INDIRECT_-1207923676', u'COPY_-1207923692'), ('const-1', u'INT_OR_-1207928191'), (u'MULTIEQUAL_-1207925015', u'MULTIEQUAL_-1207923818'), ('const-5', u'INT_OR_-1207928150'), (u'LOAD_-1207928757', u'CALL_-1207928620'), (u'INDIRECT_-1207923740', u'COPY_-1207923767'), (u'COPY_-1207923502', u'MULTIEQUAL_-1207925762'), ('tmp_4602', u'LOAD_-1207929573'), (u'LOAD_-1207928516', u'MULTIEQUAL_-1207925315'), ('tmp_4599', u'CBRANCH_-1207928912'), (u'INT_SUB_-1207927203', u'INT_ADD_-1207927186'), (u'CALL_-1207927069', u'INDIRECT_-1207923918'), (u'LOAD_-1207928689', u'PTRSUB_-1207923576'), ('const-433', u'STORE_-1207928203'), (u'CALL_-1207928222', u'MULTIEQUAL_-1207926041'), ('const-3617876', u'COPY_-1207922476'), ('const-0', u'INT_NOTEQUAL_-1207928716'), ('const-433', u'LOAD_-1207926631'), ('const-3664079', u'COPY_-1207922224'), (u'INDIRECT_-1207924271', u'MULTIEQUAL_-1207924895'), ('const-3', u'PTRADD_-1207923474'), ('const-433', u'STORE_-1207928368'), (u'PTRADD_-1207922681', u'LOAD_-1207926783'), (u'PIECE_-1207926215', u'INT_LESS_-1207928207'), ('tmp_4605', u'STORE_-1207928184'), ('const-0', u'PTRSUB_-1207923623'), (u'COPY_-1207922232', u'CALL_-1207926241'), (u'CALL_-1207927084', u'CAST_-1207922777'), (u'COPY_-1207922614', u'MULTIEQUAL_-1207925075'), ('const-433', u'LOAD_-1207927181'), ('const-433', u'LOAD_-1207927210'), (u'CALL_-1207926241', u'INDIRECT_-1207923653'), (u'STORE_-1207928879', u'INDIRECT_-1207924831'), ('tmp_4598', u'PTRSUB_-1207922739'), (u'PTRSUB_-1207923068', u'LOAD_-1207928300'), (u'MULTIEQUAL_-1207926313', u'MULTIEQUAL_-1207926213'), (u'CAST_-1207922386', u'CALL_-1207927203'), ('const-3670752', u'COPY_-1207922521'), ('const-1774176', u'PTRSUB_-1207923534'), (u'PTRSUB_-1207923358', u'STORE_-1207928879'), (u'CALL_-1207927000', u'INDIRECT_-1207923805'), (u'LOAD_-1207928800', u'MULTIEQUAL_-1207925941'), (u'LOAD_-1207929573', u'INT_SUB_-1207927461'), (u'INT_ADD_-1207927186', u'CALL_-1207926632'), (u'INT_EQUAL_-1207927031', u'CBRANCH_-1207927027'), (u'CAST_-1207922619', u'LOAD_-1207926717'), (u'LOAD_-1207926527', u'MULTIEQUAL_-1207925060'), ('const-40', u'INT_ADD_-1207928679'), ('const-0', u'INT_EQUAL_-1207928235'), ('tmp_3800', u'CBRANCH_-1207927027'), (u'INDIRECT_-1207924257', u'MULTIEQUAL_-1207925101'), (u'INT_NOTEQUAL_-1207928437', u'CBRANCH_-1207928437'), (u'PTRSUB_-1207923124', u'STORE_-1207928416'), (u'LOAD_-1207929573', u'INT_SUB_-1207928483'), ('const-3664079', u'COPY_-1207922507'), ('const-0', u'INT_NOTEQUAL_-1207928448'), (u'LOAD_-1207928710', u'PTRADD_-1207923533'), ('const-32', u'PTRSUB_-1207923358'), ('const-433', u'LOAD_-1207927220'), ('const-433', u'LOAD_-1207928619'), ('tmp_2777', u'CBRANCH_-1207928327'), (u'INT_EQUAL_-1207927188', u'CBRANCH_-1207927186'), ('const-433', u'LOAD_-1207927237'), (u'PIECE_-1207925381', u'INT_EQUAL_-1207927188'), (u'INT_AND_-1207928274', u'INT_EQUAL_-1207928288'), ('const-1', u'RETURN_-1207926659'), (u'MULTIEQUAL_-1207925902', u'CALLIND_-1207928116'), ('const-688', u'PTRSUB_-1207923280'), (u'INDIRECT_-1207925367', u'PIECE_-1207925365'), ('const-433', u'LOAD_-1207928458'), ('const-0', u'INT_EQUAL_-1207926735'), ('const-433', u'LOAD_-1207926801'), (u'MULTIEQUAL_-1207925389', u'MULTIEQUAL_-1207926213'), (u'PTRADD_-1207923043', u'LOAD_-1207928339'), ('tmp_1754', u'CBRANCH_-1207928437'), (u'STORE_-1207927439', u'INDIRECT_-1207924011'), (u'INDIRECT_-1207923945', u'MULTIEQUAL_-1207923940'), (u'CALL_-1207926568', u'CAST_-1207922516'), ('const-3617876', u'COPY_-1207922401'), (u'COPY_-1207922817', u'MULTIEQUAL_-1207925075'), ('const-0', u'PTRSUB_-1207923627'), ('tmp_4601', u'INT_ADD_-1207927444'), ('const-40', u'PTRADD_-1207923455'), ('const-433', u'LOAD_-1207927018'), (u'LOAD_-1207927266', u'PTRSUB_-1207922912'), ('const-0', u'PTRSUB_-1207923844'), (u'COPY_-1207922532', u'CALL_-1207927069'), (u'MULTIEQUAL_-1207926313', u'COPY_-1207922944'), (u'INT_EQUAL_-1207928862', u'CBRANCH_-1207928859'), (u'CALL_-1207927356', u'CBRANCH_-1207927341'), ('const-433', u'LOAD_-1207928794'), ('const-1', u'INT_XOR_-1207927134'), ('const-16', u'INT_AND_-1207928746'), ('const-433', u'LOAD_-1207928661'), (u'LOAD_-1207926801', u'PTRADD_-1207922681'), (u'INDIRECT_-1207925156', u'MULTIEQUAL_-1207923791'), (u'INT_NOTEQUAL_-1207929483', u'CBRANCH_-1207929481'), (u'INDIRECT_-1207923805', u'COPY_-1207923841'), ('tmp_17283', u'MULTIEQUAL_-1207924856'), ('const-0', u'INT_EQUAL_-1207928862'), (u'INT_AND_-1207927017', u'INT_EQUAL_-1207927031'), ('const-32', u'PTRSUB_-1207922825'), ('tmp_2635', u'CBRANCH_-1207928409'), ('const-4548', u'CALL_-1207926608'), (u'INDIRECT_-1207923637', u'COPY_-1207923642'), ('const-4', u'INT_AND_-1207925260'), ('const-16', u'PTRSUB_-1207923576'), (u'COPY_-1207923279', u'MULTIEQUAL_-1207925491'), (u'PTRSUB_-1207922974', u'LOAD_-1207927333'), (u'CALLIND_-1207928824', u'INDIRECT_-1207924872'), (u'INT_NOTEQUAL_-1207928448', u'CBRANCH_-1207928447'), ('const-433', u'LOAD_-1207928300'), (u'COPY_-1207922802', u'CALL_-1207926680'), ('const-1', u'RETURN_-1207927129'), ('const-1', u'INT_AND_-1207927017'), (u'LOAD_-1207928912', u'PTRSUB_-1207923342'), (u'COPY_-1207922521', u'CALL_-1207927069'), (u'INT_NOTEQUAL_-1207928395', u'CBRANCH_-1207928394'), (u'INT_AND_-1207924937', u'INT_EQUAL_-1207928862'), (u'LOAD_-1207927254', u'PTRADD_-1207922398'), ('const-4', u'INT_AND_-1207924699'), (u'CALL_-1207928230', u'INDIRECT_-1207925315'), (u'LOAD_-1207928257', u'INT_OR_-1207928150'), (u'PTRSUB_-1207923346', u'STORE_-1207928843'), ('const-3664336', u'COPY_-1207922987'), ('const-433', u'STORE_-1207928879'), ('const-0', u'INT_NOTEQUAL_-1207928376'), (u'PTRADD_-1207923615', u'LOAD_-1207928126'), (u'LOAD_-1207926631', u'MULTIEQUAL_-1207925060'), (u'INT_SUB_-1207926986', u'MULTIEQUAL_-1207925389'), ('const-433', u'LOAD_-1207927258'), (u'LOAD_-1207928749', u'INT_EQUAL_-1207928734'), (u'STORE_-1207928392', u'INDIRECT_-1207924899'), (u'LOAD_-1207928585', u'MULTIEQUAL_-1207925619'), ('const-3631304', u'COPY_-1207927168'), ('const-433', u'LOAD_-1207928303'), (u'LOAD_-1207928395', u'INT_ADD_-1207928377'), (u'INT_AND_-1207924699', u'INT_NOTEQUAL_-1207928397'), (u'MULTIEQUAL_-1207925986', u'STORE_-1207928162'), (u'LOAD_-1207928719', u'CALL_-1207928703'), ('const-433', u'LOAD_-1207928510'), (u'PTRADD_-1207923455', u'PTRSUB_-1207923453'), (u'PTRADD_-1207922383', u'LOAD_-1207927210'), (u'PTRADD_-1207923455', u'LOAD_-1207928543'), ('const-433', u'LOAD_-1207928470'), (u'PTRADD_-1207923160', u'LOAD_-1207928593'), (u'LOAD_-1207928800', u'PTRSUB_-1207923623'), (u'INT_LESS_-1207928207', u'CBRANCH_-1207928205'), ('const-433', u'LOAD_-1207928497'), (u'CALL_-1207928230', u'MULTIEQUAL_-1207923756'), ('const-24', u'PTRSUB_-1207922963'), (u'LOAD_-1207927266', u'CALLIND_-1207926773'), (u'MULTIEQUAL_-1207924799', u'STORE_-1207927423'), ('const-1', u'RETURN_-1207927027'), (u'INT_EQUAL_-1207928269', u'CBRANCH_-1207928266'), ('const-433', u'STORE_-1207928162'), (u'LOAD_-1207929573', u'MULTIEQUAL_-1207924809'), ('const-0', u'PTRSUB_-1207923865'), (u'LOAD_-1207928303', u'PTRSUB_-1207923745'), ('const-433', u'LOAD_-1207928912'), ('const-32', u'PTRSUB_-1207923124'), ('const-0', u'INT_EQUAL_-1207927828'), (u'LOAD_-1207928661', u'CALL_-1207928620'), (u'SUBPIECE_-1207924988', u'INT_EQUAL_-1207928601'), (u'STORE_-1207928203', u'INDIRECT_-1207925156'), (u'INDIRECT_-1207925136', u'PTRSUB_-1207923627'), ('const-4590', u'CALL_-1207927069'), (u'INDIRECT_-1207926517', u'PIECE_-1207926515'), (u'INT_SUB_-1207928357', u'INT_ADD_-1207928356'), ('const-8', u'PTRADD_-1207923348'), (u'LOAD_-1207927341', u'PTRSUB_-1207922963'), (u'INT_NOTEQUAL_-1207928309', u'CBRANCH_-1207928307'), (u'MULTIEQUAL_-1207924983', u'MULTIEQUAL_-1207924970'), ('const-0', u'PTRSUB_-1207923213'), ('const-8', u'PTRSUB_-1207923731'), (u'INT_ADD_-1207926701', u'CAST_-1207922619'), ('const-5', u'INT_OR_-1207928363'), (u'PTRSUB_-1207922465', u'LOAD_-1207927181'), ('const-0', u'SUBPIECE_-1207924988'), (u'PTRSUB_-1207922411', u'LOAD_-1207927216'), ('const-433', u'LOAD_-1207927856'), (u'CALL_-1207926664', u'INDIRECT_-1207923740'), (u'LOAD_-1207926735', u'CALL_-1207926528'), (u'LOAD_-1207927313', u'MULTIEQUAL_-1207926213'), (u'LOAD_-1207928339', u'CALLIND_-1207928329'), (u'MULTIEQUAL_-1207924878', u'MULTIEQUAL_-1207924856'), (u'INDIRECT_-1207924995', u'MULTIEQUAL_-1207924878'), (u'CALL_-1207927021', u'INDIRECT_-1207923669'), (u'MULTIEQUAL_-1207925972', u'MULTIEQUAL_-1207925389'), (u'LOAD_-1207928579', u'CALL_-1207928542'), ('const-433', u'STORE_-1207928413'), ('const-433', u'LOAD_-1207928977'), ('const-3629599', u'COPY_-1207928739'), ('const-688', u'PTRSUB_-1207923880'), (u'LOAD_-1207928510', u'PTRADD_-1207923455'), ('tmp_3701', u'CBRANCH_-1207927111'), ('const-3673391', u'COPY_-1207922257'), (u'MULTIEQUAL_-1207924772', u'CALL_-1207927356'), (u'INT_NOTEQUAL_-1207927111', u'CBRANCH_-1207927111'), (u'MULTIEQUAL_-1207925658', u'CAST_-1207922805'), (u'PTRSUB_-1207923704', u'STORE_-1207928162'), ('const-16', u'PTRSUB_-1207923642'), (u'CAST_-1207923479', u'LOAD_-1207928695'), (u'MULTIEQUAL_-1207925075', u'MULTIEQUAL_-1207925917'), (u'PTRSUB_-1207923745', u'LOAD_-1207928257'), ('const-433', u'STORE_-1207927439'), (u'INT_EQUAL_-1207928579', u'CBRANCH_-1207928575'), (u'MULTIEQUAL_-1207925101', u'CALL_-1207928823'), (u'LOAD_-1207928510', u'PTRADD_-1207923474'), (u'COPY_-1207923056', u'MULTIEQUAL_-1207925902'), (u'PTRSUB_-1207922739', u'LOAD_-1207926833'), (u'CALL_-1207926680', u'INDIRECT_-1207924214'), (u'PTRSUB_-1207922480', u'LOAD_-1207927215'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928585'), (u'PTRSUB_-1207923601', u'LOAD_-1207928710'), (u'MULTIEQUAL_-1207926313', u'MULTIEQUAL_-1207926232'), (u'STORE_-1207928440', u'INDIRECT_-1207924614'), ('const-433', u'LOAD_-1207927221'), (u'STORE_-1207928843', u'INDIRECT_-1207924819'), (u'CALLIND_-1207928694', u'INDIRECT_-1207926494'), (u'COPY_-1207922257', u'CALL_-1207926471'), (u'INT_NOTEQUAL_-1207928521', u'CBRANCH_-1207928521'), ('const-0', u'PTRSUB_-1207923534'), (u'MULTIEQUAL_-1207925972', u'CAST_-1207922804'), (u'PIECE_-1207926215', u'INT_LESS_-1207928680'), ('const-433', u'LOAD_-1207926783'), ('const-0', u'INT_NOTEQUAL_-1207927111'), (u'MULTIEQUAL_-1207924970', u'MULTIEQUAL_-1207923818'), ('const-4', u'INT_AND_-1207926947'), ('const-1', u'RETURN_-1207926987'), ('const-32', u'PTRSUB_-1207923346'), (u'LOAD_-1207928906', u'INT_AND_-1207924937'), (u'CALL_-1207928650', u'INDIRECT_-1207924761'), ('const-3664432', u'COPY_-1207922720'), (u'CALLIND_-1207928583', u'INDIRECT_-1207924727'), (u'CALL_-1207928703', u'INT_LESS_-1207928680'), ('const-0', u'INT_NOTEQUAL_-1207926699'), (u'INDIRECT_-1207925134', u'MULTIEQUAL_-1207925122'), ('const-433', u'LOAD_-1207928757'), (u'INDIRECT_-1207923999', u'COPY_-1207924067'), (u'INDIRECT_-1207923840', u'COPY_-1207923894'), ('tmp_2319', u'CBRANCH_-1207927221'), ('const-8', u'PTRADD_-1207923433'), ('const-433', u'LOAD_-1207928136'), (u'LOAD_-1207928599', u'PTRADD_-1207923160'), ('const--1', u'INT_EQUAL_-1207928523'), (u'MULTIEQUAL_-1207925941', u'PTRSUB_-1207923016'), ('const-433', u'LOAD_-1207927186'), ('const-2', u'INT_AND_-1207928089'), (u'COPY_-1207922604', u'MULTIEQUAL_-1207925075'), (u'CALL_-1207927060', u'INDIRECT_-1207924384'), ('const-4598', u'CALL_-1207927111'), ('const-433', u'LOAD_-1207929499'), ('const-32', u'PTRSUB_-1207923083'), ('const-9', u'PTRADD_-1207923533'), (u'STORE_-1207928155', u'INDIRECT_-1207925134'), (u'CALLIND_-1207927615', u'INDIRECT_-1207924271'), ('const-207', u'CALL_-1207927134'), ('const-2', u'INT_AND_-1207925374'), ('const-433', u'LOAD_-1207928840'), (u'PTRSUB_-1207922773', u'STORE_-1207926932'), (u'INT_EQUAL_-1207926755', u'CBRANCH_-1207926752'), (u'PTRSUB_-1207923213', u'LOAD_-1207928599'), (u'INDIRECT_-1207925309', u'PIECE_-1207925307'), (u'LOAD_-1207928752', u'PTRADD_-1207923555'), ('const-9', u'PTRADD_-1207922383'), ('tmp_2926', u'CBRANCH_-1207928234'), ('tmp_3675', u'CBRANCH_-1207927129'), (u'INT_AND_-1207928302', u'INT_EQUAL_-1207928316'), (u'MULTIEQUAL_-1207925365', u'RETURN_-1207927363'), (u'MULTIEQUAL_-1207925941', u'PTRSUB_-1207923027'), (u'INT_LESS_-1207927164', u'CBRANCH_-1207927173'), ('const-0', u'INT_EQUAL_-1207928756'), (u'LOAD_-1207928303', u'PTRSUB_-1207923721'), (u'INT_NOTEQUAL_-1207928397', u'CBRANCH_-1207928395'), (u'LOAD_-1207927341', u'PTRSUB_-1207922974'), (u'MULTIEQUAL_-1207926213', u'INT_ADD_-1207927838'), (u'INT_OR_-1207928150', u'STORE_-1207928155'), (u'COPY_-1207922987', u'CALL_-1207927084'), (u'INT_AND_-1207928655', u'INT_EQUAL_-1207928669'), (u'INDIRECT_-1207924915', u'MULTIEQUAL_-1207924772'), (u'SUBPIECE_-1207924988', u'INT_NOTEQUAL_-1207928309'), ('const-433', u'LOAD_-1207928339'), (u'LOAD_-1207926826', u'INT_EQUAL_-1207926811'), (u'PTRSUB_-1207922734', u'PTRSUB_-1207922733'), (u'INT_AND_-1207924376', u'INT_NOTEQUAL_-1207924389'), (u'COPY_-1207922346', u'CALL_-1207926664'), ('const-2', u'INT_AND_-1207928302'), (u'COPY_-1207923865', u'MULTIEQUAL_-1207925972'), ('const-0', u'INT_EQUAL_-1207927031'), ('const-433', u'LOAD_-1207928798'), ('const-0', u'INT_EQUAL_-1207928806'), (u'LOAD_-1207927266', u'PTRSUB_-1207922719'), (u'LOAD_-1207927244', u'CALLIND_-1207927234'), ('const-433', u'LOAD_-1207928349'), ('const-433', u'LOAD_-1207927209'), ('const-16', u'PTRSUB_-1207923203'), (u'INT_ADD_-1207923499', u'CAST_-1207923340'), (u'COPY_-1207923279', u'MULTIEQUAL_-1207926041'), (u'LOAD_-1207929573', u'INT_SUB_-1207927203'), (u'MULTIEQUAL_-1207925986', u'MULTIEQUAL_-1207925917'), (u'INT_AND_-1207928589', u'INT_EQUAL_-1207928603'), ('tmp_813', u'CBRANCH_-1207928520'), (u'INT_ADD_-1207928253', u'STORE_-1207928227'), (u'INT_SLESS_-1207928253', u'CBRANCH_-1207928260'), ('tmp_4603', u'STORE_-1207927423'), ('tmp_4103', u'BRANCH_-1207926688'), (u'COPY_-1207923503', u'MULTIEQUAL_-1207925762'), (u'CALLIND_-1207928967', u'SUBPIECE_-1207926415'), (u'MULTIEQUAL_-1207925389', u'MULTIEQUAL_-1207926232'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207927221'), ('const-433', u'LOAD_-1207928800'), ('const-433', u'LOAD_-1207928328'), ('const-8', u'PTRADD_-1207923424'), ('const-8', u'PTRADD_-1207923329'), (u'INDIRECT_-1207924268', u'MULTIEQUAL_-1207923596'), ('tmp_17283', u'MULTIEQUAL_-1207923995'), (u'MULTIEQUAL_-1207925315', u'PTRSUB_-1207922429'), ('tmp_1562', u'CBRANCH_-1207928575'), ('const-15', u'PTRADD_-1207923286'), ('const-3664079', u'COPY_-1207922321'), ('tmp_4221', u'CBRANCH_-1207926752'), (u'CALL_-1207928620', u'INDIRECT_-1207925035'), (u'LOAD_-1207928619', u'MULTIEQUAL_-1207925941'), ('tmp_4604', u'LOAD_-1207928497'), (u'LOAD_-1207928470', u'INT_OR_-1207928363'), (u'CALL_-1207927032', u'INDIRECT_-1207923828'), ('const-433', u'LOAD_-1207926717'), ('const-4294967295', u'INT_NOTEQUAL_-1207928422'), (u'CALLIND_-1207928694', u'INDIRECT_-1207925075'), (u'CALLIND_-1207928782', u'INDIRECT_-1207924841'), (u'LOAD_-1207927059', u'PTRSUB_-1207922825'), (u'LOAD_-1207926767', u'INT_AND_-1207926741'), ('const-433', u'LOAD_-1207928585'), (u'MULTIEQUAL_-1207924911', u'CALL_-1207927231'), (u'INDIRECT_-1207924187', u'MULTIEQUAL_-1207924270'), ('tmp_4601', u'INT_ADD_-1207928466'), ('tmp_3418', u'CBRANCH_-1207927318'), (u'INT_LESS_-1207928680', u'CBRANCH_-1207928676'), (u'PTRADD_-1207922452', u'LOAD_-1207927209'), (u'INDIRECT_-1207925136', u'MULTIEQUAL_-1207924983'), (u'INDIRECT_-1207923968', u'COPY_-1207924016'), ('const-433', u'LOAD_-1207927880'), (u'MULTIEQUAL_-1207926313', u'INT_SUB_-1207928270'), (u'INT_ADD_-1207927177', u'CAST_-1207922339'), (u'STORE_-1207928413', u'INDIRECT_-1207924911'), (u'COPY_-1207928739', u'MULTIEQUAL_-1207925922'), (u'INT_NOTEQUAL_-1207928328', u'CBRANCH_-1207928327'), (u'LOAD_-1207928593', u'CALLIND_-1207928583'), (u'PTRSUB_-1207923280', u'LOAD_-1207928719'), (u'INDIRECT_-1207925172', u'MULTIEQUAL_-1207923747'), (u'SUBPIECE_-1207924988', u'INT_NOTEQUAL_-1207926699'), (u'PTRADD_-1207923433', u'MULTIEQUAL_-1207926004'), (u'INT_SUB_-1207928270', u'INT_ADD_-1207928253'), ('tmp_4360', u'BRANCH_-1207926624'), ('const-0', u'SUBPIECE_-1207926415'), ('const-3664079', u'COPY_-1207922371'), (u'STORE_-1207926939', u'INDIRECT_-1207924262'), ('const-3617876', u'COPY_-1207922451'), (u'LOAD_-1207926982', u'INT_AND_-1207924376'), (u'INT_ADD_-1207928356', u'INT_AND_-1207928327'), (u'PTRSUB_-1207923534', u'INT_EQUAL_-1207928466'), (u'CALL_-1207928542', u'INT_EQUAL_-1207928523'), (u'PTRADD_-1207923433', u'INT_NOTEQUAL_-1207928342'), (u'LOAD_-1207928945', u'CALLIND_-1207928935'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207927341'), (u'PTRSUB_-1207923690', u'LOAD_-1207928136'), ('const-3672528', u'COPY_-1207922402'), (u'LOAD_-1207927220', u'PTRSUB_-1207922480'), ('tmp_2356', u'BRANCH_-1207927185'), (u'INDIRECT_-1207925268', u'MULTIEQUAL_-1207925249'), (u'MULTIEQUAL_-1207926213', u'CALL_-1207928620'), ('const-2', u'INT_AND_-1207928589'), ('const-3670752', u'COPY_-1207922335'), (u'LOAD_-1207928715', u'PTRSUB_-1207923601'), (u'PTRSUB_-1207922795', u'LOAD_-1207926982'), (u'INT_AND_-1207927232', u'INT_EQUAL_-1207927246'), ('const-433', u'LOAD_-1207927266'), (u'PTRSUB_-1207922733', u'LOAD_-1207926826'), (u'LOAD_-1207928257', u'INT_EQUAL_-1207928235'), ('const-433', u'LOAD_-1207926982'), ('const-433', u'LOAD_-1207928994'), (u'PTRSUB_-1207923699', u'STORE_-1207928155'), ('const-8', u'PTRSUB_-1207922912'), (u'INT_ADD_-1207926737', u'INT_SUB_-1207926724'), (u'CALLIND_-1207926773', u'INDIRECT_-1207924268'), (u'PTRADD_-1207923348', u'LOAD_-1207928977'), (u'CAST_-1207922777', u'CALL_-1207927060'), (u'LOAD_-1207926775', u'PTRSUB_-1207922687'), ('const-433', u'STORE_-1207928416'), (u'MULTIEQUAL_-1207923760', u'CALL_-1207928542'), (u'INT_SUB_-1207926724', u'COPY_-1207922604'), (u'COPY_-1207923654', u'CALL_-1207928620'), ('const-3664079', u'COPY_-1207922532'), ('const-433', u'LOAD_-1207926767'), (u'INDIRECT_-1207924761', u'MULTIEQUAL_-1207923759'), (u'INT_NOTEQUAL_-1207926699', u'CBRANCH_-1207926698'), (u'COPY_-1207922496', u'CALL_-1207927111'), (u'LOAD_-1207928772', u'INT_AND_-1207928746'), ('const-433', u'LOAD_-1207927215'), (u'LOAD_-1207927266', u'MULTIEQUAL_-1207925060'), ('tmp_4605', u'LOAD_-1207928284'), (u'MULTIEQUAL_-1207924270', u'MULTIEQUAL_-1207923791'), (u'PTRSUB_-1207923929', u'PTRSUB_-1207923852'), ('const-0', u'INT_EQUAL_-1207924776'), (u'CALLIND_-1207928329', u'INDIRECT_-1207924604'), ('const-8', u'PTRSUB_-1207923831'), (u'INDIRECT_-1207924604', u'MULTIEQUAL_-1207924523'), (u'PTRSUB_-1207922813', u'LOAD_-1207927018'), ('const-433', u'LOAD_-1207927193'), ('const-32', u'PTRSUB_-1207922795'), (u'MULTIEQUAL_-1207925658', u'COPY_-1207922614'), (u'MULTIEQUAL_-1207925060', u'MULTIEQUAL_-1207925902'), ('const-433', u'LOAD_-1207928746'), ('const-433', u'LOAD_-1207926735'), (u'INDIRECT_-1207925383', u'PIECE_-1207925381'), (u'CALLIND_-1207927234', u'PIECE_-1207925323'), (u'INT_ADD_-1207927186', u'INT_SUB_-1207926986'), (u'LOAD_-1207926982', u'INT_OR_-1207924433'), (u'COPY_-1207923722', u'MULTIEQUAL_-1207925986'), (u'STORE_-1207927423', u'INDIRECT_-1207923999'), (u'CALL_-1207928542', u'INDIRECT_-1207924700'), (u'LOAD_-1207928615', u'INT_AND_-1207928589'), (u'CALL_-1207926528', u'INDIRECT_-1207924111'), ('const-433', u'LOAD_-1207928951'), ('tmp_1919', u'CBRANCH_-1207928340'), (u'INT_NOTEQUAL_-1207928716', u'CBRANCH_-1207928715'), (u'LOAD_-1207928906', u'INT_AND_-1207928832'), (u'LOAD_-1207927059', u'MULTIEQUAL_-1207925060'), ('const-433', u'LOAD_-1207928257'), (u'MULTIEQUAL_-1207925922', u'CALL_-1207928620'), (u'INT_AND_-1207928792', u'INT_EQUAL_-1207928806'), ('const-24', u'PTRSUB_-1207923704'), ('const-8', u'PTRSUB_-1207922813'), (u'LOAD_-1207928497', u'INT_NOTEQUAL_-1207928437'), (u'PTRSUB_-1207923355', u'LOAD_-1207928358'), (u'LOAD_-1207928470', u'INT_AND_-1207924699'), ('const-433', u'LOAD_-1207928689'), ('const-1', u'INT_AND_-1207925305'), ('tmp_382', u'CBRANCH_-1207928859'), (u'PIECE_-1207925323', u'INT_EQUAL_-1207927223'), (u'CALL_-1207927231', u'INDIRECT_-1207923982'), ('const-250', u'INT_AND_-1207928868'), (u'LOAD_-1207926783', u'CALLIND_-1207926773'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207927220'), (u'INDIRECT_-1207925097', u'MULTIEQUAL_-1207925015'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207926631'), (u'MULTIEQUAL_-1207925902', u'PTRSUB_-1207923680'), (u'INT_EQUAL_-1207928806', u'CBRANCH_-1207928802'), ('tmp_3072', u'CBRANCH_-1207928136'), (u'MULTIEQUAL_-1207926078', u'COPY_-1207923502'), (u'PTRADD_-1207923424', u'LOAD_-1207928486'), ('const-8', u'PTRADD_-1207923043'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928619'), (u'LOAD_-1207928284', u'INT_EQUAL_-1207928269'), ('tmp_3430', u'BRANCH_-1207927301'), (u'LOAD_-1207928136', u'PTRADD_-1207923615'), (u'PTRSUB_-1207922701', u'LOAD_-1207926767'), (u'LOAD_-1207926717', u'CALL_-1207926632'), (u'INT_ADD_-1207928679', u'CAST_-1207923479'), ('const-433', u'LOAD_-1207928257'), (u'LOAD_-1207928794', u'INT_NOTEQUAL_-1207928778'), (u'INT_NOTEQUAL_-1207928235', u'CBRANCH_-1207928234'), (u'INT_XOR_-1207925504', u'INT_NOTEQUAL_-1207928328'), (u'STORE_-1207928368', u'INDIRECT_-1207924582'), (u'PTRSUB_-1207923427', u'PTRSUB_-1207923370'), ('const-0', u'PTRSUB_-1207923388'), (u'INT_ADD_-1207928466', u'STORE_-1207928440'), (u'PIECE_-1207925615', u'INT_EQUAL_-1207926735'), (u'INT_ADD_-1207927186', u'INT_SUB_-1207926724'), ('tmp_3260', u'CBRANCH_-1207928233'), ('tmp_533', u'CBRANCH_-1207928753'), ('tmp_4604', u'STORE_-1207928392'), ('tmp_4601', u'INT_ADD_-1207928253'), (u'INT_NOTEQUAL_-1207928342', u'CBRANCH_-1207928340'), (u'MULTIEQUAL_-1207926078', u'CAST_-1207923407'), (u'MULTIEQUAL_-1207925658', u'INT_NOTEQUAL_-1207928410'), (u'PTRSUB_-1207923680', u'LOAD_-1207928115'), ('tmp_1134', u'CBRANCH_-1207928312'), ('const-0', u'PTRSUB_-1207922719'), ('const-0', u'PTRSUB_-1207923453'), (u'PTRSUB_-1207923623', u'LOAD_-1207928752'), (u'INT_SUB_-1207926986', u'COPY_-1207922817'), ('const-32', u'PTRSUB_-1207922773'), (u'MULTIEQUAL_-1207923760', u'INT_ADD_-1207928356'), (u'LOAD_-1207926775', u'PTRSUB_-1207922701'), ('const-433', u'STORE_-1207928660'), (u'LOAD_-1207928704', u'CALLIND_-1207928694'), (u'LOAD_-1207929573', u'INT_SUB_-1207928270'), (u'LOAD_-1207927237', u'INT_ADD_-1207926737'), (u'INDIRECT_-1207923720', u'COPY_-1207923742'), ('const-433', u'LOAD_-1207928126'), ('const-13', u'PTRADD_-1207923160'), ('const-4', u'INT_OR_-1207924433'), (u'CALLIND_-1207927200', u'INDIRECT_-1207925309'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928510'), (u'MULTIEQUAL_-1207924878', u'MULTIEQUAL_-1207923995'), (u'LOAD_-1207926833', u'PTRSUB_-1207922734'), ('const-433', u'LOAD_-1207927333'), ('const-433', u'LOAD_-1207926775'), (u'CALLIND_-1207928782', u'PIECE_-1207926215'), (u'INDIRECT_-1207924841', u'MULTIEQUAL_-1207925249'), (u'COPY_-1207922550', u'MULTIEQUAL_-1207924809'), (u'LOAD_-1207928303', u'PTRSUB_-1207923704'), (u'MULTIEQUAL_-1207923759', u'MULTIEQUAL_-1207923757'), ('const-0', u'PTRSUB_-1207923690'), ('const-0', u'INT_NOTEQUAL_-1207928309'), (u'CALLIND_-1207927165', u'PIECE_-1207925365'), (u'CALL_-1207926471', u'INDIRECT_-1207923676'), ('const-0', u'PTRSUB_-1207923472'), (u'COPY_-1207922380', u'CALL_-1207926992'), (u'PTRSUB_-1207922429', u'LOAD_-1207927254'), ('const-0', u'INT_EQUAL_-1207928269'), (u'SUBPIECE_-1207926517', u'INT_NOTEQUAL_-1207928521'), (u'INT_OR_-1207928404', u'STORE_-1207928416'), (u'CAST_-1207923358', u'LOAD_-1207928458'), ('const-433', u'LOAD_-1207926826'), (u'CALL_-1207928823', u'CBRANCH_-1207928808'), (u'SUBPIECE_-1207926415', u'INT_EQUAL_-1207927828'), ('tmp_4073', u'CBRANCH_-1207926713'), (u'INDIRECT_-1207925315', u'MULTIEQUAL_-1207923759'), (u'LOAD_-1207928257', u'INT_AND_-1207925305'), ('const-9', u'PTRADD_-1207922681'), ('const-40', u'INT_ADD_-1207926701'), ('const-0', u'INT_NOTEQUAL_-1207928759'), (u'INT_EQUAL_-1207928734', u'CBRANCH_-1207928732'), ('tmp_4424', u'BRANCH_-1207926520'), ('const-4629', u'CALL_-1207926042'), (u'MULTIEQUAL_-1207925972', u'MULTIEQUAL_-1207926313'), ('tmp_4598', u'PTRSUB_-1207923280'), (u'MULTIEQUAL_-1207926078', u'MULTIEQUAL_-1207925972'), (u'PTRADD_-1207923474', u'PTRSUB_-1207923472'), ('const-9', u'PTRADD_-1207923555'), (u'LOAD_-1207928906', u'INT_AND_-1207928868'), (u'CALL_-1207928542', u'COPY_-1207923056'), (u'LOAD_-1207926735', u'CALL_-1207926632'), (u'MULTIEQUAL_-1207924523', u'MULTIEQUAL_-1207925101'), ('const-40', u'INT_ADD_-1207927142'), ('const-8', u'PTRADD_-1207922398'), ('const-32', u'PTRSUB_-1207923102'), ('const-3631376', u'COPY_-1207927203'), (u'CALLIND_-1207927200', u'PIECE_-1207925307'), (u'CALL_-1207928650', u'MULTIEQUAL_-1207923756'), (u'LOAD_-1207929573', u'COPY_-1207923865'), ('const-0', u'INT_EQUAL_-1207927246'), ('const-4', u'INT_AND_-1207927307'), ('const-433', u'STORE_-1207928392'), (u'INT_AND_-1207924740', u'INT_NOTEQUAL_-1207928448'), ('const-433', u'STORE_-1207928843'), (u'PTRSUB_-1207923852', u'PTRSUB_-1207923831'), (u'LOAD_-1207928818', u'INT_AND_-1207928792'), ('tmp_1080', u'CBRANCH_-1207928349'), ('const-433', u'LOAD_-1207926527'), (u'PTRSUB_-1207923332', u'LOAD_-1207928818'), ('const-3673448', u'COPY_-1207922232'), (u'COPY_-1207922402', u'CALL_-1207927000'), ('tmp_475', u'CBRANCH_-1207928802'), (u'PIECE_-1207926515', u'INT_NOTEQUAL_-1207928716'), ('tmp_4601', u'INT_ADD_-1207927186'), (u'CALLIND_-1207926773', u'INDIRECT_-1207925617'), ('const-0', u'INT_EQUAL_-1207927223'), ('const-433', u'STORE_-1207928227'), (u'INT_EQUAL_-1207928103', u'CBRANCH_-1207928099'), (u'COPY_-1207922360', u'CALL_-1207926608'), ('const-0', u'PTRSUB_-1207923942'), (u'LOAD_-1207928623', u'MULTIEQUAL_-1207925619'), ('const-3670752', u'COPY_-1207922496'), (u'MULTIEQUAL_-1207923759', u'MULTIEQUAL_-1207924648'), (u'LOAD_-1207928328', u'INT_AND_-1207928302'), (u'LOAD_-1207928303', u'MULTIEQUAL_-1207925902'), (u'INT_OR_-1207928191', u'STORE_-1207928203'), (u'INDIRECT_-1207924257', u'MULTIEQUAL_-1207925122'), ('const-0', u'PTRSUB_-1207922733'), (u'INT_EQUAL_-1207928523', u'CBRANCH_-1207928520'), ('const-1', u'RETURN_-1207927064'), ('const-433', u'LOAD_-1207928395'), (u'LOAD_-1207927186', u'PTRSUB_-1207922465'), (u'COPY_-1207923861', u'MULTIEQUAL_-1207925668'), ('const-433', u'LOAD_-1207928358'), ('const-32', u'PTRSUB_-1207922924'), ('const-0', u'PTRSUB_-1207923490'), ('const-1', u'INT_AND_-1207924740'), (u'COPY_-1207922335', u'CALL_-1207926664'), ('const-0', u'INT_NOTEQUAL_-1207926960'), ('const-9', u'PTRADD_-1207922398'), (u'INT_NOTEQUAL_-1207928759', u'CBRANCH_-1207928757'), (u'MULTIEQUAL_-1207925972', u'INT_SUB_-1207927203'), (u'INDIRECT_-1207924604', u'MULTIEQUAL_-1207923791'), ('const-433', u'LOAD_-1207928752'), (u'CALLIND_-1207928782', u'INDIRECT_-1207926217'), (u'COPY_-1207923238', u'MULTIEQUAL_-1207925491'), (u'COPY_-1207922310', u'CALL_-1207926568'), (u'INT_AND_-1207928327', u'MULTIEQUAL_-1207926313'), (u'PTRSUB_-1207922924', u'LOAD_-1207927258'), ('tmp_1377', u'CBRANCH_-1207928715'), (u'STORE_-1207928660', u'INDIRECT_-1207924722'), ('const-433', u'LOAD_-1207928486'), (u'LOAD_-1207928689', u'PTRSUB_-1207923587'), (u'INDIRECT_-1207924792', u'COPY_-1207923275'), (u'PTRSUB_-1207923056', u'LOAD_-1207928279'), ('const-433', u'LOAD_-1207927043'), (u'PTRSUB_-1207923865', u'PTRSUB_-1207923844'), ('const-1', u'INT_AND_-1207927232'), ('const-32', u'PTRSUB_-1207923220'), (u'INT_AND_-1207925305', u'INT_NOTEQUAL_-1207928235'), ('const-1', u'INT_OR_-1207928404'), ('const-8', u'CALLIND_-1207928967'), (u'MULTIEQUAL_-1207925986', u'COPY_-1207923660'), (u'LOAD_-1207929573', u'COPY_-1207923861'), ('tmp_4605', u'LOAD_-1207928749'), ('const-1024', u'CALLIND_-1207928935'), (u'MULTIEQUAL_-1207926232', u'MULTIEQUAL_-1207926213'), (u'COPY_-1207922427', u'CALL_-1207927032'), (u'PTRSUB_-1207923083', u'LOAD_-1207928328'), ('const-0', u'INT_EQUAL_-1207927188'), ('const-2', u'INT_AND_-1207928655'), ('const-32', u'PTRSUB_-1207923721'), ('tmp_4598', u'PTRSUB_-1207923880'), ('tmp_1647', u'CBRANCH_-1207928521'), ('const-3673520', u'COPY_-1207922447'), (u'INT_EQUAL_-1207928288', u'CBRANCH_-1207928284'), ('const-331', u'CALL_-1207927032'), (u'LOAD_-1207928257', u'INT_AND_-1207925374'), ('const-8', u'PTRADD_-1207922437'), ('tmp_4604', u'LOAD_-1207928395'), ('const-0', u'INT_EQUAL_-1207928579'), ('const-433', u'LOAD_-1207928818'), (u'INDIRECT_-1207924831', u'MULTIEQUAL_-1207924779'), ('const-1', u'RETURN_-1207926037'), ('const-433', u'LOAD_-1207929573'), (u'CALLIND_-1207928967', u'INDIRECT_-1207924934'), (u'LOAD_-1207929499', u'INT_NOTEQUAL_-1207929483'), ('tmp_2252', u'CBRANCH_-1207927822'), (u'LOAD_-1207927237', u'INT_LESS_-1207927164'), (u'LOAD_-1207928543', u'CALLIND_-1207928533'), (u'LOAD_-1207928257', u'CALL_-1207928222'), (u'CALL_-1207926568', u'INDIRECT_-1207924133'), (u'LOAD_-1207928912', u'PTRSUB_-1207923368'), ('const-433', u'LOAD_-1207928834'), ('const-0', u'INT_EQUAL_-1207925392'), (u'INT_OR_-1207924433', u'STORE_-1207926932'), (u'LOAD_-1207928486', u'CALLIND_-1207927615'), (u'PTRSUB_-1207923731', u'STORE_-1207928227'), ('const-433', u'STORE_-1207928184'), (u'CALL_-1207928222', u'INDIRECT_-1207925352'), (u'LOAD_-1207927880', u'INT_AND_-1207927854'), (u'INDIRECT_-1207924004', u'MULTIEQUAL_-1207923940'), (u'MULTIEQUAL_-1207926004', u'PTRADD_-1207923433'), (u'MULTIEQUAL_-1207925972', u'INT_ADD_-1207926737'), ('const-3670752', u'COPY_-1207922310'), (u'CALL_-1207928542', u'MULTIEQUAL_-1207926213'), (u'LOAD_-1207928912', u'PTRSUB_-1207923358'), ('const-4550', u'CALL_-1207926568'), ('const-0', u'INT_EQUAL_-1207928316'), (u'CALLIND_-1207927234', u'INDIRECT_-1207923961'), (u'LOAD_-1207928349', u'PTRADD_-1207923043'), ('const-433', u'STORE_-1207927423'), (u'INDIRECT_-1207924582', u'MULTIEQUAL_-1207924523'), (u'SUBPIECE_-1207924988', u'INT_EQUAL_-1207928756'), (u'MULTIEQUAL_-1207925668', u'COPY_-1207923503'), (u'MULTIEQUAL_-1207925762', u'MULTIEQUAL_-1207925668'), ('const-328', u'PTRSUB_-1207922734'), ('const-0', u'PTRSUB_-1207923929'), (u'LOAD_-1207928623', u'PTRSUB_-1207923220'), ('const-32', u'PTRSUB_-1207923332'), ('const-433', u'STORE_-1207926939'), (u'LOAD_-1207928257', u'INT_OR_-1207928191'), (u'COPY_-1207922213', u'CALL_-1207926042'), (u'LOAD_-1207927209', u'CALLIND_-1207927199'), (u'LOAD_-1207928115', u'INT_AND_-1207928089'), ('tmp_1604', u'CBRANCH_-1207928547'), (u'COPY_-1207922966', u'MULTIEQUAL_-1207925902'), ('const-8', u'INT_AND_-1207924937'), (u'PIECE_-1207925615', u'INT_ADD_-1207926701'), (u'LOAD_-1207928492', u'PTRADD_-1207923424'), ('const-2', u'INT_AND_-1207924758'), (u'COPY_-1207922451', u'CALL_-1207927032'), ('tmp_1292', u'CBRANCH_-1207928775'), (u'CAST_-1207922516', u'CALL_-1207926528'), ('const-433', u'LOAD_-1207928969'), (u'INT_NOTEQUAL_-1207924389', u'CBRANCH_-1207926913'), (u'INT_AND_-1207928832', u'STORE_-1207928843'), (u'INDIRECT_-1207924536', u'MULTIEQUAL_-1207925101'), (u'INT_EQUAL_-1207927321', u'CBRANCH_-1207927318'), (u'INT_ADD_-1207927142', u'CAST_-1207922392'), ('const-4171', u'CALL_-1207927021'), ('const-32', u'PTRSUB_-1207923745'), (u'LOAD_-1207928579', u'INT_SLESS_-1207928253'), (u'INT_NOTEQUAL_-1207926714', u'CBRANCH_-1207926713'), (u'LOAD_-1207927856', u'INT_ADD_-1207927838'), (u'MULTIEQUAL_-1207924809', u'STORE_-1207927439'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928689'), (u'INT_AND_-1207925260', u'INT_NOTEQUAL_-1207928184'), ('const-8', u'PTRADD_-1207923555'), (u'LOAD_-1207927216', u'PTRADD_-1207922383'), (u'CALLIND_-1207928736', u'PIECE_-1207926515'), (u'LOAD_-1207928516', u'PTRSUB_-1207923148'), (u'STORE_-1207928162', u'INDIRECT_-1207925139'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928623'), (u'PTRSUB_-1207923134', u'STORE_-1207928440'), (u'INDIRECT_-1207924536', u'MULTIEQUAL_-1207923596'), (u'CALL_-1207926992', u'INDIRECT_-1207923778'), (u'COPY_-1207922224', u'CALL_-1207926042'), (u'LOAD_-1207928516', u'PTRSUB_-1207923083'), (u'COPY_-1207922720', u'CALL_-1207926568'), ('const-433', u'LOAD_-1207927175'), (u'INT_NOTEQUAL_-1207928422', u'CBRANCH_-1207928420'), (u'COPY_-1207922401', u'CALL_-1207926992'), ('tmp_3381', u'CBRANCH_-1207927341'), (u'INT_AND_-1207926741', u'INT_EQUAL_-1207926755'), ('const-1', u'RETURN_-1207927198'), (u'INT_AND_-1207927854', u'INT_EQUAL_-1207927868'), (u'INT_NOTEQUAL_-1207928778', u'CBRANCH_-1207928775'), (u'CALL_-1207926042', u'INDIRECT_-1207923637'), (u'INDIRECT_-1207925134', u'MULTIEQUAL_-1207925101'), ('const-0', u'INT_NOTEQUAL_-1207928184'), (u'PTRSUB_-1207922778', u'STORE_-1207926939'), (u'LOAD_-1207929541', u'MULTIEQUAL_-1207924799'), (u'CALL_-1207927084', u'INDIRECT_-1207924395'), (u'MULTIEQUAL_-1207925762', u'MULTIEQUAL_-1207924799'), (u'LOAD_-1207928969', u'PTRSUB_-1207923388'), ('const-8', u'PTRADD_-1207923455'), (u'LOAD_-1207928516', u'PTRSUB_-1207923093'), ('tmp_3002', u'CBRANCH_-1207928182'), (u'STORE_-1207928184', u'INDIRECT_-1207925268'), (u'INT_EQUAL_-1207926811', u'CBRANCH_-1207926805'), (u'PTRSUB_-1207923880', u'LOAD_-1207928257'), (u'STORE_-1207928375', u'INDIRECT_-1207924587'), ('const-433', u'LOAD_-1207929541'), ('tmp_4603', u'LOAD_-1207929541'), (u'PTRADD_-1207923329', u'LOAD_-1207928945'), (u'LOAD_-1207928834', u'CALLIND_-1207928824'), (u'COPY_-1207923643', u'MULTIEQUAL_-1207925902'), ('const-40', u'PTRADD_-1207923474'), (u'LOAD_-1207927181', u'PTRADD_-1207922437'), (u'PTRSUB_-1207922687', u'LOAD_-1207926735'), (u'LOAD_-1207929520', u'INT_NOTEQUAL_-1207929483'), (u'LOAD_-1207927158', u'MULTIEQUAL_-1207925077'), ('const-1', u'INT_AND_-1207928792'), ('tmp_566', u'CBRANCH_-1207928732'), (u'MULTIEQUAL_-1207925315', u'PTRSUB_-1207923056'), (u'INDIRECT_-1207924899', u'MULTIEQUAL_-1207924878'), ('const-0', u'STORE_-1207928660'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928969'), (u'LOAD_-1207928303', u'PTRSUB_-1207923731'), (u'PTRSUB_-1207923634', u'LOAD_-1207928772'), ('const-433', u'LOAD_-1207928492'), ('const-433', u'LOAD_-1207927254'), (u'INT_ADD_-1207927444', u'MULTIEQUAL_-1207925365'), (u'CALLIND_-1207927199', u'INDIRECT_-1207925383'), (u'PTRSUB_-1207923911', u'CALL_-1207928542'), ('tmp_3130', u'BRANCH_-1207927407'), ('const-0', u'INT_NOTEQUAL_-1207928328'), (u'PTRSUB_-1207923203', u'LOAD_-1207928579'), (u'CALLIND_-1207927165', u'INDIRECT_-1207925367'), ('tmp_179', u'CBRANCH_-1207929481'), ('const-8', u'PTRADD_-1207922452'), (u'CALLIND_-1207928935', u'SUBPIECE_-1207924988'), ('const-0', u'PTRSUB_-1207923601'), (u'STORE_-1207928416', u'INDIRECT_-1207924604'), (u'PTRSUB_-1207923472', u'CAST_-1207923359'), ('tmp_4598', u'PTRSUB_-1207923911'), (u'CALL_-1207928823', u'INDIRECT_-1207925136'), (u'PIECE_-1207926492', u'INT_ADD_-1207928679'), (u'LOAD_-1207927018', u'INT_ADD_-1207927000'), ('const-8', u'PTRADD_-1207922383'), (u'PTRSUB_-1207923576', u'LOAD_-1207928661'), (u'CALL_-1207927231', u'CAST_-1207922386'), (u'LOAD_-1207928279', u'INT_SLESS_-1207928253'), (u'PTRSUB_-1207922719', u'LOAD_-1207926801'), (u'MULTIEQUAL_-1207925917', u'COPY_-1207923643'), ('const-3664079', u'COPY_-1207922346'), ('const-32', u'PTRSUB_-1207923148'), (u'INT_SUB_-1207927461', u'INT_ADD_-1207927444'), (u'MULTIEQUAL_-1207925972', u'INT_NOTEQUAL_-1207928410'), ('const-433', u'LOAD_-1207928772'), (u'LOAD_-1207928497', u'STORE_-1207928413'), ('const-3672480', u'COPY_-1207922380'), (u'PIECE_-1207925307', u'INT_ADD_-1207927177'), ('const-3670720', u'COPY_-1207922291'), (u'PTRADD_-1207922437', u'LOAD_-1207927175'), (u'LOAD_-1207927210', u'CALLIND_-1207927200'), ('const-9', u'PTRADD_-1207922452'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207926775'), ('const-1', u'RETURN_-1207927106'), (u'MULTIEQUAL_-1207923760', u'INT_2COMP_-1207928342'), ('tmp_2174', u'CBRANCH_-1207927865'), (u'CAST_-1207922804', u'INT_SLESS_-1207927122'), (u'INT_ADD_-1207927186', u'INT_LESS_-1207927164'), (u'PTRADD_-1207923555', u'LOAD_-1207928746'), ('const-1', u'RETURN_-1207926563'), (u'INDIRECT_-1207924911', u'MULTIEQUAL_-1207924895'), (u'SUBPIECE_-1207926415', u'INT_XOR_-1207927134'), ('tmp_4263', u'CBRANCH_-1207926718'), (u'LOAD_-1207928571', u'PTRADD_-1207923455'), (u'CALL_-1207926568', u'INDIRECT_-1207923720'), ('tmp_2805', u'CBRANCH_-1207928307'), ('const-433', u'LOAD_-1207928284'), ('const-8', u'PTRSUB_-1207923134'), ('tmp_4099', u'CBRANCH_-1207926698'), (u'COPY_-1207927203', u'MULTIEQUAL_-1207924911'), ('tmp_720', u'CBRANCH_-1207928599'), (u'LOAD_-1207928126', u'CALLIND_-1207928116'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928303'), (u'MULTIEQUAL_-1207925941', u'PTRSUB_-1207923528'), ('const-433', u'LOAD_-1207927244'), (u'PTRSUB_-1207923642', u'LOAD_-1207928794'), (u'LOAD_-1207926982', u'INT_AND_-1207926947'), ('const-3664496', u'COPY_-1207922802'), ('const-0', u'INT_NOTEQUAL_-1207928778'), ('const-0', u'INT_EQUAL_-1207928669'), ('tmp_626', u'CBRANCH_-1207928676'), (u'STORE_-1207928227', u'INDIRECT_-1207925166'), (u'INT_AND_-1207927307', u'INT_EQUAL_-1207927321'), (u'LOAD_-1207928792', u'CALLIND_-1207928782'), ('const-0', u'INT_EQUAL_-1207928601'), (u'INDIRECT_-1207924111', u'MULTIEQUAL_-1207924270'), ('const-1', u'STORE_-1207928184'), ('const-0', u'INT_EQUAL_-1207926811'), ('const-12', u'PTRADD_-1207923424'), (u'LOAD_-1207927313', u'COPY_-1207922966'), (u'LOAD_-1207928470', u'INT_OR_-1207928404'), ('const-32', u'PTRSUB_-1207923587'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928516'), ('const-433', u'LOAD_-1207928308'), (u'INDIRECT_-1207924384', u'MULTIEQUAL_-1207923596'), ('const-1', u'INT_AND_-1207926741'), (u'COPY_-1207927168', u'MULTIEQUAL_-1207924911'), (u'CALLIND_-1207928533', u'SUBPIECE_-1207926517'), ('const-433', u'LOAD_-1207928826'), (u'LOAD_-1207928470', u'INT_AND_-1207924758'), (u'INT_ADD_-1207927838', u'COPY_-1207923005'), (u'MULTIEQUAL_-1207925075', u'STORE_-1207926939'), ('tmp_3603', u'CBRANCH_-1207927173'), (u'COPY_-1207922279', u'CALL_-1207926471'), (u'MULTIEQUAL_-1207925902', u'COPY_-1207923501'), (u'COPY_-1207923005', u'MULTIEQUAL_-1207925762'), (u'CAST_-1207923407', u'INT_SLESS_-1207928542'), ('tmp_1249', u'CBRANCH_-1207928808'), (u'LOAD_-1207927333', u'INT_AND_-1207927307'), ('const-0', u'INT_EQUAL_-1207928603'), (u'INT_EQUAL_-1207928466', u'CBRANCH_-1207928463'), ('const-433', u'STORE_-1207926932'), (u'INDIRECT_-1207925617', u'PIECE_-1207925615'), (u'INDIRECT_-1207925136', u'MULTIEQUAL_-1207924970'), ('tmp_2143', u'BRANCH_-1207927616'), (u'PIECE_-1207925365', u'INT_ADD_-1207927142'), (u'LOAD_-1207928516', u'CALLIND_-1207928329'), (u'MULTIEQUAL_-1207925902', u'PTRSUB_-1207923690'), ('const-0', u'INT_NOTEQUAL_-1207928521'), (u'COPY_-1207923501', u'MULTIEQUAL_-1207925762'), ('const-248', u'INT_AND_-1207928832'), (u'LOAD_-1207928994', u'CALLIND_-1207928967'), ('tmp_2663', u'CBRANCH_-1207928394'), (u'LOAD_-1207927043', u'INT_AND_-1207927017'), (u'CALLIND_-1207928116', u'INDIRECT_-1207925172'), (u'STORE_-1207926932', u'INDIRECT_-1207924257'), ('const-3617876', u'COPY_-1207922254'), (u'MULTIEQUAL_-1207925658', u'COPY_-1207923722'), ('const-433', u'LOAD_-1207926833'), ('const-433', u'LOAD_-1207928593'), ('tmp_1210', u'CBRANCH_-1207928260'), ('const-433', u'LOAD_-1207928623'), (u'INT_EQUAL_-1207927868', u'CBRANCH_-1207927865'), (u'PTRSUB_-1207923093', u'LOAD_-1207928349'), ('const-32', u'PTRSUB_-1207923027'), ('const-433', u'LOAD_-1207928115'), (u'PTRSUB_-1207923388', u'LOAD_-1207928951'), (u'LOAD_-1207928681', u'INT_AND_-1207928655'), ('tmp_3298', u'CBRANCH_-1207928205'), ('tmp_1447', u'CBRANCH_-1207928666'), ('const-32', u'PTRSUB_-1207923680'), (u'PTRSUB_-1207923370', u'PTRSUB_-1207923355'), ('const-0', u'PTRSUB_-1207922465'), (u'CALLIND_-1207927199', u'INDIRECT_-1207924020'), (u'CALL_-1207926680', u'CAST_-1207922597'), (u'MULTIEQUAL_-1207926004', u'LOAD_-1207928912'), (u'PIECE_-1207926215', u'COPY_-1207923279'), (u'MULTIEQUAL_-1207925249', u'CALL_-1207928230'), (u'INDIRECT_-1207923887', u'COPY_-1207923931'), (u'CALL_-1207927134', u'INDIRECT_-1207923840'), (u'INDIRECT_-1207925325', u'PIECE_-1207925323'), (u'CALLIND_-1207927200', u'INDIRECT_-1207923945'), (u'PTRSUB_-1207923490', u'LOAD_-1207928492'), (u'LOAD_-1207928458', u'INT_NOTEQUAL_-1207928422'), (u'LOAD_-1207928516', u'PTRSUB_-1207923102'), (u'INT_EQUAL_-1207928669', u'CBRANCH_-1207928666'), (u'LOAD_-1207927221', u'PTRSUB_-1207922411'), (u'COPY_-1207922476', u'CALL_-1207927134')]
[(u'CAST_-1207923665', u'PTRADD_-1207923751'), (u'MULTIEQUAL_-1207926250', u'MULTIEQUAL_-1207926231'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928689'), (u'INT_XOR_-1207923012', u'INT_NOTEQUAL_-1207927113'), (u'CAST_-1207922803', u'PTRADD_-1207922857'), (u'INDIRECT_-1207923761', u'COPY_-1207923789'), (u'INT_ADD_-1207929452', u'CALL_-1207928542'), (u'STORE_-1207926941', u'INDIRECT_-1207924284'), (u'MULTIEQUAL_-1207924546', u'MULTIEQUAL_-1207923938'), ('const-1', u'PTRADD_-1207928732'), (u'MULTIEQUAL_-1207925950', u'CALL_-1207928620'), ('const-2', u'INT_AND_-1207927854'), (u'INT_ADD_-1207928377', u'STORE_-1207928392'), ('const-433', u'LOAD_-1207928794'), (u'INT_ADD_-1207926769', u'CAST_-1207922694'), (u'CALL_-1207928224', u'CAST_-1207923772'), (u'CAST_-1207923090', u'CALLIND_-1207928329'), (u'COPY_-1207922988', u'CALL_-1207927086'), ('tmp_11237', u'STORE_-1207927439'), (u'CAST_-1207923382', u'LOAD_-1207928983'), (u'MULTIEQUAL_-1207925990', u'MULTIEQUAL_-1207926331'), ('const-4', u'PTRADD_-1207923248'), (u'LOAD_-1207927315', u'MULTIEQUAL_-1207926231'), (u'INT_ADD_-1207926721', u'CAST_-1207922673'), ('const-433', u'LOAD_-1207928117'), (u'INT_ADD_-1207926739', u'INT_SUB_-1207926726'), (u'INT_ADD_-1207928470', u'CAST_-1207923364'), ('tmp_3972', u'CBRANCH_-1207926915'), ('const-4', u'PTRADD_-1207923358'), (u'LOAD_-1207926769', u'INT_AND_-1207926743'), (u'CAST_-1207922998', u'MULTIEQUAL_-1207925342'), (u'INT_EQUAL_-1207928105', u'CBRANCH_-1207928101'), ('const-8', u'PTRADD_-1207923232'), ('tmp_3379', u'CBRANCH_-1207927343'), ('tmp_11239', u'PTRADD_-1207923449'), (u'LOAD_-1207928746', u'CALLIND_-1207928736'), (u'INT_EQUAL_-1207927828', u'CBRANCH_-1207927822'), (u'CAST_-1207923689', u'INT_2COMP_-1207928344'), ('const-0', u'INT_NOTEQUAL_-1207928186'), (u'COPY_-1207922452', u'CALL_-1207927034'), (u'INDIRECT_-1207923861', u'COPY_-1207923915'), (u'INT_OR_-1207928363', u'STORE_-1207928368'), ('const-1', u'RETURN_-1207926997'), ('tmp_1171', u'CBRANCH_-1207928284'), ('const-433', u'LOAD_-1207928969'), (u'INT_AND_-1207924720', u'INT_NOTEQUAL_-1207928397'), ('const-3664336', u'COPY_-1207922988'), (u'MULTIEQUAL_-1207925990', u'INT_NOTEQUAL_-1207928412'), ('const-0', u'INT_NOTEQUAL_-1207927189'), (u'CAST_-1207923511', u'LOAD_-1207928757'), (u'CAST_-1207923151', u'LOAD_-1207928615'), (u'PTRADD_-1207923710', u'STORE_-1207928164'), (u'COPY_-1207923565', u'MULTIEQUAL_-1207925789'), (u'INDIRECT_-1207924626', u'MULTIEQUAL_-1207923813'), ('const-48', u'INT_ADD_-1207928527'), ('const-433', u'LOAD_-1207926529'), (u'LOAD_-1207928128', u'CALLIND_-1207928118'), ('tmp_1010', u'CBRANCH_-1207928395'), (u'LOAD_-1207928969', u'CAST_-1207923366'), ('const-0', u'PTRSUB_-1207923535'), (u'INT_SUB_-1207928483', u'INT_ADD_-1207928466'), (u'CAST_-1207923366', u'CALLIND_-1207928935'), (u'CALL_-1207926473', u'INDIRECT_-1207923697'), ('const-0', u'INT_NOTEQUAL_-1207928397'), (u'CAST_-1207922440', u'LOAD_-1207927217'), (u'COPY_-1207922612', u'MULTIEQUAL_-1207924836'), (u'INT_ADD_-1207927144', u'CAST_-1207922406'), (u'LOAD_-1207928752', u'INT_ADD_-1207928730'), (u'INT_ADD_-1207928243', u'CAST_-1207923789'), (u'LOAD_-1207927183', u'INT_ADD_-1207927161'), ('const-433', u'STORE_-1207928375'), (u'MULTIEQUAL_-1207924900', u'MULTIEQUAL_-1207924878'), ('const-0', u'INT_NOTEQUAL_-1207928920'), (u'LOAD_-1207929520', u'CAST_-1207923881'), ('const-1', u'INT_ADD_-1207928377'), (u'INDIRECT_-1207924936', u'MULTIEQUAL_-1207924793'), (u'LOAD_-1207929573', u'CALL_-1207928542'), (u'LOAD_-1207927020', u'INT_ADD_-1207927002'), (u'CAST_-1207923322', u'STORE_-1207928879'), (u'LOAD_-1207929573', u'COPY_-1207923923'), (u'INT_EQUAL_-1207928316', u'CBRANCH_-1207928312'), (u'INT_AND_-1207928746', u'INT_NOTEQUAL_-1207928759'), (u'INT_ADD_-1207927161', u'CAST_-1207922417'), ('const-1', u'RETURN_-1207927016'), ('tmp_1786', u'CBRANCH_-1207928420'), (u'INDIRECT_-1207924021', u'COPY_-1207924088'), (u'COPY_-1207923300', u'MULTIEQUAL_-1207925517'), ('const-4575', u'CALL_-1207926666'), (u'INT_ADD_-1207928358', u'INT_AND_-1207928329'), ('const-433', u'LOAD_-1207927221'), (u'MULTIEQUAL_-1207925789', u'MULTIEQUAL_-1207925685'), (u'LOAD_-1207927217', u'INT_ADD_-1207927195'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928619'), (u'CAST_-1207923881', u'MULTIEQUAL_-1207926024'), ('const-433', u'LOAD_-1207926785'), ('const-0', u'INT_NOTEQUAL_-1207928759'), (u'INT_XOR_-1207923012', u'INT_NOTEQUAL_-1207926716'), ('const-1', u'PTRADD_-1207922845'), ('const-1', u'INT_AND_-1207927019'), (u'INT_EQUAL_-1207928601', u'CBRANCH_-1207928599'), ('const-433', u'LOAD_-1207926803'), ('const-0', u'INT_EQUAL_-1207924797'), ('const-433', u'STORE_-1207927439'), ('const-40', u'INT_ADD_-1207927177'), ('const-1', u'RETURN_-1207926605'), ('const-4', u'INT_AND_-1207926949'), (u'CAST_-1207922846', u'INT_SLESS_-1207927124'), ('const-433', u'LOAD_-1207928571'), (u'CALLIND_-1207927234', u'INT_NOTEQUAL_-1207927222'), ('const-2', u'PTRADD_-1207923086'), ('tmp_11240', u'MULTIEQUAL_-1207925386'), ('const-433', u'LOAD_-1207929541'), (u'COPY_-1207923722', u'MULTIEQUAL_-1207925929'), (u'PTRADD_-1207922810', u'STORE_-1207926941'), (u'CAST_-1207922908', u'LOAD_-1207926803'), (u'CALL_-1207926682', u'CALL_-1207926634'), (u'INT_EQUAL_-1207927248', u'CBRANCH_-1207927244'), ('const-4', u'PTRADD_-1207923098'), (u'INDIRECT_-1207924625', u'MULTIEQUAL_-1207924546'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928912'), (u'INT_AND_-1207928868', u'STORE_-1207928879'), ('const-433', u'LOAD_-1207928619'), ('tmp_3128', u'BRANCH_-1207927409'), ('const-0', u'INT_NOTEQUAL_-1207926701'), (u'INT_EQUAL_-1207926813', u'CBRANCH_-1207926807'), (u'CAST_-1207923648', u'LOAD_-1207928259'), (u'MULTIEQUAL_-1207926024', u'PTRADD_-1207923454'), (u'LOAD_-1207928300', u'INT_AND_-1207928274'), ('const-72', u'INT_ADD_-1207927161'), ('const-3664079', u'COPY_-1207922225'), (u'INDIRECT_-1207923908', u'COPY_-1207923953'), ('const-4', u'PTRADD_-1207923727'), (u'STORE_-1207928392', u'INDIRECT_-1207924921'), (u'LOAD_-1207927193', u'MULTIEQUAL_-1207925097'), ('const-4550', u'CALL_-1207926570'), ('const-3617876', u'COPY_-1207922256'), (u'INT_AND_-1207925326', u'INT_NOTEQUAL_-1207928237'), (u'CAST_-1207922994', u'LOAD_-1207928300'), (u'INT_EQUAL_-1207927033', u'CBRANCH_-1207927029'), (u'INT_EQUAL_-1207926757', u'CBRANCH_-1207926754'), ('const-3629599', u'COPY_-1207928739'), ('const-433', u'LOAD_-1207928585'), ('const-3670752', u'COPY_-1207922311'), (u'LOAD_-1207928492', u'INT_ADD_-1207928470'), (u'CAST_-1207923695', u'INT_ADD_-1207928358'), ('const-36', u'PTRADD_-1207928712'), (u'LOAD_-1207928689', u'INT_ADD_-1207928645'), (u'LOAD_-1207928571', u'INT_ADD_-1207928527'), (u'INT_EQUAL_-1207928271', u'CBRANCH_-1207928268'), ('const-0', u'INT_NOTEQUAL_-1207928330'), ('const-1', u'PTRADD_-1207923163'), (u'CALLIND_-1207928782', u'CAST_-1207923261'), ('tmp_934', u'CBRANCH_-1207928447'), ('const-2', u'INT_AND_-1207925393'), ('const-433', u'STORE_-1207928843'), ('tmp_17750', u'STORE_-1207928186'), ('tmp_1324', u'CBRANCH_-1207928757'), (u'CAST_-1207923213', u'COPY_-1207923300'), ('const-433', u'LOAD_-1207927183'), ('const-433', u'LOAD_-1207928259'), ('tmp_4071', u'CBRANCH_-1207926715'), (u'CALLIND_-1207928935', u'INT_EQUAL_-1207928601'), ('const-433', u'LOAD_-1207928516'), (u'INDIRECT_-1207924893', u'MULTIEQUAL_-1207924793'), (u'INT_ADD_-1207927177', u'CAST_-1207922342'), ('const-433', u'LOAD_-1207928710'), (u'PTRADD_-1207922944', u'LOAD_-1207927239'), (u'INT_ADD_-1207927321', u'CAST_-1207922936'), ('const-3631376', u'COPY_-1207927203'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928308'), ('tmp_2775', u'CBRANCH_-1207928329'), (u'INT_AND_-1207926743', u'INT_EQUAL_-1207926757'), (u'MULTIEQUAL_-1207926331', u'MULTIEQUAL_-1207926250'), (u'STORE_-1207928157', u'INDIRECT_-1207925156'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928715'), ('const-0', u'INT_NOTEQUAL_-1207927222'), (u'CAST_-1207923589', u'LOAD_-1207928128'), ('const-1', u'PTRADD_-1207923932'), ('tmp_11239', u'LOAD_-1207929520'), ('const-3673391', u'COPY_-1207922258'), (u'CAST_-1207923331', u'STORE_-1207928413'), ('const-2', u'PTRADD_-1207923046'), (u'CALL_-1207926682', u'INDIRECT_-1207924235'), ('const-3', u'PTRADD_-1207923710'), (u'COPY_-1207922845', u'MULTIEQUAL_-1207925929'), ('const--1', u'INT_EQUAL_-1207928523'), ('tmp_17751', u'LOAD_-1207928497'), (u'PTRADD_-1207923046', u'LOAD_-1207927856'), (u'CALL_-1207928542', u'STORE_-1207928375'), (u'PTRADD_-1207923131', u'CAST_-1207923029'), (u'INT_SLESS_-1207927124', u'CBRANCH_-1207927131'), ('const-0', u'INT_EQUAL_-1207926757'), (u'LOAD_-1207928458', u'INT_NOTEQUAL_-1207928437'), ('const-433', u'LOAD_-1207928749'), (u'LOAD_-1207928516', u'CAST_-1207923090'), (u'CALL_-1207927134', u'INDIRECT_-1207923861'), (u'INT_NOTEQUAL_-1207927113', u'CBRANCH_-1207927113'), ('const-0', u'INT_NOTEQUAL_-1207927113'), ('const-1', u'INT_OR_-1207928193'), ('const-433', u'LOAD_-1207928818'), (u'CAST_-1207923366', u'LOAD_-1207928951'), (u'INT_EQUAL_-1207928756', u'CBRANCH_-1207928753'), ('tmp_3798', u'CBRANCH_-1207927029'), ('const-72', u'INT_ADD_-1207928688'), ('const-2', u'INT_AND_-1207928274'), ('tmp_4152', u'CBRANCH_-1207926807'), ('tmp_198', u'BRANCH_-1207929450'), (u'CALLIND_-1207928118', u'INDIRECT_-1207925193'), (u'CAST_-1207923525', u'LOAD_-1207928794'), ('const-433', u'LOAD_-1207928661'), (u'MULTIEQUAL_-1207925342', u'MULTIEQUAL_-1207924734'), (u'CALL_-1207926530', u'INDIRECT_-1207924132'), ('tmp_3673', u'CBRANCH_-1207927131'), (u'CAST_-1207922694', u'LOAD_-1207926785'), (u'CALLIND_-1207926775', u'INT_ADD_-1207926703'), (u'COPY_-1207923068', u'MULTIEQUAL_-1207925789'), ('const-4', u'PTRADD_-1207923751'), ('const-4', u'PTRADD_-1207923687'), ('tmp_4358', u'BRANCH_-1207926626'), (u'COPY_-1207922522', u'CALL_-1207927071'), ('const-3664079', u'COPY_-1207922533'), ('const-328', u'INT_ADD_-1207926812'), (u'CALLIND_-1207927200', u'INDIRECT_-1207923966'), (u'CAST_-1207923090', u'MULTIEQUAL_-1207925342'), (u'INDIRECT_-1207924025', u'MULTIEQUAL_-1207923946'), ('const-0', u'INT_EQUAL_-1207928288'), (u'CAST_-1207922531', u'MULTIEQUAL_-1207925087'), (u'CALL_-1207928823', u'INDIRECT_-1207925157'), (u'INT_XOR_-1207925523', u'INT_NOTEQUAL_-1207928397'), (u'MULTIEQUAL_-1207924734', u'CALLIND_-1207927234'), ('tmp_1526', u'CBRANCH_-1207928599'), (u'LOAD_-1207928710', u'INT_ADD_-1207928688'), (u'MULTIEQUAL_-1207924546', u'MULTIEQUAL_-1207925124'), (u'MULTIEQUAL_-1207925685', u'CAST_-1207922846'), (u'COPY_-1207922258', u'CALL_-1207926473'), (u'PTRADD_-1207923232', u'LOAD_-1207928579'), (u'LOAD_-1207928486', u'INT_EQUAL_-1207928466'), (u'LOAD_-1207927343', u'INT_ADD_-1207927299'), (u'INT_ADD_-1207927188', u'INT_SUB_-1207926988'), (u'LOAD_-1207927188', u'CAST_-1207922424'), ('const-433', u'LOAD_-1207928259'), (u'CAST_-1207923504', u'LOAD_-1207928746'), ('const-433', u'LOAD_-1207928798'), (u'LOAD_-1207927211', u'CALLIND_-1207927201'), ('const-1', u'PTRADD_-1207923449'), (u'CALLIND_-1207928694', u'INDIRECT_-1207925096'), ('const-433', u'STORE_-1207928416'), (u'INT_ADD_-1207927188', u'INT_LESS_-1207927166'), (u'CAST_-1207922872', u'INT_LESS_-1207927166'), ('const-8', u'PTRADD_-1207923177'), ('const-4598', u'CALL_-1207927113'), ('const-433', u'LOAD_-1207928497'), ('tmp_17750', u'STORE_-1207928660'), ('const-433', u'LOAD_-1207928746'), (u'INT_SLESS_-1207928542', u'CBRANCH_-1207928547'), (u'LOAD_-1207928695', u'MULTIEQUAL_-1207925950'), ('tmp_17750', u'LOAD_-1207928749'), ('const-0', u'RETURN_-1207927363'), ('const-3', u'PTRADD_-1207923136'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207927268'), ('const-433', u'LOAD_-1207926633'), (u'INT_XOR_-1207925523', u'INT_NOTEQUAL_-1207928330'), ('const-1', u'INT_XOR_-1207925523'), ('const-8', u'PTRADD_-1207922810'), (u'COPY_-1207922233', u'CALL_-1207926243'), (u'INDIRECT_-1207924557', u'MULTIEQUAL_-1207924292'), ('tmp_3000', u'CBRANCH_-1207928184'), ('const-433', u'LOAD_-1207928458'), (u'INT_ADD_-1207928961', u'CAST_-1207923370'), ('const-433', u'LOAD_-1207927045'), ('const-0', u'INT_EQUAL_-1207928105'), ('const-1', u'PTRADD_-1207923737'), ('const-72', u'INT_ADD_-1207926769'), (u'LOAD_-1207927160', u'MULTIEQUAL_-1207925097'), ('tmp_299', u'CBRANCH_-1207928912'), (u'CAST_-1207923332', u'LOAD_-1207928906'), (u'INDIRECT_-1207923989', u'MULTIEQUAL_-1207923938'), (u'INT_NOTEQUAL_-1207928330', u'CBRANCH_-1207928329'), (u'CALL_-1207927113', u'INDIRECT_-1207923908'), (u'INT_ADD_-1207928703', u'CAST_-1207923221'), ('const-207', u'CALL_-1207927134'), ('const-433', u'LOAD_-1207927211'), (u'CALL_-1207927358', u'INDIRECT_-1207924557'), (u'INT_ADD_-1207928667', u'CAST_-1207923469'), (u'CALL_-1207928542', u'INT_SUB_-1207928483'), (u'INT_EQUAL_-1207928603', u'CBRANCH_-1207928599'), (u'CAST_-1207922908', u'PTRADD_-1207922944'), (u'INDIRECT_-1207925157', u'MULTIEQUAL_-1207924991'), (u'MULTIEQUAL_-1207925685', u'COPY_-1207922676'), ('const-3617876', u'COPY_-1207922452'), ('const-0', u'INT_EQUAL_-1207927868'), ('tmp_3296', u'CBRANCH_-1207928207'), (u'INDIRECT_-1207923741', u'COPY_-1207923764'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207927188'), ('const-433', u'LOAD_-1207928752'), ('const-433', u'LOAD_-1207928994'), ('tmp_4422', u'BRANCH_-1207926522'), (u'CALL_-1207926044', u'INDIRECT_-1207923658'), (u'MULTIEQUAL_-1207924929', u'CALL_-1207927231'), ('const-433', u'LOAD_-1207927260'), (u'CAST_-1207922724', u'LOAD_-1207926835'), (u'CAST_-1207922353', u'LOAD_-1207927210'), ('const-227', u'CALL_-1207926473'), ('const-688', u'INT_ADD_-1207928703'), (u'INT_NOTEQUAL_-1207926716', u'CBRANCH_-1207926715'), ('const-433', u'STORE_-1207928413'), (u'LOAD_-1207927335', u'INT_AND_-1207927309'), ('const-16', u'INT_ADD_-1207928645'), ('const-433', u'STORE_-1207927423'), (u'CALL_-1207926610', u'INDIRECT_-1207923791'), ('const-0', u'INT_EQUAL_-1207927033'), (u'CALL_-1207926570', u'INDIRECT_-1207923741'), (u'INDIRECT_-1207924921', u'MULTIEQUAL_-1207924900'), ('const-4294967295', u'INT_NOTEQUAL_-1207928422'), (u'LOAD_-1207928977', u'CALLIND_-1207928967'), (u'INT_ADD_-1207928679', u'CAST_-1207923477'), (u'INDIRECT_-1207923674', u'COPY_-1207923689'), ('const-4629', u'CALL_-1207926044'), (u'INT_ADD_-1207927188', u'INT_SUB_-1207926726'), ('const-433', u'LOAD_-1207927343'), (u'INT_AND_-1207926949', u'INT_NOTEQUAL_-1207926962'), ('const-433', u'LOAD_-1207928695'), ('const-433', u'LOAD_-1207926984'), ('tmp_1714', u'CBRANCH_-1207928463'), (u'MULTIEQUAL_-1207924836', u'STORE_-1207927439'), (u'INDIRECT_-1207924853', u'MULTIEQUAL_-1207924800'), (u'MULTIEQUAL_-1207924793', u'CALL_-1207927358'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207926777'), ('const-433', u'STORE_-1207926934'), (u'MULTIEQUAL_-1207925789', u'COPY_-1207922612'), ('const-8', u'PTRADD_-1207923136'), ('const-433', u'LOAD_-1207928300'), (u'CAST_-1207922744', u'STORE_-1207926934'), (u'INT_EQUAL_-1207924797', u'CBRANCH_-1207928349'), ('const-8', u'PTRADD_-1207923449'), (u'PTRADD_-1207923454', u'INT_NOTEQUAL_-1207928342'), (u'LOAD_-1207928757', u'CALL_-1207928620'), (u'COPY_-1207923341', u'MULTIEQUAL_-1207926068'), ('const-0', u'INT_NOTEQUAL_-1207926962'), (u'COPY_-1207922403', u'CALL_-1207927002'), (u'INDIRECT_-1207925096', u'MULTIEQUAL_-1207925037'), (u'CALLIND_-1207927201', u'INT_NOTEQUAL_-1207927189'), (u'MULTIEQUAL_-1207925087', u'PTRADD_-1207922805'), (u'STORE_-1207928229', u'INDIRECT_-1207925188'), (u'MULTIEQUAL_-1207925929', u'PTRADD_-1207923687'), ('const-0', u'INT_NOTEQUAL_-1207928716'), (u'PTRADD_-1207922827', u'CAST_-1207922765'), (u'MULTIEQUAL_-1207925929', u'LOAD_-1207928138'), ('const-433', u'LOAD_-1207928339'), (u'INDIRECT_-1207924289', u'MULTIEQUAL_-1207923618'), ('const-0', u'INT_EQUAL_-1207927248'), ('const-0', u'INT_EQUAL_-1207927828'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928516'), (u'MULTIEQUAL_-1207923800', u'INT_NOTEQUAL_-1207928378'), ('tmp_11240', u'INT_ADD_-1207928466'), (u'INT_LESS_-1207927166', u'CBRANCH_-1207927175'), ('const-0', u'INT_EQUAL_-1207928809'), (u'LOAD_-1207928951', u'INT_ADD_-1207928929'), (u'INDIRECT_-1207925016', u'MULTIEQUAL_-1207924900'), ('const-112', u'INT_ADD_-1207928112'), ('tmp_2924', u'CBRANCH_-1207928236'), (u'COPY_-1207922281', u'CALL_-1207926473'), ('const-433', u'LOAD_-1207927315'), ('tmp_4101', u'BRANCH_-1207926690'), (u'LOAD_-1207929573', u'INT_SUB_-1207927461'), ('const-8', u'INT_ADD_-1207926721'), (u'CALL_-1207926243', u'INDIRECT_-1207923674'), ('const-40', u'INT_ADD_-1207928679'), (u'CAST_-1207923665', u'PTRADD_-1207923737'), (u'MULTIEQUAL_-1207924292', u'MULTIEQUAL_-1207923813'), (u'MULTIEQUAL_-1207925970', u'PTRADD_-1207923057'), (u'INT_SUB_-1207926988', u'COPY_-1207922879'), ('const-1', u'PTRADD_-1207928712'), (u'INT_NOTEQUAL_-1207928437', u'CBRANCH_-1207928437'), (u'INT_AND_-1207927309', u'INT_EQUAL_-1207927323'), (u'LOAD_-1207926984', u'INT_OR_-1207924454'), (u'LOAD_-1207929573', u'INT_SUB_-1207928483'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207926633'), (u'INT_ADD_-1207928577', u'CAST_-1207923141'), ('const-433', u'LOAD_-1207928689'), (u'CALL_-1207928650', u'MULTIEQUAL_-1207923797'), ('const-433', u'LOAD_-1207928328'), (u'INT_ADD_-1207928255', u'STORE_-1207928229'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928585'), (u'CALL_-1207927021', u'INDIRECT_-1207923690'), (u'INDIRECT_-1207925157', u'PTRADD_-1207928712'), ('const-4', u'PTRADD_-1207923371'), (u'CAST_-1207923014', u'LOAD_-1207928339'), ('const-8', u'PTRADD_-1207923393'), (u'INT_AND_-1207928274', u'INT_EQUAL_-1207928288'), (u'COPY_-1207923564', u'MULTIEQUAL_-1207925789'), ('const-1', u'INT_AND_-1207924761'), (u'MULTIEQUAL_-1207924734', u'MULTIEQUAL_-1207924744'), (u'INDIRECT_-1207925157', u'CAST_-1207923511'), (u'CALL_-1207928620', u'INDIRECT_-1207925056'), ('const-96', u'INT_ADD_-1207928470'), (u'COPY_-1207923923', u'MULTIEQUAL_-1207925695'), (u'INT_OR_-1207928193', u'STORE_-1207928205'), ('tmp_1754', u'CBRANCH_-1207928437'), (u'INT_NOTEQUAL_-1207927189', u'CBRANCH_-1207927188'), ('const-8', u'PTRADD_-1207923163'), (u'PTRADD_-1207923687', u'CAST_-1207923585'), ('const-433', u'LOAD_-1207928395'), (u'LOAD_-1207926719', u'CALL_-1207926634'), ('const-433', u'LOAD_-1207927254'), ('const-8', u'PTRADD_-1207923737'), ('const-433', u'LOAD_-1207928906'), (u'INT_NOTEQUAL_-1207924410', u'CBRANCH_-1207926915'), (u'COPY_-1207922311', u'CALL_-1207926570'), (u'CAST_-1207923477', u'LOAD_-1207928695'), (u'MULTIEQUAL_-1207926231', u'MULTIEQUAL_-1207926096'), (u'INT_AND_-1207924761', u'INT_NOTEQUAL_-1207928448'), (u'CALL_-1207927034', u'INDIRECT_-1207923849'), ('const-4', u'PTRADD_-1207923057'), (u'CALL_-1207927086', u'CALL_-1207927062'), (u'CAST_-1207923665', u'PTRADD_-1207923710'), (u'COPY_-1207927170', u'MULTIEQUAL_-1207924929'), (u'CAST_-1207923155', u'LOAD_-1207928599'), ('const-433', u'LOAD_-1207928757'), ('const-0', u'INT_EQUAL_-1207928579'), (u'CALLIND_-1207928935', u'INT_EQUAL_-1207928756'), (u'INT_EQUAL_-1207928862', u'CBRANCH_-1207928859'), (u'CAST_-1207923380', u'CAST_-1207923332'), (u'INT_NOTEQUAL_-1207926701', u'CBRANCH_-1207926700'), (u'CAST_-1207922369', u'LOAD_-1207927244'), (u'CAST_-1207923141', u'LOAD_-1207928593'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207927343'), (u'MULTIEQUAL_-1207925685', u'MULTIEQUAL_-1207925102'), (u'COPY_-1207922303', u'CALL_-1207927021'), (u'INT_NOTEQUAL_-1207929483', u'CBRANCH_-1207929481'), ('tmp_4261', u'CBRANCH_-1207926720'), (u'CAST_-1207923299', u'PTRADD_-1207923358'), ('tmp_3601', u'CBRANCH_-1207927175'), (u'CALLIND_-1207928967', u'INDIRECT_-1207924955'), (u'CAST_-1207923529', u'MULTIEQUAL_-1207925970'), (u'INDIRECT_-1207924813', u'COPY_-1207923337'), (u'LOAD_-1207929573', u'MULTIEQUAL_-1207924836'), ('tmp_17744', u'STORE_-1207927423'), (u'LOAD_-1207929499', u'CAST_-1207923868'), (u'CAST_-1207923307', u'INT_NOTEQUAL_-1207928342'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928510'), ('tmp_3902', u'CBRANCH_-1207926961'), (u'INT_NOTEQUAL_-1207928448', u'CBRANCH_-1207928447'), ('tmp_11238', u'INT_ADD_-1207926819'), (u'PTRADD_-1207923383', u'CAST_-1207923322'), (u'INDIRECT_-1207924748', u'MULTIEQUAL_-1207924669'), ('const-1', u'RETURN_-1207927129'), (u'LOAD_-1207928308', u'CAST_-1207922998'), (u'MULTIEQUAL_-1207925990', u'INT_SUB_-1207927205'), ('tmp_3181', u'CBRANCH_-1207928216'), (u'COPY_-1207922256', u'CALL_-1207926243'), (u'CAST_-1207923261', u'COPY_-1207923341'), (u'LOAD_-1207928800', u'CAST_-1207923529'), ('const-8', u'PTRADD_-1207923057'), (u'COPY_-1207923118', u'MULTIEQUAL_-1207925929'), (u'STORE_-1207928164', u'INDIRECT_-1207925161'), ('const-0', u'STORE_-1207928660'), ('tmp_3070', u'CBRANCH_-1207928138'), (u'MULTIEQUAL_-1207924734', u'LOAD_-1207927254'), (u'INDIRECT_-1207924405', u'MULTIEQUAL_-1207923618'), (u'MULTIEQUAL_-1207925990', u'INT_ADD_-1207926739'), (u'COPY_-1207922322', u'CALL_-1207926570'), ('const-4590', u'CALL_-1207927071'), ('const-16', u'INT_AND_-1207928746'), (u'MULTIEQUAL_-1207926013', u'STORE_-1207928164'), (u'LOAD_-1207928749', u'INT_EQUAL_-1207928734'), ('const-3670752', u'COPY_-1207922361'), (u'CAST_-1207923665', u'PTRADD_-1207923727'), (u'LOAD_-1207928395', u'INT_ADD_-1207928377'), ('const-1', u'PTRADD_-1207922944'), (u'LOAD_-1207928719', u'CALL_-1207928703'), ('tmp_11237', u'LOAD_-1207929573'), ('tmp_17751', u'LOAD_-1207928395'), (u'INT_AND_-1207924397', u'INT_NOTEQUAL_-1207924410'), ('tmp_11238', u'INT_ADD_-1207928703'), (u'STORE_-1207928205', u'INDIRECT_-1207925178'), (u'INDIRECT_-1207925157', u'PTRADD_-1207928732'), (u'LOAD_-1207928994', u'CAST_-1207923382'), ('const-1', u'INT_AND_-1207927234'), ('const-24', u'INT_ADD_-1207928776'), ('const-433', u'LOAD_-1207927856'), ('const-0', u'INT_EQUAL_-1207928271'), (u'CALLIND_-1207928782', u'INDIRECT_-1207924862'), (u'PTRADD_-1207923248', u'CAST_-1207923151'), (u'INT_NOTEQUAL_-1207927222', u'CBRANCH_-1207927221'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928994'), (u'CALL_-1207928232', u'INDIRECT_-1207925336'), (u'CAST_-1207923401', u'INT_SLESS_-1207928542'), (u'COPY_-1207923337', u'CALL_-1207928650'), (u'COPY_-1207922508', u'CALL_-1207927113'), ('const-4', u'PTRADD_-1207923177'), (u'CALLIND_-1207928736', u'INDIRECT_-1207925118'), ('const-433', u'LOAD_-1207928128'), (u'LOAD_-1207928661', u'CALL_-1207928620'), (u'CALL_-1207927231', u'INDIRECT_-1207924003'), (u'LOAD_-1207927268', u'CAST_-1207922908'), ('const-16', u'PTRADD_-1207928732'), (u'MULTIEQUAL_-1207925944', u'COPY_-1207923705'), (u'MULTIEQUAL_-1207925685', u'INT_NOTEQUAL_-1207928412'), (u'PTRADD_-1207923358', u'CAST_-1207923295'), ('const-8', u'PTRADD_-1207922956'), (u'PTRADD_-1207923371', u'CAST_-1207923310'), (u'CAST_-1207923789', u'LOAD_-1207928259'), (u'INT_NOTEQUAL_-1207928412', u'CBRANCH_-1207928411'), (u'CALLIND_-1207927167', u'INT_ADD_-1207927144'), (u'STORE_-1207928375', u'INDIRECT_-1207924609'), (u'COPY_-1207922372', u'CALL_-1207926610'), (u'STORE_-1207928440', u'INDIRECT_-1207924636'), (u'LOAD_-1207927045', u'INT_AND_-1207927019'), (u'CAST_-1207923155', u'MULTIEQUAL_-1207925648'), (u'COPY_-1207922402', u'CALL_-1207926994'), (u'CAST_-1207923665', u'MULTIEQUAL_-1207925929'), (u'INDIRECT_-1207925156', u'MULTIEQUAL_-1207925145'), (u'CALLIND_-1207928694', u'INT_ADD_-1207928679'), ('const-8', u'PTRADD_-1207923383'), (u'MULTIEQUAL_-1207925695', u'COPY_-1207923565'), (u'LOAD_-1207928339', u'CALLIND_-1207928329'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207926529'), (u'CAST_-1207923073', u'LOAD_-1207928470'), (u'CAST_-1207923262', u'LOAD_-1207928792'), ('const-104', u'INT_ADD_-1207928577'), (u'COPY_-1207922803', u'CALL_-1207926682'), (u'LOAD_-1207928579', u'CALL_-1207928542'), (u'INT_EQUAL_-1207927344', u'CBRANCH_-1207927343'), ('const-8', u'PTRADD_-1207922805'), ('const-1', u'RETURN_-1207926468'), ('const-4', u'PTRADD_-1207923393'), ('const-124', u'INT_ADD_-1207928442'), ('tmp_2803', u'CBRANCH_-1207928309'), (u'CAST_-1207922406', u'LOAD_-1207927160'), ('const-32', u'INT_ADD_-1207928667'), ('const-1', u'INT_OR_-1207928404'), ('const-433', u'STORE_-1207928157'), (u'INT_EQUAL_-1207928579', u'CBRANCH_-1207928575'), (u'CAST_-1207923370', u'LOAD_-1207928977'), (u'COPY_-1207922361', u'CALL_-1207926610'), (u'CAST_-1207922424', u'LOAD_-1207927183'), ('const-433', u'STORE_-1207926941'), ('const-433', u'LOAD_-1207928977'), ('const-250', u'INT_AND_-1207928868'), (u'PTRADD_-1207922805', u'CAST_-1207922744'), (u'INT_NOTEQUAL_-1207928521', u'CBRANCH_-1207928521'), (u'CAST_-1207922673', u'LOAD_-1207926737'), ('const-0', u'INT_EQUAL_-1207928734'), (u'CALL_-1207927231', u'CALL_-1207927203'), (u'STORE_-1207928413', u'INDIRECT_-1207924933'), (u'CALL_-1207928542', u'COPY_-1207923118'), (u'CALLIND_-1207928935', u'INT_NOTEQUAL_-1207926701'), (u'LOAD_-1207928798', u'INT_ADD_-1207928776'), ('const-8', u'PTRADD_-1207922827'), (u'CALL_-1207927062', u'INDIRECT_-1207924405'), ('const-433', u'LOAD_-1207928840'), (u'CAST_-1207923299', u'LOAD_-1207928798'), (u'INT_ADD_-1207927444', u'MULTIEQUAL_-1207925386'), ('const-433', u'LOAD_-1207928800'), ('tmp_2319', u'CBRANCH_-1207927221'), (u'INT_ADD_-1207927838', u'COPY_-1207923067'), ('const-8', u'PTRADD_-1207922845'), ('const-433', u'LOAD_-1207928834'), (u'INT_ADD_-1207927195', u'CAST_-1207922433'), (u'PTRADD_-1207922845', u'LOAD_-1207927020'), ('const-1', u'INT_AND_-1207926743'), ('const-32', u'INT_ADD_-1207927321'), ('const-3664496', u'COPY_-1207922803'), (u'INT_AND_-1207924779', u'INT_EQUAL_-1207924797'), (u'INT_EQUAL_-1207927323', u'CBRANCH_-1207927320'), ('const-433', u'LOAD_-1207927177'), (u'MULTIEQUAL_-1207926013', u'MULTIEQUAL_-1207925944'), (u'COPY_-1207923655', u'CALL_-1207928620'), (u'INDIRECT_-1207925336', u'MULTIEQUAL_-1207923799'), (u'STORE_-1207926934', u'INDIRECT_-1207924279'), ('const-0', u'INT_NOTEQUAL_-1207928778'), (u'INT_ADD_-1207926812', u'CAST_-1207922719'), ('const-8', u'PTRADD_-1207923098'), ('const-8', u'PTRADD_-1207923131'), (u'MULTIEQUAL_-1207926096', u'MULTIEQUAL_-1207925990'), (u'CALLIND_-1207928967', u'INT_XOR_-1207923012'), (u'LOAD_-1207928623', u'CAST_-1207923155'), (u'LOAD_-1207928470', u'INT_AND_-1207924761'), (u'INDIRECT_-1207924721', u'MULTIEQUAL_-1207923778'), (u'CAST_-1207923090', u'PTRADD_-1207923136'), (u'MULTIEQUAL_-1207923799', u'MULTIEQUAL_-1207923778'), (u'LOAD_-1207928259', u'INT_AND_-1207925281'), ('const-433', u'LOAD_-1207928599'), (u'CALL_-1207928650', u'INDIRECT_-1207924782'), (u'MULTIEQUAL_-1207925970', u'PTRADD_-1207923046'), (u'INT_ADD_-1207927228', u'CAST_-1207922369'), ('const-3664432', u'COPY_-1207922721'), ('const-4', u'PTRADD_-1207922956'), (u'COPY_-1207922497', u'CALL_-1207927113'), (u'CAST_-1207922607', u'MULTIEQUAL_-1207925087'), (u'CALLIND_-1207928533', u'INDIRECT_-1207925016'), (u'LOAD_-1207928138', u'INT_ADD_-1207928112'), (u'INT_AND_-1207928302', u'INT_EQUAL_-1207928316'), ('const-433', u'LOAD_-1207928715'), (u'PTRADD_-1207928732', u'CAST_-1207923525'), ('const-2', u'INT_AND_-1207928091'), (u'INT_ADD_-1207928323', u'CAST_-1207923014'), (u'CAST_-1207923310', u'STORE_-1207928843'), ('const-0', u'INT_EQUAL_-1207928756'), (u'INT_NOTEQUAL_-1207928397', u'CBRANCH_-1207928395'), (u'CALL_-1207928823', u'INT_EQUAL_-1207928809'), (u'INT_AND_-1207928655', u'INT_EQUAL_-1207928669'), (u'INT_SUB_-1207926726', u'COPY_-1207922666'), ('const-8', u'PTRADD_-1207923454'), (u'MULTIEQUAL_-1207925648', u'PTRADD_-1207923232'), (u'INDIRECT_-1207924208', u'MULTIEQUAL_-1207924292'), ('const-2', u'INT_AND_-1207928302'), (u'INT_ADD_-1207928776', u'CAST_-1207923262'), ('const-72', u'INT_ADD_-1207928730'), ('const-433', u'LOAD_-1207928826'), ('const-433', u'LOAD_-1207928308'), ('const-0', u'INT_NOTEQUAL_-1207928378'), (u'INT_EQUAL_-1207928809', u'CBRANCH_-1207928808'), (u'LOAD_-1207927343', u'INT_ADD_-1207927321'), ('const-0', u'INT_EQUAL_-1207928806'), (u'LOAD_-1207927244', u'CALLIND_-1207927234'), (u'INT_EQUAL_-1207925411', u'CBRANCH_-1207928138'), ('const-4', u'INT_OR_-1207924454'), (u'INT_AND_-1207928589', u'INT_EQUAL_-1207928603'), ('tmp_813', u'CBRANCH_-1207928520'), ('const-2', u'INT_AND_-1207924779'), (u'INT_SLESS_-1207928253', u'CBRANCH_-1207928260'), ('const-2', u'INT_AND_-1207924397'), (u'LOAD_-1207928358', u'CAST_-1207923307'), ('const-433', u'LOAD_-1207928486'), ('tmp_4219', u'CBRANCH_-1207926754'), (u'INDIRECT_-1207923826', u'COPY_-1207923863'), ('const-8', u'PTRADD_-1207923248'), (u'CAST_-1207922660', u'LOAD_-1207926719'), (u'INDIRECT_-1207924604', u'MULTIEQUAL_-1207924546'), ('const-8', u'PTRADD_-1207923751'), (u'CAST_-1207923261', u'INT_LESS_-1207928209'), (u'CALL_-1207928542', u'INDIRECT_-1207924721'), (u'CAST_-1207922940', u'LOAD_-1207927880'), (u'LOAD_-1207926737', u'CALL_-1207926634'), ('tmp_4097', u'CBRANCH_-1207926700'), (u'COPY_-1207922721', u'CALL_-1207926570'), (u'MULTIEQUAL_-1207924826', u'STORE_-1207927423'), ('tmp_1562', u'CBRANCH_-1207928575'), ('const-433', u'LOAD_-1207927335'), ('const-1128', u'INT_ADD_-1207929452'), ('const-4548', u'CALL_-1207926610'), (u'CAST_-1207922845', u'INT_SLESS_-1207927124'), (u'CAST_-1207923881', u'INT_NOTEQUAL_-1207929483'), (u'MULTIEQUAL_-1207926096', u'CAST_-1207923401'), (u'LOAD_-1207928470', u'INT_OR_-1207928363'), (u'LOAD_-1207928259', u'INT_OR_-1207928152'), ('const-688', u'INT_ADD_-1207928243'), (u'LOAD_-1207928305', u'CAST_-1207923665'), (u'CAST_-1207923350', u'LOAD_-1207928945'), (u'MULTIEQUAL_-1207925271', u'CALL_-1207928232'), (u'PTRADD_-1207923932', u'LOAD_-1207929499'), (u'LOAD_-1207929573', u'INT_SUB_-1207927205'), (u'CALL_-1207927086', u'INDIRECT_-1207924416'), (u'INT_LESS_-1207928680', u'CBRANCH_-1207928676'), ('const-3664560', u'COPY_-1207923655'), (u'PTRADD_-1207923086', u'LOAD_-1207928279'), ('const-8', u'PTRADD_-1207923153'), (u'INDIRECT_-1207924557', u'MULTIEQUAL_-1207925124'), ('const-433', u'LOAD_-1207928279'), (u'INDIRECT_-1207924625', u'MULTIEQUAL_-1207923841'), ('const-1', u'RETURN_-1207926565'), (u'LOAD_-1207928593', u'CALLIND_-1207928583'), ('const-0', u'INT_EQUAL_-1207927344'), (u'CALL_-1207927203', u'INDIRECT_-1207923989'), (u'COPY_-1207922879', u'MULTIEQUAL_-1207925102'), ('const-1', u'RETURN_-1207926661'), (u'CAST_-1207923488', u'LOAD_-1207928710'), (u'MULTIEQUAL_-1207925695', u'CAST_-1207923402'), ('const-0', u'INT_NOTEQUAL_-1207928448'), ('const-3', u'PTRADD_-1207922810'), (u'MULTIEQUAL_-1207923797', u'INT_EQUAL_-1207928218'), (u'CAST_-1207923529', u'LOAD_-1207928752'), (u'PTRADD_-1207923177', u'CAST_-1207923073'), ('const-72', u'INT_ADD_-1207927194'), (u'COPY_-1207923927', u'MULTIEQUAL_-1207925990'), ('const-3617876', u'COPY_-1207922281'), (u'LOAD_-1207928470', u'INT_AND_-1207924779'), ('const-1', u'STORE_-1207928186'), (u'CALL_-1207928542', u'INT_EQUAL_-1207928523'), ('const-433', u'LOAD_-1207927880'), ('const-433', u'LOAD_-1207926719'), ('tmp_17751', u'STORE_-1207928392'), (u'LOAD_-1207928945', u'CALLIND_-1207928935'), ('const-8', u'PTRADD_-1207922944'), (u'MULTIEQUAL_-1207923800', u'CAST_-1207923689'), (u'CALLIND_-1207928935', u'INT_NOTEQUAL_-1207928311'), ('const-433', u'STORE_-1207928392'), (u'LOAD_-1207927061', u'CAST_-1207922803'), (u'INT_AND_-1207927234', u'INT_EQUAL_-1207927248'), (u'CALLIND_-1207928533', u'INT_NOTEQUAL_-1207928521'), ('tmp_2356', u'BRANCH_-1207927185'), (u'CAST_-1207923213', u'INT_LESS_-1207928680'), (u'CAST_-1207923349', u'LOAD_-1207928458'), ('const-2', u'INT_AND_-1207928589'), ('const-3673520', u'COPY_-1207922448'), (u'LOAD_-1207928619', u'CAST_-1207923433'), ('const-1', u'RETURN_-1207927066'), (u'INDIRECT_-1207924292', u'MULTIEQUAL_-1207924918'), (u'INT_ADD_-1207927299', u'CAST_-1207922925'), ('tmp_17750', u'LOAD_-1207928286'), ('const-72', u'INT_ADD_-1207927228'), (u'CAST_-1207922360', u'LOAD_-1207927216'), ('const-433', u'LOAD_-1207927222'), ('const-433', u'LOAD_-1207927193'), (u'INT_AND_-1207928091', u'INT_EQUAL_-1207928105'), (u'MULTIEQUAL_-1207926013', u'COPY_-1207923722'), (u'INT_EQUAL_-1207926737', u'CBRANCH_-1207926720'), (u'INDIRECT_-1207923939', u'COPY_-1207923973'), (u'INT_SUB_-1207926988', u'MULTIEQUAL_-1207925407'), (u'CALL_-1207926666', u'INDIRECT_-1207923761'), ('const-1', u'RETURN_-1207926039'), ('const-5', u'INT_OR_-1207928152'), (u'LOAD_-1207928510', u'CAST_-1207923380'), ('const-197', u'CALL_-1207926243'), (u'CALL_-1207926570', u'CALL_-1207926530'), (u'LOAD_-1207927177', u'CALLIND_-1207927167'), (u'MULTIEQUAL_-1207925407', u'MULTIEQUAL_-1207926250'), ('const-433', u'STORE_-1207928186'), (u'LOAD_-1207928117', u'INT_AND_-1207928091'), (u'LOAD_-1207928772', u'INT_AND_-1207928746'), (u'LOAD_-1207928840', u'INT_ADD_-1207928818'), ('tmp_11240', u'INT_ADD_-1207927188'), ('const-8', u'CALLIND_-1207928967'), ('const-433', u'LOAD_-1207927268'), ('const-433', u'LOAD_-1207928704'), (u'INT_ADD_-1207926819', u'CAST_-1207922724'), (u'CAST_-1207923336', u'PTRADD_-1207923371'), (u'COPY_-1207922381', u'CALL_-1207926994'), (u'INT_2COMP_-1207928344', u'INT_AND_-1207928329'), (u'INT_SUB_-1207926726', u'MULTIEQUAL_-1207925407'), (u'COPY_-1207923705', u'MULTIEQUAL_-1207925929'), ('const-433', u'LOAD_-1207928593'), (u'MULTIEQUAL_-1207925685', u'COPY_-1207923784'), (u'MULTIEQUAL_-1207924744', u'MULTIEQUAL_-1207924734'), ('const-3617876', u'COPY_-1207922427'), (u'COPY_-1207928739', u'MULTIEQUAL_-1207925950'), (u'CALLIND_-1207928329', u'INDIRECT_-1207924625'), ('const-433', u'LOAD_-1207928510'), ('const-433', u'LOAD_-1207928623'), (u'INT_EQUAL_-1207928237', u'CBRANCH_-1207928235'), ('const-8', u'INT_ADD_-1207926819'), ('const-124', u'INT_ADD_-1207928399'), (u'LOAD_-1207928615', u'INT_AND_-1207928589'), (u'CAST_-1207923029', u'STORE_-1207928368'), (u'MULTIEQUAL_-1207925102', u'MULTIEQUAL_-1207925944'), ('tmp_3416', u'CBRANCH_-1207927320'), (u'COPY_-1207922477', u'CALL_-1207927134'), (u'CALLIND_-1207928967', u'INT_EQUAL_-1207928579'), ('tmp_1919', u'CBRANCH_-1207928340'), (u'INT_NOTEQUAL_-1207928716', u'CBRANCH_-1207928715'), (u'CALLIND_-1207926775', u'INT_EQUAL_-1207926737'), (u'COPY_-1207922292', u'CALL_-1207927021'), (u'LOAD_-1207928906', u'INT_AND_-1207928832'), ('const-8', u'PTRADD_-1207922857'), ('const-1', u'RETURN_-1207926238'), (u'INT_AND_-1207928792', u'INT_EQUAL_-1207928806'), ('const-433', u'LOAD_-1207928358'), (u'LOAD_-1207928497', u'INT_NOTEQUAL_-1207928437'), (u'INT_ADD_-1207928929', u'CAST_-1207923350'), ('const-3617876', u'COPY_-1207922303'), (u'CAST_-1207923090', u'PTRADD_-1207923153'), (u'INDIRECT_-1207925178', u'MULTIEQUAL_-1207923813'), ('const-0', u'INT_EQUAL_-1207928237'), (u'CAST_-1207922904', u'LOAD_-1207927260'), ('tmp_382', u'CBRANCH_-1207928859'), ('const-3664079', u'COPY_-1207922372'), ('const-0', u'INT_EQUAL_-1207925411'), (u'LOAD_-1207926777', u'INT_ADD_-1207926721'), (u'CALL_-1207926994', u'INDIRECT_-1207923799'), ('const-8', u'PTRADD_-1207923705'), ('const-433', u'LOAD_-1207927210'), ('const-433', u'LOAD_-1207928772'), (u'INT_EQUAL_-1207928806', u'CBRANCH_-1207928802'), (u'INDIRECT_-1207924279', u'MULTIEQUAL_-1207925145'), (u'INT_AND_-1207928329', u'MULTIEQUAL_-1207926331'), ('const-0', u'INT_EQUAL_-1207928218'), ('const-3664079', u'COPY_-1207922347'), ('const-8', u'PTRADD_-1207923086'), (u'MULTIEQUAL_-1207925929', u'CALLIND_-1207928118'), ('const-248', u'INT_AND_-1207928832'), (u'CAST_-1207922908', u'MULTIEQUAL_-1207925087'), (u'COPY_-1207922214', u'CALL_-1207926044'), (u'MULTIEQUAL_-1207925990', u'INT_ADD_-1207927002'), (u'LOAD_-1207928794', u'INT_NOTEQUAL_-1207928778'), ('const-0', u'INT_NOTEQUAL_-1207926716'), (u'LOAD_-1207928906', u'INT_AND_-1207924958'), (u'CALLIND_-1207926775', u'INDIRECT_-1207924289'), ('const-433', u'LOAD_-1207928792'), ('const-433', u'LOAD_-1207927244'), ('const-1', u'INT_AND_-1207925326'), (u'CAST_-1207922719', u'LOAD_-1207926828'), (u'MULTIEQUAL_-1207925097', u'CALL_-1207927203'), (u'CALLIND_-1207927201', u'INDIRECT_-1207924041'), ('const-322', u'CALL_-1207927002'), (u'CAST_-1207923155', u'PTRADD_-1207923248'), (u'INT_ADD_-1207928466', u'STORE_-1207928440'), (u'PTRADD_-1207923727', u'CAST_-1207923625'), ('tmp_533', u'CBRANCH_-1207928753'), (u'INT_NOTEQUAL_-1207928342', u'CBRANCH_-1207928340'), ('tmp_1134', u'CBRANCH_-1207928312'), (u'MULTIEQUAL_-1207925789', u'INT_SUB_-1207927461'), (u'CAST_-1207922925', u'LOAD_-1207927315'), (u'COPY_-1207922428', u'CALL_-1207927034'), (u'MULTIEQUAL_-1207925124', u'CALL_-1207928823'), (u'PTRADD_-1207923751', u'CAST_-1207923648'), (u'CAST_-1207923364', u'LOAD_-1207928486'), ('const-433', u'LOAD_-1207928305'), (u'COPY_-1207923784', u'MULTIEQUAL_-1207926013'), (u'INT_OR_-1207928152', u'STORE_-1207928157'), (u'MULTIEQUAL_-1207923800', u'MULTIEQUAL_-1207924744'), (u'LOAD_-1207928704', u'CALLIND_-1207928694'), (u'PTRADD_-1207923454', u'MULTIEQUAL_-1207926024'), ('const-112', u'INT_ADD_-1207928323'), (u'INT_LESS_-1207928209', u'CBRANCH_-1207928207'), (u'CAST_-1207922908', u'PTRADD_-1207922956'), ('tmp_2661', u'CBRANCH_-1207928396'), (u'CAST_-1207923382', u'CALLIND_-1207928967'), (u'MULTIEQUAL_-1207925990', u'INT_SUB_-1207928359'), (u'CAST_-1207923090', u'PTRADD_-1207923113'), (u'MULTIEQUAL_-1207926024', u'MULTIEQUAL_-1207925076'), ('const-3664079', u'COPY_-1207922322'), (u'INT_SUB_-1207928272', u'INT_ADD_-1207928255'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928623'), ('const-433', u'STORE_-1207928164'), ('const-0', u'INT_EQUAL_-1207927323'), ('const-8', u'PTRADD_-1207923687'), ('const-0', u'INT_EQUAL_-1207926813'), (u'PTRADD_-1207923057', u'CAST_-1207922940'), (u'INT_OR_-1207928404', u'STORE_-1207928416'), ('const-5', u'INT_OR_-1207928363'), (u'CAST_-1207923396', u'LOAD_-1207928543'), ('const-0', u'INT_NOTEQUAL_-1207928397'), ('const-433', u'LOAD_-1207927061'), ('const-4', u'PTRADD_-1207922805'), (u'INT_AND_-1207927019', u'INT_EQUAL_-1207927033'), (u'LOAD_-1207928470', u'INT_AND_-1207924720'), ('const-4171', u'CALL_-1207927021'), (u'MULTIEQUAL_-1207924900', u'MULTIEQUAL_-1207924017'), (u'COPY_-1207923067', u'MULTIEQUAL_-1207925789'), ('tmp_17744', u'LOAD_-1207929541'), (u'MULTIEQUAL_-1207925102', u'COPY_-1207922845'), (u'INT_ADD_-1207928645', u'CAST_-1207923458'), (u'CAST_-1207922687', u'LOAD_-1207926769'), (u'INT_EQUAL_-1207928734', u'CBRANCH_-1207928732'), (u'STORE_-1207927439', u'INDIRECT_-1207924033'), ('const-433', u'LOAD_-1207928681'), ('const-433', u'LOAD_-1207927020'), (u'LOAD_-1207928259', u'INT_AND_-1207925393'), (u'MULTIEQUAL_-1207926068', u'MULTIEQUAL_-1207923800'), (u'CAST_-1207923604', u'STORE_-1207928157'), (u'CAST_-1207923772', u'MULTIEQUAL_-1207926068'), (u'LOAD_-1207928906', u'INT_AND_-1207928868'), ('const-433', u'LOAD_-1207927160'), ('const-40', u'INT_ADD_-1207927144'), ('const-8', u'PTRADD_-1207923358'), ('const-4', u'PTRADD_-1207922827'), (u'MULTIEQUAL_-1207925102', u'STORE_-1207926941'), (u'CALL_-1207926570', u'INDIRECT_-1207924154'), (u'STORE_-1207927423', u'INDIRECT_-1207924021'), (u'LOAD_-1207927221', u'CAST_-1207922360'), ('const-8', u'PTRADD_-1207923932'), (u'MULTIEQUAL_-1207926096', u'COPY_-1207923564'), (u'CALLIND_-1207927615', u'INDIRECT_-1207924292'), ('const-433', u'LOAD_-1207928615'), (u'CAST_-1207923336', u'LOAD_-1207928840'), (u'CAST_-1207923090', u'PTRADD_-1207923163'), (u'COPY_-1207922533', u'CALL_-1207927071'), (u'MULTIEQUAL_-1207925386', u'RETURN_-1207927363'), ('const-8', u'PTRADD_-1207923046'), (u'INDIRECT_-1207924862', u'MULTIEQUAL_-1207925271'), (u'CAST_-1207923665', u'PTRADD_-1207923705'), (u'CAST_-1207923137', u'MULTIEQUAL_-1207925648'), (u'CAST_-1207923336', u'PTRADD_-1207923393'), (u'LOAD_-1207928818', u'INT_AND_-1207928792'), ('tmp_1080', u'CBRANCH_-1207928349'), (u'LOAD_-1207928983', u'INT_ADD_-1207928961'), (u'INT_ADD_-1207928442', u'CAST_-1207923349'), (u'LOAD_-1207928349', u'INT_ADD_-1207928323'), (u'MULTIEQUAL_-1207925789', u'MULTIEQUAL_-1207924826'), (u'INT_SUB_-1207928359', u'INT_ADD_-1207928358'), (u'CAST_-1207922908', u'CALLIND_-1207926775'), ('const-433', u'LOAD_-1207928951'), (u'STORE_-1207928660', u'INDIRECT_-1207924744'), ('const-2', u'PTRADD_-1207923232'), (u'LOAD_-1207929573', u'COPY_-1207923927'), ('tmp_475', u'CBRANCH_-1207928802'), (u'CALLIND_-1207927200', u'INT_ADD_-1207927177'), (u'INDIRECT_-1207925056', u'MULTIEQUAL_-1207925005'), (u'COPY_-1207922676', u'MULTIEQUAL_-1207925102'), (u'INDIRECT_-1207923697', u'COPY_-1207923714'), ('const-8', u'PTRADD_-1207923710'), (u'MULTIEQUAL_-1207926231', u'INT_ADD_-1207927838'), (u'CALL_-1207927358', u'INT_EQUAL_-1207927344'), (u'LOAD_-1207928599', u'INT_ADD_-1207928577'), (u'LOAD_-1207928259', u'INT_AND_-1207925326'), (u'CAST_-1207922936', u'LOAD_-1207927335'), (u'LOAD_-1207927216', u'INT_ADD_-1207927194'), (u'MULTIEQUAL_-1207925929', u'COPY_-1207923563'), (u'LOAD_-1207928328', u'INT_AND_-1207928302'), (u'CAST_-1207923050', u'STORE_-1207928416'), (u'LOAD_-1207927222', u'CAST_-1207922440'), (u'COPY_-1207922427', u'CALL_-1207927002'), (u'INT_EQUAL_-1207928523', u'CBRANCH_-1207928520'), (u'LOAD_-1207927260', u'INT_AND_-1207927234'), ('const-433', u'LOAD_-1207927217'), (u'LOAD_-1207926777', u'INT_ADD_-1207926755'), (u'CALL_-1207927071', u'INDIRECT_-1207923939'), (u'INDIRECT_-1207925290', u'MULTIEQUAL_-1207925271'), ('const-56', u'INT_ADD_-1207928961'), (u'INDIRECT_-1207923791', u'COPY_-1207923811'), (u'CAST_-1207922803', u'MULTIEQUAL_-1207925087'), (u'MULTIEQUAL_-1207925087', u'PTRADD_-1207922827'), (u'LOAD_-1207927239', u'CAST_-1207922872'), ('const-331', u'CALL_-1207927034'), (u'INDIRECT_-1207925193', u'MULTIEQUAL_-1207925124'), (u'INT_NOTEQUAL_-1207928186', u'CBRANCH_-1207928184'), (u'INT_NOTEQUAL_-1207928759', u'CBRANCH_-1207928757'), (u'CAST_-1207923433', u'MULTIEQUAL_-1207925970'), (u'INT_AND_-1207925281', u'INT_NOTEQUAL_-1207928186'), ('const-8', u'PTRADD_-1207923113'), (u'LOAD_-1207926984', u'INT_AND_-1207924397'), ('const-433', u'LOAD_-1207926769'), ('const-120', u'INT_ADD_-1207928818'), (u'CALLIND_-1207928824', u'INDIRECT_-1207924893'), (u'LOAD_-1207928585', u'CAST_-1207923137'), ('const-433', u'LOAD_-1207928138'), ('tmp_3480', u'CBRANCH_-1207927244'), (u'MULTIEQUAL_-1207925076', u'LOAD_-1207927221'), (u'MULTIEQUAL_-1207925087', u'PTRADD_-1207922810'), (u'INT_SUB_-1207927205', u'INT_ADD_-1207927188'), ('tmp_1377', u'CBRANCH_-1207928715'), (u'MULTIEQUAL_-1207925037', u'MULTIEQUAL_-1207923841'), ('const-3673448', u'COPY_-1207922233'), (u'INT_OR_-1207924454', u'STORE_-1207926934'), (u'CAST_-1207922998', u'PTRADD_-1207923098'), (u'COPY_-1207922666', u'MULTIEQUAL_-1207925102'), (u'COPY_-1207922225', u'CALL_-1207926044'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928305'), (u'INDIRECT_-1207925118', u'MULTIEQUAL_-1207925037'), (u'COPY_-1207927203', u'MULTIEQUAL_-1207924929'), (u'CAST_-1207923295', u'LOAD_-1207928818'), (u'MULTIEQUAL_-1207925097', u'MULTIEQUAL_-1207925076'), (u'CAST_-1207923010', u'LOAD_-1207928328'), ('const-2', u'INT_AND_-1207928655'), (u'LOAD_-1207928259', u'INT_EQUAL_-1207928237'), (u'CAST_-1207923350', u'INT_ADD_-1207928442'), ('tmp_1647', u'CBRANCH_-1207928521'), (u'INT_EQUAL_-1207928288', u'CBRANCH_-1207928284'), (u'CALL_-1207928232', u'MULTIEQUAL_-1207923797'), (u'INT_NOTEQUAL_-1207926962', u'CBRANCH_-1207926961'), (u'MULTIEQUAL_-1207925929', u'COPY_-1207923068'), (u'INDIRECT_-1207924132', u'MULTIEQUAL_-1207924292'), ('tmp_3428', u'BRANCH_-1207927303'), (u'INT_NOTEQUAL_-1207928378', u'CBRANCH_-1207928377'), (u'PTRADD_-1207923393', u'CAST_-1207923332'), ('const-1', u'RETURN_-1207926989'), (u'LOAD_-1207926785', u'CALLIND_-1207926775'), (u'STORE_-1207928186', u'INDIRECT_-1207925290'), ('tmp_3124', u'CBRANCH_-1207928101'), ('tmp_3258', u'CBRANCH_-1207928235'), (u'INT_ADD_-1207928527', u'CAST_-1207923396'), ('const-0', u'INT_NOTEQUAL_-1207928237'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928800'), (u'INDIRECT_-1207923690', u'COPY_-1207923748'), (u'MULTIEQUAL_-1207925517', u'MULTIEQUAL_-1207923800'), (u'LOAD_-1207929573', u'INT_SUB_-1207928272'), ('tmp_2252', u'CBRANCH_-1207927822'), (u'INT_NOTEQUAL_-1207928397', u'CBRANCH_-1207928396'), (u'LOAD_-1207928543', u'CALLIND_-1207928533'), ('const-3672512', u'COPY_-1207922428'), (u'CAST_-1207923625', u'STORE_-1207928205'), ('tmp_3216', u'CBRANCH_-1207928268'), ('tmp_11240', u'INT_ADD_-1207928255'), (u'PTRADD_-1207923449', u'LOAD_-1207928358'), (u'LOAD_-1207928259', u'INT_OR_-1207928193'), ('const-433', u'LOAD_-1207927188'), ('tmp_18240', u'INT_NOTEQUAL_-1207928920'), (u'LOAD_-1207928486', u'CALLIND_-1207927615'), ('const-24', u'INT_ADD_-1207927299'), ('const-433', u'LOAD_-1207928945'), ('const-3672480', u'COPY_-1207922381'), (u'INT_ADD_-1207928730', u'CAST_-1207923504'), ('const-433', u'LOAD_-1207929499'), (u'MULTIEQUAL_-1207923800', u'CALL_-1207928542'), (u'LOAD_-1207927880', u'INT_AND_-1207927854'), (u'INT_ADD_-1207926703', u'CAST_-1207922660'), (u'LOAD_-1207929541', u'MULTIEQUAL_-1207925685'), ('const-0', u'INT_EQUAL_-1207928862'), ('const-4', u'PTRADD_-1207923113'), (u'INT_ADD_-1207928112', u'CAST_-1207923589'), (u'INDIRECT_-1207924279', u'MULTIEQUAL_-1207925124'), ('const-0', u'INT_EQUAL_-1207928316'), (u'PTRADD_-1207923113', u'CAST_-1207923010'), (u'CALLIND_-1207927234', u'INDIRECT_-1207923982'), ('const-1', u'INT_XOR_-1207923012'), ('const-433', u'LOAD_-1207926828'), ('tmp_11240', u'INT_ADD_-1207927444'), (u'INDIRECT_-1207925156', u'MULTIEQUAL_-1207925124'), ('const-433', u'LOAD_-1207928719'), ('const-3670752', u'COPY_-1207922214'), (u'INT_ADD_-1207926755', u'CAST_-1207922687'), (u'PTRADD_-1207928712', u'LOAD_-1207928772'), ('const-433', u'LOAD_-1207927239'), ('const-4', u'PTRADD_-1207923131'), (u'INT_ADD_-1207927188', u'CALL_-1207926530'), (u'MULTIEQUAL_-1207923800', u'CAST_-1207923695'), (u'LOAD_-1207926835', u'INT_ADD_-1207926812'), (u'LOAD_-1207928689', u'INT_ADD_-1207928667'), (u'INT_ADD_-1207927194', u'CAST_-1207922353'), ('tmp_1604', u'CBRANCH_-1207928547'), (u'MULTIEQUAL_-1207923799', u'MULTIEQUAL_-1207924669'), (u'CAST_-1207923090', u'LOAD_-1207928349'), (u'COPY_-1207923006', u'MULTIEQUAL_-1207926013'), ('const-1', u'INT_SUB_-1207928359'), ('const-1', u'PTRADD_-1207923454'), ('tmp_1292', u'CBRANCH_-1207928775'), (u'CAST_-1207922794', u'LOAD_-1207927045'), (u'LOAD_-1207926737', u'CALL_-1207926530'), (u'INDIRECT_-1207924841', u'MULTIEQUAL_-1207924800'), ('const-3617876', u'COPY_-1207922402'), (u'INT_AND_-1207928832', u'STORE_-1207928843'), ('const-433', u'LOAD_-1207929573'), ('const-433', u'LOAD_-1207926737'), (u'LOAD_-1207929541', u'MULTIEQUAL_-1207924826'), (u'STORE_-1207928879', u'INDIRECT_-1207924853'), (u'LOAD_-1207928579', u'INT_SLESS_-1207928253'), (u'INDIRECT_-1207924933', u'MULTIEQUAL_-1207924918'), (u'PTRADD_-1207923737', u'STORE_-1207928229'), ('const-4', u'INT_AND_-1207927309'), (u'LOAD_-1207927856', u'INT_ADD_-1207927838'), ('const-433', u'STORE_-1207928205'), (u'INT_ADD_-1207927002', u'INT_SUB_-1207926988'), (u'INT_NOTEQUAL_-1207928237', u'CBRANCH_-1207928236'), (u'PTRADD_-1207923098', u'CAST_-1207922994'), (u'CALL_-1207928542', u'MULTIEQUAL_-1207926231'), (u'MULTIEQUAL_-1207925005', u'MULTIEQUAL_-1207924991'), ('tmp_17752', u'MULTIEQUAL_-1207924017'), ('const-3664079', u'COPY_-1207922508'), (u'PTRSUB_-1207923535', u'INT_EQUAL_-1207928466'), (u'INT_NOTEQUAL_-1207928422', u'CBRANCH_-1207928420'), (u'CAST_-1207923332', u'INT_ADD_-1207928399'), (u'INT_AND_-1207927854', u'INT_EQUAL_-1207927868'), (u'INT_NOTEQUAL_-1207928778', u'CBRANCH_-1207928775'), (u'LOAD_-1207928912', u'CAST_-1207923336'), ('const-8', u'PTRADD_-1207923727'), (u'INDIRECT_-1207923799', u'COPY_-1207923841'), (u'PTRADD_-1207923136', u'STORE_-1207928375'), (u'LOAD_-1207927254', u'INT_ADD_-1207927228'), (u'CAST_-1207923402', u'INT_SLESS_-1207928542'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928969'), ('const-3670752', u'COPY_-1207922336'), (u'CAST_-1207923336', u'PTRADD_-1207923383'), ('const-433', u'LOAD_-1207928470'), ('tmp_3699', u'CBRANCH_-1207927113'), (u'CALLIND_-1207927167', u'INDIRECT_-1207924025'), ('tmp_2633', u'CBRANCH_-1207928411'), (u'CAST_-1207922765', u'LOAD_-1207926984'), ('const-0', u'INT_EQUAL_-1207926737'), (u'LOAD_-1207928834', u'CALLIND_-1207928824'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207927061'), ('const-433', u'STORE_-1207928368'), (u'MULTIEQUAL_-1207926331', u'INT_SUB_-1207928272'), ('const-8', u'INT_AND_-1207924958'), ('const-40', u'INT_ADD_-1207926703'), (u'PTRADD_-1207923705', u'CAST_-1207923604'), ('const-433', u'LOAD_-1207926777'), ('const-433', u'STORE_-1207928879'), (u'MULTIEQUAL_-1207925990', u'MULTIEQUAL_-1207925407'), ('const-433', u'LOAD_-1207926835'), (u'CAST_-1207923380', u'CAST_-1207923350'), ('const-1', u'INT_AND_-1207928792'), (u'MULTIEQUAL_-1207925990', u'CAST_-1207922845'), (u'STORE_-1207928416', u'INDIRECT_-1207924626'), (u'INT_ADD_-1207927188', u'CALL_-1207926634'), ('tmp_566', u'CBRANCH_-1207928732'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207927222'), ('const-433', u'LOAD_-1207929520'), (u'LOAD_-1207928715', u'CAST_-1207923488'), (u'CAST_-1207922417', u'LOAD_-1207927177'), ('const-3631304', u'COPY_-1207927170'), (u'INDIRECT_-1207924625', u'MULTIEQUAL_-1207923770'), (u'INDIRECT_-1207925157', u'MULTIEQUAL_-1207925005'), ('const-0', u'INT_NOTEQUAL_-1207924410'), ('const-4', u'PTRADD_-1207923705'), (u'INDIRECT_-1207924405', u'MULTIEQUAL_-1207924292'), (u'CAST_-1207923261', u'INT_LESS_-1207928680'), (u'MULTIEQUAL_-1207926331', u'COPY_-1207923006'), ('tmp_179', u'CBRANCH_-1207929481'), (u'PTRADD_-1207922857', u'CAST_-1207922794'), (u'MULTIEQUAL_-1207925342', u'PTRADD_-1207923086'), ('const-0', u'INT_NOTEQUAL_-1207928311'), (u'PTRADD_-1207922956', u'CAST_-1207922904'), ('tmp_11239', u'PTRADD_-1207923932'), (u'LOAD_-1207926529', u'CAST_-1207922531'), ('const-3672528', u'COPY_-1207922403'), ('const-433', u'LOAD_-1207928983'), (u'CAST_-1207923458', u'LOAD_-1207928661'), (u'STORE_-1207928368', u'INDIRECT_-1207924604'), ('const-1', u'RETURN_-1207927108'), (u'MULTIEQUAL_-1207926024', u'LOAD_-1207928826'), ('const-4', u'INT_AND_-1207924720'), (u'CAST_-1207923469', u'LOAD_-1207928681'), (u'CAST_-1207923221', u'LOAD_-1207928719'), (u'MULTIEQUAL_-1207926231', u'CALL_-1207928620'), ('const-1024', u'CALLIND_-1207928935'), (u'LOAD_-1207928279', u'INT_SLESS_-1207928253'), ('const-3617876', u'COPY_-1207922477'), ('const-32', u'INT_ADD_-1207926755'), ('tmp_17752', u'MULTIEQUAL_-1207924878'), (u'INT_SUB_-1207927461', u'INT_ADD_-1207927444'), ('const-1774176', u'PTRSUB_-1207923535'), (u'CAST_-1207922803', u'PTRADD_-1207922845'), (u'COPY_-1207922336', u'CALL_-1207926666'), (u'LOAD_-1207927315', u'COPY_-1207923028'), (u'LOAD_-1207928497', u'STORE_-1207928413'), ('const-433', u'LOAD_-1207927216'), ('const-433', u'STORE_-1207928229'), (u'INT_ADD_-1207928399', u'CAST_-1207923331'), ('const-433', u'LOAD_-1207928579'), (u'LOAD_-1207927210', u'CALLIND_-1207927200'), (u'COPY_-1207922448', u'CALL_-1207927134'), ('const-8', u'PTRADD_-1207923371'), ('const-4', u'PTRADD_-1207922857'), (u'MULTIEQUAL_-1207925407', u'MULTIEQUAL_-1207926231'), (u'INT_NOTEQUAL_-1207928311', u'CBRANCH_-1207928309'), (u'MULTIEQUAL_-1207926331', u'MULTIEQUAL_-1207926231'), ('const-433', u'LOAD_-1207928492'), (u'CALLIND_-1207928736', u'INT_NOTEQUAL_-1207928716'), ('tmp_11238', u'INT_ADD_-1207928243'), (u'CALLIND_-1207928967', u'INT_EQUAL_-1207927828'), ('tmp_2174', u'CBRANCH_-1207927865'), (u'LOAD_-1207926828', u'INT_EQUAL_-1207926813'), (u'COPY_-1207923028', u'MULTIEQUAL_-1207925929'), ('const-433', u'STORE_-1207928660'), (u'CAST_-1207923090', u'PTRADD_-1207923131'), ('const-355', u'CALL_-1207926994'), ('tmp_2687', u'CBRANCH_-1207928377'), ('const-3670720', u'COPY_-1207922292'), ('tmp_720', u'CBRANCH_-1207928599'), (u'MULTIEQUAL_-1207925789', u'MULTIEQUAL_-1207925695'), ('const-0', u'INT_EQUAL_-1207928669'), ('const-3670752', u'COPY_-1207922497'), (u'PTRADD_-1207923163', u'STORE_-1207928440'), ('tmp_626', u'CBRANCH_-1207928676'), ('tmp_11238', u'INT_ADD_-1207929452'), (u'CAST_-1207922433', u'LOAD_-1207927211'), (u'COPY_-1207923341', u'MULTIEQUAL_-1207925517'), (u'CALL_-1207927002', u'INDIRECT_-1207923826'), (u'CALL_-1207928224', u'INDIRECT_-1207925373'), (u'LOAD_-1207928792', u'CALLIND_-1207928782'), (u'CALLIND_-1207928583', u'INDIRECT_-1207924748'), ('const-0', u'INT_EQUAL_-1207928601'), (u'LOAD_-1207926803', u'INT_ADD_-1207926769'), ('const-4', u'INT_AND_-1207925281'), (u'INDIRECT_-1207925193', u'MULTIEQUAL_-1207923770'), ('const-433', u'LOAD_-1207928286'), ('const-4', u'PTRADD_-1207923153'), (u'LOAD_-1207928470', u'INT_OR_-1207928404'), (u'CAST_-1207923772', u'INT_LESS_-1207928209'), (u'LOAD_-1207927239', u'INT_ADD_-1207926739'), (u'CALL_-1207926634', u'INDIRECT_-1207924208'), (u'MULTIEQUAL_-1207924991', u'MULTIEQUAL_-1207923841'), (u'INDIRECT_-1207923658', u'COPY_-1207923664'), (u'COPY_-1207922347', u'CALL_-1207926666'), (u'MULTIEQUAL_-1207925970', u'LOAD_-1207928571'), (u'LOAD_-1207926633', u'CAST_-1207922607'), (u'STORE_-1207928843', u'INDIRECT_-1207924841'), (u'INDIRECT_-1207924782', u'MULTIEQUAL_-1207923799'), (u'INT_ADD_-1207927838', u'MULTIEQUAL_-1207926096'), ('const-72', u'INT_ADD_-1207927195'), ('tmp_1249', u'CBRANCH_-1207928808'), ('const-4', u'PTRADD_-1207923383'), (u'INDIRECT_-1207923966', u'MULTIEQUAL_-1207923946'), (u'INT_AND_-1207925393', u'INT_EQUAL_-1207925411'), (u'CAST_-1207923585', u'LOAD_-1207928117'), ('const-0', u'INT_EQUAL_-1207928603'), (u'INT_EQUAL_-1207928466', u'CBRANCH_-1207928463'), ('const-3670752', u'COPY_-1207922522'), ('tmp_2143', u'BRANCH_-1207927616'), ('const-433', u'LOAD_-1207928349'), ('tmp_2516', u'CBRANCH_-1207927188'), ('const-0', u'INT_NOTEQUAL_-1207928521'), (u'LOAD_-1207928826', u'CAST_-1207923299'), (u'CAST_-1207923090', u'PTRADD_-1207923177'), (u'INT_AND_-1207924958', u'INT_EQUAL_-1207928862'), ('const-64', u'INT_ADD_-1207928929'), ('const-433', u'LOAD_-1207928543'), (u'INT_ADD_-1207928818', u'CAST_-1207923303'), (u'CAST_-1207923303', u'LOAD_-1207928834'), (u'CALLIND_-1207928935', u'INDIRECT_-1207924936'), (u'CAST_-1207923380', u'LOAD_-1207928492'), (u'CAST_-1207922342', u'LOAD_-1207927193'), ('tmp_1210', u'CBRANCH_-1207928260'), (u'INDIRECT_-1207923849', u'COPY_-1207923888'), (u'INT_EQUAL_-1207927868', u'CBRANCH_-1207927865'), ('const-433', u'LOAD_-1207928912'), (u'LOAD_-1207926984', u'INT_AND_-1207926949'), (u'LOAD_-1207928681', u'INT_AND_-1207928655'), (u'CALLIND_-1207928967', u'INT_XOR_-1207925523'), ('tmp_1447', u'CBRANCH_-1207928666'), (u'INT_EQUAL_-1207928218', u'CBRANCH_-1207928216'), (u'COPY_-1207923563', u'MULTIEQUAL_-1207925789'), (u'INDIRECT_-1207924557', u'MULTIEQUAL_-1207923618'), (u'INT_ADD_-1207928688', u'CAST_-1207923481'), (u'MULTIEQUAL_-1207925087', u'MULTIEQUAL_-1207925929'), (u'LOAD_-1207928286', u'INT_EQUAL_-1207928271'), (u'CAST_-1207923868', u'INT_NOTEQUAL_-1207929483'), (u'PTRADD_-1207923153', u'CAST_-1207923050'), (u'CAST_-1207923481', u'LOAD_-1207928704'), (u'CALL_-1207928703', u'INDIRECT_-1207924813'), (u'LOAD_-1207928458', u'INT_NOTEQUAL_-1207928422'), (u'INT_NOTEQUAL_-1207928920', u'CBRANCH_-1207928912'), ('const-1', u'RETURN_-1207927029'), (u'INT_EQUAL_-1207928669', u'CBRANCH_-1207928666'), ('const-433', u'STORE_-1207928440'), (u'CALL_-1207928703', u'CAST_-1207923213')]
null
null
001f74f0
x64
O2
(translation_unit "long FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)\n\n{\n byte bVar1;\n undefined *puVar2;\n byte bVar3;\n char cVar4;\n char cVar5;\n long *plVar6;\n long lVar7;\n long *plVar8;\n long *plVar9;\n ulong uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n long *plVar14;\n char *pcVar15;\n ulong uVar16;\n ulong uVar17;\n ulong uVar18;\n ulong uVar19;\n \n uVar18 = *param_6;\n uVar19 = *param_7;\n plVar14 = (long *)*param_4;\n if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }\n *param_6 = uVar18;\n *param_7 = uVar19;\n return param_5;\n}\n\n" (function_definition "long FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)\n\n{\n byte bVar1;\n undefined *puVar2;\n byte bVar3;\n char cVar4;\n char cVar5;\n long *plVar6;\n long lVar7;\n long *plVar8;\n long *plVar9;\n ulong uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n long *plVar14;\n char *pcVar15;\n ulong uVar16;\n ulong uVar17;\n ulong uVar18;\n ulong uVar19;\n \n uVar18 = *param_6;\n uVar19 = *param_7;\n plVar14 = (long *)*param_4;\n if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }\n *param_6 = uVar18;\n *param_7 = uVar19;\n return param_5;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)" identifier (parameter_list "(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "char param_3" primitive_type identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "ulong *param_7" type_identifier (pointer_declarator "*param_7" * identifier)) , (parameter_declaration "int *param_8" primitive_type (pointer_declarator "*param_8" * identifier)) , (parameter_declaration "char *param_9" primitive_type (pointer_declarator "*param_9" * identifier)) ))) (compound_statement "{\n byte bVar1;\n undefined *puVar2;\n byte bVar3;\n char cVar4;\n char cVar5;\n long *plVar6;\n long lVar7;\n long *plVar8;\n long *plVar9;\n ulong uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n long *plVar14;\n char *pcVar15;\n ulong uVar16;\n ulong uVar17;\n ulong uVar18;\n ulong uVar19;\n \n uVar18 = *param_6;\n uVar19 = *param_7;\n plVar14 = (long *)*param_4;\n if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }\n *param_6 = uVar18;\n *param_7 = uVar19;\n return param_5;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (declaration "long *plVar9;" (sized_type_specifier "long" long) (pointer_declarator "*plVar9" * identifier) ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "undefined8 uVar11;" type_identifier identifier ;) (declaration "undefined8 uVar12;" type_identifier identifier ;) (declaration "undefined8 uVar13;" type_identifier identifier ;) (declaration "long *plVar14;" (sized_type_specifier "long" long) (pointer_declarator "*plVar14" * identifier) ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "ulong uVar16;" type_identifier identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "ulong uVar18;" type_identifier identifier ;) (declaration "ulong uVar19;" type_identifier identifier ;) (expression_statement "uVar18 = *param_6;" (assignment_expression "uVar18 = *param_6" identifier = (pointer_expression "*param_6" * identifier)) ;) (expression_statement "uVar19 = *param_7;" (assignment_expression "uVar19 = *param_7" identifier = (pointer_expression "*param_7" * identifier)) ;) (expression_statement "plVar14 = (long *)*param_4;" (assignment_expression "plVar14 = (long *)*param_4" identifier = (cast_expression "(long *)*param_4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_4" * identifier))) ;) (if_statement "if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }" if (parenthesized_expression "(plVar14 != (long *)param_4[1])" ( (binary_expression "plVar14 != (long *)param_4[1]" identifier != (cast_expression "(long *)param_4[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[1]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }" { (expression_statement "uVar10 = uVar18;" (assignment_expression "uVar10 = uVar18" identifier = identifier) ;) (expression_statement "uVar17 = uVar18;" (assignment_expression "uVar17 = uVar18" identifier = identifier) ;) (do_statement "do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);" do (compound_statement "{\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n }" { (expression_statement "bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);" (assignment_expression "bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8)" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8)" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x38))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x38)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x38)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x38)" ( (binary_expression "*(long *)*plVar14 + 0x38" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "((long *)*plVar14,8)" ( (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier)) , number_literal )))) ;) (expression_statement "cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);" (assignment_expression "cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400)" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400)" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x40))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x40)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x40)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x40)" ( (binary_expression "*(long *)*plVar14 + 0x40" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "((long *)*plVar14,0x400)" ( (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier)) , number_literal )))) ;) (if_statement "if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }" if (parenthesized_expression "(param_3 != '\0')" ( (binary_expression "param_3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }" { (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" identifier = (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) ))))) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 & 0xfa;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 & 0xfa" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }" if (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 *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }" { (expression_statement "*(byte *)(plVar6 + 4) = bVar1 & 0xf8;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 & 0xf8" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf8" identifier & number_literal)) ;) })) (expression_statement "(**(code **)(*plVar6 + 0x78))();" (call_expression "(**(code **)(*plVar6 + 0x78))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x78))" ( (pointer_expression "**(code **)(*plVar6 + 0x78)" * (pointer_expression "*(code **)(*plVar6 + 0x78)" * (cast_expression "(code **)(*plVar6 + 0x78)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x78)" ( (binary_expression "*plVar6 + 0x78" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" if (parenthesized_expression "((*(byte *)((long *)*plVar14 + 4) & 1) == 0)" ( (binary_expression "(*(byte *)((long *)*plVar14 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)((long *)*plVar14 + 4) & 1)" ( (binary_expression "*(byte *)((long *)*plVar14 + 4) & 1" (pointer_expression "*(byte *)((long *)*plVar14 + 4)" * (cast_expression "(byte *)((long *)*plVar14 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long *)*plVar14 + 4)" ( (binary_expression "(long *)*plVar14 + 4" (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier)) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }" { (expression_statement "plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();" (assignment_expression "plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))()" identifier = (cast_expression "(long *)(**(code **)(*(long *)*plVar14 + 0x18))()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*(long *)*plVar14 + 0x18))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x18))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x18)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x18)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x18)" ( (binary_expression "*(long *)*plVar14 + 0x18" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( ))))) ;) (expression_statement "plVar6 = plVar8;" (assignment_expression "plVar6 = plVar8" identifier = identifier) ;) (if_statement "if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }" { (if_statement "if (*param_9 == '\0') goto LAB_001f7586;" if (parenthesized_expression "(*param_9 == '\0')" ( (binary_expression "*param_9 == '\0'" (pointer_expression "*param_9" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_001f7586;" goto statement_identifier ;)) (expression_statement "plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));" (assignment_expression "plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" identifier = (cast_expression "(long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" identifier (argument_list "(*(undefined8 *)(param_2 + 0x2b0))" ( (pointer_expression "*(undefined8 *)(param_2 + 0x2b0)" * (cast_expression "(undefined8 *)(param_2 + 0x2b0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2b0)" ( (binary_expression "param_2 + 0x2b0" identifier + number_literal) )))) ))))) ;) (expression_statement "puVar2 = PTR_DAT_0043e6b0;" (assignment_expression "puVar2 = PTR_DAT_0043e6b0" identifier = identifier) ;) (if_statement "if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }" if (parenthesized_expression "(plVar8 < plVar9)" ( (binary_expression "plVar8 < plVar9" identifier < identifier) )) (compound_statement "{\n plVar6 = plVar9;\n }" { (expression_statement "plVar6 = plVar9;" (assignment_expression "plVar6 = plVar9" identifier = identifier) ;) })) (expression_statement "*param_9 = '\0';" (assignment_expression "*param_9 = '\0'" (pointer_expression "*param_9" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "cVar5 = FUN_002379c0(puVar2);" (assignment_expression "cVar5 = FUN_002379c0(puVar2)" identifier = (call_expression "FUN_002379c0(puVar2)" identifier (argument_list "(puVar2)" ( identifier )))) ;) }) (else_clause "else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" else (compound_statement "{\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" { (if_statement "if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }" if (parenthesized_expression "(*param_9 == '\0')" ( (binary_expression "*param_9 == '\0'" (pointer_expression "*param_9" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }" { (if_statement "if (*(long *)(param_2 + 0x2b0) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }" if (parenthesized_expression "(*(long *)(param_2 + 0x2b0) == 0)" ( (binary_expression "*(long *)(param_2 + 0x2b0) == 0" (pointer_expression "*(long *)(param_2 + 0x2b0)" * (cast_expression "(long *)(param_2 + 0x2b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2b0)" ( (binary_expression "param_2 + 0x2b0" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11c4,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "plVar6 = (long *)FUN_001f7370();" (assignment_expression "plVar6 = (long *)FUN_001f7370()" identifier = (cast_expression "(long *)FUN_001f7370()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001f7370()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (plVar6 < plVar8) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }" if (parenthesized_expression "(plVar6 < plVar8)" ( (binary_expression "plVar6 < plVar8" identifier < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11c6,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "*param_9 = '\x01';" (assignment_expression "*param_9 = '\x01'" (pointer_expression "*param_9" * identifier) = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (labeled_statement "LAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" statement_identifier : (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" identifier = (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" identifier (argument_list "(PTR_DAT_0043e6b0)" ( identifier )))) ;)) }))) (if_statement "if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" if (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }" { (if_statement "if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }" if (parenthesized_expression "((uVar10 != uVar19) && ((bVar3 ^ 1) != 0))" ( (binary_expression "(uVar10 != uVar19) && ((bVar3 ^ 1) != 0)" (parenthesized_expression "(uVar10 != uVar19)" ( (binary_expression "uVar10 != uVar19" identifier != identifier) )) && (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11df,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (if_statement "if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }" if (parenthesized_expression "(plVar6 != (long *)0x0)" ( (binary_expression "plVar6 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }" { (expression_statement "uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;" (assignment_expression "uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6" identifier = (binary_expression "(uVar10 - 1) + (long)plVar6 & -(long)plVar6" (binary_expression "(uVar10 - 1) + (long)plVar6" (parenthesized_expression "(uVar10 - 1)" ( (binary_expression "uVar10 - 1" identifier - number_literal) )) + (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) & (unary_expression "-(long)plVar6" - (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)))) ;) })) (if_statement "if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }" if (parenthesized_expression "(((bVar3 ^ 1) != 0) || (cVar4 != '\0'))" ( (binary_expression "((bVar3 ^ 1) != 0) || (cVar4 != '\0')" (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) )) || (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar19 = uVar10;\n }" { (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) })) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" identifier = (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((bVar1 & 1) != 0) goto LAB_001f7b56;" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b56;" goto statement_identifier ;)) (expression_statement "plVar6[1] = (uVar10 - uVar18) + param_5;" (assignment_expression "plVar6[1] = (uVar10 - uVar18) + param_5" (subscript_expression "plVar6[1]" identifier [ number_literal ]) = (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" ( (binary_expression "uVar10 - uVar18" identifier - identifier) )) + identifier)) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 1;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 1" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 4) != 0) goto LAB_001f7b3e;" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b3e;" goto statement_identifier ;)) (expression_statement "plVar6[3] = uVar19;" (assignment_expression "plVar6[3] = uVar19" (subscript_expression "plVar6[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 5;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 5" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 5" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) == 0) goto LAB_001f7612;" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7612;" goto statement_identifier ;)) }) (else_clause "else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" else (compound_statement "{\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" { (expression_statement "plVar8 = (long *)*plVar14;" (assignment_expression "plVar8 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }" if (parenthesized_expression "((*(byte *)(plVar8 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar8 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar8 + 4) & 2)" ( (binary_expression "*(byte *)(plVar8 + 4) & 2" (pointer_expression "*(byte *)(plVar8 + 4)" * (cast_expression "(byte *)(plVar8 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar8 + 4)" ( (binary_expression "plVar8 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }" { (expression_statement "(**(code **)(*plVar8 + 0x68))();" (call_expression "(**(code **)(*plVar8 + 0x68))()" (parenthesized_expression "(**(code **)(*plVar8 + 0x68))" ( (pointer_expression "**(code **)(*plVar8 + 0x68)" * (pointer_expression "*(code **)(*plVar8 + 0x68)" * (cast_expression "(code **)(*plVar8 + 0x68)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x68)" ( (binary_expression "*plVar8 + 0x68" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (expression_statement "plVar8 = (long *)*plVar14;" (assignment_expression "plVar8 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) })) (expression_statement "lVar7 = plVar8[2];" (assignment_expression "lVar7 = plVar8[2]" identifier = (subscript_expression "plVar8[2]" identifier [ number_literal ])) ;) (expression_statement "uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);" (assignment_expression "uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18)" identifier = (call_expression "FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18)" identifier (argument_list "(param_2 + 0x468,lVar7,plVar6,uVar18)" ( (binary_expression "param_2 + 0x468" identifier + number_literal) , identifier , identifier , identifier )))) ;) (if_statement "if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }" if (parenthesized_expression "(uVar10 == 0xffffffffffffffff)" ( (binary_expression "uVar10 == 0xffffffffffffffff" identifier == number_literal) )) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }" { (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x48)" ( (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }" if (parenthesized_expression "(lVar7 != 0)" ( (binary_expression "lVar7 != 0" identifier != number_literal) )) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }" { (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x48)" ( (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar15 = "out of patch space for section %s; relink with --incremental-full";" (assignment_expression "pcVar15 = "out of patch space for section %s; relink with --incremental-full"" identifier = (string_literal ""out of patch space for section %s; relink with --incremental-full"" " string_content ")) ;) (expression_statement "plVar14 = *(long **)(lVar7 + 0x28);" (assignment_expression "plVar14 = *(long **)(lVar7 + 0x28)" identifier = (pointer_expression "*(long **)(lVar7 + 0x28)" * (cast_expression "(long **)(lVar7 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_001f7ab1;" goto statement_identifier ;) })) comment (expression_statement "FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11ee,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" identifier = (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\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 "{\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }" { (labeled_statement "LAB_001f7b56:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x142,"set_address");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/output.h",0x142,"set_address");" (call_expression "FUN_0017c650("../../gold/output.h",0x142,"set_address")" identifier (argument_list "("../../gold/output.h",0x142,"set_address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_address"" " string_content ") ))) ;)) })) (expression_statement "plVar6[1] = (uVar10 - uVar18) + param_5;" (assignment_expression "plVar6[1] = (uVar10 - uVar18) + param_5" (subscript_expression "plVar6[1]" identifier [ number_literal ]) = (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" ( (binary_expression "uVar10 - uVar18" identifier - identifier) )) + identifier)) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 1;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 1" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }" { (labeled_statement "LAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");" (call_expression "FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset")" identifier (argument_list "("../../gold/output.h",0x14b,"set_file_offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_file_offset"" " string_content ") ))) ;)) })) (expression_statement "plVar6[3] = uVar10;" (assignment_expression "plVar6[3] = uVar10" (subscript_expression "plVar6[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 5;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 5" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 5" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }" { (expression_statement "(**(code **)(*plVar6 + 0x70))(plVar6);" (call_expression "(**(code **)(*plVar6 + 0x70))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x70))" ( (pointer_expression "**(code **)(*plVar6 + 0x70)" * (pointer_expression "*(code **)(*plVar6 + 0x70)" * (cast_expression "(code **)(*plVar6 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x70)" ( (binary_expression "*plVar6 + 0x70" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "(plVar6)" ( identifier ))) ;) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" ( (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b6e;" goto statement_identifier ;)) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" ( (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b26;" goto statement_identifier ;)) })) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) (if_statement "if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }" if (parenthesized_expression "(lVar7 < plVar6[2])" ( (binary_expression "lVar7 < plVar6[2]" identifier < (subscript_expression "plVar6[2]" identifier [ number_literal ])) )) (compound_statement "{\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }" { (while_statement "while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }" while (parenthesized_expression "(lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0)" ( (comma_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6)" identifier = (call_expression "(**(code **)(*plVar6 + 0x48))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" ( (pointer_expression "**(code **)(*plVar6 + 0x48)" * (pointer_expression "*(code **)(*plVar6 + 0x48)" * (cast_expression "(code **)(*plVar6 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x48)" ( (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "(plVar6)" ( identifier )))) , (binary_expression "lVar7 != 0" identifier != number_literal)) )) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }" { (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x48)" ( (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar15 = "%s: section changed size; relink with --incremental-full";" (assignment_expression "pcVar15 = "%s: section changed size; relink with --incremental-full"" identifier = (string_literal ""%s: section changed size; relink with --incremental-full"" " string_content ")) ;) (expression_statement "plVar14 = *(long **)(lVar7 + 0x28);" (assignment_expression "plVar14 = *(long **)(lVar7 + 0x28)" identifier = (pointer_expression "*(long **)(lVar7 + 0x28)" * (cast_expression "(long **)(lVar7 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) ))))) ;) (labeled_statement "LAB_001f7ab1:\n uVar13 = gettext(pcVar15);" statement_identifier : (expression_statement "uVar13 = gettext(pcVar15);" (assignment_expression "uVar13 = gettext(pcVar15)" identifier = (call_expression "gettext(pcVar15)" identifier (argument_list "(pcVar15)" ( identifier )))) ;)) (expression_statement "FUN_00178280(uVar13,plVar14);" (call_expression "FUN_00178280(uVar13,plVar14)" identifier (argument_list "(uVar13,plVar14)" ( identifier , identifier ))) ;) })) comment (expression_statement "FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11f6,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) }))) }) (else_clause "else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" else (compound_statement "{\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" { (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" identifier = (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" identifier (argument_list "(PTR_DAT_0043e6b0)" ( identifier )))) ;) (if_statement "if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" if (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }" { (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 1) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 1)" ( (binary_expression "*(byte *)(plVar6 + 4) & 1" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" { (labeled_statement "LAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/output.h",0xc5,"address");" (call_expression "FUN_0017c650("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;)) })) (expression_statement "uVar16 = (uVar10 - uVar18) + param_5;" (assignment_expression "uVar16 = (uVar10 - uVar18) + param_5" identifier = (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" ( (binary_expression "uVar10 - uVar18" identifier - identifier) )) + identifier)) ;) (if_statement "if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" if (parenthesized_expression "((ulong)plVar6[1] < uVar16)" ( (binary_expression "(ulong)plVar6[1] < uVar16" (cast_expression "(ulong)plVar6[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar6[1]" identifier [ number_literal ])) < identifier) )) (compound_statement "{\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }" { (if_statement "if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }" if (parenthesized_expression "(*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0')" ( (binary_expression "*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0'" (pointer_expression "*(char *)(*(long *)(param_2 + 8) + 0x148)" * (cast_expression "(char *)(*(long *)(param_2 + 8) + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 8) + 0x148)" ( (binary_expression "*(long *)(param_2 + 8) + 0x148" (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x1215,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6)" identifier = (call_expression "(**(code **)(*plVar6 + 0x48))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" ( (pointer_expression "**(code **)(*plVar6 + 0x48)" * (pointer_expression "*(code **)(*plVar6 + 0x48)" * (cast_expression "(code **)(*plVar6 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x48)" ( (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "(plVar6)" ( identifier )))) ;) (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;" if (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 1) == 0)" ( (binary_expression "(*(byte *)(*plVar14 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 1)" ( (binary_expression "*(byte *)(*plVar14 + 0x20) & 1" (pointer_expression "*(byte *)(*plVar14 + 0x20)" * (cast_expression "(byte *)(*plVar14 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x20)" ( (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" * identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7bfe;" goto statement_identifier ;)) (expression_statement "uVar13 = *(undefined8 *)(*plVar14 + 8);" (assignment_expression "uVar13 = *(undefined8 *)(*plVar14 + 8)" identifier = (pointer_expression "*(undefined8 *)(*plVar14 + 8)" * (cast_expression "(undefined8 *)(*plVar14 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 8)" ( (binary_expression "*plVar14 + 8" (pointer_expression "*plVar14" * identifier) + number_literal) ))))) ;) (if_statement "if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (compound_statement "{\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" { (expression_statement "uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");" (assignment_expression "uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" identifier = (call_expression "gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" identifier (argument_list "("dot moves backward in linker script from 0x%llx to 0x%llx")" ( (string_literal ""dot moves backward in linker script from 0x%llx to 0x%llx"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar12,uVar16,uVar13);" (call_expression "FUN_00178320(uVar12,uVar16,uVar13)" identifier (argument_list "(uVar12,uVar16,uVar13)" ( identifier , identifier , identifier ))) ;) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) }) (else_clause "else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" else (compound_statement "{\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" { (expression_statement "uVar12 = *(undefined8 *)(lVar7 + 0x28);" (assignment_expression "uVar12 = *(undefined8 *)(lVar7 + 0x28)" identifier = (pointer_expression "*(undefined8 *)(lVar7 + 0x28)" * (cast_expression "(undefined8 *)(lVar7 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");" (assignment_expression "uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" identifier = (call_expression "gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" identifier (argument_list "("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" ( (string_literal ""address of section \'%s\' moves backward from 0x%llx to 0x%llx"" " string_content escape_sequence string_content escape_sequence string_content ") )))) ;) (expression_statement "FUN_00178320(uVar11,uVar12,uVar16,uVar13);" (call_expression "FUN_00178320(uVar11,uVar12,uVar16,uVar13)" identifier (argument_list "(uVar11,uVar12,uVar16,uVar13)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) }))) }) (else_clause "else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" else (if_statement "if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" if (parenthesized_expression "(((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0))" ( (binary_expression "((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)" (parenthesized_expression "((long)uVar19 < (long)uVar10)" ( (binary_expression "(long)uVar19 < (long)uVar10" (cast_expression "(long)uVar19" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < (cast_expression "(long)uVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) && (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }" { (expression_statement "uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );" (assignment_expression "uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" identifier = (call_expression "gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" identifier (argument_list "(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" ( (string_literal ""script places BSS section in the middle of a LOAD segment; space will be allocated in the file"" " string_content ") )))) ;) (expression_statement "FUN_001783d0(uVar13);" (call_expression "FUN_001783d0(uVar13)" identifier (argument_list "(uVar13)" ( identifier ))) ;) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 1) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 1)" ( (binary_expression "*(byte *)(plVar6 + 4) & 1" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7bfe;" goto statement_identifier ;)) (expression_statement "uVar10 = (uVar10 + plVar6[1]) - uVar16;" (assignment_expression "uVar10 = (uVar10 + plVar6[1]) - uVar16" identifier = (binary_expression "(uVar10 + plVar6[1]) - uVar16" (parenthesized_expression "(uVar10 + plVar6[1])" ( (binary_expression "uVar10 + plVar6[1]" identifier + (subscript_expression "plVar6[1]" identifier [ number_literal ])) )) - identifier)) ;) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) }) (else_clause "else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" else (compound_statement "{\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" { (expression_statement "uVar10 = (plVar6[1] + uVar10) - uVar16;" (assignment_expression "uVar10 = (plVar6[1] + uVar10) - uVar16" identifier = (binary_expression "(plVar6[1] + uVar10) - uVar16" (parenthesized_expression "(plVar6[1] + uVar10)" ( (binary_expression "plVar6[1] + uVar10" (subscript_expression "plVar6[1]" identifier [ number_literal ]) + identifier) )) - identifier)) ;) (if_statement "if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }" if (parenthesized_expression "(((bVar3 ^ 1) != 0) || (cVar4 != '\0'))" ( (binary_expression "((bVar3 ^ 1) != 0) || (cVar4 != '\0')" (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) )) || (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar19 = uVar10;\n }" { (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) })) }))))) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" identifier = (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((bVar1 & 4) != 0) goto LAB_001f7b3e;" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b3e;" goto statement_identifier ;)) (expression_statement "plVar6[3] = uVar19;" (assignment_expression "plVar6[3] = uVar19" (subscript_expression "plVar6[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 4;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 4" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 4" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) != 0) goto LAB_001f7626;" if (parenthesized_expression "((bVar1 & 2) != 0)" ( (binary_expression "(bVar1 & 2) != 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7626;" goto statement_identifier ;)) (labeled_statement "LAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);" statement_identifier : (expression_statement "(**(code **)(*plVar6 + 0x70))(plVar6);" (call_expression "(**(code **)(*plVar6 + 0x70))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x70))" ( (pointer_expression "**(code **)(*plVar6 + 0x70)" * (pointer_expression "*(code **)(*plVar6 + 0x70)" * (cast_expression "(code **)(*plVar6 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x70)" ( (binary_expression "*plVar6 + 0x70" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "(plVar6)" ( identifier ))) ;)) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" ( (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }" { (labeled_statement "LAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size")" identifier (argument_list "("../../gold/output.h",0x163,"finalize_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""finalize_data_size"" " string_content ") ))) ;)) })) }) (else_clause "else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" else (compound_statement "{\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" { (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(*plVar14 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 4)" ( (binary_expression "*(byte *)(*plVar14 + 0x20) & 4" (pointer_expression "*(byte *)(*plVar14 + 0x20)" * (cast_expression "(byte *)(*plVar14 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x20)" ( (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" * identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })) (expression_statement "uVar10 = *(ulong *)(*plVar14 + 0x18);" (assignment_expression "uVar10 = *(ulong *)(*plVar14 + 0x18)" identifier = (pointer_expression "*(ulong *)(*plVar14 + 0x18)" * (cast_expression "(ulong *)(*plVar14 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x18)" ( (binary_expression "*plVar14 + 0x18" (pointer_expression "*plVar14" * identifier) + number_literal) ))))) ;) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) }))) }))) (labeled_statement "LAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" statement_identifier : (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" identifier = (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" identifier (argument_list "(PTR_DAT_0043e6b0)" ( identifier )))) ;)) (if_statement "if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" if (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }" { (labeled_statement "LAB_001f7694:\n plVar6 = (long *)*plVar14;" statement_identifier : (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;)) }) (else_clause "else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" else (compound_statement "{\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" { (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }" if (parenthesized_expression "((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0))" ( (binary_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)" (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) )) && (parenthesized_expression "((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)" ( (binary_expression "(PTR_DAT_0043e6b0[0x24] & 0x10) != 0" (parenthesized_expression "(PTR_DAT_0043e6b0[0x24] & 0x10)" ( (binary_expression "PTR_DAT_0043e6b0[0x24] & 0x10" (subscript_expression "PTR_DAT_0043e6b0[0x24]" identifier [ number_literal ]) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }" { (expression_statement "uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;" (assignment_expression "uVar13 = *(undefined8 *)PTR_DAT_0043e6b0" identifier = (pointer_expression "*(undefined8 *)PTR_DAT_0043e6b0" * (cast_expression "(undefined8 *)PTR_DAT_0043e6b0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "lVar7 = (**(code **)(*plVar6 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))()" identifier = (call_expression "(**(code **)(*plVar6 + 0x48))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" ( (pointer_expression "**(code **)(*plVar6 + 0x48)" * (pointer_expression "*(code **)(*plVar6 + 0x48)" * (cast_expression "(code **)(*plVar6 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x48)" ( (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar15 = "(special)";" (assignment_expression "pcVar15 = "(special)"" identifier = (string_literal ""(special)"" " string_content ")) ;) (if_statement "if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }" if (parenthesized_expression "(lVar7 != 0)" ( (binary_expression "lVar7 != 0" identifier != number_literal) )) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }" { (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x48)" ( (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar15 = *(char **)(lVar7 + 0x28);" (assignment_expression "pcVar15 = *(char **)(lVar7 + 0x28)" identifier = (pointer_expression "*(char **)(lVar7 + 0x28)" * (cast_expression "(char **)(lVar7 + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) ))))) ;) })) (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;" if (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(*plVar14 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 2)" ( (binary_expression "*(byte *)(*plVar14 + 0x20) & 2" (pointer_expression "*(byte *)(*plVar14 + 0x20)" * (cast_expression "(byte *)(*plVar14 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x20)" ( (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" * identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b26;" goto statement_identifier ;)) (expression_statement "FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);" (call_expression "FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15)" identifier (argument_list "(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15)" ( identifier , (string_literal ""set_section_list_addresses: %08lx %08lx %s"" " string_content ") , identifier , (pointer_expression "*(undefined8 *)(*plVar14 + 0x10)" * (cast_expression "(undefined8 *)(*plVar14 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x10)" ( (binary_expression "*plVar14 + 0x10" (pointer_expression "*plVar14" * identifier) + number_literal) )))) , identifier ))) ;) (goto_statement "goto LAB_001f7694;" goto statement_identifier ;) })) }))) (if_statement "if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }" if (parenthesized_expression "((cVar4 == '\0') || (bVar3 == 0))" ( (binary_expression "(cVar4 == '\0') || (bVar3 == 0)" (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) ))) )) (compound_statement "{\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }" { (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" ( (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_001f7b26:\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xcf,"data_size");" statement_identifier : comment (expression_statement "FUN_0017c650("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;)) })) (expression_statement "uVar10 = uVar10 + plVar6[2];" (assignment_expression "uVar10 = uVar10 + plVar6[2]" identifier = (binary_expression "uVar10 + plVar6[2]" identifier + (subscript_expression "plVar6[2]" identifier [ number_literal ]))) ;) (if_statement "if (bVar3 == 0) {\n uVar19 = uVar10;\n }" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar19 = uVar10;\n }" { (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) })) })) (if_statement "if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }" if (parenthesized_expression "((long)uVar17 < (long)uVar10)" ( (binary_expression "(long)uVar17 < (long)uVar10" (cast_expression "(long)uVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < (cast_expression "(long)uVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n uVar17 = uVar10;\n }" { (expression_statement "uVar17 = uVar10;" (assignment_expression "uVar17 = uVar10" identifier = identifier) ;) })) (expression_statement "cVar4 = (**(code **)(*plVar6 + 0x30))();" (assignment_expression "cVar4 = (**(code **)(*plVar6 + 0x30))()" identifier = (call_expression "(**(code **)(*plVar6 + 0x30))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x30))" ( (pointer_expression "**(code **)(*plVar6 + 0x30)" * (pointer_expression "*(code **)(*plVar6 + 0x30)" * (cast_expression "(code **)(*plVar6 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x30)" ( (binary_expression "*plVar6 + 0x30" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }" { (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }" if (parenthesized_expression "(*(code **)(*plVar6 + 0x60) == FUN_001b1260)" ( (binary_expression "*(code **)(*plVar6 + 0x60) == FUN_001b1260" (pointer_expression "*(code **)(*plVar6 + 0x60)" * (cast_expression "(code **)(*plVar6 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x60)" ( (binary_expression "*plVar6 + 0x60" (pointer_expression "*plVar6" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }" { (if_statement "if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }" if (parenthesized_expression "((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))" ( (binary_expression "(*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1)" (parenthesized_expression "(*param_8 != *(int *)((long)plVar6 + 0x7c))" ( (binary_expression "*param_8 != *(int *)((long)plVar6 + 0x7c)" (pointer_expression "*param_8" * identifier) != (pointer_expression "*(int *)((long)plVar6 + 0x7c)" * (cast_expression "(int *)((long)plVar6 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar6 + 0x7c)" ( (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) && (parenthesized_expression "(*(int *)((long)plVar6 + 0x7c) != -1)" ( (binary_expression "*(int *)((long)plVar6 + 0x7c) != -1" (pointer_expression "*(int *)((long)plVar6 + 0x7c)" * (cast_expression "(int *)((long)plVar6 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar6 + 0x7c)" ( (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");" (call_expression "FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx")" identifier (argument_list "("../../gold/output.h",0x104b,"do_set_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_set_out_shndx"" " string_content ") ))) ;) })) (expression_statement "*(int *)((long)plVar6 + 0x7c) = *param_8;" (assignment_expression "*(int *)((long)plVar6 + 0x7c) = *param_8" (pointer_expression "*(int *)((long)plVar6 + 0x7c)" * (cast_expression "(int *)((long)plVar6 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar6 + 0x7c)" ( (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (pointer_expression "*param_8" * identifier)) ;) }) (else_clause "else {\n (**(code **)(*plVar6 + 0x60))();\n }" else (compound_statement "{\n (**(code **)(*plVar6 + 0x60))();\n }" { (expression_statement "(**(code **)(*plVar6 + 0x60))();" (call_expression "(**(code **)(*plVar6 + 0x60))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x60))" ( (pointer_expression "**(code **)(*plVar6 + 0x60)" * (pointer_expression "*(code **)(*plVar6 + 0x60)" * (cast_expression "(code **)(*plVar6 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x60)" ( (binary_expression "*plVar6 + 0x60" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) }))) (expression_statement "*param_8 = *param_8 + 1;" (assignment_expression "*param_8 = *param_8 + 1" (pointer_expression "*param_8" * identifier) = (binary_expression "*param_8 + 1" (pointer_expression "*param_8" * identifier) + number_literal)) ;) })) (expression_statement "plVar14 = plVar14 + 1;" (assignment_expression "plVar14 = plVar14 + 1" identifier = (binary_expression "plVar14 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((long *)param_4[1] != plVar14)" ( (binary_expression "(long *)param_4[1] != plVar14" (cast_expression "(long *)param_4[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[1]" identifier [ number_literal ])) != identifier) )) ;) (expression_statement "param_5 = (uVar17 - uVar18) + param_5;" (assignment_expression "param_5 = (uVar17 - uVar18) + param_5" identifier = (binary_expression "(uVar17 - uVar18) + param_5" (parenthesized_expression "(uVar17 - uVar18)" ( (binary_expression "uVar17 - uVar18" identifier - identifier) )) + identifier)) ;) (expression_statement "uVar18 = uVar17;" (assignment_expression "uVar18 = uVar17" identifier = identifier) ;) })) (expression_statement "*param_6 = uVar18;" (assignment_expression "*param_6 = uVar18" (pointer_expression "*param_6" * identifier) = identifier) ;) (expression_statement "*param_7 = uVar19;" (assignment_expression "*param_7 = uVar19" (pointer_expression "*param_7" * identifier) = identifier) ;) (return_statement "return param_5;" return identifier ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t set_section_list_addresses(Output_segment * this, Layout *\n layout, bool reset, Output_data_list * pdl, uint64_t addr, off_t * poff, off_t * pfoff, uint *\n pshndx, bool * in_tls) */\n\nuint64_t __thiscall\ngold::Output_segment::set_section_list_addresses\n (Output_segment *this,Layout *layout,bool reset,Output_data_list *pdl,uint64_t addr,\n off_t *poff,off_t *pfoff,uint *pshndx,bool *in_tls)\n\n{\n byte bVar1;\n uint uVar2;\n Errors *this_00;\n off_t len;\n Parameters *this_01;\n byte bVar3;\n bool bVar4;\n int iVar5;\n uint64_t uVar6;\n undefined4 extraout_var;\n undefined4 extraout_var_00;\n undefined4 extraout_var_01;\n uint64_t uVar7;\n ulong uVar8;\n undefined4 extraout_var_02;\n undefined4 extraout_var_03;\n undefined4 extraout_var_04;\n undefined4 extraout_var_05;\n undefined4 extraout_var_06;\n pointer ppOVar9;\n undefined8 uVar10;\n Output_data *pOVar11;\n char *pcVar12;\n ulong uVar13;\n char cVar14;\n ulong uVar15;\n ulong minoff;\n ulong uVar16;\n \n minoff = *poff;\n uVar16 = *pfoff;\n ppOVar9 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;\n if (ppOVar9 !=\n (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish) {\n uVar8 = minoff;\n uVar15 = minoff;\n do {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8);\n bVar3 = (byte)iVar5;\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400);\n if (reset) {\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }\n cVar14 = (char)iVar5;\n if (((*ppOVar9)->field_0x20 & 1) == 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }\n else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }\nLAB_001f7626:\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }\n else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }\n if ((cVar14 == '\0') || (bVar3 == 0)) {\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }\n if ((long)uVar15 < (long)uVar8) {\n uVar15 = uVar8;\n }\n iVar5 = (*pOVar11->_vptr_Output_data[6])();\n if ((char)iVar5 != '\0') {\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish != ppOVar9);\n addr = (uVar15 - minoff) + addr;\n minoff = uVar15;\n }\n *poff = minoff;\n *pfoff = uVar16;\n return addr;\n}\n\n" comment comment (function_definition "uint64_t __thiscall\ngold::Output_segment::set_section_list_addresses\n (Output_segment *this,Layout *layout,bool reset,Output_data_list *pdl,uint64_t addr,\n off_t *poff,off_t *pfoff,uint *pshndx,bool *in_tls)\n\n{\n byte bVar1;\n uint uVar2;\n Errors *this_00;\n off_t len;\n Parameters *this_01;\n byte bVar3;\n bool bVar4;\n int iVar5;\n uint64_t uVar6;\n undefined4 extraout_var;\n undefined4 extraout_var_00;\n undefined4 extraout_var_01;\n uint64_t uVar7;\n ulong uVar8;\n undefined4 extraout_var_02;\n undefined4 extraout_var_03;\n undefined4 extraout_var_04;\n undefined4 extraout_var_05;\n undefined4 extraout_var_06;\n pointer ppOVar9;\n undefined8 uVar10;\n Output_data *pOVar11;\n char *pcVar12;\n ulong uVar13;\n char cVar14;\n ulong uVar15;\n ulong minoff;\n ulong uVar16;\n \n minoff = *poff;\n uVar16 = *pfoff;\n ppOVar9 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;\n if (ppOVar9 !=\n (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish) {\n uVar8 = minoff;\n uVar15 = minoff;\n do {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8);\n bVar3 = (byte)iVar5;\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400);\n if (reset) {\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }\n cVar14 = (char)iVar5;\n if (((*ppOVar9)->field_0x20 & 1) == 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }\n else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }\nLAB_001f7626:\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }\n else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }\n if ((cVar14 == '\0') || (bVar3 == 0)) {\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }\n if ((long)uVar15 < (long)uVar8) {\n uVar15 = uVar8;\n }\n iVar5 = (*pOVar11->_vptr_Output_data[6])();\n if ((char)iVar5 != '\0') {\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish != ppOVar9);\n addr = (uVar15 - minoff) + addr;\n minoff = uVar15;\n }\n *poff = minoff;\n *pfoff = uVar16;\n return addr;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_segment::" identifier : : identifier : :) (function_declarator "set_section_list_addresses\n (Output_segment *this,Layout *layout,bool reset,Output_data_list *pdl,uint64_t addr,\n off_t *poff,off_t *pfoff,uint *pshndx,bool *in_tls)" identifier (parameter_list "(Output_segment *this,Layout *layout,bool reset,Output_data_list *pdl,uint64_t addr,\n off_t *poff,off_t *pfoff,uint *pshndx,bool *in_tls)" ( (parameter_declaration "Output_segment *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "bool reset" primitive_type identifier) , (parameter_declaration "Output_data_list *pdl" type_identifier (pointer_declarator "*pdl" * identifier)) , (parameter_declaration "uint64_t addr" primitive_type identifier) , (parameter_declaration "off_t *poff" type_identifier (pointer_declarator "*poff" * identifier)) , (parameter_declaration "off_t *pfoff" type_identifier (pointer_declarator "*pfoff" * identifier)) , (parameter_declaration "uint *pshndx" type_identifier (pointer_declarator "*pshndx" * identifier)) , (parameter_declaration "bool *in_tls" primitive_type (pointer_declarator "*in_tls" * identifier)) ))) (compound_statement "{\n byte bVar1;\n uint uVar2;\n Errors *this_00;\n off_t len;\n Parameters *this_01;\n byte bVar3;\n bool bVar4;\n int iVar5;\n uint64_t uVar6;\n undefined4 extraout_var;\n undefined4 extraout_var_00;\n undefined4 extraout_var_01;\n uint64_t uVar7;\n ulong uVar8;\n undefined4 extraout_var_02;\n undefined4 extraout_var_03;\n undefined4 extraout_var_04;\n undefined4 extraout_var_05;\n undefined4 extraout_var_06;\n pointer ppOVar9;\n undefined8 uVar10;\n Output_data *pOVar11;\n char *pcVar12;\n ulong uVar13;\n char cVar14;\n ulong uVar15;\n ulong minoff;\n ulong uVar16;\n \n minoff = *poff;\n uVar16 = *pfoff;\n ppOVar9 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;\n if (ppOVar9 !=\n (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish) {\n uVar8 = minoff;\n uVar15 = minoff;\n do {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8);\n bVar3 = (byte)iVar5;\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400);\n if (reset) {\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }\n cVar14 = (char)iVar5;\n if (((*ppOVar9)->field_0x20 & 1) == 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }\n else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }\nLAB_001f7626:\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }\n else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }\n if ((cVar14 == '\0') || (bVar3 == 0)) {\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }\n if ((long)uVar15 < (long)uVar8) {\n uVar15 = uVar8;\n }\n iVar5 = (*pOVar11->_vptr_Output_data[6])();\n if ((char)iVar5 != '\0') {\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish != ppOVar9);\n addr = (uVar15 - minoff) + addr;\n minoff = uVar15;\n }\n *poff = minoff;\n *pfoff = uVar16;\n return addr;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "Errors *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "off_t len;" type_identifier identifier ;) (declaration "Parameters *this_01;" type_identifier (pointer_declarator "*this_01" * identifier) ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "uint64_t uVar6;" primitive_type identifier ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (declaration "undefined4 extraout_var_00;" type_identifier identifier ;) (declaration "undefined4 extraout_var_01;" type_identifier identifier ;) (declaration "uint64_t uVar7;" primitive_type identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "undefined4 extraout_var_02;" type_identifier identifier ;) (declaration "undefined4 extraout_var_03;" type_identifier identifier ;) (declaration "undefined4 extraout_var_04;" type_identifier identifier ;) (declaration "undefined4 extraout_var_05;" type_identifier identifier ;) (declaration "undefined4 extraout_var_06;" type_identifier identifier ;) (declaration "pointer ppOVar9;" type_identifier identifier ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "Output_data *pOVar11;" type_identifier (pointer_declarator "*pOVar11" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "char cVar14;" primitive_type identifier ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "ulong minoff;" type_identifier identifier ;) (declaration "ulong uVar16;" type_identifier identifier ;) (expression_statement "minoff = *poff;" (assignment_expression "minoff = *poff" identifier = (pointer_expression "*poff" * identifier)) ;) (expression_statement "uVar16 = *pfoff;" (assignment_expression "uVar16 = *pfoff" identifier = (pointer_expression "*pfoff" * identifier)) ;) (expression_statement "ppOVar9 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;" (assignment_expression "ppOVar9 = (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)) ;) (if_statement "if (ppOVar9 !=\n (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish) {\n uVar8 = minoff;\n uVar15 = minoff;\n do {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8);\n bVar3 = (byte)iVar5;\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400);\n if (reset) {\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }\n cVar14 = (char)iVar5;\n if (((*ppOVar9)->field_0x20 & 1) == 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }\n else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }\nLAB_001f7626:\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }\n else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }\n if ((cVar14 == '\0') || (bVar3 == 0)) {\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }\n if ((long)uVar15 < (long)uVar8) {\n uVar15 = uVar8;\n }\n iVar5 = (*pOVar11->_vptr_Output_data[6])();\n if ((char)iVar5 != '\0') {\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish != ppOVar9);\n addr = (uVar15 - minoff) + addr;\n minoff = uVar15;\n }" if (parenthesized_expression "(ppOVar9 !=\n (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish)" ( (binary_expression "ppOVar9 !=\n (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish" identifier != (field_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl.\n _M_finish" (field_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)._M_impl" (parenthesized_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)" ( (binary_expression "pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>" (binary_expression "pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "pdl->super__Vector_base<gold::Output_data*,_std" (binary_expression "pdl->super__Vector_base<gold" (field_expression "pdl->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n uVar8 = minoff;\n uVar15 = minoff;\n do {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8);\n bVar3 = (byte)iVar5;\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400);\n if (reset) {\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }\n cVar14 = (char)iVar5;\n if (((*ppOVar9)->field_0x20 & 1) == 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }\n else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }\nLAB_001f7626:\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }\n else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }\n if ((cVar14 == '\0') || (bVar3 == 0)) {\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }\n if ((long)uVar15 < (long)uVar8) {\n uVar15 = uVar8;\n }\n iVar5 = (*pOVar11->_vptr_Output_data[6])();\n if ((char)iVar5 != '\0') {\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish != ppOVar9);\n addr = (uVar15 - minoff) + addr;\n minoff = uVar15;\n }" { (expression_statement "uVar8 = minoff;" (assignment_expression "uVar8 = minoff" identifier = identifier) ;) (expression_statement "uVar15 = minoff;" (assignment_expression "uVar15 = minoff" identifier = identifier) ;) (do_statement "do {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8);\n bVar3 = (byte)iVar5;\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400);\n if (reset) {\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }\n cVar14 = (char)iVar5;\n if (((*ppOVar9)->field_0x20 & 1) == 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }\n else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }\nLAB_001f7626:\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }\n else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }\n if ((cVar14 == '\0') || (bVar3 == 0)) {\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }\n if ((long)uVar15 < (long)uVar8) {\n uVar15 = uVar8;\n }\n iVar5 = (*pOVar11->_vptr_Output_data[6])();\n if ((char)iVar5 != '\0') {\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish != ppOVar9);" do (compound_statement "{\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8);\n bVar3 = (byte)iVar5;\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400);\n if (reset) {\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }\n cVar14 = (char)iVar5;\n if (((*ppOVar9)->field_0x20 & 1) == 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }\n else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }\nLAB_001f7626:\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }\n else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }\n if ((cVar14 == '\0') || (bVar3 == 0)) {\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }\n if ((long)uVar15 < (long)uVar8) {\n uVar15 = uVar8;\n }\n iVar5 = (*pOVar11->_vptr_Output_data[6])();\n if ((char)iVar5 != '\0') {\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }\n ppOVar9 = ppOVar9 + 1;\n }" { (expression_statement "iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8);" (assignment_expression "iVar5 = (*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8)" identifier = (call_expression "(*(*ppOVar9)->_vptr_Output_data[7])(*ppOVar9,8)" (parenthesized_expression "(*(*ppOVar9)->_vptr_Output_data[7])" ( (pointer_expression "*(*ppOVar9)->_vptr_Output_data[7]" * (subscript_expression "(*ppOVar9)->_vptr_Output_data[7]" (field_expression "(*ppOVar9)->_vptr_Output_data" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "(*ppOVar9,8)" ( (pointer_expression "*ppOVar9" * identifier) , number_literal )))) ;) (expression_statement "bVar3 = (byte)iVar5;" (assignment_expression "bVar3 = (byte)iVar5" identifier = (cast_expression "(byte)iVar5" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400);" (assignment_expression "iVar5 = (*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400)" identifier = (call_expression "(*(*ppOVar9)->_vptr_Output_data[8])(*ppOVar9,0x400)" (parenthesized_expression "(*(*ppOVar9)->_vptr_Output_data[8])" ( (pointer_expression "*(*ppOVar9)->_vptr_Output_data[8]" * (subscript_expression "(*ppOVar9)->_vptr_Output_data[8]" (field_expression "(*ppOVar9)->_vptr_Output_data" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "(*ppOVar9,0x400)" ( (pointer_expression "*ppOVar9" * identifier) , number_literal )))) ;) (if_statement "if (reset) {\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }" if (parenthesized_expression "(reset)" ( identifier )) (compound_statement "{\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n pOVar11->field_0x20 = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }\n (*pOVar11->_vptr_Output_data[0xf])();\n }" { (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (expression_statement "bVar1 = pOVar11->field_0x20;" (assignment_expression "bVar1 = pOVar11->field_0x20" identifier = (field_expression "pOVar11->field_0x20" identifier -> field_identifier)) ;) (expression_statement "pOVar11->field_0x20 = bVar1 & 0xfa;" (assignment_expression "pOVar11->field_0x20 = bVar1 & 0xfa" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) = (binary_expression "bVar1 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar1 & 8) == 0) {\n pOVar11->field_0x20 = bVar1 & 0xf8;\n }" if (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 pOVar11->field_0x20 = bVar1 & 0xf8;\n }" { (expression_statement "pOVar11->field_0x20 = bVar1 & 0xf8;" (assignment_expression "pOVar11->field_0x20 = bVar1 & 0xf8" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) = (binary_expression "bVar1 & 0xf8" identifier & number_literal)) ;) })) (expression_statement "(*pOVar11->_vptr_Output_data[0xf])();" (call_expression "(*pOVar11->_vptr_Output_data[0xf])()" (parenthesized_expression "(*pOVar11->_vptr_Output_data[0xf])" ( (pointer_expression "*pOVar11->_vptr_Output_data[0xf]" * (subscript_expression "pOVar11->_vptr_Output_data[0xf]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) })) (expression_statement "cVar14 = (char)iVar5;" (assignment_expression "cVar14 = (char)iVar5" identifier = (cast_expression "(char)iVar5" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (((*ppOVar9)->field_0x20 & 1) == 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }\n else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }" if (parenthesized_expression "(((*ppOVar9)->field_0x20 & 1) == 0)" ( (binary_expression "((*ppOVar9)->field_0x20 & 1) == 0" (parenthesized_expression "((*ppOVar9)->field_0x20 & 1)" ( (binary_expression "(*ppOVar9)->field_0x20 & 1" (field_expression "(*ppOVar9)->field_0x20" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();\n uVar13 = CONCAT44(extraout_var_01,iVar5);\n uVar6 = uVar13;\n if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }\n if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n }" { (expression_statement "iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])();" (assignment_expression "iVar5 = (*(*ppOVar9)->_vptr_Output_data[3])()" identifier = (call_expression "(*(*ppOVar9)->_vptr_Output_data[3])()" (parenthesized_expression "(*(*ppOVar9)->_vptr_Output_data[3])" ( (pointer_expression "*(*ppOVar9)->_vptr_Output_data[3]" * (subscript_expression "(*ppOVar9)->_vptr_Output_data[3]" (field_expression "(*ppOVar9)->_vptr_Output_data" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "uVar13 = CONCAT44(extraout_var_01,iVar5);" (assignment_expression "uVar13 = CONCAT44(extraout_var_01,iVar5)" identifier = (call_expression "CONCAT44(extraout_var_01,iVar5)" identifier (argument_list "(extraout_var_01,iVar5)" ( identifier , identifier )))) ;) (expression_statement "uVar6 = uVar13;" (assignment_expression "uVar6 = uVar13" identifier = identifier) ;) (if_statement "if (cVar14 == '\0') {\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }\n else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }" if (parenthesized_expression "(cVar14 == '\0')" ( (binary_expression "cVar14 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*in_tls == false) goto LAB_001f7586;\n uVar7 = maximum_alignment(layout->tls_segment_);\n this_01 = parameters;\n if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }\n *in_tls = false;\n bVar4 = Parameters::incremental_update(this_01);\n }" { (if_statement "if (*in_tls == false) goto LAB_001f7586;" if (parenthesized_expression "(*in_tls == false)" ( (binary_expression "*in_tls == false" (pointer_expression "*in_tls" * identifier) == false) )) (goto_statement "goto LAB_001f7586;" goto statement_identifier ;)) (expression_statement "uVar7 = maximum_alignment(layout->tls_segment_);" (assignment_expression "uVar7 = maximum_alignment(layout->tls_segment_)" identifier = (call_expression "maximum_alignment(layout->tls_segment_)" identifier (argument_list "(layout->tls_segment_)" ( (field_expression "layout->tls_segment_" identifier -> field_identifier) )))) ;) (expression_statement "this_01 = parameters;" (assignment_expression "this_01 = parameters" identifier = identifier) ;) (if_statement "if (uVar13 < uVar7) {\n uVar6 = uVar7;\n }" if (parenthesized_expression "(uVar13 < uVar7)" ( (binary_expression "uVar13 < uVar7" identifier < identifier) )) (compound_statement "{\n uVar6 = uVar7;\n }" { (expression_statement "uVar6 = uVar7;" (assignment_expression "uVar6 = uVar7" identifier = identifier) ;) })) (expression_statement "*in_tls = false;" (assignment_expression "*in_tls = false" (pointer_expression "*in_tls" * identifier) = false) ;) (ERROR "bVar4 = Parameters::" (assignment_expression "bVar4 = Parameters" identifier = identifier) : :) (expression_statement "incremental_update(this_01);" (call_expression "incremental_update(this_01)" identifier (argument_list "(this_01)" ( identifier ))) ;) }) (else_clause "else {\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }" else (compound_statement "{\n if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }\nLAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);\n }" { (if_statement "if (*in_tls == false) {\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }" if (parenthesized_expression "(*in_tls == false)" ( (binary_expression "*in_tls == false" (pointer_expression "*in_tls" * identifier) == false) )) (compound_statement "{\n if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n uVar6 = maximum_alignment(layout->tls_segment_);\n if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *in_tls = true;\n }" { (if_statement "if (layout->tls_segment_ == (Output_segment *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }" if (parenthesized_expression "(layout->tls_segment_ == (Output_segment *)0x0)" ( (binary_expression "layout->tls_segment_ == (Output_segment *)0x0" (field_expression "layout->tls_segment_" identifier -> field_identifier) == (cast_expression "(Output_segment *)0x0" ( (type_descriptor "Output_segment *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x11c4,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11c4,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "uVar6 = maximum_alignment(layout->tls_segment_);" (assignment_expression "uVar6 = maximum_alignment(layout->tls_segment_)" identifier = (call_expression "maximum_alignment(layout->tls_segment_)" identifier (argument_list "(layout->tls_segment_)" ( (field_expression "layout->tls_segment_" identifier -> field_identifier) )))) ;) (if_statement "if (uVar6 < uVar13) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }" if (parenthesized_expression "(uVar6 < uVar13)" ( (binary_expression "uVar6 < uVar13" identifier < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x11c6,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11c6,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "*in_tls = true;" (assignment_expression "*in_tls = true" (pointer_expression "*in_tls" * identifier) = true) ;) })) (labeled_statement "LAB_001f7586:\n bVar4 = Parameters::incremental_update(parameters);" statement_identifier : (ERROR "bVar4 = Parameters::" (assignment_expression "bVar4 = Parameters" identifier = identifier) : :) (expression_statement "incremental_update(parameters);" (call_expression "incremental_update(parameters)" identifier (argument_list "(parameters)" ( identifier ))) ;)) }))) (if_statement "if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }\n else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }\n len = pOVar11->data_size_;\n uVar8 = Free_list::allocate(&layout->free_list_,len,uVar6,minoff);\n if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar8;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }\n uVar16 = uVar8;\n if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }\n }" { (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (if_statement "if ((pOVar11->field_0x20 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }" if (parenthesized_expression "((pOVar11->field_0x20 & 2) == 0)" ( (binary_expression "(pOVar11->field_0x20 & 2) == 0" (parenthesized_expression "(pOVar11->field_0x20 & 2)" ( (binary_expression "pOVar11->field_0x20 & 2" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n (*pOVar11->_vptr_Output_data[0xd])();\n pOVar11 = *ppOVar9;\n }" { (expression_statement "(*pOVar11->_vptr_Output_data[0xd])();" (call_expression "(*pOVar11->_vptr_Output_data[0xd])()" (parenthesized_expression "(*pOVar11->_vptr_Output_data[0xd])" ( (pointer_expression "*pOVar11->_vptr_Output_data[0xd]" * (subscript_expression "pOVar11->_vptr_Output_data[0xd]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) })) (expression_statement "len = pOVar11->data_size_;" (assignment_expression "len = pOVar11->data_size_" identifier = (field_expression "pOVar11->data_size_" identifier -> field_identifier)) ;) (ERROR "uVar8 = Free_list::" (assignment_expression "uVar8 = Free_list" identifier = identifier) : :) (expression_statement "allocate(&layout->free_list_,len,uVar6,minoff);" (call_expression "allocate(&layout->free_list_,len,uVar6,minoff)" identifier (argument_list "(&layout->free_list_,len,uVar6,minoff)" ( (pointer_expression "&layout->free_list_" & (field_expression "layout->free_list_" identifier -> field_identifier)) , identifier , identifier , identifier ))) ;) (if_statement "if (uVar8 == 0xffffffffffffffff) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }" if (parenthesized_expression "(uVar8 == 0xffffffffffffffff)" ( (binary_expression "uVar8 == 0xffffffffffffffff" identifier == number_literal) )) (compound_statement "{\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "out of patch space for section %s; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);\nLAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);\n /* WARNING: Subroutine does not return */\n gold_fallback(pcVar12,uVar10);\n }" { (expression_statement "iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();" (assignment_expression "iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])()" identifier = (call_expression "(*(*ppOVar9)->_vptr_Output_data[9])()" (parenthesized_expression "(*(*ppOVar9)->_vptr_Output_data[9])" ( (pointer_expression "*(*ppOVar9)->_vptr_Output_data[9]" * (subscript_expression "(*ppOVar9)->_vptr_Output_data[9]" (field_expression "(*ppOVar9)->_vptr_Output_data" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (if_statement "if (CONCAT44(extraout_var_03,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }" if (parenthesized_expression "(CONCAT44(extraout_var_03,iVar5) == 0)" ( (binary_expression "CONCAT44(extraout_var_03,iVar5) == 0" (call_expression "CONCAT44(extraout_var_03,iVar5)" identifier (argument_list "(extraout_var_03,iVar5)" ( identifier , identifier ))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x11ee,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11ee,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();" (assignment_expression "iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])()" identifier = (call_expression "(*(*ppOVar9)->_vptr_Output_data[9])()" (parenthesized_expression "(*(*ppOVar9)->_vptr_Output_data[9])" ( (pointer_expression "*(*ppOVar9)->_vptr_Output_data[9]" * (subscript_expression "(*ppOVar9)->_vptr_Output_data[9]" (field_expression "(*ppOVar9)->_vptr_Output_data" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar12 = "out of patch space for section %s; relink with --incremental-full";" (assignment_expression "pcVar12 = "out of patch space for section %s; relink with --incremental-full"" identifier = (string_literal ""out of patch space for section %s; relink with --incremental-full"" " string_content ")) ;) (expression_statement "uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28);" (assignment_expression "uVar10 = *(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28)" identifier = (pointer_expression "*(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28)" * (cast_expression "(undefined8 *)(CONCAT44(extraout_var_04,iVar5) + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(CONCAT44(extraout_var_04,iVar5) + 0x28)" ( (binary_expression "CONCAT44(extraout_var_04,iVar5) + 0x28" (call_expression "CONCAT44(extraout_var_04,iVar5)" identifier (argument_list "(extraout_var_04,iVar5)" ( identifier , identifier ))) + number_literal) ))))) ;) (labeled_statement "LAB_001f7ab1:\n pcVar12 = (char *)gettext(pcVar12);" statement_identifier : (expression_statement "pcVar12 = (char *)gettext(pcVar12);" (assignment_expression "pcVar12 = (char *)gettext(pcVar12)" identifier = (cast_expression "(char *)gettext(pcVar12)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(pcVar12)" identifier (argument_list "(pcVar12)" ( identifier ))))) ;)) comment (expression_statement "gold_fallback(pcVar12,uVar10);" (call_expression "gold_fallback(pcVar12,uVar10)" identifier (argument_list "(pcVar12,uVar10)" ( identifier , identifier ))) ;) })) (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (expression_statement "bVar1 = pOVar11->field_0x20;" (assignment_expression "bVar1 = pOVar11->field_0x20" identifier = (field_expression "pOVar11->field_0x20" identifier -> field_identifier)) ;) (if_statement "if ((bVar1 & 1) != 0) goto LAB_001f7b56;" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b56;" goto statement_identifier ;)) (expression_statement "pOVar11->address_ = (uVar8 - minoff) + addr;" (assignment_expression "pOVar11->address_ = (uVar8 - minoff) + addr" (field_expression "pOVar11->address_" identifier -> field_identifier) = (binary_expression "(uVar8 - minoff) + addr" (parenthesized_expression "(uVar8 - minoff)" ( (binary_expression "uVar8 - minoff" identifier - identifier) )) + identifier)) ;) (expression_statement "pOVar11->field_0x20 = bVar1 | 1;" (assignment_expression "pOVar11->field_0x20 = bVar1 | 1" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) = (binary_expression "bVar1 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 4) != 0) goto LAB_001f7b3e;" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b3e;" goto statement_identifier ;)) (expression_statement "pOVar11->offset_ = uVar8;" (assignment_expression "pOVar11->offset_ = uVar8" (field_expression "pOVar11->offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "pOVar11->field_0x20 = bVar1 | 5;" (assignment_expression "pOVar11->field_0x20 = bVar1 | 5" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) = (binary_expression "bVar1 | 5" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) == 0) {\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;\n }" { (expression_statement "(*pOVar11->_vptr_Output_data[0xe])(pOVar11);" (call_expression "(*pOVar11->_vptr_Output_data[0xe])(pOVar11)" (parenthesized_expression "(*pOVar11->_vptr_Output_data[0xe])" ( (pointer_expression "*pOVar11->_vptr_Output_data[0xe]" * (subscript_expression "pOVar11->_vptr_Output_data[0xe]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pOVar11)" ( identifier ))) ;) (if_statement "if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e;" if (parenthesized_expression "((pOVar11->field_0x20 & 2) == 0)" ( (binary_expression "(pOVar11->field_0x20 & 2) == 0" (parenthesized_expression "(pOVar11->field_0x20 & 2)" ( (binary_expression "pOVar11->field_0x20 & 2" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b6e;" goto statement_identifier ;)) (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (if_statement "if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26;" if (parenthesized_expression "((pOVar11->field_0x20 & 2) == 0)" ( (binary_expression "(pOVar11->field_0x20 & 2) == 0" (parenthesized_expression "(pOVar11->field_0x20 & 2)" ( (binary_expression "pOVar11->field_0x20 & 2" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b26;" goto statement_identifier ;)) })) (expression_statement "uVar16 = uVar8;" (assignment_expression "uVar16 = uVar8" identifier = identifier) ;) (if_statement "if (len < pOVar11->data_size_) {\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }" if (parenthesized_expression "(len < pOVar11->data_size_)" ( (binary_expression "len < pOVar11->data_size_" identifier < (field_expression "pOVar11->data_size_" identifier -> field_identifier)) )) (compound_statement "{\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = "%s: section changed size; relink with --incremental-full";\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);\n goto LAB_001f7ab1;\n }" { (expression_statement "iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);" (assignment_expression "iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11)" identifier = (call_expression "(*pOVar11->_vptr_Output_data[9])(pOVar11)" (parenthesized_expression "(*pOVar11->_vptr_Output_data[9])" ( (pointer_expression "*pOVar11->_vptr_Output_data[9]" * (subscript_expression "pOVar11->_vptr_Output_data[9]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pOVar11)" ( identifier )))) ;) (if_statement "if (CONCAT44(extraout_var_05,iVar5) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }" if (parenthesized_expression "(CONCAT44(extraout_var_05,iVar5) == 0)" ( (binary_expression "CONCAT44(extraout_var_05,iVar5) == 0" (call_expression "CONCAT44(extraout_var_05,iVar5)" identifier (argument_list "(extraout_var_05,iVar5)" ( identifier , identifier ))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x11f6,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11f6,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();" (assignment_expression "iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])()" identifier = (call_expression "(*(*ppOVar9)->_vptr_Output_data[9])()" (parenthesized_expression "(*(*ppOVar9)->_vptr_Output_data[9])" ( (pointer_expression "*(*ppOVar9)->_vptr_Output_data[9]" * (subscript_expression "(*ppOVar9)->_vptr_Output_data[9]" (field_expression "(*ppOVar9)->_vptr_Output_data" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar12 = "%s: section changed size; relink with --incremental-full";" (assignment_expression "pcVar12 = "%s: section changed size; relink with --incremental-full"" identifier = (string_literal ""%s: section changed size; relink with --incremental-full"" " string_content ")) ;) (expression_statement "uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28);" (assignment_expression "uVar10 = *(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28)" identifier = (pointer_expression "*(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28)" * (cast_expression "(undefined8 *)(CONCAT44(extraout_var_06,iVar5) + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(CONCAT44(extraout_var_06,iVar5) + 0x28)" ( (binary_expression "CONCAT44(extraout_var_06,iVar5) + 0x28" (call_expression "CONCAT44(extraout_var_06,iVar5)" identifier (argument_list "(extraout_var_06,iVar5)" ( identifier , identifier ))) + number_literal) ))))) ;) (goto_statement "goto LAB_001f7ab1;" goto statement_identifier ;) })) }) (else_clause "else {\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }" else (compound_statement "{\n if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n pOVar11 = *ppOVar9;\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n pOVar11->address_ = (uVar8 - minoff) + addr;\n pOVar11->field_0x20 = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }" { (if_statement "if ((uVar8 != uVar16) && ((bVar3 ^ 1) != 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }" if (parenthesized_expression "((uVar8 != uVar16) && ((bVar3 ^ 1) != 0))" ( (binary_expression "(uVar8 != uVar16) && ((bVar3 ^ 1) != 0)" (parenthesized_expression "(uVar8 != uVar16)" ( (binary_expression "uVar8 != uVar16" identifier != identifier) )) && (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x11df,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11df,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (if_statement "if (uVar6 != 0) {\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }" if (parenthesized_expression "(uVar6 != 0)" ( (binary_expression "uVar6 != 0" identifier != number_literal) )) (compound_statement "{\n uVar8 = (uVar8 - 1) + uVar6 & -uVar6;\n }" { (expression_statement "uVar8 = (uVar8 - 1) + uVar6 & -uVar6;" (assignment_expression "uVar8 = (uVar8 - 1) + uVar6 & -uVar6" identifier = (binary_expression "(uVar8 - 1) + uVar6 & -uVar6" (binary_expression "(uVar8 - 1) + uVar6" (parenthesized_expression "(uVar8 - 1)" ( (binary_expression "uVar8 - 1" identifier - number_literal) )) + identifier) & (unary_expression "-uVar6" - identifier))) ;) })) (if_statement "if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }" if (parenthesized_expression "(((bVar3 ^ 1) != 0) || (cVar14 != '\0'))" ( (binary_expression "((bVar3 ^ 1) != 0) || (cVar14 != '\0')" (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) )) || (parenthesized_expression "(cVar14 != '\0')" ( (binary_expression "cVar14 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar16 = uVar8;\n }" { (expression_statement "uVar16 = uVar8;" (assignment_expression "uVar16 = uVar8" identifier = identifier) ;) })) (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (expression_statement "bVar1 = pOVar11->field_0x20;" (assignment_expression "bVar1 = pOVar11->field_0x20" identifier = (field_expression "pOVar11->field_0x20" identifier -> field_identifier)) ;) (if_statement "if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\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 "{\nLAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }" { (labeled_statement "LAB_001f7b56:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x142,"set_address");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x142,"set_address");" (call_expression "do_gold_unreachable("../../gold/output.h",0x142,"set_address")" identifier (argument_list "("../../gold/output.h",0x142,"set_address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_address"" " string_content ") ))) ;)) })) (expression_statement "pOVar11->address_ = (uVar8 - minoff) + addr;" (assignment_expression "pOVar11->address_ = (uVar8 - minoff) + addr" (field_expression "pOVar11->address_" identifier -> field_identifier) = (binary_expression "(uVar8 - minoff) + addr" (parenthesized_expression "(uVar8 - minoff)" ( (binary_expression "uVar8 - minoff" identifier - identifier) )) + identifier)) ;) (expression_statement "pOVar11->field_0x20 = bVar1 | 1;" (assignment_expression "pOVar11->field_0x20 = bVar1 | 1" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) = (binary_expression "bVar1 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }" { (labeled_statement "LAB_001f7b3e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");" (call_expression "do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset")" identifier (argument_list "("../../gold/output.h",0x14b,"set_file_offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_file_offset"" " string_content ") ))) ;)) })) (expression_statement "pOVar11->offset_ = uVar16;" (assignment_expression "pOVar11->offset_ = uVar16" (field_expression "pOVar11->offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "pOVar11->field_0x20 = bVar1 | 5;" (assignment_expression "pOVar11->field_0x20 = bVar1 | 5" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) = (binary_expression "bVar1 | 5" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) == 0) goto LAB_001f7612;" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7612;" goto statement_identifier ;)) }))) }) (else_clause "else {\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }" else (compound_statement "{\n bVar4 = Parameters::incremental_update(parameters);\n if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n }" { (ERROR "bVar4 = Parameters::" (assignment_expression "bVar4 = Parameters" identifier = identifier) : :) (expression_statement "incremental_update(parameters);" (call_expression "incremental_update(parameters)" identifier (argument_list "(parameters)" ( identifier ))) ;) (if_statement "if (bVar4) {\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }\n else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar8 = (*ppOVar9)->offset_;\n uVar16 = uVar8;\n }" { (if_statement "if (((*ppOVar9)->field_0x20 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "(((*ppOVar9)->field_0x20 & 4) == 0)" ( (binary_expression "((*ppOVar9)->field_0x20 & 4) == 0" (parenthesized_expression "((*ppOVar9)->field_0x20 & 4)" ( (binary_expression "(*ppOVar9)->field_0x20 & 4" (field_expression "(*ppOVar9)->field_0x20" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xe3,"offset");" (call_expression "do_gold_unreachable("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })) (expression_statement "uVar8 = (*ppOVar9)->offset_;" (assignment_expression "uVar8 = (*ppOVar9)->offset_" identifier = (field_expression "(*ppOVar9)->offset_" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier)) ;) (expression_statement "uVar16 = uVar8;" (assignment_expression "uVar16 = uVar8" identifier = identifier) ;) }) (else_clause "else {\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }" else (compound_statement "{\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar13 = (uVar8 - minoff) + addr;\n if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }\n bVar1 = pOVar11->field_0x20;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n pOVar11->offset_ = uVar16;\n pOVar11->field_0x20 = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n }" { (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (if_statement "if ((pOVar11->field_0x20 & 1) == 0) {\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((pOVar11->field_0x20 & 1) == 0)" ( (binary_expression "(pOVar11->field_0x20 & 1) == 0" (parenthesized_expression "(pOVar11->field_0x20 & 1)" ( (binary_expression "pOVar11->field_0x20 & 1" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { (labeled_statement "LAB_001f7bfe:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xc5,"address");" (call_expression "do_gold_unreachable("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;)) })) (expression_statement "uVar13 = (uVar8 - minoff) + addr;" (assignment_expression "uVar13 = (uVar8 - minoff) + addr" identifier = (binary_expression "(uVar8 - minoff) + addr" (parenthesized_expression "(uVar8 - minoff)" ( (binary_expression "uVar8 - minoff" identifier - identifier) )) + identifier)) ;) (if_statement "if (pOVar11->address_ < uVar13) {\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }\n else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }" if (parenthesized_expression "(pOVar11->address_ < uVar13)" ( (binary_expression "pOVar11->address_ < uVar13" (field_expression "pOVar11->address_" identifier -> field_identifier) < identifier) )) (compound_statement "{\n if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);\n if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar6 = (*ppOVar9)->address_;\n if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n }" { (if_statement "if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }" if (parenthesized_expression "((layout->script_options_->script_sections_).saw_sections_clause_ == false)" ( (binary_expression "(layout->script_options_->script_sections_).saw_sections_clause_ == false" (field_expression "(layout->script_options_->script_sections_).saw_sections_clause_" (parenthesized_expression "(layout->script_options_->script_sections_)" ( (field_expression "layout->script_options_->script_sections_" (field_expression "layout->script_options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) == false) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x1215,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x1215,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11);" (assignment_expression "iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11)" identifier = (call_expression "(*pOVar11->_vptr_Output_data[9])(pOVar11)" (parenthesized_expression "(*pOVar11->_vptr_Output_data[9])" ( (pointer_expression "*pOVar11->_vptr_Output_data[9]" * (subscript_expression "pOVar11->_vptr_Output_data[9]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pOVar11)" ( identifier )))) ;) (if_statement "if (((*ppOVar9)->field_0x20 & 1) == 0) goto LAB_001f7bfe;" if (parenthesized_expression "(((*ppOVar9)->field_0x20 & 1) == 0)" ( (binary_expression "((*ppOVar9)->field_0x20 & 1) == 0" (parenthesized_expression "((*ppOVar9)->field_0x20 & 1)" ( (binary_expression "(*ppOVar9)->field_0x20 & 1" (field_expression "(*ppOVar9)->field_0x20" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7bfe;" goto statement_identifier ;)) (expression_statement "uVar6 = (*ppOVar9)->address_;" (assignment_expression "uVar6 = (*ppOVar9)->address_" identifier = (field_expression "(*ppOVar9)->address_" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier)) ;) (if_statement "if (CONCAT44(extraout_var_02,iVar5) == 0) {\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }\n else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }" if (parenthesized_expression "(CONCAT44(extraout_var_02,iVar5) == 0)" ( (binary_expression "CONCAT44(extraout_var_02,iVar5) == 0" (call_expression "CONCAT44(extraout_var_02,iVar5)" identifier (argument_list "(extraout_var_02,iVar5)" ( identifier , identifier ))) == number_literal) )) (compound_statement "{\n pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;\n gold_error(pcVar12,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }" { (expression_statement "pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")\n ;" (assignment_expression "pcVar12 = (char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" identifier = (cast_expression "(char *)gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" identifier (argument_list "("dot moves backward in linker script from 0x%llx to 0x%llx")" ( (string_literal ""dot moves backward in linker script from 0x%llx to 0x%llx"" " string_content ") ))))) ;) (expression_statement "gold_error(pcVar12,uVar13,uVar6);" (call_expression "gold_error(pcVar12,uVar13,uVar6)" identifier (argument_list "(pcVar12,uVar13,uVar6)" ( identifier , identifier , identifier ))) ;) (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) }) (else_clause "else {\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }" else (compound_statement "{\n uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);\n pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );\n gold_error(pcVar12,uVar10,uVar13,uVar6);\n pOVar11 = *ppOVar9;\n }" { (expression_statement "uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28);" (assignment_expression "uVar10 = *(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28)" identifier = (pointer_expression "*(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28)" * (cast_expression "(undefined8 *)(CONCAT44(extraout_var_02,iVar5) + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(CONCAT44(extraout_var_02,iVar5) + 0x28)" ( (binary_expression "CONCAT44(extraout_var_02,iVar5) + 0x28" (call_expression "CONCAT44(extraout_var_02,iVar5)" identifier (argument_list "(extraout_var_02,iVar5)" ( identifier , identifier ))) + number_literal) ))))) ;) (expression_statement "pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n );" (assignment_expression "pcVar12 = (char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n )" identifier = (cast_expression "(char *)gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n )" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n )" identifier (argument_list "(\n "address of section \'%s\' moves backward from 0x%llx to 0x%llx"\n )" ( (string_literal ""address of section \'%s\' moves backward from 0x%llx to 0x%llx"" " string_content escape_sequence string_content escape_sequence string_content ") ))))) ;) (expression_statement "gold_error(pcVar12,uVar10,uVar13,uVar6);" (call_expression "gold_error(pcVar12,uVar10,uVar13,uVar6)" identifier (argument_list "(pcVar12,uVar10,uVar13,uVar6)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) }))) }) (else_clause "else if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }" else (if_statement "if (((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)) {\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }\n else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }" if (parenthesized_expression "(((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0))" ( (binary_expression "((long)uVar16 < (long)uVar8) && ((bVar3 ^ 1) != 0)" (parenthesized_expression "((long)uVar16 < (long)uVar8)" ( (binary_expression "(long)uVar16 < (long)uVar8" (cast_expression "(long)uVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < (cast_expression "(long)uVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) && (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) ))) )) (compound_statement "{\n pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n gold_warning(pcVar12);\n pOVar11 = *ppOVar9;\n if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;\n uVar8 = (uVar8 + pOVar11->address_) - uVar13;\n uVar16 = uVar8;\n }" { (expression_statement "pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );" (assignment_expression "pcVar12 = (char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" identifier = (cast_expression "(char *)gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" identifier (argument_list "(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" ( (string_literal ""script places BSS section in the middle of a LOAD segment; space will be allocated in the file"" " string_content ") ))))) ;) (expression_statement "gold_warning(pcVar12);" (call_expression "gold_warning(pcVar12)" identifier (argument_list "(pcVar12)" ( identifier ))) ;) (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (if_statement "if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe;" if (parenthesized_expression "((pOVar11->field_0x20 & 1) == 0)" ( (binary_expression "(pOVar11->field_0x20 & 1) == 0" (parenthesized_expression "(pOVar11->field_0x20 & 1)" ( (binary_expression "pOVar11->field_0x20 & 1" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7bfe;" goto statement_identifier ;)) (expression_statement "uVar8 = (uVar8 + pOVar11->address_) - uVar13;" (assignment_expression "uVar8 = (uVar8 + pOVar11->address_) - uVar13" identifier = (binary_expression "(uVar8 + pOVar11->address_) - uVar13" (parenthesized_expression "(uVar8 + pOVar11->address_)" ( (binary_expression "uVar8 + pOVar11->address_" identifier + (field_expression "pOVar11->address_" identifier -> field_identifier)) )) - identifier)) ;) (expression_statement "uVar16 = uVar8;" (assignment_expression "uVar16 = uVar8" identifier = identifier) ;) }) (else_clause "else {\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }" else (compound_statement "{\n uVar8 = (pOVar11->address_ + uVar8) - uVar13;\n if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }\n }" { (expression_statement "uVar8 = (pOVar11->address_ + uVar8) - uVar13;" (assignment_expression "uVar8 = (pOVar11->address_ + uVar8) - uVar13" identifier = (binary_expression "(pOVar11->address_ + uVar8) - uVar13" (parenthesized_expression "(pOVar11->address_ + uVar8)" ( (binary_expression "pOVar11->address_ + uVar8" (field_expression "pOVar11->address_" identifier -> field_identifier) + identifier) )) - identifier)) ;) (if_statement "if (((bVar3 ^ 1) != 0) || (cVar14 != '\0')) {\n uVar16 = uVar8;\n }" if (parenthesized_expression "(((bVar3 ^ 1) != 0) || (cVar14 != '\0'))" ( (binary_expression "((bVar3 ^ 1) != 0) || (cVar14 != '\0')" (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) )) || (parenthesized_expression "(cVar14 != '\0')" ( (binary_expression "cVar14 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar16 = uVar8;\n }" { (expression_statement "uVar16 = uVar8;" (assignment_expression "uVar16 = uVar8" identifier = identifier) ;) })) }))))) (expression_statement "bVar1 = pOVar11->field_0x20;" (assignment_expression "bVar1 = pOVar11->field_0x20" identifier = (field_expression "pOVar11->field_0x20" identifier -> field_identifier)) ;) (if_statement "if ((bVar1 & 4) != 0) goto LAB_001f7b3e;" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b3e;" goto statement_identifier ;)) (expression_statement "pOVar11->offset_ = uVar16;" (assignment_expression "pOVar11->offset_ = uVar16" (field_expression "pOVar11->offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "pOVar11->field_0x20 = bVar1 | 4;" (assignment_expression "pOVar11->field_0x20 = bVar1 | 4" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) = (binary_expression "bVar1 | 4" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) != 0) goto LAB_001f7626;" if (parenthesized_expression "((bVar1 & 2) != 0)" ( (binary_expression "(bVar1 & 2) != 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7626;" goto statement_identifier ;)) (labeled_statement "LAB_001f7612:\n (*pOVar11->_vptr_Output_data[0xe])(pOVar11);" statement_identifier : (expression_statement "(*pOVar11->_vptr_Output_data[0xe])(pOVar11);" (call_expression "(*pOVar11->_vptr_Output_data[0xe])(pOVar11)" (parenthesized_expression "(*pOVar11->_vptr_Output_data[0xe])" ( (pointer_expression "*pOVar11->_vptr_Output_data[0xe]" * (subscript_expression "pOVar11->_vptr_Output_data[0xe]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pOVar11)" ( identifier ))) ;)) (if_statement "if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }" if (parenthesized_expression "((pOVar11->field_0x20 & 2) == 0)" ( (binary_expression "(pOVar11->field_0x20 & 2) == 0" (parenthesized_expression "(pOVar11->field_0x20 & 2)" ( (binary_expression "pOVar11->field_0x20 & 2" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }" { (labeled_statement "LAB_001f7b6e:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size")" identifier (argument_list "("../../gold/output.h",0x163,"finalize_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""finalize_data_size"" " string_content ") ))) ;)) })) }))) }))) (labeled_statement "LAB_001f7626:\n bVar4 = Parameters::incremental_update(parameters);" statement_identifier : (ERROR "bVar4 = Parameters::" (assignment_expression "bVar4 = Parameters" identifier = identifier) : :) (expression_statement "incremental_update(parameters);" (call_expression "incremental_update(parameters)" identifier (argument_list "(parameters)" ( identifier ))) ;)) (if_statement "if (bVar4) {\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }\n else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n pOVar11 = *ppOVar9;\n if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }\n }" { (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (if_statement "if ((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))\n {\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }" if (parenthesized_expression "((parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0))" ( (binary_expression "(parameters->options_ != (General_options *)0x0) && ((parameters->debug_ & 0x10) != 0)" (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)) )) && (parenthesized_expression "((parameters->debug_ & 0x10) != 0)" ( (binary_expression "(parameters->debug_ & 0x10) != 0" (parenthesized_expression "(parameters->debug_ & 0x10)" ( (binary_expression "parameters->debug_ & 0x10" (field_expression "parameters->debug_" identifier -> field_identifier) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n this_00 = parameters->errors_;\n iVar5 = (*pOVar11->_vptr_Output_data[9])();\n pcVar12 = "(special)";\n if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }\n if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;\n Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);\n goto LAB_001f7694;\n }" { (expression_statement "this_00 = parameters->errors_;" (assignment_expression "this_00 = parameters->errors_" identifier = (field_expression "parameters->errors_" identifier -> field_identifier)) ;) (expression_statement "iVar5 = (*pOVar11->_vptr_Output_data[9])();" (assignment_expression "iVar5 = (*pOVar11->_vptr_Output_data[9])()" identifier = (call_expression "(*pOVar11->_vptr_Output_data[9])()" (parenthesized_expression "(*pOVar11->_vptr_Output_data[9])" ( (pointer_expression "*pOVar11->_vptr_Output_data[9]" * (subscript_expression "pOVar11->_vptr_Output_data[9]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar12 = "(special)";" (assignment_expression "pcVar12 = "(special)"" identifier = (string_literal ""(special)"" " string_content ")) ;) (if_statement "if (CONCAT44(extraout_var,iVar5) != 0) {\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }" if (parenthesized_expression "(CONCAT44(extraout_var,iVar5) != 0)" ( (binary_expression "CONCAT44(extraout_var,iVar5) != 0" (call_expression "CONCAT44(extraout_var,iVar5)" identifier (argument_list "(extraout_var,iVar5)" ( identifier , identifier ))) != number_literal) )) (compound_statement "{\n iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();\n pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);\n }" { (expression_statement "iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])();" (assignment_expression "iVar5 = (*(*ppOVar9)->_vptr_Output_data[9])()" identifier = (call_expression "(*(*ppOVar9)->_vptr_Output_data[9])()" (parenthesized_expression "(*(*ppOVar9)->_vptr_Output_data[9])" ( (pointer_expression "*(*ppOVar9)->_vptr_Output_data[9]" * (subscript_expression "(*ppOVar9)->_vptr_Output_data[9]" (field_expression "(*ppOVar9)->_vptr_Output_data" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28);" (assignment_expression "pcVar12 = *(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28)" identifier = (pointer_expression "*(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28)" * (cast_expression "(char **)(CONCAT44(extraout_var_00,iVar5) + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(CONCAT44(extraout_var_00,iVar5) + 0x28)" ( (binary_expression "CONCAT44(extraout_var_00,iVar5) + 0x28" (call_expression "CONCAT44(extraout_var_00,iVar5)" identifier (argument_list "(extraout_var_00,iVar5)" ( identifier , identifier ))) + number_literal) ))))) ;) })) (if_statement "if (((*ppOVar9)->field_0x20 & 2) == 0) goto LAB_001f7b26;" if (parenthesized_expression "(((*ppOVar9)->field_0x20 & 2) == 0)" ( (binary_expression "((*ppOVar9)->field_0x20 & 2) == 0" (parenthesized_expression "((*ppOVar9)->field_0x20 & 2)" ( (binary_expression "(*ppOVar9)->field_0x20 & 2" (field_expression "(*ppOVar9)->field_0x20" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b26;" goto statement_identifier ;)) (labeled_statement "Errors::debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);" statement_identifier : (ERROR ":" :) (expression_statement "debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12);" (call_expression "debug(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12)" identifier (argument_list "(this_00,"set_section_list_addresses: %08lx %08lx %s",uVar8,\n (*ppOVar9)->data_size_,pcVar12)" ( identifier , (string_literal ""set_section_list_addresses: %08lx %08lx %s"" " string_content ") , identifier , (field_expression "(*ppOVar9)->data_size_" (parenthesized_expression "(*ppOVar9)" ( (pointer_expression "*ppOVar9" * identifier) )) -> field_identifier) , identifier ))) ;)) (goto_statement "goto LAB_001f7694;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }" else (compound_statement "{\nLAB_001f7694:\n pOVar11 = *ppOVar9;\n }" { (labeled_statement "LAB_001f7694:\n pOVar11 = *ppOVar9;" statement_identifier : (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;)) }))) (if_statement "if ((cVar14 == '\0') || (bVar3 == 0)) {\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }" if (parenthesized_expression "((cVar14 == '\0') || (bVar3 == 0))" ( (binary_expression "(cVar14 == '\0') || (bVar3 == 0)" (parenthesized_expression "(cVar14 == '\0')" ( (binary_expression "cVar14 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) ))) )) (compound_statement "{\n if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar8 + pOVar11->data_size_;\n if (bVar3 == 0) {\n uVar16 = uVar8;\n }\n }" { (if_statement "if ((pOVar11->field_0x20 & 2) == 0) {\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((pOVar11->field_0x20 & 2) == 0)" ( (binary_expression "(pOVar11->field_0x20 & 2) == 0" (parenthesized_expression "(pOVar11->field_0x20 & 2)" ( (binary_expression "pOVar11->field_0x20 & 2" (field_expression "pOVar11->field_0x20" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_001f7b26:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;)) })) (expression_statement "uVar8 = uVar8 + pOVar11->data_size_;" (assignment_expression "uVar8 = uVar8 + pOVar11->data_size_" identifier = (binary_expression "uVar8 + pOVar11->data_size_" identifier + (field_expression "pOVar11->data_size_" identifier -> field_identifier))) ;) (if_statement "if (bVar3 == 0) {\n uVar16 = uVar8;\n }" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar16 = uVar8;\n }" { (expression_statement "uVar16 = uVar8;" (assignment_expression "uVar16 = uVar8" identifier = identifier) ;) })) })) (if_statement "if ((long)uVar15 < (long)uVar8) {\n uVar15 = uVar8;\n }" if (parenthesized_expression "((long)uVar15 < (long)uVar8)" ( (binary_expression "(long)uVar15 < (long)uVar8" (cast_expression "(long)uVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < (cast_expression "(long)uVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n uVar15 = uVar8;\n }" { (expression_statement "uVar15 = uVar8;" (assignment_expression "uVar15 = uVar8" identifier = identifier) ;) })) (expression_statement "iVar5 = (*pOVar11->_vptr_Output_data[6])();" (assignment_expression "iVar5 = (*pOVar11->_vptr_Output_data[6])()" identifier = (call_expression "(*pOVar11->_vptr_Output_data[6])()" (parenthesized_expression "(*pOVar11->_vptr_Output_data[6])" ( (pointer_expression "*pOVar11->_vptr_Output_data[6]" * (subscript_expression "pOVar11->_vptr_Output_data[6]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (if_statement "if ((char)iVar5 != '\0') {\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }" if (parenthesized_expression "((char)iVar5 != '\0')" ( (binary_expression "(char)iVar5 != '\0'" (cast_expression "(char)iVar5" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pOVar11 = *ppOVar9;\n if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }\n *pshndx = *pshndx + 1;\n }" { (expression_statement "pOVar11 = *ppOVar9;" (assignment_expression "pOVar11 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (if_statement "if (pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx) {\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }\n else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }" if (parenthesized_expression "(pOVar11->_vptr_Output_data[0xc] == Output_section::do_set_out_shndx)" ( (binary_expression "pOVar11->_vptr_Output_data[0xc] == Output_section" (subscript_expression "pOVar11->_vptr_Output_data[0xc]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ]) == identifier) (ERROR "::do_set_out_shndx" : : identifier) )) (compound_statement "{\n uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);\n if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;\n }" { (expression_statement "uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4);" (assignment_expression "uVar2 = *(uint *)((long)&pOVar11[3]._vptr_Output_data + 4)" identifier = (pointer_expression "*(uint *)((long)&pOVar11[3]._vptr_Output_data + 4)" * (cast_expression "(uint *)((long)&pOVar11[3]._vptr_Output_data + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pOVar11[3]._vptr_Output_data + 4)" ( (binary_expression "(long)&pOVar11[3]._vptr_Output_data + 4" (cast_expression "(long)&pOVar11[3]._vptr_Output_data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pOVar11[3]._vptr_Output_data" & (field_expression "pOVar11[3]._vptr_Output_data" (subscript_expression "pOVar11[3]" identifier [ number_literal ]) . field_identifier))) + number_literal) ))))) ;) (if_statement "if ((*pshndx != uVar2) && (uVar2 != 0xffffffff)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }" if (parenthesized_expression "((*pshndx != uVar2) && (uVar2 != 0xffffffff))" ( (binary_expression "(*pshndx != uVar2) && (uVar2 != 0xffffffff)" (parenthesized_expression "(*pshndx != uVar2)" ( (binary_expression "*pshndx != uVar2" (pointer_expression "*pshndx" * identifier) != identifier) )) && (parenthesized_expression "(uVar2 != 0xffffffff)" ( (binary_expression "uVar2 != 0xffffffff" identifier != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.h",0x104b,"do_set_out_shndx")" identifier (argument_list "("../../gold/output.h",0x104b,"do_set_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_set_out_shndx"" " string_content ") ))) ;) })) (expression_statement "*(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx;" (assignment_expression "*(uint *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx" (pointer_expression "*(uint *)((long)&pOVar11[3]._vptr_Output_data + 4)" * (cast_expression "(uint *)((long)&pOVar11[3]._vptr_Output_data + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pOVar11[3]._vptr_Output_data + 4)" ( (binary_expression "(long)&pOVar11[3]._vptr_Output_data + 4" (cast_expression "(long)&pOVar11[3]._vptr_Output_data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pOVar11[3]._vptr_Output_data" & (field_expression "pOVar11[3]._vptr_Output_data" (subscript_expression "pOVar11[3]" identifier [ number_literal ]) . field_identifier))) + number_literal) )))) = (pointer_expression "*pshndx" * identifier)) ;) }) (else_clause "else {\n (*pOVar11->_vptr_Output_data[0xc])();\n }" else (compound_statement "{\n (*pOVar11->_vptr_Output_data[0xc])();\n }" { (expression_statement "(*pOVar11->_vptr_Output_data[0xc])();" (call_expression "(*pOVar11->_vptr_Output_data[0xc])()" (parenthesized_expression "(*pOVar11->_vptr_Output_data[0xc])" ( (pointer_expression "*pOVar11->_vptr_Output_data[0xc]" * (subscript_expression "pOVar11->_vptr_Output_data[0xc]" (field_expression "pOVar11->_vptr_Output_data" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) }))) (expression_statement "*pshndx = *pshndx + 1;" (assignment_expression "*pshndx = *pshndx + 1" (pointer_expression "*pshndx" * identifier) = (binary_expression "*pshndx + 1" (pointer_expression "*pshndx" * identifier) + number_literal)) ;) })) (expression_statement "ppOVar9 = ppOVar9 + 1;" (assignment_expression "ppOVar9 = ppOVar9 + 1" identifier = (binary_expression "ppOVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish != ppOVar9)" ( (binary_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish != ppOVar9" (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*>_>)" ( (binary_expression "pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>" (binary_expression "pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "pdl->super__Vector_base<gold::Output_data*,_std" (binary_expression "pdl->super__Vector_base<gold" (field_expression "pdl->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) != identifier) )) ;) (expression_statement "addr = (uVar15 - minoff) + addr;" (assignment_expression "addr = (uVar15 - minoff) + addr" identifier = (binary_expression "(uVar15 - minoff) + addr" (parenthesized_expression "(uVar15 - minoff)" ( (binary_expression "uVar15 - minoff" identifier - identifier) )) + identifier)) ;) (expression_statement "minoff = uVar15;" (assignment_expression "minoff = uVar15" identifier = identifier) ;) })) (expression_statement "*poff = minoff;" (assignment_expression "*poff = minoff" (pointer_expression "*poff" * identifier) = identifier) ;) (expression_statement "*pfoff = uVar16;" (assignment_expression "*pfoff = uVar16" (pointer_expression "*pfoff" * identifier) = identifier) ;) (return_statement "return addr;" return identifier ;) })))
(translation_unit "long FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)\n\n{\n byte bVar1;\n undefined *puVar2;\n byte bVar3;\n char cVar4;\n char cVar5;\n long *plVar6;\n long lVar7;\n long *plVar8;\n long *plVar9;\n ulong uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n long *plVar14;\n char *pcVar15;\n ulong uVar16;\n ulong uVar17;\n ulong uVar18;\n ulong uVar19;\n \n uVar18 = *param_6;\n uVar19 = *param_7;\n plVar14 = (long *)*param_4;\n if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }\n *param_6 = uVar18;\n *param_7 = uVar19;\n return param_5;\n}\n\n" (function_definition "long FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)\n\n{\n byte bVar1;\n undefined *puVar2;\n byte bVar3;\n char cVar4;\n char cVar5;\n long *plVar6;\n long lVar7;\n long *plVar8;\n long *plVar9;\n ulong uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n long *plVar14;\n char *pcVar15;\n ulong uVar16;\n ulong uVar17;\n ulong uVar18;\n ulong uVar19;\n \n uVar18 = *param_6;\n uVar19 = *param_7;\n plVar14 = (long *)*param_4;\n if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }\n *param_6 = uVar18;\n *param_7 = uVar19;\n return param_5;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)" identifier (parameter_list "(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "char param_3" primitive_type identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "ulong *param_7" type_identifier (pointer_declarator "*param_7" * identifier)) , (parameter_declaration "int *param_8" primitive_type (pointer_declarator "*param_8" * identifier)) , (parameter_declaration "char *param_9" primitive_type (pointer_declarator "*param_9" * identifier)) ))) (compound_statement "{\n byte bVar1;\n undefined *puVar2;\n byte bVar3;\n char cVar4;\n char cVar5;\n long *plVar6;\n long lVar7;\n long *plVar8;\n long *plVar9;\n ulong uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n long *plVar14;\n char *pcVar15;\n ulong uVar16;\n ulong uVar17;\n ulong uVar18;\n ulong uVar19;\n \n uVar18 = *param_6;\n uVar19 = *param_7;\n plVar14 = (long *)*param_4;\n if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }\n *param_6 = uVar18;\n *param_7 = uVar19;\n return param_5;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (declaration "long *plVar9;" (sized_type_specifier "long" long) (pointer_declarator "*plVar9" * identifier) ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "undefined8 uVar11;" type_identifier identifier ;) (declaration "undefined8 uVar12;" type_identifier identifier ;) (declaration "undefined8 uVar13;" type_identifier identifier ;) (declaration "long *plVar14;" (sized_type_specifier "long" long) (pointer_declarator "*plVar14" * identifier) ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "ulong uVar16;" type_identifier identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "ulong uVar18;" type_identifier identifier ;) (declaration "ulong uVar19;" type_identifier identifier ;) (expression_statement "uVar18 = *param_6;" (assignment_expression "uVar18 = *param_6" identifier = (pointer_expression "*param_6" * identifier)) ;) (expression_statement "uVar19 = *param_7;" (assignment_expression "uVar19 = *param_7" identifier = (pointer_expression "*param_7" * identifier)) ;) (expression_statement "plVar14 = (long *)*param_4;" (assignment_expression "plVar14 = (long *)*param_4" identifier = (cast_expression "(long *)*param_4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_4" * identifier))) ;) (if_statement "if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }" if (parenthesized_expression "(plVar14 != (long *)param_4[1])" ( (binary_expression "plVar14 != (long *)param_4[1]" identifier != (cast_expression "(long *)param_4[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[1]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }" { (expression_statement "uVar10 = uVar18;" (assignment_expression "uVar10 = uVar18" identifier = identifier) ;) (expression_statement "uVar17 = uVar18;" (assignment_expression "uVar17 = uVar18" identifier = identifier) ;) (do_statement "do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);" do (compound_statement "{\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n }" { (expression_statement "bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);" (assignment_expression "bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8)" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8)" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x38))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x38)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x38)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x38)" ( (binary_expression "*(long *)*plVar14 + 0x38" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "((long *)*plVar14,8)" ( (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier)) , number_literal )))) ;) (expression_statement "cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);" (assignment_expression "cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400)" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400)" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x40))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x40)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x40)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x40)" ( (binary_expression "*(long *)*plVar14 + 0x40" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "((long *)*plVar14,0x400)" ( (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier)) , number_literal )))) ;) (if_statement "if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }" if (parenthesized_expression "(param_3 != '\0')" ( (binary_expression "param_3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }" { (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" identifier = (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) ))))) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 & 0xfa;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 & 0xfa" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }" if (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 *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }" { (expression_statement "*(byte *)(plVar6 + 4) = bVar1 & 0xf8;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 & 0xf8" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf8" identifier & number_literal)) ;) })) (expression_statement "(**(code **)(*plVar6 + 0x78))();" (call_expression "(**(code **)(*plVar6 + 0x78))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x78))" ( (pointer_expression "**(code **)(*plVar6 + 0x78)" * (pointer_expression "*(code **)(*plVar6 + 0x78)" * (cast_expression "(code **)(*plVar6 + 0x78)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x78)" ( (binary_expression "*plVar6 + 0x78" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" if (parenthesized_expression "((*(byte *)((long *)*plVar14 + 4) & 1) == 0)" ( (binary_expression "(*(byte *)((long *)*plVar14 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)((long *)*plVar14 + 4) & 1)" ( (binary_expression "*(byte *)((long *)*plVar14 + 4) & 1" (pointer_expression "*(byte *)((long *)*plVar14 + 4)" * (cast_expression "(byte *)((long *)*plVar14 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long *)*plVar14 + 4)" ( (binary_expression "(long *)*plVar14 + 4" (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier)) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }" { (expression_statement "plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();" (assignment_expression "plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))()" identifier = (cast_expression "(long *)(**(code **)(*(long *)*plVar14 + 0x18))()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*(long *)*plVar14 + 0x18))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x18))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x18)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x18)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x18)" ( (binary_expression "*(long *)*plVar14 + 0x18" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( ))))) ;) (expression_statement "plVar6 = plVar8;" (assignment_expression "plVar6 = plVar8" identifier = identifier) ;) (if_statement "if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }" { (if_statement "if (*param_9 == '\0') goto LAB_001f7586;" if (parenthesized_expression "(*param_9 == '\0')" ( (binary_expression "*param_9 == '\0'" (pointer_expression "*param_9" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_001f7586;" goto statement_identifier ;)) (expression_statement "plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));" (assignment_expression "plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" identifier = (cast_expression "(long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" identifier (argument_list "(*(undefined8 *)(param_2 + 0x2b0))" ( (pointer_expression "*(undefined8 *)(param_2 + 0x2b0)" * (cast_expression "(undefined8 *)(param_2 + 0x2b0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2b0)" ( (binary_expression "param_2 + 0x2b0" identifier + number_literal) )))) ))))) ;) (expression_statement "puVar2 = PTR_DAT_0043e6b0;" (assignment_expression "puVar2 = PTR_DAT_0043e6b0" identifier = identifier) ;) (if_statement "if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }" if (parenthesized_expression "(plVar8 < plVar9)" ( (binary_expression "plVar8 < plVar9" identifier < identifier) )) (compound_statement "{\n plVar6 = plVar9;\n }" { (expression_statement "plVar6 = plVar9;" (assignment_expression "plVar6 = plVar9" identifier = identifier) ;) })) (expression_statement "*param_9 = '\0';" (assignment_expression "*param_9 = '\0'" (pointer_expression "*param_9" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "cVar5 = FUN_002379c0(puVar2);" (assignment_expression "cVar5 = FUN_002379c0(puVar2)" identifier = (call_expression "FUN_002379c0(puVar2)" identifier (argument_list "(puVar2)" ( identifier )))) ;) }) (else_clause "else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" else (compound_statement "{\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" { (if_statement "if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }" if (parenthesized_expression "(*param_9 == '\0')" ( (binary_expression "*param_9 == '\0'" (pointer_expression "*param_9" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }" { (if_statement "if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }" if (parenthesized_expression "(*(long *)(param_2 + 0x2b0) == 0)" ( (binary_expression "*(long *)(param_2 + 0x2b0) == 0" (pointer_expression "*(long *)(param_2 + 0x2b0)" * (cast_expression "(long *)(param_2 + 0x2b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2b0)" ( (binary_expression "param_2 + 0x2b0" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }" { (expression_statement "FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11c4,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "plVar6 = (long *)FUN_001f7370();" (assignment_expression "plVar6 = (long *)FUN_001f7370()" identifier = (cast_expression "(long *)FUN_001f7370()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001f7370()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }" if (parenthesized_expression "(plVar6 < plVar8)" ( (binary_expression "plVar6 < plVar8" identifier < identifier) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }" { (expression_statement "FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11c6,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "*param_9 = '\x01';" (assignment_expression "*param_9 = '\x01'" (pointer_expression "*param_9" * identifier) = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (labeled_statement "LAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" statement_identifier : (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" identifier = (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" identifier (argument_list "(PTR_DAT_0043e6b0)" ( identifier )))) ;)) }))) (if_statement "if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" if (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }" { (if_statement "if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }" if (parenthesized_expression "((uVar10 != uVar19) && ((bVar3 ^ 1) != 0))" ( (binary_expression "(uVar10 != uVar19) && ((bVar3 ^ 1) != 0)" (parenthesized_expression "(uVar10 != uVar19)" ( (binary_expression "uVar10 != uVar19" identifier != identifier) )) && (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) ))) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }" { (expression_statement "FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11df,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (if_statement "if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }" if (parenthesized_expression "(plVar6 != (long *)0x0)" ( (binary_expression "plVar6 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }" { (expression_statement "uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;" (assignment_expression "uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6" identifier = (binary_expression "(uVar10 - 1) + (long)plVar6 & -(long)plVar6" (binary_expression "(uVar10 - 1) + (long)plVar6" (parenthesized_expression "(uVar10 - 1)" ( (binary_expression "uVar10 - 1" identifier - number_literal) )) + (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) & (unary_expression "-(long)plVar6" - (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)))) ;) })) (if_statement "if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }" if (parenthesized_expression "(((bVar3 ^ 1) != 0) || (cVar4 != '\0'))" ( (binary_expression "((bVar3 ^ 1) != 0) || (cVar4 != '\0')" (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) )) || (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar19 = uVar10;\n }" { (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) })) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" identifier = (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((bVar1 & 1) != 0) goto LAB_001f7b56;" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b56;" goto statement_identifier ;)) (expression_statement "plVar6[1] = (uVar10 - uVar18) + param_5;" (assignment_expression "plVar6[1] = (uVar10 - uVar18) + param_5" (subscript_expression "plVar6[1]" identifier [ number_literal ]) = (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" ( (binary_expression "uVar10 - uVar18" identifier - identifier) )) + identifier)) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 1;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 1" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 4) != 0) goto LAB_001f7b3e;" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b3e;" goto statement_identifier ;)) (expression_statement "plVar6[3] = uVar19;" (assignment_expression "plVar6[3] = uVar19" (subscript_expression "plVar6[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 5;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 5" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 5" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) == 0) goto LAB_001f7612;" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7612;" goto statement_identifier ;)) }) (else_clause "else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" else (compound_statement "{\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" { (expression_statement "plVar8 = (long *)*plVar14;" (assignment_expression "plVar8 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }" if (parenthesized_expression "((*(byte *)(plVar8 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar8 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar8 + 4) & 2)" ( (binary_expression "*(byte *)(plVar8 + 4) & 2" (pointer_expression "*(byte *)(plVar8 + 4)" * (cast_expression "(byte *)(plVar8 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar8 + 4)" ( (binary_expression "plVar8 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }" { (expression_statement "(**(code **)(*plVar8 + 0x68))();" (call_expression "(**(code **)(*plVar8 + 0x68))()" (parenthesized_expression "(**(code **)(*plVar8 + 0x68))" ( (pointer_expression "**(code **)(*plVar8 + 0x68)" * (pointer_expression "*(code **)(*plVar8 + 0x68)" * (cast_expression "(code **)(*plVar8 + 0x68)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x68)" ( (binary_expression "*plVar8 + 0x68" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (expression_statement "plVar8 = (long *)*plVar14;" (assignment_expression "plVar8 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) })) (expression_statement "lVar7 = plVar8[2];" (assignment_expression "lVar7 = plVar8[2]" identifier = (subscript_expression "plVar8[2]" identifier [ number_literal ])) ;) (expression_statement "uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);" (assignment_expression "uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18)" identifier = (call_expression "FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18)" identifier (argument_list "(param_2 + 0x468,lVar7,plVar6,uVar18)" ( (binary_expression "param_2 + 0x468" identifier + number_literal) , identifier , identifier , identifier )))) ;) (if_statement "if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }" if (parenthesized_expression "(uVar10 == 0xffffffffffffffff)" ( (binary_expression "uVar10 == 0xffffffffffffffff" identifier == number_literal) )) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }" { (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x48)" ( (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }" if (parenthesized_expression "(lVar7 != 0)" ( (binary_expression "lVar7 != 0" identifier != number_literal) )) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }" { (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x48)" ( (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar15 = "out of patch space for section %s; relink with --incremental-full";" (assignment_expression "pcVar15 = "out of patch space for section %s; relink with --incremental-full"" identifier = (string_literal ""out of patch space for section %s; relink with --incremental-full"" " string_content ")) ;) (expression_statement "plVar14 = *(long **)(lVar7 + 0x28);" (assignment_expression "plVar14 = *(long **)(lVar7 + 0x28)" identifier = (pointer_expression "*(long **)(lVar7 + 0x28)" * (cast_expression "(long **)(lVar7 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_001f7ab1;" goto statement_identifier ;) })) (expression_statement "FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11ee,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" identifier = (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\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 "{\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }" { (labeled_statement "LAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/output.h",0x142,"set_address");" (call_expression "FUN_0017c650("../../gold/output.h",0x142,"set_address")" identifier (argument_list "("../../gold/output.h",0x142,"set_address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_address"" " string_content ") ))) ;)) })) (expression_statement "plVar6[1] = (uVar10 - uVar18) + param_5;" (assignment_expression "plVar6[1] = (uVar10 - uVar18) + param_5" (subscript_expression "plVar6[1]" identifier [ number_literal ]) = (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" ( (binary_expression "uVar10 - uVar18" identifier - identifier) )) + identifier)) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 1;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 1" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }" { (labeled_statement "LAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");" (call_expression "FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset")" identifier (argument_list "("../../gold/output.h",0x14b,"set_file_offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_file_offset"" " string_content ") ))) ;)) })) (expression_statement "plVar6[3] = uVar10;" (assignment_expression "plVar6[3] = uVar10" (subscript_expression "plVar6[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 5;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 5" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 5" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }" { (expression_statement "(**(code **)(*plVar6 + 0x70))(plVar6);" (call_expression "(**(code **)(*plVar6 + 0x70))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x70))" ( (pointer_expression "**(code **)(*plVar6 + 0x70)" * (pointer_expression "*(code **)(*plVar6 + 0x70)" * (cast_expression "(code **)(*plVar6 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x70)" ( (binary_expression "*plVar6 + 0x70" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "(plVar6)" ( identifier ))) ;) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" ( (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b6e;" goto statement_identifier ;)) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" ( (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b26;" goto statement_identifier ;)) })) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) (if_statement "if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }" if (parenthesized_expression "(lVar7 < plVar6[2])" ( (binary_expression "lVar7 < plVar6[2]" identifier < (subscript_expression "plVar6[2]" identifier [ number_literal ])) )) (compound_statement "{\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }" { (while_statement "while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }" while (parenthesized_expression "(lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0)" ( (comma_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6)" identifier = (call_expression "(**(code **)(*plVar6 + 0x48))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" ( (pointer_expression "**(code **)(*plVar6 + 0x48)" * (pointer_expression "*(code **)(*plVar6 + 0x48)" * (cast_expression "(code **)(*plVar6 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x48)" ( (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "(plVar6)" ( identifier )))) , (binary_expression "lVar7 != 0" identifier != number_literal)) )) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }" { (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x48)" ( (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar15 = "%s: section changed size; relink with --incremental-full";" (assignment_expression "pcVar15 = "%s: section changed size; relink with --incremental-full"" identifier = (string_literal ""%s: section changed size; relink with --incremental-full"" " string_content ")) ;) (expression_statement "plVar14 = *(long **)(lVar7 + 0x28);" (assignment_expression "plVar14 = *(long **)(lVar7 + 0x28)" identifier = (pointer_expression "*(long **)(lVar7 + 0x28)" * (cast_expression "(long **)(lVar7 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) ))))) ;) (labeled_statement "LAB_001f7ab1:\n uVar13 = gettext(pcVar15);" statement_identifier : (expression_statement "uVar13 = gettext(pcVar15);" (assignment_expression "uVar13 = gettext(pcVar15)" identifier = (call_expression "gettext(pcVar15)" identifier (argument_list "(pcVar15)" ( identifier )))) ;)) (expression_statement "FUN_00178280(uVar13,plVar14);" (call_expression "FUN_00178280(uVar13,plVar14)" identifier (argument_list "(uVar13,plVar14)" ( identifier , identifier ))) ;) })) (expression_statement "FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x11f6,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) }))) }) (else_clause "else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" else (compound_statement "{\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" { (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" identifier = (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" identifier (argument_list "(PTR_DAT_0043e6b0)" ( identifier )))) ;) (if_statement "if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" if (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }" { (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 1) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 1)" ( (binary_expression "*(byte *)(plVar6 + 4) & 1" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" { (labeled_statement "LAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/output.h",0xc5,"address");" (call_expression "FUN_0017c650("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;)) })) (expression_statement "uVar16 = (uVar10 - uVar18) + param_5;" (assignment_expression "uVar16 = (uVar10 - uVar18) + param_5" identifier = (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" ( (binary_expression "uVar10 - uVar18" identifier - identifier) )) + identifier)) ;) (if_statement "if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" if (parenthesized_expression "((ulong)plVar6[1] < uVar16)" ( (binary_expression "(ulong)plVar6[1] < uVar16" (cast_expression "(ulong)plVar6[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar6[1]" identifier [ number_literal ])) < identifier) )) (compound_statement "{\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }" { (if_statement "if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }" if (parenthesized_expression "(*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0')" ( (binary_expression "*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0'" (pointer_expression "*(char *)(*(long *)(param_2 + 8) + 0x148)" * (cast_expression "(char *)(*(long *)(param_2 + 8) + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 8) + 0x148)" ( (binary_expression "*(long *)(param_2 + 8) + 0x148" (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }" { (expression_statement "FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses")" identifier (argument_list "("../../gold/output.cc",0x1215,"set_section_list_addresses")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""set_section_list_addresses"" " string_content ") ))) ;) })) (expression_statement "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6)" identifier = (call_expression "(**(code **)(*plVar6 + 0x48))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" ( (pointer_expression "**(code **)(*plVar6 + 0x48)" * (pointer_expression "*(code **)(*plVar6 + 0x48)" * (cast_expression "(code **)(*plVar6 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x48)" ( (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "(plVar6)" ( identifier )))) ;) (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;" if (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 1) == 0)" ( (binary_expression "(*(byte *)(*plVar14 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 1)" ( (binary_expression "*(byte *)(*plVar14 + 0x20) & 1" (pointer_expression "*(byte *)(*plVar14 + 0x20)" * (cast_expression "(byte *)(*plVar14 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x20)" ( (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" * identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7bfe;" goto statement_identifier ;)) (expression_statement "uVar13 = *(undefined8 *)(*plVar14 + 8);" (assignment_expression "uVar13 = *(undefined8 *)(*plVar14 + 8)" identifier = (pointer_expression "*(undefined8 *)(*plVar14 + 8)" * (cast_expression "(undefined8 *)(*plVar14 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 8)" ( (binary_expression "*plVar14 + 8" (pointer_expression "*plVar14" * identifier) + number_literal) ))))) ;) (if_statement "if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (compound_statement "{\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" { (expression_statement "uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");" (assignment_expression "uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" identifier = (call_expression "gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" identifier (argument_list "("dot moves backward in linker script from 0x%llx to 0x%llx")" ( (string_literal ""dot moves backward in linker script from 0x%llx to 0x%llx"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar12,uVar16,uVar13);" (call_expression "FUN_00178320(uVar12,uVar16,uVar13)" identifier (argument_list "(uVar12,uVar16,uVar13)" ( identifier , identifier , identifier ))) ;) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) }) (else_clause "else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" else (compound_statement "{\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" { (expression_statement "uVar12 = *(undefined8 *)(lVar7 + 0x28);" (assignment_expression "uVar12 = *(undefined8 *)(lVar7 + 0x28)" identifier = (pointer_expression "*(undefined8 *)(lVar7 + 0x28)" * (cast_expression "(undefined8 *)(lVar7 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");" (assignment_expression "uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" identifier = (call_expression "gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" identifier (argument_list "("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" ( (string_literal ""address of section \'%s\' moves backward from 0x%llx to 0x%llx"" " string_content escape_sequence string_content escape_sequence string_content ") )))) ;) (expression_statement "FUN_00178320(uVar11,uVar12,uVar16,uVar13);" (call_expression "FUN_00178320(uVar11,uVar12,uVar16,uVar13)" identifier (argument_list "(uVar11,uVar12,uVar16,uVar13)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) }))) }) (else_clause "else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" else (if_statement "if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" if (parenthesized_expression "(((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0))" ( (binary_expression "((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)" (parenthesized_expression "((long)uVar19 < (long)uVar10)" ( (binary_expression "(long)uVar19 < (long)uVar10" (cast_expression "(long)uVar19" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < (cast_expression "(long)uVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) && (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }" { (expression_statement "uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );" (assignment_expression "uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" identifier = (call_expression "gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" identifier (argument_list "(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" ( (string_literal ""script places BSS section in the middle of a LOAD segment; space will be allocated in the file"" " string_content ") )))) ;) (expression_statement "FUN_001783d0(uVar13);" (call_expression "FUN_001783d0(uVar13)" identifier (argument_list "(uVar13)" ( identifier ))) ;) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 1) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 1)" ( (binary_expression "*(byte *)(plVar6 + 4) & 1" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7bfe;" goto statement_identifier ;)) (expression_statement "uVar10 = (uVar10 + plVar6[1]) - uVar16;" (assignment_expression "uVar10 = (uVar10 + plVar6[1]) - uVar16" identifier = (binary_expression "(uVar10 + plVar6[1]) - uVar16" (parenthesized_expression "(uVar10 + plVar6[1])" ( (binary_expression "uVar10 + plVar6[1]" identifier + (subscript_expression "plVar6[1]" identifier [ number_literal ])) )) - identifier)) ;) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) }) (else_clause "else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" else (compound_statement "{\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" { (expression_statement "uVar10 = (plVar6[1] + uVar10) - uVar16;" (assignment_expression "uVar10 = (plVar6[1] + uVar10) - uVar16" identifier = (binary_expression "(plVar6[1] + uVar10) - uVar16" (parenthesized_expression "(plVar6[1] + uVar10)" ( (binary_expression "plVar6[1] + uVar10" (subscript_expression "plVar6[1]" identifier [ number_literal ]) + identifier) )) - identifier)) ;) (if_statement "if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }" if (parenthesized_expression "(((bVar3 ^ 1) != 0) || (cVar4 != '\0'))" ( (binary_expression "((bVar3 ^ 1) != 0) || (cVar4 != '\0')" (parenthesized_expression "((bVar3 ^ 1) != 0)" ( (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) != number_literal) )) || (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar19 = uVar10;\n }" { (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) })) }))))) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" identifier = (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((bVar1 & 4) != 0) goto LAB_001f7b3e;" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7b3e;" goto statement_identifier ;)) (expression_statement "plVar6[3] = uVar19;" (assignment_expression "plVar6[3] = uVar19" (subscript_expression "plVar6[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 4;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 4" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) = (binary_expression "bVar1 | 4" identifier | number_literal)) ;) (if_statement "if ((bVar1 & 2) != 0) goto LAB_001f7626;" if (parenthesized_expression "((bVar1 & 2) != 0)" ( (binary_expression "(bVar1 & 2) != 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001f7626;" goto statement_identifier ;)) (labeled_statement "LAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);" statement_identifier : (expression_statement "(**(code **)(*plVar6 + 0x70))(plVar6);" (call_expression "(**(code **)(*plVar6 + 0x70))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x70))" ( (pointer_expression "**(code **)(*plVar6 + 0x70)" * (pointer_expression "*(code **)(*plVar6 + 0x70)" * (cast_expression "(code **)(*plVar6 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x70)" ( (binary_expression "*plVar6 + 0x70" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "(plVar6)" ( identifier ))) ;)) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" ( (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }" { (labeled_statement "LAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size")" identifier (argument_list "("../../gold/output.h",0x163,"finalize_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""finalize_data_size"" " string_content ") ))) ;)) })) }) (else_clause "else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" else (compound_statement "{\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" { (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(*plVar14 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 4)" ( (binary_expression "*(byte *)(*plVar14 + 0x20) & 4" (pointer_expression "*(byte *)(*plVar14 + 0x20)" * (cast_expression "(byte *)(*plVar14 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x20)" ( (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" * identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" { (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })) (expression_statement "uVar10 = *(ulong *)(*plVar14 + 0x18);" (assignment_expression "uVar10 = *(ulong *)(*plVar14 + 0x18)" identifier = (pointer_expression "*(ulong *)(*plVar14 + 0x18)" * (cast_expression "(ulong *)(*plVar14 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x18)" ( (binary_expression "*plVar14 + 0x18" (pointer_expression "*plVar14" * identifier) + number_literal) ))))) ;) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) }))) }))) (labeled_statement "LAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" statement_identifier : (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" identifier = (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" identifier (argument_list "(PTR_DAT_0043e6b0)" ( identifier )))) ;)) (if_statement "if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" if (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }" { (labeled_statement "LAB_001f7694:\n plVar6 = (long *)*plVar14;" statement_identifier : (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;)) }) (else_clause "else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" else (compound_statement "{\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" { (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }" if (parenthesized_expression "((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0))" ( (binary_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)" (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) )) && (parenthesized_expression "((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)" ( (binary_expression "(PTR_DAT_0043e6b0[0x24] & 0x10) != 0" (parenthesized_expression "(PTR_DAT_0043e6b0[0x24] & 0x10)" ( (binary_expression "PTR_DAT_0043e6b0[0x24] & 0x10" (subscript_expression "PTR_DAT_0043e6b0[0x24]" identifier [ number_literal ]) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }" { (expression_statement "uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;" (assignment_expression "uVar13 = *(undefined8 *)PTR_DAT_0043e6b0" identifier = (pointer_expression "*(undefined8 *)PTR_DAT_0043e6b0" * (cast_expression "(undefined8 *)PTR_DAT_0043e6b0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "lVar7 = (**(code **)(*plVar6 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))()" identifier = (call_expression "(**(code **)(*plVar6 + 0x48))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" ( (pointer_expression "**(code **)(*plVar6 + 0x48)" * (pointer_expression "*(code **)(*plVar6 + 0x48)" * (cast_expression "(code **)(*plVar6 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x48)" ( (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar15 = "(special)";" (assignment_expression "pcVar15 = "(special)"" identifier = (string_literal ""(special)"" " string_content ")) ;) (if_statement "if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }" if (parenthesized_expression "(lVar7 != 0)" ( (binary_expression "lVar7 != 0" identifier != number_literal) )) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }" { (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" ( (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" * (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" * (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar14 + 0x48)" ( (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" * (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "pcVar15 = *(char **)(lVar7 + 0x28);" (assignment_expression "pcVar15 = *(char **)(lVar7 + 0x28)" identifier = (pointer_expression "*(char **)(lVar7 + 0x28)" * (cast_expression "(char **)(lVar7 + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) ))))) ;) })) (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;" if (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(*plVar14 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 2)" ( (binary_expression "*(byte *)(*plVar14 + 0x20) & 2" (pointer_expression "*(byte *)(*plVar14 + 0x20)" * (cast_expression "(byte *)(*plVar14 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x20)" ( (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" * identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001f7b26;" goto statement_identifier ;)) (expression_statement "FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);" (call_expression "FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15)" identifier (argument_list "(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15)" ( identifier , (string_literal ""set_section_list_addresses: %08lx %08lx %s"" " string_content ") , identifier , (pointer_expression "*(undefined8 *)(*plVar14 + 0x10)" * (cast_expression "(undefined8 *)(*plVar14 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x10)" ( (binary_expression "*plVar14 + 0x10" (pointer_expression "*plVar14" * identifier) + number_literal) )))) , identifier ))) ;) (goto_statement "goto LAB_001f7694;" goto statement_identifier ;) })) }))) (if_statement "if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }" if (parenthesized_expression "((cVar4 == '\0') || (bVar3 == 0))" ( (binary_expression "(cVar4 == '\0') || (bVar3 == 0)" (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) ))) )) (compound_statement "{\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }" { (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" ( (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" * (cast_expression "(byte *)(plVar6 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar6 + 4)" ( (binary_expression "plVar6 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");" statement_identifier : (expression_statement "FUN_0017c650("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;)) })) (expression_statement "uVar10 = uVar10 + plVar6[2];" (assignment_expression "uVar10 = uVar10 + plVar6[2]" identifier = (binary_expression "uVar10 + plVar6[2]" identifier + (subscript_expression "plVar6[2]" identifier [ number_literal ]))) ;) (if_statement "if (bVar3 == 0) {\n uVar19 = uVar10;\n }" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar19 = uVar10;\n }" { (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" identifier = identifier) ;) })) })) (if_statement "if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }" if (parenthesized_expression "((long)uVar17 < (long)uVar10)" ( (binary_expression "(long)uVar17 < (long)uVar10" (cast_expression "(long)uVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < (cast_expression "(long)uVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n uVar17 = uVar10;\n }" { (expression_statement "uVar17 = uVar10;" (assignment_expression "uVar17 = uVar10" identifier = identifier) ;) })) (expression_statement "cVar4 = (**(code **)(*plVar6 + 0x30))();" (assignment_expression "cVar4 = (**(code **)(*plVar6 + 0x30))()" identifier = (call_expression "(**(code **)(*plVar6 + 0x30))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x30))" ( (pointer_expression "**(code **)(*plVar6 + 0x30)" * (pointer_expression "*(code **)(*plVar6 + 0x30)" * (cast_expression "(code **)(*plVar6 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x30)" ( (binary_expression "*plVar6 + 0x30" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }" { (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" identifier = (cast_expression "(long *)*plVar14" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (if_statement "if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }" if (parenthesized_expression "(*(code **)(*plVar6 + 0x60) == FUN_001b1260)" ( (binary_expression "*(code **)(*plVar6 + 0x60) == FUN_001b1260" (pointer_expression "*(code **)(*plVar6 + 0x60)" * (cast_expression "(code **)(*plVar6 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x60)" ( (binary_expression "*plVar6 + 0x60" (pointer_expression "*plVar6" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }" { (if_statement "if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }" if (parenthesized_expression "((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))" ( (binary_expression "(*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1)" (parenthesized_expression "(*param_8 != *(int *)((long)plVar6 + 0x7c))" ( (binary_expression "*param_8 != *(int *)((long)plVar6 + 0x7c)" (pointer_expression "*param_8" * identifier) != (pointer_expression "*(int *)((long)plVar6 + 0x7c)" * (cast_expression "(int *)((long)plVar6 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar6 + 0x7c)" ( (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) && (parenthesized_expression "(*(int *)((long)plVar6 + 0x7c) != -1)" ( (binary_expression "*(int *)((long)plVar6 + 0x7c) != -1" (pointer_expression "*(int *)((long)plVar6 + 0x7c)" * (cast_expression "(int *)((long)plVar6 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar6 + 0x7c)" ( (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }" { (expression_statement "FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");" (call_expression "FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx")" identifier (argument_list "("../../gold/output.h",0x104b,"do_set_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_set_out_shndx"" " string_content ") ))) ;) })) (expression_statement "*(int *)((long)plVar6 + 0x7c) = *param_8;" (assignment_expression "*(int *)((long)plVar6 + 0x7c) = *param_8" (pointer_expression "*(int *)((long)plVar6 + 0x7c)" * (cast_expression "(int *)((long)plVar6 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar6 + 0x7c)" ( (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (pointer_expression "*param_8" * identifier)) ;) }) (else_clause "else {\n (**(code **)(*plVar6 + 0x60))();\n }" else (compound_statement "{\n (**(code **)(*plVar6 + 0x60))();\n }" { (expression_statement "(**(code **)(*plVar6 + 0x60))();" (call_expression "(**(code **)(*plVar6 + 0x60))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x60))" ( (pointer_expression "**(code **)(*plVar6 + 0x60)" * (pointer_expression "*(code **)(*plVar6 + 0x60)" * (cast_expression "(code **)(*plVar6 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x60)" ( (binary_expression "*plVar6 + 0x60" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) }))) (expression_statement "*param_8 = *param_8 + 1;" (assignment_expression "*param_8 = *param_8 + 1" (pointer_expression "*param_8" * identifier) = (binary_expression "*param_8 + 1" (pointer_expression "*param_8" * identifier) + number_literal)) ;) })) (expression_statement "plVar14 = plVar14 + 1;" (assignment_expression "plVar14 = plVar14 + 1" identifier = (binary_expression "plVar14 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((long *)param_4[1] != plVar14)" ( (binary_expression "(long *)param_4[1] != plVar14" (cast_expression "(long *)param_4[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[1]" identifier [ number_literal ])) != identifier) )) ;) (expression_statement "param_5 = (uVar17 - uVar18) + param_5;" (assignment_expression "param_5 = (uVar17 - uVar18) + param_5" identifier = (binary_expression "(uVar17 - uVar18) + param_5" (parenthesized_expression "(uVar17 - uVar18)" ( (binary_expression "uVar17 - uVar18" identifier - identifier) )) + identifier)) ;) (expression_statement "uVar18 = uVar17;" (assignment_expression "uVar18 = uVar17" identifier = identifier) ;) })) (expression_statement "*param_6 = uVar18;" (assignment_expression "*param_6 = uVar18" (pointer_expression "*param_6" * identifier) = identifier) ;) (expression_statement "*param_7 = uVar19;" (assignment_expression "*param_7 = uVar19" (pointer_expression "*param_7" * identifier) = identifier) ;) (return_statement "return param_5;" return identifier ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * 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 * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (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)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT & 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 ( ))) ;) })) (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) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_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 { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != IDENT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ LIT) )) != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT - LIT) )) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) & (unary_expression - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ LIT) )) != LIT) )) || (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (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) ))))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != 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 (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (subscript_expression IDENT [ LIT ])) )) (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) , (binary_expression IDENT != LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (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) ))))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) < IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( 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 (pointer_expression * IDENT) + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (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 ( (string_literal " string_content ") )))) ;) (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 *)) ) (pointer_expression * IDENT))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }))) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) < (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ LIT) )) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT + (subscript_expression IDENT [ LIT ])) )) - IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) )) - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ LIT) )) != LIT) )) || (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) }))))) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (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 ))) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) }) (else_clause else (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 (pointer_expression * IDENT) + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;)) }) (else_clause else (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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) )) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 ( )))) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) || (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) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) < (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = 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 ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (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) )))) = (pointer_expression * IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) }))) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) + IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return IDENT ;) })))
(function_definition "long FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)\n\n{\n byte bVar1;\n undefined *puVar2;\n byte bVar3;\n char cVar4;\n char cVar5;\n long *plVar6;\n long lVar7;\n long *plVar8;\n long *plVar9;\n ulong uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n long *plVar14;\n char *pcVar15;\n ulong uVar16;\n ulong uVar17;\n ulong uVar18;\n ulong uVar19;\n \n uVar18 = *param_6;\n uVar19 = *param_7;\n plVar14 = (long *)*param_4;\n if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }\n *param_6 = uVar18;\n *param_7 = uVar19;\n return param_5;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_001f74f0(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)" (identifier "FUN_001f74f0") (parameter_list "(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5,\n ulong *param_6,ulong *param_7,int *param_8,char *param_9)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "char param_3" (primitive_type "char") (identifier "param_3")) (, ",") (parameter_declaration "long *param_4" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "long param_5" (sized_type_specifier "long" (long "long")) (identifier "param_5")) (, ",") (parameter_declaration "ulong *param_6" (type_identifier "ulong") (pointer_declarator "*param_6" (* "*") (identifier "param_6"))) (, ",") (parameter_declaration "ulong *param_7" (type_identifier "ulong") (pointer_declarator "*param_7" (* "*") (identifier "param_7"))) (, ",") (parameter_declaration "int *param_8" (primitive_type "int") (pointer_declarator "*param_8" (* "*") (identifier "param_8"))) (, ",") (parameter_declaration "char *param_9" (primitive_type "char") (pointer_declarator "*param_9" (* "*") (identifier "param_9"))) () ")"))) (compound_statement "{\n byte bVar1;\n undefined *puVar2;\n byte bVar3;\n char cVar4;\n char cVar5;\n long *plVar6;\n long lVar7;\n long *plVar8;\n long *plVar9;\n ulong uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n long *plVar14;\n char *pcVar15;\n ulong uVar16;\n ulong uVar17;\n ulong uVar18;\n ulong uVar19;\n \n uVar18 = *param_6;\n uVar19 = *param_7;\n plVar14 = (long *)*param_4;\n if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }\n *param_6 = uVar18;\n *param_7 = uVar19;\n return param_5;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "undefined *puVar2;" (type_identifier "undefined") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "char cVar5;" (primitive_type "char") (identifier "cVar5") (; ";")) (declaration "long *plVar6;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar6" (* "*") (identifier "plVar6")) (; ";")) (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 "long *plVar9;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar9" (* "*") (identifier "plVar9")) (; ";")) (declaration "ulong uVar10;" (type_identifier "ulong") (identifier "uVar10") (; ";")) (declaration "undefined8 uVar11;" (type_identifier "undefined8") (identifier "uVar11") (; ";")) (declaration "undefined8 uVar12;" (type_identifier "undefined8") (identifier "uVar12") (; ";")) (declaration "undefined8 uVar13;" (type_identifier "undefined8") (identifier "uVar13") (; ";")) (declaration "long *plVar14;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar14" (* "*") (identifier "plVar14")) (; ";")) (declaration "char *pcVar15;" (primitive_type "char") (pointer_declarator "*pcVar15" (* "*") (identifier "pcVar15")) (; ";")) (declaration "ulong uVar16;" (type_identifier "ulong") (identifier "uVar16") (; ";")) (declaration "ulong uVar17;" (type_identifier "ulong") (identifier "uVar17") (; ";")) (declaration "ulong uVar18;" (type_identifier "ulong") (identifier "uVar18") (; ";")) (declaration "ulong uVar19;" (type_identifier "ulong") (identifier "uVar19") (; ";")) (expression_statement "uVar18 = *param_6;" (assignment_expression "uVar18 = *param_6" (identifier "uVar18") (= "=") (pointer_expression "*param_6" (* "*") (identifier "param_6"))) (; ";")) (expression_statement "uVar19 = *param_7;" (assignment_expression "uVar19 = *param_7" (identifier "uVar19") (= "=") (pointer_expression "*param_7" (* "*") (identifier "param_7"))) (; ";")) (expression_statement "plVar14 = (long *)*param_4;" (assignment_expression "plVar14 = (long *)*param_4" (identifier "plVar14") (= "=") (cast_expression "(long *)*param_4" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_4" (* "*") (identifier "param_4")))) (; ";")) (if_statement "if (plVar14 != (long *)param_4[1]) {\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }" (if "if") (parenthesized_expression "(plVar14 != (long *)param_4[1])" (( "(") (binary_expression "plVar14 != (long *)param_4[1]" (identifier "plVar14") (!= "!=") (cast_expression "(long *)param_4[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n uVar10 = uVar18;\n uVar17 = uVar18;\n do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);\n param_5 = (uVar17 - uVar18) + param_5;\n uVar18 = uVar17;\n }" ({ "{") (expression_statement "uVar10 = uVar18;" (assignment_expression "uVar10 = uVar18" (identifier "uVar10") (= "=") (identifier "uVar18")) (; ";")) (expression_statement "uVar17 = uVar18;" (assignment_expression "uVar17 = uVar18" (identifier "uVar17") (= "=") (identifier "uVar18")) (; ";")) (do_statement "do {\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n } while ((long *)param_4[1] != plVar14);" (do "do") (compound_statement "{\n bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);\n cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);\n if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }\n if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }\nLAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }\n if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }\n if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }\n cVar4 = (**(code **)(*plVar6 + 0x30))();\n if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }\n plVar14 = plVar14 + 1;\n }" ({ "{") (expression_statement "bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8);" (assignment_expression "bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8)" (identifier "bVar3") (= "=") (call_expression "(**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8)" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x38))" (( "(") (pointer_expression "**(code **)(*(long *)*plVar14 + 0x38)" (* "*") (pointer_expression "*(code **)(*(long *)*plVar14 + 0x38)" (* "*") (cast_expression "(code **)(*(long *)*plVar14 + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*plVar14 + 0x38)" (( "(") (binary_expression "*(long *)*plVar14 + 0x38" (pointer_expression "*(long *)*plVar14" (* "*") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (+ "+") (number_literal "0x38")) () ")"))))) () ")")) (argument_list "((long *)*plVar14,8)" (( "(") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14"))) (, ",") (number_literal "8") () ")")))) (; ";")) (expression_statement "cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400);" (assignment_expression "cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400)" (identifier "cVar4") (= "=") (call_expression "(**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400)" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x40))" (( "(") (pointer_expression "**(code **)(*(long *)*plVar14 + 0x40)" (* "*") (pointer_expression "*(code **)(*(long *)*plVar14 + 0x40)" (* "*") (cast_expression "(code **)(*(long *)*plVar14 + 0x40)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*plVar14 + 0x40)" (( "(") (binary_expression "*(long *)*plVar14 + 0x40" (pointer_expression "*(long *)*plVar14" (* "*") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (+ "+") (number_literal "0x40")) () ")"))))) () ")")) (argument_list "((long *)*plVar14,0x400)" (( "(") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14"))) (, ",") (number_literal "0x400") () ")")))) (; ";")) (if_statement "if (param_3 != '\0') {\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }" (if "if") (parenthesized_expression "(param_3 != '\0')" (( "(") (binary_expression "param_3 != '\0'" (identifier "param_3") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n *(byte *)(plVar6 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }\n (**(code **)(*plVar6 + 0x78))();\n }" ({ "{") (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 & 0xfa;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 & 0xfa" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "bVar1 & 0xfa" (identifier "bVar1") (& "&") (number_literal "0xfa"))) (; ";")) (if_statement "if ((bVar1 & 8) == 0) {\n *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }" (if "if") (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 *(byte *)(plVar6 + 4) = bVar1 & 0xf8;\n }" ({ "{") (expression_statement "*(byte *)(plVar6 + 4) = bVar1 & 0xf8;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 & 0xf8" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "bVar1 & 0xf8" (identifier "bVar1") (& "&") (number_literal "0xf8"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*plVar6 + 0x78))();" (call_expression "(**(code **)(*plVar6 + 0x78))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x78))" (( "(") (pointer_expression "**(code **)(*plVar6 + 0x78)" (* "*") (pointer_expression "*(code **)(*plVar6 + 0x78)" (* "*") (cast_expression "(code **)(*plVar6 + 0x78)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x78)" (( "(") (binary_expression "*plVar6 + 0x78" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x78")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) {\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }\n else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" (if "if") (parenthesized_expression "((*(byte *)((long *)*plVar14 + 4) & 1) == 0)" (( "(") (binary_expression "(*(byte *)((long *)*plVar14 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)((long *)*plVar14 + 4) & 1)" (( "(") (binary_expression "*(byte *)((long *)*plVar14 + 4) & 1" (pointer_expression "*(byte *)((long *)*plVar14 + 4)" (* "*") (cast_expression "(byte *)((long *)*plVar14 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long *)*plVar14 + 4)" (( "(") (binary_expression "(long *)*plVar14 + 4" (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14"))) (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();\n plVar6 = plVar8;\n if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }\n if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }\n }" ({ "{") (expression_statement "plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))();" (assignment_expression "plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))()" (identifier "plVar8") (= "=") (cast_expression "(long *)(**(code **)(*(long *)*plVar14 + 0x18))()" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(**(code **)(*(long *)*plVar14 + 0x18))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x18))" (( "(") (pointer_expression "**(code **)(*(long *)*plVar14 + 0x18)" (* "*") (pointer_expression "*(code **)(*(long *)*plVar14 + 0x18)" (* "*") (cast_expression "(code **)(*(long *)*plVar14 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*plVar14 + 0x18)" (( "(") (binary_expression "*(long *)*plVar14 + 0x18" (pointer_expression "*(long *)*plVar14" (* "*") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "plVar6 = plVar8;" (assignment_expression "plVar6 = plVar8" (identifier "plVar6") (= "=") (identifier "plVar8")) (; ";")) (if_statement "if (cVar4 == '\0') {\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }\n else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" (if "if") (parenthesized_expression "(cVar4 == '\0')" (( "(") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (*param_9 == '\0') goto LAB_001f7586;\n plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));\n puVar2 = PTR_DAT_0043e6b0;\n if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }\n *param_9 = '\0';\n cVar5 = FUN_002379c0(puVar2);\n }" ({ "{") (if_statement "if (*param_9 == '\0') goto LAB_001f7586;" (if "if") (parenthesized_expression "(*param_9 == '\0')" (( "(") (binary_expression "*param_9 == '\0'" (pointer_expression "*param_9" (* "*") (identifier "param_9")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_001f7586;" (goto "goto") (statement_identifier "LAB_001f7586") (; ";"))) (expression_statement "plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0));" (assignment_expression "plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" (identifier "plVar9") (= "=") (cast_expression "(long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0))" (identifier "FUN_001f7370") (argument_list "(*(undefined8 *)(param_2 + 0x2b0))" (( "(") (pointer_expression "*(undefined8 *)(param_2 + 0x2b0)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x2b0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x2b0)" (( "(") (binary_expression "param_2 + 0x2b0" (identifier "param_2") (+ "+") (number_literal "0x2b0")) () ")")))) () ")"))))) (; ";")) (expression_statement "puVar2 = PTR_DAT_0043e6b0;" (assignment_expression "puVar2 = PTR_DAT_0043e6b0" (identifier "puVar2") (= "=") (identifier "PTR_DAT_0043e6b0")) (; ";")) (if_statement "if (plVar8 < plVar9) {\n plVar6 = plVar9;\n }" (if "if") (parenthesized_expression "(plVar8 < plVar9)" (( "(") (binary_expression "plVar8 < plVar9" (identifier "plVar8") (< "<") (identifier "plVar9")) () ")")) (compound_statement "{\n plVar6 = plVar9;\n }" ({ "{") (expression_statement "plVar6 = plVar9;" (assignment_expression "plVar6 = plVar9" (identifier "plVar6") (= "=") (identifier "plVar9")) (; ";")) (} "}"))) (expression_statement "*param_9 = '\0';" (assignment_expression "*param_9 = '\0'" (pointer_expression "*param_9" (* "*") (identifier "param_9")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "cVar5 = FUN_002379c0(puVar2);" (assignment_expression "cVar5 = FUN_002379c0(puVar2)" (identifier "cVar5") (= "=") (call_expression "FUN_002379c0(puVar2)" (identifier "FUN_002379c0") (argument_list "(puVar2)" (( "(") (identifier "puVar2") () ")")))) (; ";")) (} "}")) (else_clause "else {\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" (else "else") (compound_statement "{\n if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }\nLAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n }" ({ "{") (if_statement "if (*param_9 == '\0') {\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }" (if "if") (parenthesized_expression "(*param_9 == '\0')" (( "(") (binary_expression "*param_9 == '\0'" (pointer_expression "*param_9" (* "*") (identifier "param_9")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }\n plVar6 = (long *)FUN_001f7370();\n if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }\n *param_9 = '\x01';\n }" ({ "{") (if_statement "if (*(long *)(param_2 + 0x2b0) == 0) {\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }" (if "if") (parenthesized_expression "(*(long *)(param_2 + 0x2b0) == 0)" (( "(") (binary_expression "*(long *)(param_2 + 0x2b0) == 0" (pointer_expression "*(long *)(param_2 + 0x2b0)" (* "*") (cast_expression "(long *)(param_2 + 0x2b0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x2b0)" (( "(") (binary_expression "param_2 + 0x2b0" (identifier "param_2") (+ "+") (number_literal "0x2b0")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.cc",0x11c4,"set_section_list_addresses")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x11c4") (, ",") (string_literal ""set_section_list_addresses"" (" """) (string_content "set_section_list_addresses") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "plVar6 = (long *)FUN_001f7370();" (assignment_expression "plVar6 = (long *)FUN_001f7370()" (identifier "plVar6") (= "=") (cast_expression "(long *)FUN_001f7370()" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001f7370()" (identifier "FUN_001f7370") (argument_list "()" (( "(") () ")"))))) (; ";")) (if_statement "if (plVar6 < plVar8) {\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }" (if "if") (parenthesized_expression "(plVar6 < plVar8)" (( "(") (binary_expression "plVar6 < plVar8" (identifier "plVar6") (< "<") (identifier "plVar8")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.cc",0x11c6,"set_section_list_addresses")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x11c6") (, ",") (string_literal ""set_section_list_addresses"" (" """) (string_content "set_section_list_addresses") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "*param_9 = '\x01';" (assignment_expression "*param_9 = '\x01'" (pointer_expression "*param_9" (* "*") (identifier "param_9")) (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (labeled_statement "LAB_001f7586:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (statement_identifier "LAB_001f7586") (: ":") (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" (identifier "cVar5") (= "=") (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" (identifier "FUN_002379c0") (argument_list "(PTR_DAT_0043e6b0)" (( "(") (identifier "PTR_DAT_0043e6b0") () ")")))) (; ";"))) (} "}")))) (if_statement "if (cVar5 == '\0') {\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }\n else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" (if "if") (parenthesized_expression "(cVar5 == '\0')" (( "(") (binary_expression "cVar5 == '\0'" (identifier "cVar5") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }\n if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) goto LAB_001f7b56;\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) goto LAB_001f7612;\n }" ({ "{") (if_statement "if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) {\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }" (if "if") (parenthesized_expression "((uVar10 != uVar19) && ((bVar3 ^ 1) != 0))" (( "(") (binary_expression "(uVar10 != uVar19) && ((bVar3 ^ 1) != 0)" (parenthesized_expression "(uVar10 != uVar19)" (( "(") (binary_expression "uVar10 != uVar19" (identifier "uVar10") (!= "!=") (identifier "uVar19")) () ")")) (&& "&&") (parenthesized_expression "((bVar3 ^ 1) != 0)" (( "(") (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" (( "(") (binary_expression "bVar3 ^ 1" (identifier "bVar3") (^ "^") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.cc",0x11df,"set_section_list_addresses")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x11df") (, ",") (string_literal ""set_section_list_addresses"" (" """) (string_content "set_section_list_addresses") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (plVar6 != (long *)0x0) {\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }" (if "if") (parenthesized_expression "(plVar6 != (long *)0x0)" (( "(") (binary_expression "plVar6 != (long *)0x0" (identifier "plVar6") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;\n }" ({ "{") (expression_statement "uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6;" (assignment_expression "uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6" (identifier "uVar10") (= "=") (binary_expression "(uVar10 - 1) + (long)plVar6 & -(long)plVar6" (binary_expression "(uVar10 - 1) + (long)plVar6" (parenthesized_expression "(uVar10 - 1)" (( "(") (binary_expression "uVar10 - 1" (identifier "uVar10") (- "-") (number_literal "1")) () ")")) (+ "+") (cast_expression "(long)plVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar6"))) (& "&") (unary_expression "-(long)plVar6" (- "-") (cast_expression "(long)plVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar6"))))) (; ";")) (} "}"))) (if_statement "if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }" (if "if") (parenthesized_expression "(((bVar3 ^ 1) != 0) || (cVar4 != '\0'))" (( "(") (binary_expression "((bVar3 ^ 1) != 0) || (cVar4 != '\0')" (parenthesized_expression "((bVar3 ^ 1) != 0)" (( "(") (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" (( "(") (binary_expression "bVar3 ^ 1" (identifier "bVar3") (^ "^") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(cVar4 != '\0')" (( "(") (binary_expression "cVar4 != '\0'" (identifier "cVar4") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n uVar19 = uVar10;\n }" ({ "{") (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" (identifier "uVar19") (= "=") (identifier "uVar10")) (; ";")) (} "}"))) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((bVar1 & 1) != 0) goto LAB_001f7b56;" (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")) () ")")) (goto_statement "goto LAB_001f7b56;" (goto "goto") (statement_identifier "LAB_001f7b56") (; ";"))) (expression_statement "plVar6[1] = (uVar10 - uVar18) + param_5;" (assignment_expression "plVar6[1] = (uVar10 - uVar18) + param_5" (subscript_expression "plVar6[1]" (identifier "plVar6") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" (( "(") (binary_expression "uVar10 - uVar18" (identifier "uVar10") (- "-") (identifier "uVar18")) () ")")) (+ "+") (identifier "param_5"))) (; ";")) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 1;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 1" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "bVar1 | 1" (identifier "bVar1") (| "|") (number_literal "1"))) (; ";")) (if_statement "if ((bVar1 & 4) != 0) goto LAB_001f7b3e;" (if "if") (parenthesized_expression "((bVar1 & 4) != 0)" (( "(") (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" (( "(") (binary_expression "bVar1 & 4" (identifier "bVar1") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_001f7b3e;" (goto "goto") (statement_identifier "LAB_001f7b3e") (; ";"))) (expression_statement "plVar6[3] = uVar19;" (assignment_expression "plVar6[3] = uVar19" (subscript_expression "plVar6[3]" (identifier "plVar6") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar19")) (; ";")) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 5;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 5" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "bVar1 | 5" (identifier "bVar1") (| "|") (number_literal "5"))) (; ";")) (if_statement "if ((bVar1 & 2) == 0) goto LAB_001f7612;" (if "if") (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")) () ")")) (goto_statement "goto LAB_001f7612;" (goto "goto") (statement_identifier "LAB_001f7612") (; ";"))) (} "}")) (else_clause "else {\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" (else "else") (compound_statement "{\n plVar8 = (long *)*plVar14;\n if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }\n lVar7 = plVar8[2];\n uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);\n if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }\n plVar6 = (long *)*plVar14;\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }\n plVar6[1] = (uVar10 - uVar18) + param_5;\n *(byte *)(plVar6 + 4) = bVar1 | 1;\n if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }\n plVar6[3] = uVar10;\n *(byte *)(plVar6 + 4) = bVar1 | 5;\n if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }\n uVar19 = uVar10;\n if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }\n }" ({ "{") (expression_statement "plVar8 = (long *)*plVar14;" (assignment_expression "plVar8 = (long *)*plVar14" (identifier "plVar8") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (if_statement "if ((*(byte *)(plVar8 + 4) & 2) == 0) {\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }" (if "if") (parenthesized_expression "((*(byte *)(plVar8 + 4) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(plVar8 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar8 + 4) & 2)" (( "(") (binary_expression "*(byte *)(plVar8 + 4) & 2" (pointer_expression "*(byte *)(plVar8 + 4)" (* "*") (cast_expression "(byte *)(plVar8 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar8 + 4)" (( "(") (binary_expression "plVar8 + 4" (identifier "plVar8") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n (**(code **)(*plVar8 + 0x68))();\n plVar8 = (long *)*plVar14;\n }" ({ "{") (expression_statement "(**(code **)(*plVar8 + 0x68))();" (call_expression "(**(code **)(*plVar8 + 0x68))()" (parenthesized_expression "(**(code **)(*plVar8 + 0x68))" (( "(") (pointer_expression "**(code **)(*plVar8 + 0x68)" (* "*") (pointer_expression "*(code **)(*plVar8 + 0x68)" (* "*") (cast_expression "(code **)(*plVar8 + 0x68)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar8 + 0x68)" (( "(") (binary_expression "*plVar8 + 0x68" (pointer_expression "*plVar8" (* "*") (identifier "plVar8")) (+ "+") (number_literal "0x68")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "plVar8 = (long *)*plVar14;" (assignment_expression "plVar8 = (long *)*plVar14" (identifier "plVar8") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (} "}"))) (expression_statement "lVar7 = plVar8[2];" (assignment_expression "lVar7 = plVar8[2]" (identifier "lVar7") (= "=") (subscript_expression "plVar8[2]" (identifier "plVar8") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18);" (assignment_expression "uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18)" (identifier "uVar10") (= "=") (call_expression "FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18)" (identifier "FUN_001a4800") (argument_list "(param_2 + 0x468,lVar7,plVar6,uVar18)" (( "(") (binary_expression "param_2 + 0x468" (identifier "param_2") (+ "+") (number_literal "0x468")) (, ",") (identifier "lVar7") (, ",") (identifier "plVar6") (, ",") (identifier "uVar18") () ")")))) (; ";")) (if_statement "if (uVar10 == 0xffffffffffffffff) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }" (if "if") (parenthesized_expression "(uVar10 == 0xffffffffffffffff)" (( "(") (binary_expression "uVar10 == 0xffffffffffffffff" (identifier "uVar10") (== "==") (number_literal "0xffffffffffffffff")) () ")")) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }\n \n FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");\n }" ({ "{") (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" (identifier "lVar7") (= "=") (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" (( "(") (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" (* "*") (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" (* "*") (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*plVar14 + 0x48)" (( "(") (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" (* "*") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }" (if "if") (parenthesized_expression "(lVar7 != 0)" (( "(") (binary_expression "lVar7 != 0" (identifier "lVar7") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "out of patch space for section %s; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\n goto LAB_001f7ab1;\n }" ({ "{") (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" (identifier "lVar7") (= "=") (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" (( "(") (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" (* "*") (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" (* "*") (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*plVar14 + 0x48)" (( "(") (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" (* "*") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar15 = "out of patch space for section %s; relink with --incremental-full";" (assignment_expression "pcVar15 = "out of patch space for section %s; relink with --incremental-full"" (identifier "pcVar15") (= "=") (string_literal ""out of patch space for section %s; relink with --incremental-full"" (" """) (string_content "out of patch space for section %s; relink with --incremental-full") (" """))) (; ";")) (expression_statement "plVar14 = *(long **)(lVar7 + 0x28);" (assignment_expression "plVar14 = *(long **)(lVar7 + 0x28)" (identifier "plVar14") (= "=") (pointer_expression "*(long **)(lVar7 + 0x28)" (* "*") (cast_expression "(long **)(lVar7 + 0x28)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar7 + 0x28)" (( "(") (binary_expression "lVar7 + 0x28" (identifier "lVar7") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (goto_statement "goto LAB_001f7ab1;" (goto "goto") (statement_identifier "LAB_001f7ab1") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.cc",0x11ee,"set_section_list_addresses")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x11ee") (, ",") (string_literal ""set_section_list_addresses"" (" """) (string_content "set_section_list_addresses") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((bVar1 & 1) != 0) {\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\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 "{\nLAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");\n }" ({ "{") (labeled_statement "LAB_001f7b56:\n \n FUN_0017c650("../../gold/output.h",0x142,"set_address");" (statement_identifier "LAB_001f7b56") (: ":") (expression_statement "FUN_0017c650("../../gold/output.h",0x142,"set_address");" (call_expression "FUN_0017c650("../../gold/output.h",0x142,"set_address")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x142,"set_address")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x142") (, ",") (string_literal ""set_address"" (" """) (string_content "set_address") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "plVar6[1] = (uVar10 - uVar18) + param_5;" (assignment_expression "plVar6[1] = (uVar10 - uVar18) + param_5" (subscript_expression "plVar6[1]" (identifier "plVar6") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" (( "(") (binary_expression "uVar10 - uVar18" (identifier "uVar10") (- "-") (identifier "uVar18")) () ")")) (+ "+") (identifier "param_5"))) (; ";")) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 1;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 1" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "bVar1 | 1" (identifier "bVar1") (| "|") (number_literal "1"))) (; ";")) (if_statement "if ((bVar1 & 4) != 0) {\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }" (if "if") (parenthesized_expression "((bVar1 & 4) != 0)" (( "(") (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" (( "(") (binary_expression "bVar1 & 4" (identifier "bVar1") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");\n }" ({ "{") (labeled_statement "LAB_001f7b3e:\n \n FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");" (statement_identifier "LAB_001f7b3e") (: ":") (expression_statement "FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset");" (call_expression "FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x14b,"set_file_offset")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x14b") (, ",") (string_literal ""set_file_offset"" (" """) (string_content "set_file_offset") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "plVar6[3] = uVar10;" (assignment_expression "plVar6[3] = uVar10" (subscript_expression "plVar6[3]" (identifier "plVar6") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar10")) (; ";")) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 5;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 5" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "bVar1 | 5" (identifier "bVar1") (| "|") (number_literal "5"))) (; ";")) (if_statement "if ((bVar1 & 2) == 0) {\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }" (if "if") (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")) () ")")) (compound_statement "{\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;\n }" ({ "{") (expression_statement "(**(code **)(*plVar6 + 0x70))(plVar6);" (call_expression "(**(code **)(*plVar6 + 0x70))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x70))" (( "(") (pointer_expression "**(code **)(*plVar6 + 0x70)" (* "*") (pointer_expression "*(code **)(*plVar6 + 0x70)" (* "*") (cast_expression "(code **)(*plVar6 + 0x70)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x70)" (( "(") (binary_expression "*plVar6 + 0x70" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x70")) () ")"))))) () ")")) (argument_list "(plVar6)" (( "(") (identifier "plVar6") () ")"))) (; ";")) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e;" (if "if") (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" (( "(") (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001f7b6e;" (goto "goto") (statement_identifier "LAB_001f7b6e") (; ";"))) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26;" (if "if") (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" (( "(") (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001f7b26;" (goto "goto") (statement_identifier "LAB_001f7b26") (; ";"))) (} "}"))) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" (identifier "uVar19") (= "=") (identifier "uVar10")) (; ";")) (if_statement "if (lVar7 < plVar6[2]) {\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }" (if "if") (parenthesized_expression "(lVar7 < plVar6[2])" (( "(") (binary_expression "lVar7 < plVar6[2]" (identifier "lVar7") (< "<") (subscript_expression "plVar6[2]" (identifier "plVar6") ([ "[") (number_literal "2") (] "]"))) () ")")) (compound_statement "{\n while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }\n \n FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");\n }" ({ "{") (while_statement "while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }" (while "while") (parenthesized_expression "(lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0)" (( "(") (comma_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6)" (identifier "lVar7") (= "=") (call_expression "(**(code **)(*plVar6 + 0x48))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" (( "(") (pointer_expression "**(code **)(*plVar6 + 0x48)" (* "*") (pointer_expression "*(code **)(*plVar6 + 0x48)" (* "*") (cast_expression "(code **)(*plVar6 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x48)" (( "(") (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "(plVar6)" (( "(") (identifier "plVar6") () ")")))) (, ",") (binary_expression "lVar7 != 0" (identifier "lVar7") (!= "!=") (number_literal "0"))) () ")")) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = "%s: section changed size; relink with --incremental-full";\n plVar14 = *(long **)(lVar7 + 0x28);\nLAB_001f7ab1:\n uVar13 = gettext(pcVar15);\n FUN_00178280(uVar13,plVar14);\n }" ({ "{") (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" (identifier "lVar7") (= "=") (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" (( "(") (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" (* "*") (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" (* "*") (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*plVar14 + 0x48)" (( "(") (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" (* "*") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar15 = "%s: section changed size; relink with --incremental-full";" (assignment_expression "pcVar15 = "%s: section changed size; relink with --incremental-full"" (identifier "pcVar15") (= "=") (string_literal ""%s: section changed size; relink with --incremental-full"" (" """) (string_content "%s: section changed size; relink with --incremental-full") (" """))) (; ";")) (expression_statement "plVar14 = *(long **)(lVar7 + 0x28);" (assignment_expression "plVar14 = *(long **)(lVar7 + 0x28)" (identifier "plVar14") (= "=") (pointer_expression "*(long **)(lVar7 + 0x28)" (* "*") (cast_expression "(long **)(lVar7 + 0x28)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar7 + 0x28)" (( "(") (binary_expression "lVar7 + 0x28" (identifier "lVar7") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (labeled_statement "LAB_001f7ab1:\n uVar13 = gettext(pcVar15);" (statement_identifier "LAB_001f7ab1") (: ":") (expression_statement "uVar13 = gettext(pcVar15);" (assignment_expression "uVar13 = gettext(pcVar15)" (identifier "uVar13") (= "=") (call_expression "gettext(pcVar15)" (identifier "gettext") (argument_list "(pcVar15)" (( "(") (identifier "pcVar15") () ")")))) (; ";"))) (expression_statement "FUN_00178280(uVar13,plVar14);" (call_expression "FUN_00178280(uVar13,plVar14)" (identifier "FUN_00178280") (argument_list "(uVar13,plVar14)" (( "(") (identifier "uVar13") (, ",") (identifier "plVar14") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.cc",0x11f6,"set_section_list_addresses")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x11f6") (, ",") (string_literal ""set_section_list_addresses"" (" """) (string_content "set_section_list_addresses") (" """)) () ")"))) (; ";")) (} "}"))) (} "}")))) (} "}")) (else_clause "else {\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" (else "else") (compound_statement "{\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);\n if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }\n }" ({ "{") (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" (identifier "cVar5") (= "=") (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" (identifier "FUN_002379c0") (argument_list "(PTR_DAT_0043e6b0)" (( "(") (identifier "PTR_DAT_0043e6b0") () ")")))) (; ";")) (if_statement "if (cVar5 == '\0') {\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }\n else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" (if "if") (parenthesized_expression "(cVar5 == '\0')" (( "(") (binary_expression "cVar5 == '\0'" (identifier "cVar5") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n uVar16 = (uVar10 - uVar18) + param_5;\n if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }\n bVar1 = *(byte *)(plVar6 + 4);\n if ((bVar1 & 4) != 0) goto LAB_001f7b3e;\n plVar6[3] = uVar19;\n *(byte *)(plVar6 + 4) = bVar1 | 4;\n if ((bVar1 & 2) != 0) goto LAB_001f7626;\nLAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }\n }" ({ "{") (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (if_statement "if ((*(byte *)(plVar6 + 4) & 1) == 0) {\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "((*(byte *)(plVar6 + 4) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(plVar6 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 1)" (( "(") (binary_expression "*(byte *)(plVar6 + 4) & 1" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" ({ "{") (labeled_statement "LAB_001f7bfe:\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");" (statement_identifier "LAB_001f7bfe") (: ":") (expression_statement "FUN_0017c650("../../gold/output.h",0xc5,"address");" (call_expression "FUN_0017c650("../../gold/output.h",0xc5,"address")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0xc5,"address")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xc5") (, ",") (string_literal ""address"" (" """) (string_content "address") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "uVar16 = (uVar10 - uVar18) + param_5;" (assignment_expression "uVar16 = (uVar10 - uVar18) + param_5" (identifier "uVar16") (= "=") (binary_expression "(uVar10 - uVar18) + param_5" (parenthesized_expression "(uVar10 - uVar18)" (( "(") (binary_expression "uVar10 - uVar18" (identifier "uVar10") (- "-") (identifier "uVar18")) () ")")) (+ "+") (identifier "param_5"))) (; ";")) (if_statement "if ((ulong)plVar6[1] < uVar16) {\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }\n else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" (if "if") (parenthesized_expression "((ulong)plVar6[1] < uVar16)" (( "(") (binary_expression "(ulong)plVar6[1] < uVar16" (cast_expression "(ulong)plVar6[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "plVar6[1]" (identifier "plVar6") ([ "[") (number_literal "1") (] "]"))) (< "<") (identifier "uVar16")) () ")")) (compound_statement "{\n if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }\n lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);\n if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;\n uVar13 = *(undefined8 *)(*plVar14 + 8);\n if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n }" ({ "{") (if_statement "if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') {\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }" (if "if") (parenthesized_expression "(*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0')" (( "(") (binary_expression "*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0'" (pointer_expression "*(char *)(*(long *)(param_2 + 8) + 0x148)" (* "*") (cast_expression "(char *)(*(long *)(param_2 + 8) + 0x148)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_2 + 8) + 0x148)" (( "(") (binary_expression "*(long *)(param_2 + 8) + 0x148" (pointer_expression "*(long *)(param_2 + 8)" (* "*") (cast_expression "(long *)(param_2 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x148")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses");" (call_expression "FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.cc",0x1215,"set_section_list_addresses")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x1215") (, ",") (string_literal ""set_section_list_addresses"" (" """) (string_content "set_section_list_addresses") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6);" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6)" (identifier "lVar7") (= "=") (call_expression "(**(code **)(*plVar6 + 0x48))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" (( "(") (pointer_expression "**(code **)(*plVar6 + 0x48)" (* "*") (pointer_expression "*(code **)(*plVar6 + 0x48)" (* "*") (cast_expression "(code **)(*plVar6 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x48)" (( "(") (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "(plVar6)" (( "(") (identifier "plVar6") () ")")))) (; ";")) (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe;" (if "if") (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(*plVar14 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 1)" (( "(") (binary_expression "*(byte *)(*plVar14 + 0x20) & 1" (pointer_expression "*(byte *)(*plVar14 + 0x20)" (* "*") (cast_expression "(byte *)(*plVar14 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar14 + 0x20)" (( "(") (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001f7bfe;" (goto "goto") (statement_identifier "LAB_001f7bfe") (; ";"))) (expression_statement "uVar13 = *(undefined8 *)(*plVar14 + 8);" (assignment_expression "uVar13 = *(undefined8 *)(*plVar14 + 8)" (identifier "uVar13") (= "=") (pointer_expression "*(undefined8 *)(*plVar14 + 8)" (* "*") (cast_expression "(undefined8 *)(*plVar14 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar14 + 8)" (( "(") (binary_expression "*plVar14 + 8" (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (lVar7 == 0) {\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }\n else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" (if "if") (parenthesized_expression "(lVar7 == 0)" (( "(") (binary_expression "lVar7 == 0" (identifier "lVar7") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");\n FUN_00178320(uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" ({ "{") (expression_statement "uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx");" (assignment_expression "uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" (identifier "uVar12") (= "=") (call_expression "gettext("dot moves backward in linker script from 0x%llx to 0x%llx")" (identifier "gettext") (argument_list "("dot moves backward in linker script from 0x%llx to 0x%llx")" (( "(") (string_literal ""dot moves backward in linker script from 0x%llx to 0x%llx"" (" """) (string_content "dot moves backward in linker script from 0x%llx to 0x%llx") (" """)) () ")")))) (; ";")) (expression_statement "FUN_00178320(uVar12,uVar16,uVar13);" (call_expression "FUN_00178320(uVar12,uVar16,uVar13)" (identifier "FUN_00178320") (argument_list "(uVar12,uVar16,uVar13)" (( "(") (identifier "uVar12") (, ",") (identifier "uVar16") (, ",") (identifier "uVar13") () ")"))) (; ";")) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (} "}")) (else_clause "else {\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" (else "else") (compound_statement "{\n uVar12 = *(undefined8 *)(lVar7 + 0x28);\n uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");\n FUN_00178320(uVar11,uVar12,uVar16,uVar13);\n plVar6 = (long *)*plVar14;\n }" ({ "{") (expression_statement "uVar12 = *(undefined8 *)(lVar7 + 0x28);" (assignment_expression "uVar12 = *(undefined8 *)(lVar7 + 0x28)" (identifier "uVar12") (= "=") (pointer_expression "*(undefined8 *)(lVar7 + 0x28)" (* "*") (cast_expression "(undefined8 *)(lVar7 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x28)" (( "(") (binary_expression "lVar7 + 0x28" (identifier "lVar7") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx");" (assignment_expression "uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" (identifier "uVar11") (= "=") (call_expression "gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" (identifier "gettext") (argument_list "("address of section \'%s\' moves backward from 0x%llx to 0x%llx")" (( "(") (string_literal ""address of section \'%s\' moves backward from 0x%llx to 0x%llx"" (" """) (string_content "address of section ") (escape_sequence "\'") (string_content "%s") (escape_sequence "\'") (string_content " moves backward from 0x%llx to 0x%llx") (" """)) () ")")))) (; ";")) (expression_statement "FUN_00178320(uVar11,uVar12,uVar16,uVar13);" (call_expression "FUN_00178320(uVar11,uVar12,uVar16,uVar13)" (identifier "FUN_00178320") (argument_list "(uVar11,uVar12,uVar16,uVar13)" (( "(") (identifier "uVar11") (, ",") (identifier "uVar12") (, ",") (identifier "uVar16") (, ",") (identifier "uVar13") () ")"))) (; ";")) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (} "}")))) (} "}")) (else_clause "else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" (else "else") (if_statement "if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) {\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }\n else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" (if "if") (parenthesized_expression "(((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0))" (( "(") (binary_expression "((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)" (parenthesized_expression "((long)uVar19 < (long)uVar10)" (( "(") (binary_expression "(long)uVar19 < (long)uVar10" (cast_expression "(long)uVar19" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar19")) (< "<") (cast_expression "(long)uVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar10"))) () ")")) (&& "&&") (parenthesized_expression "((bVar3 ^ 1) != 0)" (( "(") (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" (( "(") (binary_expression "bVar3 ^ 1" (identifier "bVar3") (^ "^") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );\n FUN_001783d0(uVar13);\n plVar6 = (long *)*plVar14;\n if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;\n uVar10 = (uVar10 + plVar6[1]) - uVar16;\n uVar19 = uVar10;\n }" ({ "{") (expression_statement "uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n );" (assignment_expression "uVar13 = gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" (identifier "uVar13") (= "=") (call_expression "gettext(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" (identifier "gettext") (argument_list "(\n "script places BSS section in the middle of a LOAD segment; space will be allocated in the file"\n )" (( "(") (string_literal ""script places BSS section in the middle of a LOAD segment; space will be allocated in the file"" (" """) (string_content "script places BSS section in the middle of a LOAD segment; space will be allocated in the file") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001783d0(uVar13);" (call_expression "FUN_001783d0(uVar13)" (identifier "FUN_001783d0") (argument_list "(uVar13)" (( "(") (identifier "uVar13") () ")"))) (; ";")) (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (if_statement "if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe;" (if "if") (parenthesized_expression "((*(byte *)(plVar6 + 4) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(plVar6 + 4) & 1) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 1)" (( "(") (binary_expression "*(byte *)(plVar6 + 4) & 1" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001f7bfe;" (goto "goto") (statement_identifier "LAB_001f7bfe") (; ";"))) (expression_statement "uVar10 = (uVar10 + plVar6[1]) - uVar16;" (assignment_expression "uVar10 = (uVar10 + plVar6[1]) - uVar16" (identifier "uVar10") (= "=") (binary_expression "(uVar10 + plVar6[1]) - uVar16" (parenthesized_expression "(uVar10 + plVar6[1])" (( "(") (binary_expression "uVar10 + plVar6[1]" (identifier "uVar10") (+ "+") (subscript_expression "plVar6[1]" (identifier "plVar6") ([ "[") (number_literal "1") (] "]"))) () ")")) (- "-") (identifier "uVar16"))) (; ";")) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" (identifier "uVar19") (= "=") (identifier "uVar10")) (; ";")) (} "}")) (else_clause "else {\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" (else "else") (compound_statement "{\n uVar10 = (plVar6[1] + uVar10) - uVar16;\n if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }\n }" ({ "{") (expression_statement "uVar10 = (plVar6[1] + uVar10) - uVar16;" (assignment_expression "uVar10 = (plVar6[1] + uVar10) - uVar16" (identifier "uVar10") (= "=") (binary_expression "(plVar6[1] + uVar10) - uVar16" (parenthesized_expression "(plVar6[1] + uVar10)" (( "(") (binary_expression "plVar6[1] + uVar10" (subscript_expression "plVar6[1]" (identifier "plVar6") ([ "[") (number_literal "1") (] "]")) (+ "+") (identifier "uVar10")) () ")")) (- "-") (identifier "uVar16"))) (; ";")) (if_statement "if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) {\n uVar19 = uVar10;\n }" (if "if") (parenthesized_expression "(((bVar3 ^ 1) != 0) || (cVar4 != '\0'))" (( "(") (binary_expression "((bVar3 ^ 1) != 0) || (cVar4 != '\0')" (parenthesized_expression "((bVar3 ^ 1) != 0)" (( "(") (binary_expression "(bVar3 ^ 1) != 0" (parenthesized_expression "(bVar3 ^ 1)" (( "(") (binary_expression "bVar3 ^ 1" (identifier "bVar3") (^ "^") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(cVar4 != '\0')" (( "(") (binary_expression "cVar4 != '\0'" (identifier "cVar4") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n uVar19 = uVar10;\n }" ({ "{") (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" (identifier "uVar19") (= "=") (identifier "uVar10")) (; ";")) (} "}"))) (} "}")))))) (expression_statement "bVar1 = *(byte *)(plVar6 + 4);" (assignment_expression "bVar1 = *(byte *)(plVar6 + 4)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((bVar1 & 4) != 0) goto LAB_001f7b3e;" (if "if") (parenthesized_expression "((bVar1 & 4) != 0)" (( "(") (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" (( "(") (binary_expression "bVar1 & 4" (identifier "bVar1") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_001f7b3e;" (goto "goto") (statement_identifier "LAB_001f7b3e") (; ";"))) (expression_statement "plVar6[3] = uVar19;" (assignment_expression "plVar6[3] = uVar19" (subscript_expression "plVar6[3]" (identifier "plVar6") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar19")) (; ";")) (expression_statement "*(byte *)(plVar6 + 4) = bVar1 | 4;" (assignment_expression "*(byte *)(plVar6 + 4) = bVar1 | 4" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "bVar1 | 4" (identifier "bVar1") (| "|") (number_literal "4"))) (; ";")) (if_statement "if ((bVar1 & 2) != 0) goto LAB_001f7626;" (if "if") (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")) () ")")) (goto_statement "goto LAB_001f7626;" (goto "goto") (statement_identifier "LAB_001f7626") (; ";"))) (labeled_statement "LAB_001f7612:\n (**(code **)(*plVar6 + 0x70))(plVar6);" (statement_identifier "LAB_001f7612") (: ":") (expression_statement "(**(code **)(*plVar6 + 0x70))(plVar6);" (call_expression "(**(code **)(*plVar6 + 0x70))(plVar6)" (parenthesized_expression "(**(code **)(*plVar6 + 0x70))" (( "(") (pointer_expression "**(code **)(*plVar6 + 0x70)" (* "*") (pointer_expression "*(code **)(*plVar6 + 0x70)" (* "*") (cast_expression "(code **)(*plVar6 + 0x70)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x70)" (( "(") (binary_expression "*plVar6 + 0x70" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x70")) () ")"))))) () ")")) (argument_list "(plVar6)" (( "(") (identifier "plVar6") () ")"))) (; ";"))) (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" (( "(") (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");\n }" ({ "{") (labeled_statement "LAB_001f7b6e:\n \n FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");" (statement_identifier "LAB_001f7b6e") (: ":") (expression_statement "FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x163,"finalize_data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x163") (, ",") (string_literal ""finalize_data_size"" (" """) (string_content "finalize_data_size") (" """)) () ")"))) (; ";"))) (} "}"))) (} "}")) (else_clause "else {\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" (else "else") (compound_statement "{\n if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }\n uVar10 = *(ulong *)(*plVar14 + 0x18);\n uVar19 = uVar10;\n }" ({ "{") (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" (if "if") (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(*plVar14 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(*plVar14 + 0x20) & 4" (pointer_expression "*(byte *)(*plVar14 + 0x20)" (* "*") (cast_expression "(byte *)(*plVar14 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar14 + 0x20)" (( "(") (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0xe3,"offset");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0017c650("../../gold/output.h",0xe3,"offset")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0xe3,"offset")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar10 = *(ulong *)(*plVar14 + 0x18);" (assignment_expression "uVar10 = *(ulong *)(*plVar14 + 0x18)" (identifier "uVar10") (= "=") (pointer_expression "*(ulong *)(*plVar14 + 0x18)" (* "*") (cast_expression "(ulong *)(*plVar14 + 0x18)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar14 + 0x18)" (( "(") (binary_expression "*plVar14 + 0x18" (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" (identifier "uVar19") (= "=") (identifier "uVar10")) (; ";")) (} "}")))) (} "}")))) (labeled_statement "LAB_001f7626:\n cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (statement_identifier "LAB_001f7626") (: ":") (expression_statement "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0);" (assignment_expression "cVar5 = FUN_002379c0(PTR_DAT_0043e6b0)" (identifier "cVar5") (= "=") (call_expression "FUN_002379c0(PTR_DAT_0043e6b0)" (identifier "FUN_002379c0") (argument_list "(PTR_DAT_0043e6b0)" (( "(") (identifier "PTR_DAT_0043e6b0") () ")")))) (; ";"))) (if_statement "if (cVar5 == '\0') {\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }\n else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" (if "if") (parenthesized_expression "(cVar5 == '\0')" (( "(") (binary_expression "cVar5 == '\0'" (identifier "cVar5") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\nLAB_001f7694:\n plVar6 = (long *)*plVar14;\n }" ({ "{") (labeled_statement "LAB_001f7694:\n plVar6 = (long *)*plVar14;" (statement_identifier "LAB_001f7694") (: ":") (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";"))) (} "}")) (else_clause "else {\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" (else "else") (compound_statement "{\n plVar6 = (long *)*plVar14;\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }\n }" ({ "{") (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (if_statement "if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }" (if "if") (parenthesized_expression "((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0))" (( "(") (binary_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)" (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")) () ")")) (&& "&&") (parenthesized_expression "((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)" (( "(") (binary_expression "(PTR_DAT_0043e6b0[0x24] & 0x10) != 0" (parenthesized_expression "(PTR_DAT_0043e6b0[0x24] & 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0[0x24] & 0x10" (subscript_expression "PTR_DAT_0043e6b0[0x24]" (identifier "PTR_DAT_0043e6b0") ([ "[") (number_literal "0x24") (] "]")) (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;\n lVar7 = (**(code **)(*plVar6 + 0x48))();\n pcVar15 = "(special)";\n if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }\n if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;\n FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);\n goto LAB_001f7694;\n }" ({ "{") (expression_statement "uVar13 = *(undefined8 *)PTR_DAT_0043e6b0;" (assignment_expression "uVar13 = *(undefined8 *)PTR_DAT_0043e6b0" (identifier "uVar13") (= "=") (pointer_expression "*(undefined8 *)PTR_DAT_0043e6b0" (* "*") (cast_expression "(undefined8 *)PTR_DAT_0043e6b0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_DAT_0043e6b0")))) (; ";")) (expression_statement "lVar7 = (**(code **)(*plVar6 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*plVar6 + 0x48))()" (identifier "lVar7") (= "=") (call_expression "(**(code **)(*plVar6 + 0x48))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x48))" (( "(") (pointer_expression "**(code **)(*plVar6 + 0x48)" (* "*") (pointer_expression "*(code **)(*plVar6 + 0x48)" (* "*") (cast_expression "(code **)(*plVar6 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x48)" (( "(") (binary_expression "*plVar6 + 0x48" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar15 = "(special)";" (assignment_expression "pcVar15 = "(special)"" (identifier "pcVar15") (= "=") (string_literal ""(special)"" (" """) (string_content "(special)") (" """))) (; ";")) (if_statement "if (lVar7 != 0) {\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }" (if "if") (parenthesized_expression "(lVar7 != 0)" (( "(") (binary_expression "lVar7 != 0" (identifier "lVar7") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();\n pcVar15 = *(char **)(lVar7 + 0x28);\n }" ({ "{") (expression_statement "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))();" (assignment_expression "lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))()" (identifier "lVar7") (= "=") (call_expression "(**(code **)(*(long *)*plVar14 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)*plVar14 + 0x48))" (( "(") (pointer_expression "**(code **)(*(long *)*plVar14 + 0x48)" (* "*") (pointer_expression "*(code **)(*(long *)*plVar14 + 0x48)" (* "*") (cast_expression "(code **)(*(long *)*plVar14 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*plVar14 + 0x48)" (( "(") (binary_expression "*(long *)*plVar14 + 0x48" (pointer_expression "*(long *)*plVar14" (* "*") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar15 = *(char **)(lVar7 + 0x28);" (assignment_expression "pcVar15 = *(char **)(lVar7 + 0x28)" (identifier "pcVar15") (= "=") (pointer_expression "*(char **)(lVar7 + 0x28)" (* "*") (cast_expression "(char **)(lVar7 + 0x28)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar7 + 0x28)" (( "(") (binary_expression "lVar7 + 0x28" (identifier "lVar7") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (} "}"))) (if_statement "if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26;" (if "if") (parenthesized_expression "((*(byte *)(*plVar14 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(*plVar14 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(*plVar14 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(*plVar14 + 0x20) & 2" (pointer_expression "*(byte *)(*plVar14 + 0x20)" (* "*") (cast_expression "(byte *)(*plVar14 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar14 + 0x20)" (( "(") (binary_expression "*plVar14 + 0x20" (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001f7b26;" (goto "goto") (statement_identifier "LAB_001f7b26") (; ";"))) (expression_statement "FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15);" (call_expression "FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15)" (identifier "FUN_00178100") (argument_list "(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10,\n *(undefined8 *)(*plVar14 + 0x10),pcVar15)" (( "(") (identifier "uVar13") (, ",") (string_literal ""set_section_list_addresses: %08lx %08lx %s"" (" """) (string_content "set_section_list_addresses: %08lx %08lx %s") (" """)) (, ",") (identifier "uVar10") (, ",") (pointer_expression "*(undefined8 *)(*plVar14 + 0x10)" (* "*") (cast_expression "(undefined8 *)(*plVar14 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar14 + 0x10)" (( "(") (binary_expression "*plVar14 + 0x10" (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "pcVar15") () ")"))) (; ";")) (goto_statement "goto LAB_001f7694;" (goto "goto") (statement_identifier "LAB_001f7694") (; ";")) (} "}"))) (} "}")))) (if_statement "if ((cVar4 == '\0') || (bVar3 == 0)) {\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }" (if "if") (parenthesized_expression "((cVar4 == '\0') || (bVar3 == 0))" (( "(") (binary_expression "(cVar4 == '\0') || (bVar3 == 0)" (parenthesized_expression "(cVar4 == '\0')" (( "(") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(bVar3 == 0)" (( "(") (binary_expression "bVar3 == 0" (identifier "bVar3") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }\n uVar10 = uVar10 + plVar6[2];\n if (bVar3 == 0) {\n uVar19 = uVar10;\n }\n }" ({ "{") (if_statement "if ((*(byte *)(plVar6 + 4) & 2) == 0) {\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(plVar6 + 4) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(plVar6 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar6 + 4) & 2)" (( "(") (binary_expression "*(byte *)(plVar6 + 4) & 2" (pointer_expression "*(byte *)(plVar6 + 4)" (* "*") (cast_expression "(byte *)(plVar6 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar6 + 4)" (( "(") (binary_expression "plVar6 + 4" (identifier "plVar6") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (labeled_statement "LAB_001f7b26:\n \n FUN_0017c650("../../gold/output.h",0xcf,"data_size");" (statement_identifier "LAB_001f7b26") (: ":") (expression_statement "FUN_0017c650("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0017c650("../../gold/output.h",0xcf,"data_size")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0xcf,"data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xcf") (, ",") (string_literal ""data_size"" (" """) (string_content "data_size") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "uVar10 = uVar10 + plVar6[2];" (assignment_expression "uVar10 = uVar10 + plVar6[2]" (identifier "uVar10") (= "=") (binary_expression "uVar10 + plVar6[2]" (identifier "uVar10") (+ "+") (subscript_expression "plVar6[2]" (identifier "plVar6") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (bVar3 == 0) {\n uVar19 = uVar10;\n }" (if "if") (parenthesized_expression "(bVar3 == 0)" (( "(") (binary_expression "bVar3 == 0" (identifier "bVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar19 = uVar10;\n }" ({ "{") (expression_statement "uVar19 = uVar10;" (assignment_expression "uVar19 = uVar10" (identifier "uVar19") (= "=") (identifier "uVar10")) (; ";")) (} "}"))) (} "}"))) (if_statement "if ((long)uVar17 < (long)uVar10) {\n uVar17 = uVar10;\n }" (if "if") (parenthesized_expression "((long)uVar17 < (long)uVar10)" (( "(") (binary_expression "(long)uVar17 < (long)uVar10" (cast_expression "(long)uVar17" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar17")) (< "<") (cast_expression "(long)uVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar10"))) () ")")) (compound_statement "{\n uVar17 = uVar10;\n }" ({ "{") (expression_statement "uVar17 = uVar10;" (assignment_expression "uVar17 = uVar10" (identifier "uVar17") (= "=") (identifier "uVar10")) (; ";")) (} "}"))) (expression_statement "cVar4 = (**(code **)(*plVar6 + 0x30))();" (assignment_expression "cVar4 = (**(code **)(*plVar6 + 0x30))()" (identifier "cVar4") (= "=") (call_expression "(**(code **)(*plVar6 + 0x30))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x30))" (( "(") (pointer_expression "**(code **)(*plVar6 + 0x30)" (* "*") (pointer_expression "*(code **)(*plVar6 + 0x30)" (* "*") (cast_expression "(code **)(*plVar6 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x30)" (( "(") (binary_expression "*plVar6 + 0x30" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar4 != '\0') {\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }" (if "if") (parenthesized_expression "(cVar4 != '\0')" (( "(") (binary_expression "cVar4 != '\0'" (identifier "cVar4") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n plVar6 = (long *)*plVar14;\n if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }\n *param_8 = *param_8 + 1;\n }" ({ "{") (expression_statement "plVar6 = (long *)*plVar14;" (assignment_expression "plVar6 = (long *)*plVar14" (identifier "plVar6") (= "=") (cast_expression "(long *)*plVar14" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (if_statement "if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) {\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }\n else {\n (**(code **)(*plVar6 + 0x60))();\n }" (if "if") (parenthesized_expression "(*(code **)(*plVar6 + 0x60) == FUN_001b1260)" (( "(") (binary_expression "*(code **)(*plVar6 + 0x60) == FUN_001b1260" (pointer_expression "*(code **)(*plVar6 + 0x60)" (* "*") (cast_expression "(code **)(*plVar6 + 0x60)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x60)" (( "(") (binary_expression "*plVar6 + 0x60" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x60")) () ")")))) (== "==") (identifier "FUN_001b1260")) () ")")) (compound_statement "{\n if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }\n *(int *)((long)plVar6 + 0x7c) = *param_8;\n }" ({ "{") (if_statement "if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))\n {\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }" (if "if") (parenthesized_expression "((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1))" (( "(") (binary_expression "(*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1)" (parenthesized_expression "(*param_8 != *(int *)((long)plVar6 + 0x7c))" (( "(") (binary_expression "*param_8 != *(int *)((long)plVar6 + 0x7c)" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (!= "!=") (pointer_expression "*(int *)((long)plVar6 + 0x7c)" (* "*") (cast_expression "(int *)((long)plVar6 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar6 + 0x7c)" (( "(") (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar6")) (+ "+") (number_literal "0x7c")) () ")"))))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)((long)plVar6 + 0x7c) != -1)" (( "(") (binary_expression "*(int *)((long)plVar6 + 0x7c) != -1" (pointer_expression "*(int *)((long)plVar6 + 0x7c)" (* "*") (cast_expression "(int *)((long)plVar6 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar6 + 0x7c)" (( "(") (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar6")) (+ "+") (number_literal "0x7c")) () ")")))) (!= "!=") (number_literal "-1")) () ")"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx");" (call_expression "FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x104b,"do_set_out_shndx")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x104b") (, ",") (string_literal ""do_set_out_shndx"" (" """) (string_content "do_set_out_shndx") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "*(int *)((long)plVar6 + 0x7c) = *param_8;" (assignment_expression "*(int *)((long)plVar6 + 0x7c) = *param_8" (pointer_expression "*(int *)((long)plVar6 + 0x7c)" (* "*") (cast_expression "(int *)((long)plVar6 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar6 + 0x7c)" (( "(") (binary_expression "(long)plVar6 + 0x7c" (cast_expression "(long)plVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar6")) (+ "+") (number_literal "0x7c")) () ")")))) (= "=") (pointer_expression "*param_8" (* "*") (identifier "param_8"))) (; ";")) (} "}")) (else_clause "else {\n (**(code **)(*plVar6 + 0x60))();\n }" (else "else") (compound_statement "{\n (**(code **)(*plVar6 + 0x60))();\n }" ({ "{") (expression_statement "(**(code **)(*plVar6 + 0x60))();" (call_expression "(**(code **)(*plVar6 + 0x60))()" (parenthesized_expression "(**(code **)(*plVar6 + 0x60))" (( "(") (pointer_expression "**(code **)(*plVar6 + 0x60)" (* "*") (pointer_expression "*(code **)(*plVar6 + 0x60)" (* "*") (cast_expression "(code **)(*plVar6 + 0x60)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x60)" (( "(") (binary_expression "*plVar6 + 0x60" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x60")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (expression_statement "*param_8 = *param_8 + 1;" (assignment_expression "*param_8 = *param_8 + 1" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (= "=") (binary_expression "*param_8 + 1" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "plVar14 = plVar14 + 1;" (assignment_expression "plVar14 = plVar14 + 1" (identifier "plVar14") (= "=") (binary_expression "plVar14 + 1" (identifier "plVar14") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((long *)param_4[1] != plVar14)" (( "(") (binary_expression "(long *)param_4[1] != plVar14" (cast_expression "(long *)param_4[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "plVar14")) () ")")) (; ";")) (expression_statement "param_5 = (uVar17 - uVar18) + param_5;" (assignment_expression "param_5 = (uVar17 - uVar18) + param_5" (identifier "param_5") (= "=") (binary_expression "(uVar17 - uVar18) + param_5" (parenthesized_expression "(uVar17 - uVar18)" (( "(") (binary_expression "uVar17 - uVar18" (identifier "uVar17") (- "-") (identifier "uVar18")) () ")")) (+ "+") (identifier "param_5"))) (; ";")) (expression_statement "uVar18 = uVar17;" (assignment_expression "uVar18 = uVar17" (identifier "uVar18") (= "=") (identifier "uVar17")) (; ";")) (} "}"))) (expression_statement "*param_6 = uVar18;" (assignment_expression "*param_6 = uVar18" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (= "=") (identifier "uVar18")) (; ";")) (expression_statement "*param_7 = uVar19;" (assignment_expression "*param_7 = uVar19" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (identifier "uVar19")) (; ";")) (return_statement "return param_5;" (return "return") (identifier "param_5") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: uint64_t set_section_list_addresses(Output_segment * this, Layout * layout, bool reset, Output_data_list * pdl, uint64_t addr, off_t * poff, off_t * pfoff, uint * pshndx, bool * in_tls) */ uint64_t __thiscall var_4::type_1::function_1 (type_1 *this,type_2 *layout,bool reset,type_3 *pdl,uint64_t var_20, type_4 *poff,type_4 *pfoff,type_5 *pshndx,bool *in_tls) { type_6 var_6; type_5 var_28; type_7 *this_00; type_4 var_21; type_8 *this_01; type_6 var_23; bool bVar4; int iVar5; uint64_t var_14; type_9 extraout_var; type_9 extraout_var_00; type_9 extraout_var_01; uint64_t var_11; type_10 var_16; type_9 extraout_var_02; type_9 extraout_var_03; type_9 extraout_var_04; type_9 extraout_var_05; type_9 extraout_var_06; type_11 var_3; type_12 uVar10; type_13 *pOVar11; char *pcVar12; type_10 var_10; char var_8; type_10 var_29; type_10 var_19; type_10 var_22; var_19 = *poff; var_22 = *pfoff; var_3 = (pdl->super__Vector_base<var_4::type_13*var_2,var_5::allocator<var_4::type_13*>var_1>var_2). _M_impl._M_start; if (var_3 != (pdl->super__Vector_base<var_4::type_13*,var_5::allocator<var_4::type_13*>var_1>var_2)._M_impl. _M_finish) { var_16 = var_19; var_29 = var_19; do { iVar5 = (*(*var_3)->_vptr_Output_data[7])(*var_3,8); var_23 = (type_6)iVar5; iVar5 = (*(*var_3)->_vptr_Output_data[8])(*var_3,0x400); if (reset) { pOVar11 = *var_3; var_6 = pOVar11->field_0x20; pOVar11->field_0x20 = var_6 & 0xfa; if ((var_6 & 8) == 0) { pOVar11->field_0x20 = var_6 & 0xf8; } (*pOVar11->_vptr_Output_data[0xf])(); } var_8 = (char)iVar5; if (((*var_3)->field_0x20 & 1) == 0) { iVar5 = (*(*var_3)->_vptr_Output_data[3])(); var_10 = var_7(extraout_var_01,iVar5); var_14 = var_10; if (var_8 == '\0') { if (*in_tls == false) goto LAB_001f7586; var_11 = var_9(layout->tls_segment_); this_01 = parameters; if (var_10 < var_11) { var_14 = var_11; } *in_tls = false; bVar4 = type_8::var_12(this_01); } else { if (*in_tls == false) { if (layout->tls_segment_ == (type_1 *)0x0) { /* WARNING: Subroutine does not return */ var_13("../../gold/output.cc",0x11c4,"set_section_list_addresses"); } var_14 = var_9(layout->tls_segment_); if (var_14 < var_10) { /* WARNING: Subroutine does not return */ var_13("../../gold/output.cc",0x11c6,"set_section_list_addresses"); } *in_tls = true; } LAB_001f7586: bVar4 = type_8::var_12(parameters); } if (bVar4) { pOVar11 = *var_3; if ((pOVar11->field_0x20 & 2) == 0) { (*pOVar11->_vptr_Output_data[0xd])(); pOVar11 = *var_3; } var_21 = pOVar11->data_size_; var_16 = Free_list::var_15(&layout->free_list_,var_21,var_14,var_19); if (var_16 == 0xffffffffffffffff) { iVar5 = (*(*var_3)->_vptr_Output_data[9])(); if (var_7(extraout_var_03,iVar5) == 0) { /* WARNING: Subroutine does not return */ var_13("../../gold/output.cc",0x11ee,"set_section_list_addresses"); } iVar5 = (*(*var_3)->_vptr_Output_data[9])(); pcVar12 = "out of patch space for section %s; relink with --incremental-full"; uVar10 = *(type_12 *)(var_7(extraout_var_04,iVar5) + 0x28); LAB_001f7ab1: pcVar12 = (char *)var_17(pcVar12); /* WARNING: Subroutine does not return */ var_18(pcVar12,uVar10); } pOVar11 = *var_3; var_6 = pOVar11->field_0x20; if ((var_6 & 1) != 0) goto LAB_001f7b56; pOVar11->address_ = (var_16 - var_19) + var_20; pOVar11->field_0x20 = var_6 | 1; if ((var_6 & 4) != 0) goto LAB_001f7b3e; pOVar11->offset_ = var_16; pOVar11->field_0x20 = var_6 | 5; if ((var_6 & 2) == 0) { (*pOVar11->_vptr_Output_data[0xe])(pOVar11); if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b6e; pOVar11 = *var_3; if ((pOVar11->field_0x20 & 2) == 0) goto LAB_001f7b26; } var_22 = var_16; if (var_21 < pOVar11->data_size_) { iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11); if (var_7(extraout_var_05,iVar5) == 0) { /* WARNING: Subroutine does not return */ var_13("../../gold/output.cc",0x11f6,"set_section_list_addresses"); } iVar5 = (*(*var_3)->_vptr_Output_data[9])(); pcVar12 = "%s: section changed size; relink with --incremental-full"; uVar10 = *(type_12 *)(var_7(extraout_var_06,iVar5) + 0x28); goto LAB_001f7ab1; } } else { if ((var_16 != var_22) && ((var_23 ^ 1) != 0)) { /* WARNING: Subroutine does not return */ var_13("../../gold/output.cc",0x11df,"set_section_list_addresses"); } if (var_14 != 0) { var_16 = (var_16 - 1) + var_14 & -var_14; } if (((var_23 ^ 1) != 0) || (var_8 != '\0')) { var_22 = var_16; } pOVar11 = *var_3; var_6 = pOVar11->field_0x20; if ((var_6 & 1) != 0) { LAB_001f7b56: /* WARNING: Subroutine does not return */ var_13("../../gold/output.h",0x142,"set_address"); } pOVar11->address_ = (var_16 - var_19) + var_20; pOVar11->field_0x20 = var_6 | 1; if ((var_6 & 4) != 0) { LAB_001f7b3e: /* WARNING: Subroutine does not return */ var_13("../../gold/output.h",0x14b,"set_file_offset"); } pOVar11->offset_ = var_22; pOVar11->field_0x20 = var_6 | 5; if ((var_6 & 2) == 0) goto LAB_001f7612; } } else { bVar4 = type_8::var_12(parameters); if (bVar4) { if (((*var_3)->field_0x20 & 4) == 0) { /* WARNING: Subroutine does not return */ var_13("../../gold/output.h",0xe3,"offset"); } var_16 = (*var_3)->offset_; var_22 = var_16; } else { pOVar11 = *var_3; if ((pOVar11->field_0x20 & 1) == 0) { LAB_001f7bfe: /* WARNING: Subroutine does not return */ var_13("../../gold/output.h",0xc5,"address"); } var_10 = (var_16 - var_19) + var_20; if (pOVar11->address_ < var_10) { if ((layout->script_options_->script_sections_).saw_sections_clause_ == false) { /* WARNING: Subroutine does not return */ var_13("../../gold/output.cc",0x1215,"set_section_list_addresses"); } iVar5 = (*pOVar11->_vptr_Output_data[9])(pOVar11); if (((*var_3)->field_0x20 & 1) == 0) goto LAB_001f7bfe; var_14 = (*var_3)->address_; if (var_7(extraout_var_02,iVar5) == 0) { pcVar12 = (char *)var_17("dot moves backward in linker script from 0x%llx to 0x%llx") ; var_24(pcVar12,var_10,var_14); pOVar11 = *var_3; } else { uVar10 = *(type_12 *)(var_7(extraout_var_02,iVar5) + 0x28); pcVar12 = (char *)var_17( "address of section \'%s\' moves backward from 0x%llx to 0x%llx" ); var_24(pcVar12,uVar10,var_10,var_14); pOVar11 = *var_3; } } else if (((long)var_22 < (long)var_16) && ((var_23 ^ 1) != 0)) { pcVar12 = (char *)var_17( "script places BSS section in the middle of a LOAD segment; space will be allocated in the file" ); var_25(pcVar12); pOVar11 = *var_3; if ((pOVar11->field_0x20 & 1) == 0) goto LAB_001f7bfe; var_16 = (var_16 + pOVar11->address_) - var_10; var_22 = var_16; } else { var_16 = (pOVar11->address_ + var_16) - var_10; if (((var_23 ^ 1) != 0) || (var_8 != '\0')) { var_22 = var_16; } } var_6 = pOVar11->field_0x20; if ((var_6 & 4) != 0) goto LAB_001f7b3e; pOVar11->offset_ = var_22; pOVar11->field_0x20 = var_6 | 4; if ((var_6 & 2) != 0) goto LAB_001f7626; LAB_001f7612: (*pOVar11->_vptr_Output_data[0xe])(pOVar11); if ((pOVar11->field_0x20 & 2) == 0) { LAB_001f7b6e: /* WARNING: Subroutine does not return */ var_13("../../gold/output.h",0x163,"finalize_data_size"); } } } LAB_001f7626: bVar4 = type_8::var_12(parameters); if (bVar4) { pOVar11 = *var_3; if ((parameters->options_ != (type_14 *)0x0) && ((parameters->debug_ & 0x10) != 0)) { this_00 = parameters->errors_; iVar5 = (*pOVar11->_vptr_Output_data[9])(); pcVar12 = "(special)"; if (var_7(extraout_var,iVar5) != 0) { iVar5 = (*(*var_3)->_vptr_Output_data[9])(); pcVar12 = *(char **)(var_7(extraout_var_00,iVar5) + 0x28); } if (((*var_3)->field_0x20 & 2) == 0) goto LAB_001f7b26; Errors::var_26(this_00,"set_section_list_addresses: %08lx %08lx %s",var_16, (*var_3)->data_size_,pcVar12); goto LAB_001f7694; } } else { LAB_001f7694: pOVar11 = *var_3; } if ((var_8 == '\0') || (var_23 == 0)) { if ((pOVar11->field_0x20 & 2) == 0) { LAB_001f7b26: /* WARNING: Subroutine does not return */ var_13("../../gold/output.h",0xcf,"data_size"); } var_16 = var_16 + pOVar11->data_size_; if (var_23 == 0) { var_22 = var_16; } } if ((long)var_29 < (long)var_16) { var_29 = var_16; } iVar5 = (*pOVar11->_vptr_Output_data[6])(); if ((char)iVar5 != '\0') { pOVar11 = *var_3; if (pOVar11->_vptr_Output_data[0xc] == var_27::do_set_out_shndx) { var_28 = *(type_5 *)((long)&pOVar11[3]._vptr_Output_data + 4); if ((*pshndx != var_28) && (var_28 != 0xffffffff)) { /* WARNING: Subroutine does not return */ var_13("../../gold/output.h",0x104b,"do_set_out_shndx"); } *(type_5 *)((long)&pOVar11[3]._vptr_Output_data + 4) = *pshndx; } else { (*pOVar11->_vptr_Output_data[0xc])(); } *pshndx = *pshndx + 1; } var_3 = var_3 + 1; } while ((pdl->super__Vector_base<var_4::type_13*,var_5::allocator<var_4::type_13*>var_1>var_2). _M_impl._M_finish != var_3); var_20 = (var_29 - var_19) + var_20; var_19 = var_29; } *poff = var_19; *pfoff = var_22; return var_20; }
null
(translation_unit (function_definition type: (sized_type_specifier) 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: (primitive_type) declarator: (identifier)) (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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) 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: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) 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: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression 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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) (labeled_statement label: (statement_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: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (unary_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_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: (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: (goto_statement label: (statement_identifier)))) alternative: (else_clause (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: (pointer_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: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (goto_statement label: (statement_identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) 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 (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (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 (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (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: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) 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 (string_literal (string_content)))))) (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: (pointer_expression argument: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (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))))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) right: (parenthesized_expression (binary_expression left: (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 (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier)))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_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: (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: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (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 (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))) alternative: (else_clause (compound_statement (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))))) (labeled_statement label: (statement_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: (char_literal (escape_sequence)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) alternative: (else_clause (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (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))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (identifier)))) (goto_statement label: (statement_identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) 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))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (pointer_expression argument: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement (identifier)))))
null
long MASKED(undefined8 param_1,long param_2,char param_3,long *param_4,long param_5, ulong *param_6,ulong *param_7,int *param_8,char *param_9) { byte bVar1; undefined *puVar2; byte bVar3; char cVar4; char cVar5; long *plVar6; long lVar7; long *plVar8; long *plVar9; ulong uVar10; undefined8 uVar11; undefined8 uVar12; undefined8 uVar13; long *plVar14; char *pcVar15; ulong uVar16; ulong uVar17; ulong uVar18; ulong uVar19; uVar18 = *param_6; uVar19 = *param_7; plVar14 = (long *)*param_4; if (plVar14 != (long *)param_4[1]) { uVar10 = uVar18; uVar17 = uVar18; do { bVar3 = (**(code **)(*(long *)*plVar14 + 0x38))((long *)*plVar14,8); cVar4 = (**(code **)(*(long *)*plVar14 + 0x40))((long *)*plVar14,0x400); if (param_3 != '\0') { plVar6 = (long *)*plVar14; bVar1 = *(byte *)(plVar6 + 4); *(byte *)(plVar6 + 4) = bVar1 & 0xfa; if ((bVar1 & 8) == 0) { *(byte *)(plVar6 + 4) = bVar1 & 0xf8; } (**(code **)(*plVar6 + 0x78))(); } if ((*(byte *)((long *)*plVar14 + 4) & 1) == 0) { plVar8 = (long *)(**(code **)(*(long *)*plVar14 + 0x18))(); plVar6 = plVar8; if (cVar4 == '\0') { if (*param_9 == '\0') goto LAB_001f7586; plVar9 = (long *)FUN_001f7370(*(undefined8 *)(param_2 + 0x2b0)); puVar2 = PTR_DAT_0043e6b0; if (plVar8 < plVar9) { plVar6 = plVar9; } *param_9 = '\0'; cVar5 = FUN_002379c0(puVar2); } else { if (*param_9 == '\0') { if (*(long *)(param_2 + 0x2b0) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11c4,"set_section_list_addresses"); } plVar6 = (long *)FUN_001f7370(); if (plVar6 < plVar8) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11c6,"set_section_list_addresses"); } *param_9 = '\x01'; } LAB_001f7586: cVar5 = FUN_002379c0(PTR_DAT_0043e6b0); } if (cVar5 == '\0') { if ((uVar10 != uVar19) && ((bVar3 ^ 1) != 0)) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11df,"set_section_list_addresses"); } if (plVar6 != (long *)0x0) { uVar10 = (uVar10 - 1) + (long)plVar6 & -(long)plVar6; } if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) { uVar19 = uVar10; } plVar6 = (long *)*plVar14; bVar1 = *(byte *)(plVar6 + 4); if ((bVar1 & 1) != 0) goto LAB_001f7b56; plVar6[1] = (uVar10 - uVar18) + param_5; *(byte *)(plVar6 + 4) = bVar1 | 1; if ((bVar1 & 4) != 0) goto LAB_001f7b3e; plVar6[3] = uVar19; *(byte *)(plVar6 + 4) = bVar1 | 5; if ((bVar1 & 2) == 0) goto LAB_001f7612; } else { plVar8 = (long *)*plVar14; if ((*(byte *)(plVar8 + 4) & 2) == 0) { (**(code **)(*plVar8 + 0x68))(); plVar8 = (long *)*plVar14; } lVar7 = plVar8[2]; uVar10 = FUN_001a4800(param_2 + 0x468,lVar7,plVar6,uVar18); if (uVar10 == 0xffffffffffffffff) { lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))(); if (lVar7 != 0) { lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))(); pcVar15 = "out of patch space for section %s; relink with --incremental-full"; plVar14 = *(long **)(lVar7 + 0x28); goto LAB_001f7ab1; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11ee,"set_section_list_addresses"); } plVar6 = (long *)*plVar14; bVar1 = *(byte *)(plVar6 + 4); if ((bVar1 & 1) != 0) { LAB_001f7b56: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x142,"set_address"); } plVar6[1] = (uVar10 - uVar18) + param_5; *(byte *)(plVar6 + 4) = bVar1 | 1; if ((bVar1 & 4) != 0) { LAB_001f7b3e: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x14b,"set_file_offset"); } plVar6[3] = uVar10; *(byte *)(plVar6 + 4) = bVar1 | 5; if ((bVar1 & 2) == 0) { (**(code **)(*plVar6 + 0x70))(plVar6); if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b6e; plVar6 = (long *)*plVar14; if ((*(byte *)(plVar6 + 4) & 2) == 0) goto LAB_001f7b26; } uVar19 = uVar10; if (lVar7 < plVar6[2]) { while (lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6), lVar7 != 0) { lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))(); pcVar15 = "%s: section changed size; relink with --incremental-full"; plVar14 = *(long **)(lVar7 + 0x28); LAB_001f7ab1: uVar13 = gettext(pcVar15); FUN_00178280(uVar13,plVar14); } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x11f6,"set_section_list_addresses"); } } } else { cVar5 = FUN_002379c0(PTR_DAT_0043e6b0); if (cVar5 == '\0') { plVar6 = (long *)*plVar14; if ((*(byte *)(plVar6 + 4) & 1) == 0) { LAB_001f7bfe: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xc5,"address"); } uVar16 = (uVar10 - uVar18) + param_5; if ((ulong)plVar6[1] < uVar16) { if (*(char *)(*(long *)(param_2 + 8) + 0x148) == '\0') { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.cc",0x1215,"set_section_list_addresses"); } lVar7 = (**(code **)(*plVar6 + 0x48))(plVar6); if ((*(byte *)(*plVar14 + 0x20) & 1) == 0) goto LAB_001f7bfe; uVar13 = *(undefined8 *)(*plVar14 + 8); if (lVar7 == 0) { uVar12 = gettext("dot moves backward in linker script from 0x%llx to 0x%llx"); FUN_00178320(uVar12,uVar16,uVar13); plVar6 = (long *)*plVar14; } else { uVar12 = *(undefined8 *)(lVar7 + 0x28); uVar11 = gettext("address of section \'%s\' moves backward from 0x%llx to 0x%llx"); FUN_00178320(uVar11,uVar12,uVar16,uVar13); plVar6 = (long *)*plVar14; } } else if (((long)uVar19 < (long)uVar10) && ((bVar3 ^ 1) != 0)) { uVar13 = gettext( "script places BSS section in the middle of a LOAD segment; space will be allocated in the file" ); FUN_001783d0(uVar13); plVar6 = (long *)*plVar14; if ((*(byte *)(plVar6 + 4) & 1) == 0) goto LAB_001f7bfe; uVar10 = (uVar10 + plVar6[1]) - uVar16; uVar19 = uVar10; } else { uVar10 = (plVar6[1] + uVar10) - uVar16; if (((bVar3 ^ 1) != 0) || (cVar4 != '\0')) { uVar19 = uVar10; } } bVar1 = *(byte *)(plVar6 + 4); if ((bVar1 & 4) != 0) goto LAB_001f7b3e; plVar6[3] = uVar19; *(byte *)(plVar6 + 4) = bVar1 | 4; if ((bVar1 & 2) != 0) goto LAB_001f7626; LAB_001f7612: (**(code **)(*plVar6 + 0x70))(plVar6); if ((*(byte *)(plVar6 + 4) & 2) == 0) { LAB_001f7b6e: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x163,"finalize_data_size"); } } else { if ((*(byte *)(*plVar14 + 0x20) & 4) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xe3,"offset"); } uVar10 = *(ulong *)(*plVar14 + 0x18); uVar19 = uVar10; } } LAB_001f7626: cVar5 = FUN_002379c0(PTR_DAT_0043e6b0); if (cVar5 == '\0') { LAB_001f7694: plVar6 = (long *)*plVar14; } else { plVar6 = (long *)*plVar14; if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) { uVar13 = *(undefined8 *)PTR_DAT_0043e6b0; lVar7 = (**(code **)(*plVar6 + 0x48))(); pcVar15 = "(special)"; if (lVar7 != 0) { lVar7 = (**(code **)(*(long *)*plVar14 + 0x48))(); pcVar15 = *(char **)(lVar7 + 0x28); } if ((*(byte *)(*plVar14 + 0x20) & 2) == 0) goto LAB_001f7b26; FUN_00178100(uVar13,"set_section_list_addresses: %08lx %08lx %s",uVar10, *(undefined8 *)(*plVar14 + 0x10),pcVar15); goto LAB_001f7694; } } if ((cVar4 == '\0') || (bVar3 == 0)) { if ((*(byte *)(plVar6 + 4) & 2) == 0) { LAB_001f7b26: /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xcf,"data_size"); } uVar10 = uVar10 + plVar6[2]; if (bVar3 == 0) { uVar19 = uVar10; } } if ((long)uVar17 < (long)uVar10) { uVar17 = uVar10; } cVar4 = (**(code **)(*plVar6 + 0x30))(); if (cVar4 != '\0') { plVar6 = (long *)*plVar14; if (*(code **)(*plVar6 + 0x60) == FUN_001b1260) { if ((*param_8 != *(int *)((long)plVar6 + 0x7c)) && (*(int *)((long)plVar6 + 0x7c) != -1)) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x104b,"do_set_out_shndx"); } *(int *)((long)plVar6 + 0x7c) = *param_8; } else { (**(code **)(*plVar6 + 0x60))(); } *param_8 = *param_8 + 1; } plVar14 = plVar14 + 1; } while ((long *)param_4[1] != plVar14); param_5 = (uVar17 - uVar18) + param_5; uVar18 = uVar17; } *param_6 = uVar18; *param_7 = uVar19; return param_5; }
3453_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
local_symbol
FUN_001c2740
/* DWARF original prototype: Symbol_value<32> * local_symbol(Sized_relobj_file<32,_true> * this, uint sym) */ Symbol_value<32> * __thiscall gold::Sized_relobj_file<32,_true>::local_symbol(Sized_relobj_file<32,_true> *this,uint sym) { pointer pSVar1; pSVar1 = (this->local_values_). super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>. _M_impl._M_start; if ((ulong)sym < (ulong)(((long)(this->local_values_). super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_> ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555)) { return pSVar1 + sym; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x8c1,"local_symbol"); }
long FUN_001c2740(long param_1,uint param_2) { if ((ulong)param_2 < (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)) { return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol"); }
MOV RDX,qword ptr [RDI + 0x160] MOV RAX,qword ptr [RDI + 0x168] MOV ESI,ESI MOV RCX,-0x5555555555555555 SUB RAX,RDX SAR RAX,0x3 IMUL RAX,RCX CMP RSI,RAX JNC 0x001c2773 LEA RAX,[RSI + RSI*0x2] LEA RAX,[RDX + RAX*0x8] RET PUSH RAX LEA RDX,[0x3790b0] MOV ESI,0x8c1 LEA RDI,[0x36b016] CALL 0x0017c650
null
null
null
null
[('const-0', u'PTRSUB_-1207752700'), (u'INT_LESS_-1207752783', u'CBRANCH_-1207752780'), (u'PTRSUB_-1207752706', u'PTRSUB_-1207752703'), ('const--6148914691236517205', u'INT_MULT_-1207752776'), (u'CAST_-1207752671', u'INT_SUB_-1207752839'), (u'PTRADD_-1207752651', u'COPY_-1207752772'), ('tmp_249', u'PTRSUB_-1207752698'), ('const-433', u'LOAD_-1207752893'), (u'PTRSUB_-1207752698', u'PTRSUB_-1207752695'), (u'PTRSUB_-1207752692', u'PTRSUB_-1207752690'), ('const-0', u'PTRSUB_-1207752692'), ('tmp_250', u'INT_ZEXT_-1207752761'), (u'COPY_-1207752702', u'CALL_-1207752729'), ('const-1', u'RETURN_-1207752724'), (u'PTRSUB_-1207752695', u'PTRSUB_-1207752692'), (u'PTRSUB_-1207752707', u'PTRSUB_-1207752706'), ('const-8', u'PTRSUB_-1207752690'), (u'LOAD_-1207752883', u'CAST_-1207752671'), (u'INT_SRIGHT_-1207752816', u'INT_MULT_-1207752776'), ('tmp_249', u'PTRSUB_-1207752707'), (u'COPY_-1207752703', u'CALL_-1207752729'), ('const-0', u'PTRSUB_-1207752703'), ('const-352', u'PTRSUB_-1207752698'), (u'LOAD_-1207752893', u'CAST_-1207752670'), ('const-3', u'INT_SRIGHT_-1207752816'), ('const-3641520', u'COPY_-1207752702'), (u'INT_ZEXT_-1207752761', u'PTRADD_-1207752651'), ('const-24', u'PTRADD_-1207752651'), ('const-0', u'PTRSUB_-1207752695'), (u'COPY_-1207752772', u'RETURN_-1207752756'), ('const-433', u'LOAD_-1207752883'), ('const-0', u'PTRSUB_-1207752706'), (u'INT_SUB_-1207752839', u'INT_SRIGHT_-1207752816'), (u'INT_ZEXT_-1207752761', u'INT_LESS_-1207752783'), (u'LOAD_-1207752893', u'PTRADD_-1207752651'), (u'INT_MULT_-1207752776', u'CAST_-1207752658'), ('const-352', u'PTRSUB_-1207752707'), ('const-0', u'RETURN_-1207752756'), ('const-3584022', u'COPY_-1207752703'), (u'PTRSUB_-1207752703', u'PTRSUB_-1207752700'), ('tmp_193', u'CBRANCH_-1207752780'), (u'CAST_-1207752658', u'INT_LESS_-1207752783'), (u'CAST_-1207752670', u'INT_SUB_-1207752839'), ('const-2241', u'CALL_-1207752729'), (u'PTRSUB_-1207752700', u'LOAD_-1207752893'), (u'PTRSUB_-1207752690', u'LOAD_-1207752883')]
[(u'INT_LESS_-1207752783', u'CBRANCH_-1207752780'), (u'CAST_-1207752672', u'INT_LESS_-1207752783'), (u'INT_ZEXT_-1207752763', u'INT_MULT_-1207752743'), ('const-360', u'INT_ADD_-1207752867'), (u'COPY_-1207752704', u'CALL_-1207752729'), (u'INT_ZEXT_-1207752763', u'INT_LESS_-1207752783'), ('const-433', u'LOAD_-1207752893'), (u'CAST_-1207752703', u'LOAD_-1207752883'), (u'INT_ADD_-1207752755', u'COPY_-1207752772'), ('const-1', u'RETURN_-1207752724'), ('const-24', u'INT_MULT_-1207752743'), ('const--6148914691236517205', u'INT_MULT_-1207752776'), (u'INT_SRIGHT_-1207752816', u'INT_MULT_-1207752776'), (u'INT_ADD_-1207752867', u'CAST_-1207752703'), (u'CAST_-1207752711', u'LOAD_-1207752893'), ('tmp_310', u'INT_ZEXT_-1207752763'), ('const-3', u'INT_SRIGHT_-1207752816'), ('const-3641520', u'COPY_-1207752704'), (u'INT_ADD_-1207752877', u'CAST_-1207752711'), (u'LOAD_-1207752883', u'INT_SUB_-1207752839'), ('const-352', u'INT_ADD_-1207752877'), (u'COPY_-1207752705', u'CALL_-1207752729'), (u'LOAD_-1207752893', u'INT_ADD_-1207752755'), (u'COPY_-1207752772', u'RETURN_-1207752756'), (u'INT_SUB_-1207752839', u'INT_SRIGHT_-1207752816'), ('tmp_303', u'INT_ADD_-1207752877'), (u'INT_MULT_-1207752743', u'INT_ADD_-1207752755'), ('const-433', u'LOAD_-1207752883'), (u'INT_MULT_-1207752776', u'CAST_-1207752672'), ('const-2241', u'CALL_-1207752729'), ('const-0', u'RETURN_-1207752756'), (u'LOAD_-1207752893', u'INT_SUB_-1207752839'), ('tmp_193', u'CBRANCH_-1207752780'), ('tmp_303', u'INT_ADD_-1207752867'), ('const-3584022', u'COPY_-1207752705')]
null
null
001c2740
x64
O2
(translation_unit "long FUN_001c2740(long param_1,uint param_2)\n\n{\n if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");\n}\n\n" (function_definition "long FUN_001c2740(long param_1,uint param_2)\n\n{\n if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");\n}" (sized_type_specifier "long" long) (function_declarator "FUN_001c2740(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");\n}" { (if_statement "if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }" if (parenthesized_expression "((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))" ( (binary_expression "(ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) < (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" ( (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" ( (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" * (cast_expression "(long *)(param_1 + 0x168)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x168)" ( (binary_expression "param_1 + 0x168" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) ))))) >> number_literal) )) * number_literal) )))) )) (compound_statement "{\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }" { (return_statement "return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;" return (binary_expression "*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ;) })) comment (expression_statement "FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");" (call_expression "FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol")" identifier (argument_list "("../../gold/object.h",0x8c1,"local_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""local_symbol"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: Symbol_value<32> * local_symbol(Sized_relobj_file<32,_true> * this,\n uint sym) */\n\nSymbol_value<32> * __thiscall\ngold::Sized_relobj_file<32,_true>::local_symbol(Sized_relobj_file<32,_true> *this,uint sym)\n\n{\n pointer pSVar1;\n \n pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;\n if ((ulong)sym <\n (ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555)) {\n return pSVar1 + sym;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8c1,"local_symbol");\n}\n\n" comment (ERROR "Symbol_value<32> * __thiscall\ngold::Sized_relobj_file<32,_true>::local_symbol(Sized_relobj_file<32,_true> *this,uint sym)" (binary_expression "Symbol_value<32> * __thiscall\ngold::Sized_relobj_file<32,_true>::local_symbol(Sized_relobj_file<32,_true> *this,uint sym)" (binary_expression "Symbol_value<32> * __thiscall\ngold::Sized_relobj_file<32" (binary_expression "Symbol_value<32> * __thiscall" (binary_expression "Symbol_value<32" identifier < number_literal) > (pointer_expression "* __thiscall" * identifier)) (ERROR "gold::Sized_relobj_file" identifier : : identifier) < number_literal) (ERROR ",_true" , identifier) > (ERROR "::" : :) (call_expression "local_symbol(Sized_relobj_file<32,_true> *this,uint sym)" identifier (argument_list "(Sized_relobj_file<32,_true> *this,uint sym)" ( (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_true> *this" identifier > (pointer_expression "*this" * identifier)) , identifier (ERROR "sym" identifier) ))))) (compound_statement "{\n pointer pSVar1;\n \n pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;\n if ((ulong)sym <\n (ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555)) {\n return pSVar1 + sym;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8c1,"local_symbol");\n}" { (declaration "pointer pSVar1;" type_identifier identifier ;) (expression_statement "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;" (field_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start" (field_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl" (binary_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_" (binary_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_" (binary_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32" (binary_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold" (binary_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std" (binary_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32" (assignment_expression "pSVar1 = (this->local_values_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_values_).\n super__Vector_base<gold" (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)sym <\n (ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555)) {\n return pSVar1 + sym;\n }" if (parenthesized_expression "((ulong)sym <\n (ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555))" ( (binary_expression "(ulong)sym <\n (ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555)" (cast_expression "(ulong)sym" ( (type_descriptor "ulong" type_identifier) ) identifier) < (call_expression "(ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555)" ( (binary_expression "((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3) * -0x5555555555555555" (parenthesized_expression "((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3)" ( (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1 >> 3" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar1" (field_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish" (field_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold" (cast_expression "(long)(this->local_values_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> field_identifier) )) . field_identifier)) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)pSVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )) * number_literal) )))) )) (compound_statement "{\n return pSVar1 + sym;\n }" { (return_statement "return pSVar1 + sym;" return (binary_expression "pSVar1 + sym" identifier + identifier) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x8c1,"local_symbol");" (call_expression "do_gold_unreachable("../../gold/object.h",0x8c1,"local_symbol")" identifier (argument_list "("../../gold/object.h",0x8c1,"local_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""local_symbol"" " string_content ") ))) ;) }))
(translation_unit "long FUN_001c2740(long param_1,uint param_2)\n\n{\n if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }\n \n FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");\n}\n\n" (function_definition "long FUN_001c2740(long param_1,uint param_2)\n\n{\n if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }\n \n FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");\n}" (sized_type_specifier "long" long) (function_declarator "FUN_001c2740(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }\n \n FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");\n}" { (if_statement "if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }" if (parenthesized_expression "((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))" ( (binary_expression "(ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) < (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" ( (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" ( (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" * (cast_expression "(long *)(param_1 + 0x168)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x168)" ( (binary_expression "param_1 + 0x168" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) ))))) >> number_literal) )) * number_literal) )))) )) (compound_statement "{\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }" { (return_statement "return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;" return (binary_expression "*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ;) })) (expression_statement "FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");" (call_expression "FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol")" identifier (argument_list "("../../gold/object.h",0x8c1,"local_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""local_symbol"" " string_content ") ))) ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT) )) * LIT) )))) )) (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) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "long FUN_001c2740(long param_1,uint param_2)\n\n{\n if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }\n \n FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_001c2740(long param_1,uint param_2)" (identifier "FUN_001c2740") (parameter_list "(long param_1,uint param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }\n \n FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");\n}" ({ "{") (if_statement "if ((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))\n {\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }" (if "if") (parenthesized_expression "((ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555))" (( "(") (binary_expression "(ulong)param_2 <\n (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (< "<") (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (( "(") (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" (( "(") (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" (* "*") (cast_expression "(long *)(param_1 + 0x168)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x168)" (( "(") (binary_expression "param_1 + 0x168" (identifier "param_1") (+ "+") (number_literal "0x168")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")"))))) (>> ">>") (number_literal "3")) () ")")) (* "*") (number_literal "-0x5555555555555555")) () ")")))) () ")")) (compound_statement "{\n return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;\n }" ({ "{") (return_statement "return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18;" (return "return") (binary_expression "*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")")))) (+ "+") (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (* "*") (number_literal "0x18"))) (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol");" (call_expression "FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol")" (identifier "FUN_0017c650") (argument_list "("../../gold/object.h",0x8c1,"local_symbol")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x8c1") (, ",") (string_literal ""local_symbol"" (" """) (string_content "local_symbol") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: Symbol_value<32> * local_symbol(Sized_relobj_file<32,_true> * this, uint sym) */ Symbol_value<32> * __thiscall var_1::Sized_relobj_file<32,_true>::local_symbol(Sized_relobj_file<32,_true> *this,uint var_5) { type_1 var_4; var_4 = (this->local_values_). super__Vector_base<var_1::Symbol_value<32>,var_2::allocator<var_1::Symbol_value<32>var_3>var_3>. _M_impl._M_start; if ((type_2)var_5 < (type_2)(((long)(this->local_values_). super__Vector_base<var_1::Symbol_value<32>,var_2::allocator<var_1::Symbol_value<32>var_3>var_3> ._M_impl._M_finish - (long)var_4 >> 3) * -0x5555555555555555)) { return var_4 + var_5; } /* WARNING: Subroutine does not return */ var_6("../../gold/object.h",0x8c1,"local_symbol"); }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))) right: (number_literal)))))) consequence: (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: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
long MASKED(long param_1,uint param_2) { if ((ulong)param_2 < (ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)) { return *(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x8c1,"local_symbol"); }
196_i686-gnu-ld_and_i686-gnu-ld_strip.c
free
free
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_001a8fa0)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_001a8fa0)(); return; }
JMP qword ptr [0x001a8fa0]
null
null
null
null
[('const-0', u'RETURN_-1206936501'), (u'INDIRECT_-1206936443', u'COPY_-1206936502'), (u'CAST_-1206936438', u'CALLIND_-1206936504'), ('tmp_28', u'CAST_-1206936438'), (u'CALLIND_-1206936504', u'INDIRECT_-1206936443')]
[('const-0', u'RETURN_-1206936501'), (u'INDIRECT_-1206936443', u'COPY_-1206936502'), (u'CAST_-1206936438', u'CALLIND_-1206936504'), ('tmp_28', u'CAST_-1206936438'), (u'CALLIND_-1206936504', u'INDIRECT_-1206936443')]
null
null
00109c40
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_001a8fa0)();" (call_expression "(*(code *)PTR_free_001a8fa0)()" (parenthesized_expression "(*(code *)PTR_free_001a8fa0)" ( (pointer_expression "*(code *)PTR_free_001a8fa0" * (cast_expression "(code *)PTR_free_001a8fa0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_001a8fa0)();" (call_expression "(*(code *)PTR_free_001a8fa0)()" (parenthesized_expression "(*(code *)PTR_free_001a8fa0)" ( (pointer_expression "*(code *)PTR_free_001a8fa0" * (cast_expression "(code *)PTR_free_001a8fa0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_001a8fa0)();" (call_expression "(*(code *)PTR_free_001a8fa0)()" (parenthesized_expression "(*(code *)PTR_free_001a8fa0)" ( (pointer_expression "*(code *)PTR_free_001a8fa0" * (cast_expression "(code *)PTR_free_001a8fa0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (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 free(void *__ptr)\n\n{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) () ")"))) (compound_statement "{\n (*(code *)PTR_free_001a8fa0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_free_001a8fa0)();" (call_expression "(*(code *)PTR_free_001a8fa0)()" (parenthesized_expression "(*(code *)PTR_free_001a8fa0)" (( "(") (pointer_expression "*(code *)PTR_free_001a8fa0" (* "*") (cast_expression "(code *)PTR_free_001a8fa0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_free_001a8fa0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void *__ptr) { (*(type_1 *)PTR_free_001a8fa0)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void *__ptr) { (*(code *)PTR_MASKED_001a8fa0)(); return; }
189_aarch64-linux-gnu-ar_and_aarch64-linux-gnu-ar_strip.c
display_info
FUN_00107c10
/* WARNING: Removing unreachable block (ram,0x00107d28) */ /* WARNING: Removing unreachable block (ram,0x00107d48) */ /* WARNING: Removing unreachable block (ram,0x00107e58) */ /* WARNING: Removing unreachable block (ram,0x00107e79) */ /* WARNING: Removing unreachable block (ram,0x00107d65) */ /* WARNING: Removing unreachable block (ram,0x00107d78) */ /* WARNING: Removing unreachable block (ram,0x00107d91) */ /* WARNING: Removing unreachable block (ram,0x00107db8) */ /* WARNING: Removing unreachable block (ram,0x00107de3) */ /* WARNING: Removing unreachable block (ram,0x00107e10) */ /* WARNING: Removing unreachable block (ram,0x00107e29) */ /* WARNING: Removing unreachable block (ram,0x00107e2b) */ /* WARNING: Removing unreachable block (ram,0x00107e90) */ /* WARNING: Removing unreachable block (ram,0x00107f00) */ /* WARNING: Removing unreachable block (ram,0x00107eb2) */ /* WARNING: Removing unreachable block (ram,0x00107ec0) */ /* WARNING: Removing unreachable block (ram,0x00107f20) */ /* WARNING: Removing unreachable block (ram,0x00107f36) */ /* WARNING: Removing unreachable block (ram,0x00107f40) */ /* WARNING: Removing unreachable block (ram,0x00107f61) */ /* WARNING: Removing unreachable block (ram,0x00107ede) */ /* WARNING: Removing unreachable block (ram,0x00107eea) */ /* WARNING: Removing unreachable block (ram,0x00107f10) */ /* WARNING: Removing unreachable block (ram,0x00107ef4) */ /* WARNING: Removing unreachable block (ram,0x00107e34) */ /* WARNING: Removing unreachable block (ram,0x00107e3e) */ /* WARNING: Unknown calling convention */ int display_info(void) { char *pcVar1; size_t sVar2; int iVar3; int iVar4; display_target arg; pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5); printf(pcVar1,"(GNU Binutils for Debian) 2.31.1"); pcVar1 = make_temp_file((char *)0x0); bfd_iterate_over_targets(do_display_target); unlink(pcVar1); free(pcVar1); iVar4 = 0; iVar3 = 2; do { pcVar1 = (char *)bfd_printable_arch_mach(iVar3); sVar2 = strlen(pcVar1); if (iVar4 < (int)sVar2) { iVar4 = (int)sVar2; } iVar3 = iVar3 + 1; } while (iVar3 != 0x59); pcVar1 = getenv("COLUMNS"); if (pcVar1 != (char *)0x0) { strtol(pcVar1,(char **)0x0,10); } return 0; }
/* WARNING: Removing unreachable block (ram,0x00107d28) */ /* WARNING: Removing unreachable block (ram,0x00107d48) */ /* WARNING: Removing unreachable block (ram,0x00107e58) */ /* WARNING: Removing unreachable block (ram,0x00107e79) */ /* WARNING: Removing unreachable block (ram,0x00107d65) */ /* WARNING: Removing unreachable block (ram,0x00107d78) */ /* WARNING: Removing unreachable block (ram,0x00107d91) */ /* WARNING: Removing unreachable block (ram,0x00107db8) */ /* WARNING: Removing unreachable block (ram,0x00107de3) */ /* WARNING: Removing unreachable block (ram,0x00107e10) */ /* WARNING: Removing unreachable block (ram,0x00107e29) */ /* WARNING: Removing unreachable block (ram,0x00107e2b) */ /* WARNING: Removing unreachable block (ram,0x00107e90) */ /* WARNING: Removing unreachable block (ram,0x00107f00) */ /* WARNING: Removing unreachable block (ram,0x00107eb2) */ /* WARNING: Removing unreachable block (ram,0x00107ec0) */ /* WARNING: Removing unreachable block (ram,0x00107f20) */ /* WARNING: Removing unreachable block (ram,0x00107f36) */ /* WARNING: Removing unreachable block (ram,0x00107f40) */ /* WARNING: Removing unreachable block (ram,0x00107f61) */ /* WARNING: Removing unreachable block (ram,0x00107ede) */ /* WARNING: Removing unreachable block (ram,0x00107eea) */ /* WARNING: Removing unreachable block (ram,0x00107f10) */ /* WARNING: Removing unreachable block (ram,0x00107ef4) */ /* WARNING: Removing unreachable block (ram,0x00107e34) */ /* WARNING: Removing unreachable block (ram,0x00107e3e) */ undefined4 FUN_00107c10(void) { char *pcVar1; size_t sVar2; int iVar3; int iVar4; pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5); printf(pcVar1,"(GNU Binutils for Debian) 2.31.1"); pcVar1 = (char *)FUN_001091c0(0); bfd_iterate_over_targets(FUN_00107630); unlink(pcVar1); free(pcVar1); iVar4 = 0; iVar3 = 2; do { pcVar1 = (char *)bfd_printable_arch_mach(iVar3); sVar2 = strlen(pcVar1); if (iVar4 < (int)sVar2) { iVar4 = (int)sVar2; } iVar3 = iVar3 + 1; } while (iVar3 != 0x59); pcVar1 = getenv("COLUMNS"); if (pcVar1 != (char *)0x0) { strtol(pcVar1,(char **)0x0,10); } return 0; }
PUSH R15 MOV EDX,0x5 LEA RSI,[0x10c379] XOR EDI,EDI PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x48 CALL 0x001021b0 LEA RSI,[0x10c498] MOV RDI,RAX XOR EAX,EAX CALL 0x001021f0 XOR EDI,EDI CALL 0x001091c0 LEA RSI,[RSP + 0x20] LEA RDI,[0x107630] MOV qword ptr [RSP + 0x28],0x0 MOV qword ptr [RSP + 0x20],RAX MOV qword ptr [RSP + 0x30],0x0 MOV qword ptr [RSP + 0x38],0x0 CALL 0x00102420 MOV RDI,qword ptr [RSP + 0x20] CALL 0x001020b0 MOV RDI,qword ptr [RSP + 0x20] CALL 0x00102060 MOV EBX,dword ptr [RSP + 0x28] TEST EBX,EBX JZ 0x00107cb0 ADD RSP,0x48 MOV EAX,EBX POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET XOR R13D,R13D MOV EBP,0x2 NOP dword ptr [RAX + RAX*0x1] XOR ESI,ESI MOV EDI,EBP CALL 0x001023e0 MOV RDI,RAX CALL 0x001021c0 CMP R13D,EAX CMOVL R13D,EAX ADD EBP,0x1 CMP EBP,0x59 JNZ 0x00107cc0 LEA RDI,[0x10c395] CALL 0x00102040 TEST RAX,RAX JZ 0x00107d06 MOV EDX,0xa XOR ESI,ESI MOV RDI,RAX CALL 0x00102370 MOV EDX,EAX TEST EAX,EAX JNZ 0x00107d0b MOV EDX,0x50 SUB EDX,R13D MOV ECX,dword ptr [RSP + 0x2c] LEA EAX,[RDX + -0x1] MOV dword ptr [RSP + 0x1c],EAX CMP EBX,ECX JGE 0x00107e4c NOP dword ptr [RAX] MOVSXD R12,EBX MOV RDX,qword ptr [RSP + 0x38] MOV R15D,dword ptr [RSP + 0x1c] MOV EBP,EBX LEA R14,[R12 + R12*0x2] SHL R14,0x5 ADD RDX,R14 NOP word ptr [RAX + RAX*0x1] MOV RDI,qword ptr [RDX] MOV dword ptr [RSP + 0x8],ECX SUB R15D,0x1 MOV qword ptr [RSP],RDX CALL 0x001021c0 SUB R15D,EAX JS 0x00107e58 MOV RDX,qword ptr [RSP] MOV ECX,dword ptr [RSP + 0x8] ADD EBP,0x1 ADD RDX,0x60 CMP ECX,EBP JNZ 0x00107d48 LEA ESI,[R13 + 0x1] LEA RDX,[0x10b150] XOR EAX,EAX LEA RDI,[0x10c39d] CALL 0x001021f0 MOV R15D,EBX ADD R12,0x1 MOV RDX,R14 NOT R15D LEA EAX,[R15 + RBP*0x1] ADD RAX,R12 LEA RAX,[RAX + RAX*0x2] SHL RAX,0x5 MOV qword ptr [RSP],RAX NOP dword ptr [RAX] MOV RAX,qword ptr [RSP + 0x38] LEA RDI,[0x10c3df] MOV qword ptr [RSP + 0x8],RDX MOV RSI,qword ptr [RAX + RDX*0x1] XOR EAX,EAX CALL 0x001021f0 MOV RDX,qword ptr [RSP + 0x8] ADD RDX,0x60 CMP qword ptr [RSP],RDX JNZ 0x00107db8 MOV RSI,qword ptr [0x00110400] MOV EDI,0xa CALL 0x00102320 LEA EAX,[R15 + RBP*0x1] ADD R12,RAX LEA RAX,[R12 + R12*0x2] MOV R12D,0x2 SHL RAX,0x5 MOV qword ptr [RSP],RAX NOP dword ptr [RAX] XOR ESI,ESI MOV EDI,R12D CALL 0x001023e0 MOV ECX,0x9 LEA RDI,[0x10c3a2] MOV RSI,RAX CMPSB.REPE RDI,RSI SETA AL SBB AL,0x0 TEST AL,AL JNZ 0x00107e90 ADD R12D,0x1 CMP R12D,0x59 JNZ 0x00107e10 MOV ECX,dword ptr [RSP + 0x2c] MOV EBX,EBP CMP EBX,ECX JL 0x00107d28 MOV EBX,dword ptr [RSP + 0x28] JMP 0x00107c96 XOR EAX,EAX LEA ESI,[R13 + 0x1] LEA RDX,[0x10b150] LEA RDI,[0x10c39d] CALL 0x001021f0 CMP EBX,EBP JNZ 0x00107d91 MOV R15D,EBX ADD R12,0x1 NOT R15D JMP 0x00107de3 XOR ESI,ESI MOV EDI,R12D CALL 0x001023e0 MOV ESI,R13D LEA RDI,[0x10c3ab] MOV RDX,RAX XOR EAX,EAX CALL 0x001021f0 CMP EBX,EBP JZ 0x00107f00 LEA EAX,[R12 + -0x2] MOV R15,R14 MOV qword ptr [RSP + 0x8],RAX NOP MOV RAX,qword ptr [RSP + 0x38] MOV RCX,qword ptr [RSP + 0x8] MOV RSI,qword ptr [0x00110400] ADD RAX,R15 CMP byte ptr [RAX + RCX*0x1 + 0x8],0x0 MOV RDI,qword ptr [RAX] JZ 0x00107f20 CALL 0x00102230 MOV RSI,qword ptr [0x00110400] ADD R15,0x60 CMP qword ptr [RSP],R15 JZ 0x00107f10 MOV EDI,0x20 CALL 0x00102320 JMP 0x00107ec0 MOV RSI,qword ptr [0x00110400] NOP word ptr [RAX + RAX*0x1] MOV EDI,0xa CALL 0x00102320 JMP 0x00107e34 MOV qword ptr [RSP + 0x10],RSI CALL 0x001021c0 MOV RSI,qword ptr [RSP + 0x10] TEST EAX,EAX LEA EDX,[RAX + -0x1] JZ 0x00107eea NOP word ptr CS:[RAX + RAX*0x1] MOV EDI,0x2d MOV dword ptr [RSP + 0x10],EDX CALL 0x00102320 MOV EDX,dword ptr [RSP + 0x10] MOV RSI,qword ptr [0x00110400] SUB EDX,0x1 CMP EDX,-0x1 JNZ 0x00107f40 JMP 0x00107eea
null
null
null
null
[(u'COPY_-1206941437', u'CALL_-1206944676'), (u'COPY_-1206941265', u'MULTIEQUAL_-1206941949'), (u'CAST_-1206941368', u'CALL_-1206944644'), (u'CALL_-1206944624', u'INDIRECT_-1206942000'), (u'INDIRECT_-1206941810', u'MULTIEQUAL_-1206941766'), (u'MULTIEQUAL_-1206941949', u'MULTIEQUAL_-1206941974'), ('tmp_577', u'CBRANCH_-1206944320'), (u'CALL_-1206944676', u'CAST_-1206941368'), (u'CALL_-1206944386', u'CAST_-1206941215'), (u'CALL_-1206944305', u'CALL_-1206944260'), ('const-0', u'CALL_-1206944260'), (u'MULTIEQUAL_-1206941980', u'INT_ADD_-1206944331'), (u'CALL_-1206944386', u'INDIRECT_-1206941868'), ('const-0', u'INT_NOTEQUAL_-1206944290'), (u'INT_NOTEQUAL_-1206944290', u'CBRANCH_-1206944289'), (u'COPY_-1206941418', u'CALL_-1206944644'), (u'COPY_-1206941264', u'MULTIEQUAL_-1206941949'), (u'PTRSUB_-1206941300', u'CALL_-1206944557'), ('const-5', u'CALL_-1206944676'), (u'CALL_-1206944624', u'CALL_-1206944541'), (u'CAST_-1206941215', u'CALL_-1206944374'), (u'COPY_-1206942043', u'MULTIEQUAL_-1206941974'), (u'SUBPIECE_-1206942827', u'INT_SLESS_-1206944349'), (u'MULTIEQUAL_-1206941974', u'INT_SLESS_-1206944349'), ('const-1098645', u'COPY_-1206941249'), (u'CALL_-1206944374', u'INDIRECT_-1206941859'), (u'SUBPIECE_-1206942827', u'COPY_-1206941264'), ('const-0', u'COPY_-1206942043'), ('const-0', u'COPY_-1206942892'), ('const-1', u'INT_ADD_-1206944331'), (u'CALL_-1206944374', u'SUBPIECE_-1206942827'), (u'MULTIEQUAL_-1206941974', u'COPY_-1206941265'), ('const-0', u'SUBPIECE_-1206942827'), (u'CALL_-1206944624', u'CALL_-1206944525'), ('const-0', u'RETURN_-1206944441'), (u'CALL_-1206944525', u'INDIRECT_-1206941928'), ('const-1098904', u'COPY_-1206941418'), (u'INDIRECT_-1206941859', u'MULTIEQUAL_-1206941840'), (u'CALL_-1206944305', u'INDIRECT_-1206941831'), ('tmp_613', u'CBRANCH_-1206944289'), (u'INT_SLESS_-1206944349', u'CBRANCH_-1206944353'), ('const-2', u'COPY_-1206942050'), (u'INDIRECT_-1206941831', u'MULTIEQUAL_-1206941766'), ('const-0', u'CALL_-1206944676'), (u'INT_NOTEQUAL_-1206944322', u'CBRANCH_-1206944320'), (u'COPY_-1206941249', u'CALL_-1206944305'), (u'CALL_-1206944557', u'INDIRECT_-1206941950'), ('const-89', u'INT_NOTEQUAL_-1206944322'), ('const-0', u'CALL_-1206944624'), (u'CALL_-1206944676', u'INDIRECT_-1206942026'), (u'COPY_-1206942050', u'MULTIEQUAL_-1206941980'), (u'MULTIEQUAL_-1206941980', u'CALL_-1206944386'), ('const-1078832', u'PTRSUB_-1206941300'), (u'INT_ADD_-1206944331', u'INT_NOTEQUAL_-1206944322'), ('const-10', u'CALL_-1206944260'), (u'COPY_-1206941944', u'COPY_-1206941941'), (u'CALL_-1206944644', u'INDIRECT_-1206942008'), (u'COPY_-1206942892', u'RETURN_-1206944441'), (u'CALL_-1206944305', u'INT_NOTEQUAL_-1206944290'), (u'CALL_-1206944541', u'INDIRECT_-1206941939'), (u'MULTIEQUAL_-1206941766', u'COPY_-1206941944'), ('const-0', u'PTRSUB_-1206941300'), (u'INT_ADD_-1206944331', u'MULTIEQUAL_-1206941980'), (u'INDIRECT_-1206941928', u'MULTIEQUAL_-1206941840'), ('tmp_515', u'CBRANCH_-1206944353'), ('const-1098617', u'COPY_-1206941437'), (u'CALL_-1206944260', u'INDIRECT_-1206941810')]
[(u'CALL_-1206944624', u'INDIRECT_-1206942000'), (u'MULTIEQUAL_-1206941974', u'COPY_-1206941263'), (u'INDIRECT_-1206941810', u'MULTIEQUAL_-1206941766'), (u'MULTIEQUAL_-1206941949', u'MULTIEQUAL_-1206941974'), ('tmp_577', u'CBRANCH_-1206944320'), ('const-1098645', u'COPY_-1206941247'), ('const-1078832', u'PTRSUB_-1206941298'), (u'COPY_-1206941263', u'MULTIEQUAL_-1206941949'), ('const-5', u'CALL_-1206944676'), (u'CALL_-1206944305', u'CALL_-1206944260'), (u'MULTIEQUAL_-1206941980', u'INT_ADD_-1206944331'), (u'CALL_-1206944386', u'INDIRECT_-1206941868'), ('const-0', u'INT_NOTEQUAL_-1206944290'), (u'INT_NOTEQUAL_-1206944290', u'CBRANCH_-1206944289'), ('const-0', u'CALL_-1206944260'), (u'PTRSUB_-1206941298', u'CALL_-1206944557'), (u'COPY_-1206941339', u'RETURN_-1206944441'), (u'COPY_-1206942043', u'MULTIEQUAL_-1206941974'), (u'SUBPIECE_-1206942827', u'INT_SLESS_-1206944349'), (u'CAST_-1206941366', u'CALL_-1206944644'), (u'MULTIEQUAL_-1206941974', u'INT_SLESS_-1206944349'), (u'SUBPIECE_-1206942827', u'COPY_-1206941262'), (u'COPY_-1206941416', u'CALL_-1206944644'), (u'CALL_-1206944374', u'INDIRECT_-1206941859'), ('const-10', u'CALL_-1206944260'), ('const-2', u'COPY_-1206942050'), ('const-1', u'INT_ADD_-1206944331'), ('const-89', u'INT_NOTEQUAL_-1206944322'), (u'CALL_-1206944374', u'SUBPIECE_-1206942827'), ('const-0', u'CALL_-1206944624'), ('const-0', u'CALL_-1206944676'), ('const-0', u'RETURN_-1206944441'), ('const-1098617', u'COPY_-1206941435'), (u'CALL_-1206944525', u'INDIRECT_-1206941928'), (u'COPY_-1206941435', u'CALL_-1206944676'), (u'INDIRECT_-1206941859', u'MULTIEQUAL_-1206941840'), (u'CALL_-1206944305', u'INDIRECT_-1206941831'), ('tmp_613', u'CBRANCH_-1206944289'), (u'CALL_-1206944676', u'CAST_-1206941366'), ('const-1098904', u'COPY_-1206941416'), (u'INT_SLESS_-1206944349', u'CBRANCH_-1206944353'), (u'INDIRECT_-1206941831', u'MULTIEQUAL_-1206941766'), ('const-0', u'COPY_-1206941339'), (u'INT_NOTEQUAL_-1206944322', u'CBRANCH_-1206944320'), (u'CALL_-1206944557', u'INDIRECT_-1206941950'), (u'CALL_-1206944676', u'INDIRECT_-1206942026'), (u'COPY_-1206942050', u'MULTIEQUAL_-1206941980'), (u'MULTIEQUAL_-1206941980', u'CALL_-1206944386'), ('const-0', u'COPY_-1206942043'), (u'INT_ADD_-1206944331', u'INT_NOTEQUAL_-1206944322'), (u'COPY_-1206941944', u'COPY_-1206941941'), (u'CAST_-1206941212', u'CALL_-1206944374'), (u'CALL_-1206944644', u'INDIRECT_-1206942008'), ('const-0', u'SUBPIECE_-1206942827'), (u'CAST_-1206941341', u'CALL_-1206944541'), (u'CALL_-1206944305', u'INT_NOTEQUAL_-1206944290'), (u'CALL_-1206944541', u'INDIRECT_-1206941939'), (u'MULTIEQUAL_-1206941766', u'COPY_-1206941944'), (u'COPY_-1206941262', u'MULTIEQUAL_-1206941949'), (u'COPY_-1206941247', u'CALL_-1206944305'), (u'CAST_-1206941341', u'CALL_-1206944525'), (u'INT_ADD_-1206944331', u'MULTIEQUAL_-1206941980'), (u'INDIRECT_-1206941928', u'MULTIEQUAL_-1206941840'), ('tmp_515', u'CBRANCH_-1206944353'), (u'CALL_-1206944386', u'CAST_-1206941212'), (u'CALL_-1206944624', u'CAST_-1206941341'), ('const-0', u'PTRSUB_-1206941298'), (u'CALL_-1206944260', u'INDIRECT_-1206941810')]
null
null
00107c10
x64
O2
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00107d28) */\n/* WARNING: Removing unreachable block (ram,0x00107d48) */\n/* WARNING: Removing unreachable block (ram,0x00107e58) */\n/* WARNING: Removing unreachable block (ram,0x00107e79) */\n/* WARNING: Removing unreachable block (ram,0x00107d65) */\n/* WARNING: Removing unreachable block (ram,0x00107d78) */\n/* WARNING: Removing unreachable block (ram,0x00107d91) */\n/* WARNING: Removing unreachable block (ram,0x00107db8) */\n/* WARNING: Removing unreachable block (ram,0x00107de3) */\n/* WARNING: Removing unreachable block (ram,0x00107e10) */\n/* WARNING: Removing unreachable block (ram,0x00107e29) */\n/* WARNING: Removing unreachable block (ram,0x00107e2b) */\n/* WARNING: Removing unreachable block (ram,0x00107e90) */\n/* WARNING: Removing unreachable block (ram,0x00107f00) */\n/* WARNING: Removing unreachable block (ram,0x00107eb2) */\n/* WARNING: Removing unreachable block (ram,0x00107ec0) */\n/* WARNING: Removing unreachable block (ram,0x00107f20) */\n/* WARNING: Removing unreachable block (ram,0x00107f36) */\n/* WARNING: Removing unreachable block (ram,0x00107f40) */\n/* WARNING: Removing unreachable block (ram,0x00107f61) */\n/* WARNING: Removing unreachable block (ram,0x00107ede) */\n/* WARNING: Removing unreachable block (ram,0x00107eea) */\n/* WARNING: Removing unreachable block (ram,0x00107f10) */\n/* WARNING: Removing unreachable block (ram,0x00107ef4) */\n/* WARNING: Removing unreachable block (ram,0x00107e34) */\n/* WARNING: Removing unreachable block (ram,0x00107e3e) */\n\nundefined4 FUN_00107c10(void)\n\n{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = (char *)FUN_001091c0(0);\n bfd_iterate_over_targets(FUN_00107630);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}\n\n" comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment (function_definition "undefined4 FUN_00107c10(void)\n\n{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = (char *)FUN_001091c0(0);\n bfd_iterate_over_targets(FUN_00107630);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}" type_identifier (function_declarator "FUN_00107c10(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = (char *)FUN_001091c0(0);\n bfd_iterate_over_targets(FUN_00107630);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"BFD header file version %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"BFD header file version %s\n",5)" identifier (argument_list "(0,"BFD header file version %s\n",5)" ( number_literal , (string_literal ""BFD header file version %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");" (call_expression "printf(pcVar1,"(GNU Binutils for Debian) 2.31.1")" identifier (argument_list "(pcVar1,"(GNU Binutils for Debian) 2.31.1")" ( identifier , (string_literal ""(GNU Binutils for Debian) 2.31.1"" " string_content ") ))) ;) (expression_statement "pcVar1 = (char *)FUN_001091c0(0);" (assignment_expression "pcVar1 = (char *)FUN_001091c0(0)" identifier = (cast_expression "(char *)FUN_001091c0(0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001091c0(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) (expression_statement "bfd_iterate_over_targets(FUN_00107630);" (call_expression "bfd_iterate_over_targets(FUN_00107630)" identifier (argument_list "(FUN_00107630)" ( identifier ))) ;) (expression_statement "unlink(pcVar1);" (call_expression "unlink(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (expression_statement "free(pcVar1);" (call_expression "free(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (expression_statement "iVar3 = 2;" (assignment_expression "iVar3 = 2" identifier = number_literal) ;) (do_statement "do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);" do (compound_statement "{\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n }" { (expression_statement "pcVar1 = (char *)bfd_printable_arch_mach(iVar3);" (assignment_expression "pcVar1 = (char *)bfd_printable_arch_mach(iVar3)" identifier = (cast_expression "(char *)bfd_printable_arch_mach(iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_printable_arch_mach(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))))) ;) (expression_statement "sVar2 = strlen(pcVar1);" (assignment_expression "sVar2 = strlen(pcVar1)" identifier = (call_expression "strlen(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier )))) ;) (if_statement "if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }" if (parenthesized_expression "(iVar4 < (int)sVar2)" ( (binary_expression "iVar4 < (int)sVar2" identifier < (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar4 = (int)sVar2;\n }" { (expression_statement "iVar4 = (int)sVar2;" (assignment_expression "iVar4 = (int)sVar2" identifier = (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) })) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar3 != 0x59)" ( (binary_expression "iVar3 != 0x59" identifier != number_literal) )) ;) (expression_statement "pcVar1 = getenv("COLUMNS");" (assignment_expression "pcVar1 = getenv("COLUMNS")" identifier = (call_expression "getenv("COLUMNS")" identifier (argument_list "("COLUMNS")" ( (string_literal ""COLUMNS"" " string_content ") )))) ;) (if_statement "if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }" if (parenthesized_expression "(pcVar1 != (char *)0x0)" ( (binary_expression "pcVar1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n strtol(pcVar1,(char **)0x0,10);\n }" { (expression_statement "strtol(pcVar1,(char **)0x0,10);" (call_expression "strtol(pcVar1,(char **)0x0,10)" identifier (argument_list "(pcVar1,(char **)0x0,10)" ( identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal ))) ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00107d28) */\n/* WARNING: Removing unreachable block (ram,0x00107d48) */\n/* WARNING: Removing unreachable block (ram,0x00107e58) */\n/* WARNING: Removing unreachable block (ram,0x00107e79) */\n/* WARNING: Removing unreachable block (ram,0x00107d65) */\n/* WARNING: Removing unreachable block (ram,0x00107d78) */\n/* WARNING: Removing unreachable block (ram,0x00107d91) */\n/* WARNING: Removing unreachable block (ram,0x00107db8) */\n/* WARNING: Removing unreachable block (ram,0x00107de3) */\n/* WARNING: Removing unreachable block (ram,0x00107e10) */\n/* WARNING: Removing unreachable block (ram,0x00107e29) */\n/* WARNING: Removing unreachable block (ram,0x00107e2b) */\n/* WARNING: Removing unreachable block (ram,0x00107e90) */\n/* WARNING: Removing unreachable block (ram,0x00107f00) */\n/* WARNING: Removing unreachable block (ram,0x00107eb2) */\n/* WARNING: Removing unreachable block (ram,0x00107ec0) */\n/* WARNING: Removing unreachable block (ram,0x00107f20) */\n/* WARNING: Removing unreachable block (ram,0x00107f36) */\n/* WARNING: Removing unreachable block (ram,0x00107f40) */\n/* WARNING: Removing unreachable block (ram,0x00107f61) */\n/* WARNING: Removing unreachable block (ram,0x00107ede) */\n/* WARNING: Removing unreachable block (ram,0x00107eea) */\n/* WARNING: Removing unreachable block (ram,0x00107f10) */\n/* WARNING: Removing unreachable block (ram,0x00107ef4) */\n/* WARNING: Removing unreachable block (ram,0x00107e34) */\n/* WARNING: Removing unreachable block (ram,0x00107e3e) */\n/* WARNING: Unknown calling convention */\n\nint display_info(void)\n\n{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n display_target arg;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = make_temp_file((char *)0x0);\n bfd_iterate_over_targets(do_display_target);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}\n\n" comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment comment (function_definition "int display_info(void)\n\n{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n display_target arg;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = make_temp_file((char *)0x0);\n bfd_iterate_over_targets(do_display_target);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}" primitive_type (function_declarator "display_info(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n display_target arg;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = make_temp_file((char *)0x0);\n bfd_iterate_over_targets(do_display_target);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "display_target arg;" type_identifier identifier ;) (expression_statement "pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"BFD header file version %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"BFD header file version %s\n",5)" identifier (argument_list "(0,"BFD header file version %s\n",5)" ( number_literal , (string_literal ""BFD header file version %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");" (call_expression "printf(pcVar1,"(GNU Binutils for Debian) 2.31.1")" identifier (argument_list "(pcVar1,"(GNU Binutils for Debian) 2.31.1")" ( identifier , (string_literal ""(GNU Binutils for Debian) 2.31.1"" " string_content ") ))) ;) (expression_statement "pcVar1 = make_temp_file((char *)0x0);" (assignment_expression "pcVar1 = make_temp_file((char *)0x0)" identifier = (call_expression "make_temp_file((char *)0x0)" identifier (argument_list "((char *)0x0)" ( (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (expression_statement "bfd_iterate_over_targets(do_display_target);" (call_expression "bfd_iterate_over_targets(do_display_target)" identifier (argument_list "(do_display_target)" ( identifier ))) ;) (expression_statement "unlink(pcVar1);" (call_expression "unlink(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (expression_statement "free(pcVar1);" (call_expression "free(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (expression_statement "iVar3 = 2;" (assignment_expression "iVar3 = 2" identifier = number_literal) ;) (do_statement "do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);" do (compound_statement "{\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n }" { (expression_statement "pcVar1 = (char *)bfd_printable_arch_mach(iVar3);" (assignment_expression "pcVar1 = (char *)bfd_printable_arch_mach(iVar3)" identifier = (cast_expression "(char *)bfd_printable_arch_mach(iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_printable_arch_mach(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))))) ;) (expression_statement "sVar2 = strlen(pcVar1);" (assignment_expression "sVar2 = strlen(pcVar1)" identifier = (call_expression "strlen(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier )))) ;) (if_statement "if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }" if (parenthesized_expression "(iVar4 < (int)sVar2)" ( (binary_expression "iVar4 < (int)sVar2" identifier < (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar4 = (int)sVar2;\n }" { (expression_statement "iVar4 = (int)sVar2;" (assignment_expression "iVar4 = (int)sVar2" identifier = (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) })) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar3 != 0x59)" ( (binary_expression "iVar3 != 0x59" identifier != number_literal) )) ;) (expression_statement "pcVar1 = getenv("COLUMNS");" (assignment_expression "pcVar1 = getenv("COLUMNS")" identifier = (call_expression "getenv("COLUMNS")" identifier (argument_list "("COLUMNS")" ( (string_literal ""COLUMNS"" " string_content ") )))) ;) (if_statement "if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }" if (parenthesized_expression "(pcVar1 != (char *)0x0)" ( (binary_expression "pcVar1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n strtol(pcVar1,(char **)0x0,10);\n }" { (expression_statement "strtol(pcVar1,(char **)0x0,10);" (call_expression "strtol(pcVar1,(char **)0x0,10)" identifier (argument_list "(pcVar1,(char **)0x0,10)" ( identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal ))) ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "undefined4 FUN_00107c10(void)\n\n{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = (char *)FUN_001091c0(0);\n bfd_iterate_over_targets(FUN_00107630);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}\n\n" (function_definition "undefined4 FUN_00107c10(void)\n\n{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = (char *)FUN_001091c0(0);\n bfd_iterate_over_targets(FUN_00107630);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}" type_identifier (function_declarator "FUN_00107c10(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = (char *)FUN_001091c0(0);\n bfd_iterate_over_targets(FUN_00107630);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"BFD header file version %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"BFD header file version %s\n",5)" identifier (argument_list "(0,"BFD header file version %s\n",5)" ( number_literal , (string_literal ""BFD header file version %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");" (call_expression "printf(pcVar1,"(GNU Binutils for Debian) 2.31.1")" identifier (argument_list "(pcVar1,"(GNU Binutils for Debian) 2.31.1")" ( identifier , (string_literal ""(GNU Binutils for Debian) 2.31.1"" " string_content ") ))) ;) (expression_statement "pcVar1 = (char *)FUN_001091c0(0);" (assignment_expression "pcVar1 = (char *)FUN_001091c0(0)" identifier = (cast_expression "(char *)FUN_001091c0(0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001091c0(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) (expression_statement "bfd_iterate_over_targets(FUN_00107630);" (call_expression "bfd_iterate_over_targets(FUN_00107630)" identifier (argument_list "(FUN_00107630)" ( identifier ))) ;) (expression_statement "unlink(pcVar1);" (call_expression "unlink(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (expression_statement "free(pcVar1);" (call_expression "free(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (expression_statement "iVar3 = 2;" (assignment_expression "iVar3 = 2" identifier = number_literal) ;) (do_statement "do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);" do (compound_statement "{\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n }" { (expression_statement "pcVar1 = (char *)bfd_printable_arch_mach(iVar3);" (assignment_expression "pcVar1 = (char *)bfd_printable_arch_mach(iVar3)" identifier = (cast_expression "(char *)bfd_printable_arch_mach(iVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_printable_arch_mach(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))))) ;) (expression_statement "sVar2 = strlen(pcVar1);" (assignment_expression "sVar2 = strlen(pcVar1)" identifier = (call_expression "strlen(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier )))) ;) (if_statement "if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }" if (parenthesized_expression "(iVar4 < (int)sVar2)" ( (binary_expression "iVar4 < (int)sVar2" identifier < (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar4 = (int)sVar2;\n }" { (expression_statement "iVar4 = (int)sVar2;" (assignment_expression "iVar4 = (int)sVar2" identifier = (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) })) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar3 != 0x59)" ( (binary_expression "iVar3 != 0x59" identifier != number_literal) )) ;) (expression_statement "pcVar1 = getenv("COLUMNS");" (assignment_expression "pcVar1 = getenv("COLUMNS")" identifier = (call_expression "getenv("COLUMNS")" identifier (argument_list "("COLUMNS")" ( (string_literal ""COLUMNS"" " string_content ") )))) ;) (if_statement "if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }" if (parenthesized_expression "(pcVar1 != (char *)0x0)" ( (binary_expression "pcVar1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n strtol(pcVar1,(char **)0x0,10);\n }" { (expression_statement "strtol(pcVar1,(char **)0x0,10);" (call_expression "strtol(pcVar1,(char **)0x0,10)" identifier (argument_list "(pcVar1,(char **)0x0,10)" ( identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal ))) ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (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 , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT) , LIT ))) ;) })) (return_statement return LIT ;) })))
(function_definition "undefined4 FUN_00107c10(void)\n\n{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = (char *)FUN_001091c0(0);\n bfd_iterate_over_targets(FUN_00107630);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_00107c10(void)" (identifier "FUN_00107c10") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n char *pcVar1;\n size_t sVar2;\n int iVar3;\n int iVar4;\n \n pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);\n printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");\n pcVar1 = (char *)FUN_001091c0(0);\n bfd_iterate_over_targets(FUN_00107630);\n unlink(pcVar1);\n free(pcVar1);\n iVar4 = 0;\n iVar3 = 2;\n do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);\n pcVar1 = getenv("COLUMNS");\n if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }\n return 0;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (expression_statement "pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5)" (identifier "pcVar1") (= "=") (cast_expression "(char *)dcgettext(0,"BFD header file version %s\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"BFD header file version %s\n",5)" (identifier "dcgettext") (argument_list "(0,"BFD header file version %s\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""BFD header file version %s\n"" (" """) (string_content "BFD header file version %s") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(pcVar1,"(GNU Binutils for Debian) 2.31.1");" (call_expression "printf(pcVar1,"(GNU Binutils for Debian) 2.31.1")" (identifier "printf") (argument_list "(pcVar1,"(GNU Binutils for Debian) 2.31.1")" (( "(") (identifier "pcVar1") (, ",") (string_literal ""(GNU Binutils for Debian) 2.31.1"" (" """) (string_content "(GNU Binutils for Debian) 2.31.1") (" """)) () ")"))) (; ";")) (expression_statement "pcVar1 = (char *)FUN_001091c0(0);" (assignment_expression "pcVar1 = (char *)FUN_001091c0(0)" (identifier "pcVar1") (= "=") (cast_expression "(char *)FUN_001091c0(0)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001091c0(0)" (identifier "FUN_001091c0") (argument_list "(0)" (( "(") (number_literal "0") () ")"))))) (; ";")) (expression_statement "bfd_iterate_over_targets(FUN_00107630);" (call_expression "bfd_iterate_over_targets(FUN_00107630)" (identifier "bfd_iterate_over_targets") (argument_list "(FUN_00107630)" (( "(") (identifier "FUN_00107630") () ")"))) (; ";")) (expression_statement "unlink(pcVar1);" (call_expression "unlink(pcVar1)" (identifier "unlink") (argument_list "(pcVar1)" (( "(") (identifier "pcVar1") () ")"))) (; ";")) (expression_statement "free(pcVar1);" (call_expression "free(pcVar1)" (identifier "free") (argument_list "(pcVar1)" (( "(") (identifier "pcVar1") () ")"))) (; ";")) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" (identifier "iVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar3 = 2;" (assignment_expression "iVar3 = 2" (identifier "iVar3") (= "=") (number_literal "2")) (; ";")) (do_statement "do {\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n } while (iVar3 != 0x59);" (do "do") (compound_statement "{\n pcVar1 = (char *)bfd_printable_arch_mach(iVar3);\n sVar2 = strlen(pcVar1);\n if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }\n iVar3 = iVar3 + 1;\n }" ({ "{") (expression_statement "pcVar1 = (char *)bfd_printable_arch_mach(iVar3);" (assignment_expression "pcVar1 = (char *)bfd_printable_arch_mach(iVar3)" (identifier "pcVar1") (= "=") (cast_expression "(char *)bfd_printable_arch_mach(iVar3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "bfd_printable_arch_mach(iVar3)" (identifier "bfd_printable_arch_mach") (argument_list "(iVar3)" (( "(") (identifier "iVar3") () ")"))))) (; ";")) (expression_statement "sVar2 = strlen(pcVar1);" (assignment_expression "sVar2 = strlen(pcVar1)" (identifier "sVar2") (= "=") (call_expression "strlen(pcVar1)" (identifier "strlen") (argument_list "(pcVar1)" (( "(") (identifier "pcVar1") () ")")))) (; ";")) (if_statement "if (iVar4 < (int)sVar2) {\n iVar4 = (int)sVar2;\n }" (if "if") (parenthesized_expression "(iVar4 < (int)sVar2)" (( "(") (binary_expression "iVar4 < (int)sVar2" (identifier "iVar4") (< "<") (cast_expression "(int)sVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "sVar2"))) () ")")) (compound_statement "{\n iVar4 = (int)sVar2;\n }" ({ "{") (expression_statement "iVar4 = (int)sVar2;" (assignment_expression "iVar4 = (int)sVar2" (identifier "iVar4") (= "=") (cast_expression "(int)sVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "sVar2"))) (; ";")) (} "}"))) (expression_statement "iVar3 = iVar3 + 1;" (assignment_expression "iVar3 = iVar3 + 1" (identifier "iVar3") (= "=") (binary_expression "iVar3 + 1" (identifier "iVar3") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar3 != 0x59)" (( "(") (binary_expression "iVar3 != 0x59" (identifier "iVar3") (!= "!=") (number_literal "0x59")) () ")")) (; ";")) (expression_statement "pcVar1 = getenv("COLUMNS");" (assignment_expression "pcVar1 = getenv("COLUMNS")" (identifier "pcVar1") (= "=") (call_expression "getenv("COLUMNS")" (identifier "getenv") (argument_list "("COLUMNS")" (( "(") (string_literal ""COLUMNS"" (" """) (string_content "COLUMNS") (" """)) () ")")))) (; ";")) (if_statement "if (pcVar1 != (char *)0x0) {\n strtol(pcVar1,(char **)0x0,10);\n }" (if "if") (parenthesized_expression "(pcVar1 != (char *)0x0)" (( "(") (binary_expression "pcVar1 != (char *)0x0" (identifier "pcVar1") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n strtol(pcVar1,(char **)0x0,10);\n }" ({ "{") (expression_statement "strtol(pcVar1,(char **)0x0,10);" (call_expression "strtol(pcVar1,(char **)0x0,10)" (identifier "strtol") (argument_list "(pcVar1,(char **)0x0,10)" (( "(") (identifier "pcVar1") (, ",") (cast_expression "(char **)0x0" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0")) (, ",") (number_literal "10") () ")"))) (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* WARNING: Removing unreachable block (ram,0x00107d28) */ /* WARNING: Removing unreachable block (ram,0x00107d48) */ /* WARNING: Removing unreachable block (ram,0x00107e58) */ /* WARNING: Removing unreachable block (ram,0x00107e79) */ /* WARNING: Removing unreachable block (ram,0x00107d65) */ /* WARNING: Removing unreachable block (ram,0x00107d78) */ /* WARNING: Removing unreachable block (ram,0x00107d91) */ /* WARNING: Removing unreachable block (ram,0x00107db8) */ /* WARNING: Removing unreachable block (ram,0x00107de3) */ /* WARNING: Removing unreachable block (ram,0x00107e10) */ /* WARNING: Removing unreachable block (ram,0x00107e29) */ /* WARNING: Removing unreachable block (ram,0x00107e2b) */ /* WARNING: Removing unreachable block (ram,0x00107e90) */ /* WARNING: Removing unreachable block (ram,0x00107f00) */ /* WARNING: Removing unreachable block (ram,0x00107eb2) */ /* WARNING: Removing unreachable block (ram,0x00107ec0) */ /* WARNING: Removing unreachable block (ram,0x00107f20) */ /* WARNING: Removing unreachable block (ram,0x00107f36) */ /* WARNING: Removing unreachable block (ram,0x00107f40) */ /* WARNING: Removing unreachable block (ram,0x00107f61) */ /* WARNING: Removing unreachable block (ram,0x00107ede) */ /* WARNING: Removing unreachable block (ram,0x00107eea) */ /* WARNING: Removing unreachable block (ram,0x00107f10) */ /* WARNING: Removing unreachable block (ram,0x00107ef4) */ /* WARNING: Removing unreachable block (ram,0x00107e34) */ /* WARNING: Removing unreachable block (ram,0x00107e3e) */ /* WARNING: Unknown calling convention */ int function_1(void) { char *var_12; size_t sVar2; int var_10; int var_9; type_1 arg; var_12 = (char *)var_1(0,"BFD header file version %s\n",5); var_2(var_12,"(GNU Binutils for Debian) 2.31.1"); var_12 = var_3((char *)0x0); var_4(do_display_target); var_5(var_12); var_6(var_12); var_9 = 0; var_10 = 2; do { var_12 = (char *)var_7(var_10); sVar2 = var_8(var_12); if (var_9 < (int)sVar2) { var_9 = (int)sVar2; } var_10 = var_10 + 1; } while (var_10 != 0x59); var_12 = var_11("COLUMNS"); if (var_12 != (char *)0x0) { var_13(var_12,(char **)0x0,10); } return 0; }
null
(translation_unit (function_definition type: (type_identifier) 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))) (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) 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: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (number_literal)) (number_literal)))))) (return_statement (number_literal)))))
null
/* WARNING: Removing unreachable block (ram,0x00107d28) */ /* WARNING: Removing unreachable block (ram,0x00107d48) */ /* WARNING: Removing unreachable block (ram,0x00107e58) */ /* WARNING: Removing unreachable block (ram,0x00107e79) */ /* WARNING: Removing unreachable block (ram,0x00107d65) */ /* WARNING: Removing unreachable block (ram,0x00107d78) */ /* WARNING: Removing unreachable block (ram,0x00107d91) */ /* WARNING: Removing unreachable block (ram,0x00107db8) */ /* WARNING: Removing unreachable block (ram,0x00107de3) */ /* WARNING: Removing unreachable block (ram,0x00107e10) */ /* WARNING: Removing unreachable block (ram,0x00107e29) */ /* WARNING: Removing unreachable block (ram,0x00107e2b) */ /* WARNING: Removing unreachable block (ram,0x00107e90) */ /* WARNING: Removing unreachable block (ram,0x00107f00) */ /* WARNING: Removing unreachable block (ram,0x00107eb2) */ /* WARNING: Removing unreachable block (ram,0x00107ec0) */ /* WARNING: Removing unreachable block (ram,0x00107f20) */ /* WARNING: Removing unreachable block (ram,0x00107f36) */ /* WARNING: Removing unreachable block (ram,0x00107f40) */ /* WARNING: Removing unreachable block (ram,0x00107f61) */ /* WARNING: Removing unreachable block (ram,0x00107ede) */ /* WARNING: Removing unreachable block (ram,0x00107eea) */ /* WARNING: Removing unreachable block (ram,0x00107f10) */ /* WARNING: Removing unreachable block (ram,0x00107ef4) */ /* WARNING: Removing unreachable block (ram,0x00107e34) */ /* WARNING: Removing unreachable block (ram,0x00107e3e) */ undefined4 MASKED(void) { char *pcVar1; size_t sVar2; int iVar3; int iVar4; pcVar1 = (char *)dcgettext(0,"BFD header file version %s\n",5); printf(pcVar1,"(GNU Binutils for Debian) 2.31.1"); pcVar1 = (char *)FUN_001091c0(0); bfd_iterate_over_targets(FUN_00107630); unlink(pcVar1); free(pcVar1); iVar4 = 0; iVar3 = 2; do { pcVar1 = (char *)bfd_printable_arch_mach(iVar3); sVar2 = strlen(pcVar1); if (iVar4 < (int)sVar2) { iVar4 = (int)sVar2; } iVar3 = iVar3 + 1; } while (iVar3 != 0x59); pcVar1 = getenv("COLUMNS"); if (pcVar1 != (char *)0x0) { strtol(pcVar1,(char **)0x0,10); } return 0; }
1083_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
do_scan_relocs
FUN_001558e0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_scan_relocs(Sized_relobj_dwo<64,_true> * this, Symbol_table * param_1, Layout * param_2, Read_relocs_data * param_3) */ void __thiscall gold::Sized_relobj_dwo<64,_true>::do_scan_relocs (Sized_relobj_dwo<64,_true> *this,Symbol_table *param_1,Layout *param_2, Read_relocs_data *param_3) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dwp.cc",0x19a,"do_scan_relocs"); }
void FUN_001558e0(void) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs"); }
SUB RSP,0x8 LEA RDX,[0x36c4b8] MOV ESI,0x19a LEA RDI,[0x36b004] CALL 0x0017c650
null
null
null
null
[('const-410', u'CALL_-1207281396'), ('const-1', u'RETURN_-1207281391'), ('const-3584004', u'COPY_-1207281381'), ('const-3589304', u'COPY_-1207281380'), (u'COPY_-1207281380', u'CALL_-1207281396'), (u'COPY_-1207281381', u'CALL_-1207281396')]
[(u'COPY_-1207281382', u'CALL_-1207281396'), ('const-410', u'CALL_-1207281396'), ('const-1', u'RETURN_-1207281391'), ('const-3589304', u'COPY_-1207281382'), (u'COPY_-1207281383', u'CALL_-1207281396'), ('const-3584004', u'COPY_-1207281383')]
null
null
001558e0
x64
O2
(translation_unit "void FUN_001558e0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}\n\n" (function_definition "void FUN_001558e0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}" primitive_type (function_declarator "FUN_001558e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}" { comment (expression_statement "FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");" (call_expression "FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs")" identifier (argument_list "("../../gold/dwp.cc",0x19a,"do_scan_relocs")" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""do_scan_relocs"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_scan_relocs(Sized_relobj_dwo<64,_true> * this, Symbol_table *\n param_1, Layout * param_2, Read_relocs_data * param_3) */\n\nvoid __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_scan_relocs\n (Sized_relobj_dwo<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}\n\n" comment comment (ERROR "void __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_scan_relocs\n (Sized_relobj_dwo<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x19a," primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::do_scan_relocs\n (Sized_relobj_dwo<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{" identifier > : : (function_declarator "do_scan_relocs\n (Sized_relobj_dwo<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)" identifier (parameter_list "(Sized_relobj_dwo<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)" ( (parameter_declaration "Sized_relobj_dwo" type_identifier) (ERROR "<64" < 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_relocs_data *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) {) comment identifier ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal ,) (expression_statement ""do_scan_relocs");" (string_literal ""do_scan_relocs"" " string_content ") (ERROR ")" )) ;) (ERROR "}" }))
(translation_unit "void FUN_001558e0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}\n\n" (function_definition "void FUN_001558e0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}" primitive_type (function_declarator "FUN_001558e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}" { (expression_statement "FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");" (call_expression "FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs")" identifier (argument_list "("../../gold/dwp.cc",0x19a,"do_scan_relocs")" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""do_scan_relocs"" " 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_001558e0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}" (primitive_type "void") (function_declarator "FUN_001558e0(void)" (identifier "FUN_001558e0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");\n}" ({ "{") (expression_statement "FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs");" (call_expression "FUN_0017c650("../../gold/dwp.cc",0x19a,"do_scan_relocs")" (identifier "FUN_0017c650") (argument_list "("../../gold/dwp.cc",0x19a,"do_scan_relocs")" (( "(") (string_literal ""../../gold/dwp.cc"" (" """) (string_content "../../gold/dwp.cc") (" """)) (, ",") (number_literal "0x19a") (, ",") (string_literal ""do_scan_relocs"" (" """) (string_content "do_scan_relocs") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_scan_relocs(Sized_relobj_dwo<64,_true> * this, Symbol_table * param_1, Layout * param_2, Read_relocs_data * param_3) */ void __thiscall gold::Sized_relobj_dwo<64,_true>::do_scan_relocs (Sized_relobj_dwo<64,_true> *this,Symbol_table *param_1,Layout *param_2, Read_relocs_data *param_3) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dwp.cc",0x19a,"do_scan_relocs"); }
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/dwp.cc",0x19a,"do_scan_relocs"); }
624_i686-linux-gnu-as_and_i686-linux-gnu-as_strip.c
print_expr
FUN_0012d090
void print_expr(expressionS *exp) { print_expr_1((FILE *)stderr,exp); fputc(10,stderr); return; }
void FUN_0012d090(undefined8 param_1) { FUN_0012c490(stderr,param_1); fputc(10,stderr); return; }
SUB RSP,0x8 MOV RSI,RDI MOV RDI,qword ptr [0x001db0c0] CALL 0x0012c490 MOV RSI,qword ptr [0x001db0c0] MOV EDI,0xa ADD RSP,0x8 JMP 0x00108340
null
null
null
null
[(u'INDIRECT_-1207054041', u'COPY_-1207054100'), ('tmp_79', u'CALL_-1207054158'), (u'INDIRECT_-1207054063', u'CALL_-1207054125'), (u'CALL_-1207054125', u'INDIRECT_-1207054041'), (u'CAST_-1207054055', u'CALL_-1207054158'), ('tmp_183', u'CAST_-1207054055'), ('const-10', u'CALL_-1207054125'), (u'CALL_-1207054158', u'INDIRECT_-1207054063'), ('const-0', u'RETURN_-1207054121')]
[(u'INDIRECT_-1207054041', u'COPY_-1207054100'), (u'INDIRECT_-1207054063', u'CALL_-1207054125'), ('tmp_149', u'CALL_-1207054158'), (u'CALL_-1207054125', u'INDIRECT_-1207054041'), ('const-10', u'CALL_-1207054125'), (u'CALL_-1207054158', u'INDIRECT_-1207054063'), ('tmp_183', u'CALL_-1207054158'), ('const-0', u'RETURN_-1207054121')]
null
null
0012d090
x64
O2
(translation_unit "void FUN_0012d090(undefined8 param_1)\n\n{\n FUN_0012c490(stderr,param_1);\n fputc(10,stderr);\n return;\n}\n\n" (function_definition "void FUN_0012d090(undefined8 param_1)\n\n{\n FUN_0012c490(stderr,param_1);\n fputc(10,stderr);\n return;\n}" primitive_type (function_declarator "FUN_0012d090(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n FUN_0012c490(stderr,param_1);\n fputc(10,stderr);\n return;\n}" { (expression_statement "FUN_0012c490(stderr,param_1);" (call_expression "FUN_0012c490(stderr,param_1)" identifier (argument_list "(stderr,param_1)" ( identifier , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void print_expr(expressionS *exp)\n\n{\n print_expr_1((FILE *)stderr,exp);\n fputc(10,stderr);\n return;\n}\n\n" (function_definition "void print_expr(expressionS *exp)\n\n{\n print_expr_1((FILE *)stderr,exp);\n fputc(10,stderr);\n return;\n}" primitive_type (function_declarator "print_expr(expressionS *exp)" identifier (parameter_list "(expressionS *exp)" ( (parameter_declaration "expressionS *exp" type_identifier (pointer_declarator "*exp" * identifier)) ))) (compound_statement "{\n print_expr_1((FILE *)stderr,exp);\n fputc(10,stderr);\n return;\n}" { (expression_statement "print_expr_1((FILE *)stderr,exp);" (call_expression "print_expr_1((FILE *)stderr,exp)" identifier (argument_list "((FILE *)stderr,exp)" ( (cast_expression "(FILE *)stderr" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0012d090(undefined8 param_1)\n\n{\n FUN_0012c490(stderr,param_1);\n fputc(10,stderr);\n return;\n}\n\n" (function_definition "void FUN_0012d090(undefined8 param_1)\n\n{\n FUN_0012c490(stderr,param_1);\n fputc(10,stderr);\n return;\n}" primitive_type (function_declarator "FUN_0012d090(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n FUN_0012c490(stderr,param_1);\n fputc(10,stderr);\n return;\n}" { (expression_statement "FUN_0012c490(stderr,param_1);" (call_expression "FUN_0012c490(stderr,param_1)" identifier (argument_list "(stderr,param_1)" ( identifier , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0012d090(undefined8 param_1)\n\n{\n FUN_0012c490(stderr,param_1);\n fputc(10,stderr);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0012d090(undefined8 param_1)" (identifier "FUN_0012d090") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n FUN_0012c490(stderr,param_1);\n fputc(10,stderr);\n return;\n}" ({ "{") (expression_statement "FUN_0012c490(stderr,param_1);" (call_expression "FUN_0012c490(stderr,param_1)" (identifier "FUN_0012c490") (argument_list "(stderr,param_1)" (( "(") (identifier "stderr") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" (identifier "fputc") (argument_list "(10,stderr)" (( "(") (number_literal "10") (, ",") (identifier "stderr") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *exp) { var_1((type_2 *)stderr,exp); var_2(10,stderr); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (return_statement))))
null
void MASKED(undefined8 param_1) { FUN_0012c490(stderr,param_1); fputc(10,stderr); return; }
368_powerpc64le-linux-gnu-objdump_and_powerpc64le-linux-gnu-objdump_strip.c
debug_start_source
FUN_0012cc70
bfd_boolean debug_start_source(void *handle,char *name) { undefined8 *puVar1; undefined8 *puVar2; int iVar3; bfd_boolean bVar4; undefined1 (*pauVar5) [16]; undefined8 uVar6; debug_handle *info; if (name == (char *)0x0) { name = ""; } if (*(long *)((long)handle + 8) == 0) { uVar6 = dcgettext(0,"debug_start_source: no debug_set_filename call",5); fprintf(stderr,"%s\n",uVar6); bVar4 = 0; } else { puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8); while( true ) { if (puVar1 == (undefined8 *)0x0) { pauVar5 = (undefined1 (*) [16])xmalloc(0x18); puVar1 = *(undefined8 **)((long)handle + 0x10); *pauVar5 = (undefined1 [16])0x0; *(undefined8 *)pauVar5[1] = 0; *(char **)(*pauVar5 + 8) = name; for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0; puVar2 = (undefined8 *)*puVar2) { puVar1 = puVar2; } *puVar1 = pauVar5; *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5; return 1; } iVar3 = filename_cmp(puVar1[1],name); if (iVar3 == 0) break; puVar1 = (undefined8 *)*puVar1; } *(undefined8 **)((long)handle + 0x10) = puVar1; bVar4 = 1; } return bVar4; }
undefined8 FUN_0012cc70(long param_1,undefined1 *param_2) { undefined8 *puVar1; undefined8 *puVar2; int iVar3; undefined8 uVar4; undefined1 (*pauVar5) [16]; if (param_2 == (undefined1 *)0x0) { param_2 = &DAT_0013da2a; } if (*(long *)(param_1 + 8) == 0) { uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5); fprintf(stderr,"%s\n",uVar4); uVar4 = 0; } else { puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8); while( true ) { if (puVar1 == (undefined8 *)0x0) { pauVar5 = (undefined1 (*) [16])xmalloc(0x18); puVar1 = *(undefined8 **)(param_1 + 0x10); *pauVar5 = (undefined1 [16])0x0; *(undefined8 *)pauVar5[1] = 0; *(undefined1 **)(*pauVar5 + 8) = param_2; for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0; puVar2 = (undefined8 *)*puVar2) { puVar1 = puVar2; } *puVar1 = pauVar5; *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5; return 1; } iVar3 = filename_cmp(puVar1[1],param_2); if (iVar3 == 0) break; puVar1 = (undefined8 *)*puVar1; } *(undefined8 **)(param_1 + 0x10) = puVar1; uVar4 = 1; } return uVar4; }
PUSH R12 LEA RAX,[0x13da2a] TEST RSI,RSI PUSH RBP MOV RBP,RSI PUSH RBX CMOVZ RBP,RAX MOV RAX,qword ptr [RDI + 0x8] TEST RAX,RAX JZ 0x0012cd20 MOV RBX,qword ptr [RAX + 0x8] MOV R12,RDI TEST RBX,RBX JNZ 0x0012cca8 JMP 0x0012ccd0 MOV RBX,qword ptr [RBX] TEST RBX,RBX JZ 0x0012ccd0 MOV RDI,qword ptr [RBX + 0x8] MOV RSI,RBP CALL 0x00107190 TEST EAX,EAX JNZ 0x0012cca0 MOV qword ptr [R12 + 0x10],RBX MOV EAX,0x1 POP RBX POP RBP POP R12 RET MOV EDI,0x18 CALL 0x00107350 MOV RDX,qword ptr [R12 + 0x10] PXOR XMM0,XMM0 MOVUPS xmmword ptr [RAX],XMM0 MOV qword ptr [RAX + 0x10],0x0 MOV RCX,qword ptr [RDX] MOV qword ptr [RAX + 0x8],RBP TEST RCX,RCX JNZ 0x0012cd03 JMP 0x0012cd52 MOV RCX,RDX MOV RDX,qword ptr [RCX] TEST RDX,RDX JNZ 0x0012cd00 MOV qword ptr [RCX],RAX MOV qword ptr [R12 + 0x10],RAX MOV EAX,0x1 POP RBX POP RBP POP R12 RET MOV EDX,0x5 LEA RSI,[0x1462e0] XOR EDI,EDI CALL 0x00107230 MOV RDI,qword ptr [0x00157220] LEA RSI,[0x1434a5] MOV RDX,RAX XOR EAX,EAX CALL 0x00107850 XOR EAX,EAX JMP 0x0012ccc2 MOV RCX,RDX JMP 0x0012cd0b
null
null
null
null
[(u'MULTIEQUAL_-1207054645', u'STORE_-1207055033'), (u'COPY_-1207054872', u'RETURN_-1207054996'), (u'PTRSUB_-1207054556', u'PTRADD_-1207054556'), (u'LOAD_-1207055082', u'LOAD_-1207055054'), (u'CAST_-1207054559', u'LOAD_-1207055082'), (u'CAST_-1207054598', u'INT_ADD_-1207055019'), (u'MULTIEQUAL_-1207054549', u'LOAD_-1207054993'), (u'STORE_-1207055033', u'INDIRECT_-1207054660'), (u'CAST_-1207054533', u'STORE_-1207055046'), (u'MULTIEQUAL_-1207054549', u'INT_NOTEQUAL_-1207055028'), ('tmp_546', u'CAST_-1207054502'), (u'LOAD_-1207055200', u'INT_ADD_-1207055158'), (u'CALL_-1207055084', u'INDIRECT_-1207054639'), ('tmp_130', u'CBRANCH_-1207055148'), (u'INDIRECT_-1207054575', u'COPY_-1207054627'), (u'MULTIEQUAL_-1207054650', u'COPY_-1207054712'), (u'STORE_-1207055068', u'INDIRECT_-1207054622'), ('const-16', u'INT_ADD_-1207054984'), ('const-433', u'LOAD_-1207055069'), ('const-16', u'INT_ADD_-1207055066'), (u'CAST_-1207054652', u'INT_ADD_-1207055184'), ('tmp_92', u'CBRANCH_-1207055179'), (u'PTRADD_-1207054570', u'PTRSUB_-1207054568'), (u'INDIRECT_-1207054528', u'MULTIEQUAL_-1207054650'), ('const-433', u'LOAD_-1207055054'), ('const-0', u'PTRSUB_-1207054568'), (u'INT_ADD_-1207054984', u'CAST_-1207054501'), ('const-1', u'COPY_-1207054787'), ('const-0', u'INT_EQUAL_-1207055220'), ('const-8', u'INT_ADD_-1207055184'), ('const-0', u'INT_EQUAL_-1207055038'), (u'PTRADD_-1207054633', u'LOAD_-1207055069'), ('tmp_547', u'INT_EQUAL_-1207055220'), ('const-16', u'INT_ADD_-1207055019'), (u'COPY_-1207054738', u'MULTIEQUAL_-1207054672'), (u'PTRSUB_-1207054568', u'CAST_-1207054546'), (u'CAST_-1207054637', u'LOAD_-1207055174'), ('const-1', u'PTRADD_-1207054570'), (u'COPY_-1207054787', u'RETURN_-1207054961'), ('tmp_1396', u'MULTIEQUAL_-1207054643'), ('const-24', u'CALL_-1207055084'), (u'CAST_-1207054537', u'COPY_-1207054602'), ('const-0', u'RETURN_-1207054996'), ('const-433', u'LOAD_-1207054993'), ('const-0', u'STORE_-1207055062'), (u'INT_ADD_-1207055066', u'CAST_-1207054559'), (u'LOAD_-1207055054', u'CAST_-1207054537'), (u'COPY_-1207054602', u'MULTIEQUAL_-1207054549'), (u'MULTIEQUAL_-1207054549', u'COPY_-1207054586'), (u'LOAD_-1207055069', u'CALL_-1207055052'), (u'CAST_-1207054566', u'STORE_-1207055004'), ('const-0', u'INT_EQUAL_-1207055181'), (u'INT_EQUAL_-1207055038', u'CBRANCH_-1207055036'), ('const-433', u'STORE_-1207055062'), (u'COPY_-1207054826', u'MULTIEQUAL_-1207054672'), ('const-433', u'LOAD_-1207055082'), (u'COPY_-1207054604', u'MULTIEQUAL_-1207054550'), ('const-0', u'RETURN_-1207054961'), (u'INT_EQUAL_-1207055151', u'CBRANCH_-1207055148'), (u'MULTIEQUAL_-1207054672', u'COPY_-1207054872'), ('const-0', u'INT_EQUAL_-1207055151'), ('const-1', u'COPY_-1207054738'), ('const-0', u'PTRSUB_-1207054556'), (u'CALL_-1207054828', u'INDIRECT_-1207054528'), ('const-5', u'CALL_-1207054868'), (u'CAST_-1207054560', u'INT_ADD_-1207055066'), ('const-433', u'STORE_-1207055068'), (u'STORE_-1207055004', u'INDIRECT_-1207054579'), (u'CAST_-1207054501', u'STORE_-1207054998'), (u'COPY_-1207055207', u'MULTIEQUAL_-1207054840'), (u'CAST_-1207054566', u'STORE_-1207054998'), ('const-16', u'PTRADD_-1207054570'), ('tmp_546', u'CAST_-1207054652'), ('const-8', u'PTRADD_-1207054633'), (u'MULTIEQUAL_-1207054645', u'PTRADD_-1207054633'), (u'INDIRECT_-1207054660', u'MULTIEQUAL_-1207054650'), (u'CALL_-1207055084', u'CAST_-1207054566'), (u'COPY_-1207054586', u'MULTIEQUAL_-1207054550'), (u'CAST_-1207054651', u'LOAD_-1207055200'), (u'COPY_-1207054584', u'MULTIEQUAL_-1207054549'), (u'CALL_-1207054868', u'CALL_-1207054828'), (u'INT_NOTEQUAL_-1207055028', u'CBRANCH_-1207055026'), ('const-8', u'INT_ADD_-1207055158'), (u'STORE_-1207055046', u'INDIRECT_-1207054606'), (u'STORE_-1207054998', u'INDIRECT_-1207054575'), ('tmp_546', u'CAST_-1207054598'), ('const-433', u'STORE_-1207055033'), (u'COPY_-1207054541', u'CALL_-1207054828'), ('tmp_547', u'MULTIEQUAL_-1207054840'), (u'CAST_-1207054620', u'MULTIEQUAL_-1207054645'), (u'LOAD_-1207055200', u'INT_EQUAL_-1207055181'), ('tmp_56', u'CBRANCH_-1207055204'), ('tmp_527', u'BRANCH_-1207054813'), (u'INT_ADD_-1207055019', u'CAST_-1207054597'), (u'CALL_-1207054868', u'INDIRECT_-1207054553'), (u'LOAD_-1207055041', u'CAST_-1207054620'), (u'INDIRECT_-1207054553', u'CALL_-1207054828'), (u'CAST_-1207054597', u'STORE_-1207055033'), ('const-0', u'COPY_-1207054826'), ('tmp_206', u'CBRANCH_-1207055026'), (u'CAST_-1207054566', u'PTRSUB_-1207054556'), ('const-433', u'STORE_-1207055004'), ('tmp_546', u'CAST_-1207054560'), (u'CAST_-1207054546', u'STORE_-1207055062'), (u'LOAD_-1207054993', u'CAST_-1207054514'), ('const-1301034', u'COPY_-1207055207'), (u'CAST_-1207054566', u'PTRADD_-1207054570'), ('const-433', u'STORE_-1207055046'), (u'STORE_-1207055062', u'INDIRECT_-1207054618'), (u'CALL_-1207055052', u'INT_EQUAL_-1207055038'), (u'LOAD_-1207055082', u'COPY_-1207054604'), (u'CALL_-1207055052', u'INDIRECT_-1207054678'), ('const-1336032', u'COPY_-1207054564'), (u'INT_ADD_-1207055158', u'CAST_-1207054637'), (u'COPY_-1207054564', u'CALL_-1207054868'), ('const-1324197', u'COPY_-1207054541'), (u'PTRADD_-1207054556', u'CAST_-1207054533'), (u'CAST_-1207054514', u'COPY_-1207054584'), ('const-433', u'LOAD_-1207055174'), (u'INDIRECT_-1207054678', u'MULTIEQUAL_-1207054643'), ('tmp_343', u'CBRANCH_-1207055036'), (u'INT_EQUAL_-1207055220', u'CBRANCH_-1207055204'), (u'MULTIEQUAL_-1207054645', u'LOAD_-1207055041'), (u'CAST_-1207054502', u'INT_ADD_-1207054984'), ('const-8', u'PTRADD_-1207054556'), ('const-0', u'CALL_-1207054868'), (u'CAST_-1207054566', u'STORE_-1207055068'), ('const-0', u'INT_NOTEQUAL_-1207055028'), ('const-1', u'PTRADD_-1207054556'), (u'INT_ADD_-1207055184', u'CAST_-1207054651'), (u'MULTIEQUAL_-1207054550', u'STORE_-1207055004'), (u'LOAD_-1207055174', u'MULTIEQUAL_-1207054645'), (u'INT_EQUAL_-1207055181', u'CBRANCH_-1207055179'), ('const-433', u'LOAD_-1207055200'), ('const-1', u'PTRADD_-1207054633'), (u'MULTIEQUAL_-1207054840', u'CALL_-1207055052'), ('const-0', u'STORE_-1207055068'), ('const-433', u'STORE_-1207054998'), (u'MULTIEQUAL_-1207054840', u'STORE_-1207055046'), (u'MULTIEQUAL_-1207054645', u'INT_EQUAL_-1207055151'), ('const-433', u'LOAD_-1207055041')]
[(u'CALL_-1207055084', u'INDIRECT_-1207054646'), ('const-433', u'LOAD_-1207055041'), (u'CALL_-1207055052', u'INDIRECT_-1207054685'), (u'LOAD_-1207055082', u'LOAD_-1207055054'), ('const-0', u'PTRSUB_-1207054575'), (u'MULTIEQUAL_-1207054652', u'LOAD_-1207055041'), (u'MULTIEQUAL_-1207054842', u'CALL_-1207055052'), ('const-433', u'STORE_-1207055068'), ('tmp_1153', u'INT_ADD_-1207054984'), ('const-0', u'PTRSUB_-1207054563'), ('const-8', u'PTRADD_-1207054640'), (u'LOAD_-1207055200', u'INT_ADD_-1207055158'), ('tmp_130', u'CBRANCH_-1207055148'), (u'INT_ADD_-1207055066', u'CAST_-1207054569'), ('const-16', u'INT_ADD_-1207054984'), ('tmp_1150', u'INT_EQUAL_-1207055220'), ('const-16', u'INT_ADD_-1207055066'), ('const-1', u'PTRADD_-1207054563'), (u'COPY_-1207054593', u'MULTIEQUAL_-1207054557'), ('const-433', u'LOAD_-1207055200'), ('tmp_92', u'CBRANCH_-1207055179'), ('const-0', u'STORE_-1207055068'), ('const-0', u'STORE_-1207055062'), (u'INT_ADD_-1207055184', u'CAST_-1207054659'), (u'MULTIEQUAL_-1207054657', u'COPY_-1207054719'), (u'MULTIEQUAL_-1207054652', u'PTRADD_-1207054640'), ('tmp_1385', u'MULTIEQUAL_-1207054650'), (u'INDIRECT_-1207054535', u'MULTIEQUAL_-1207054657'), (u'INDIRECT_-1207054582', u'COPY_-1207054634'), ('const-0', u'INT_EQUAL_-1207055220'), (u'MULTIEQUAL_-1207054808', u'RETURN_-1207054996'), ('const-433', u'STORE_-1207055062'), ('const-16', u'PTRADD_-1207054577'), (u'INDIRECT_-1207054685', u'MULTIEQUAL_-1207054650'), (u'COPY_-1207054994', u'RETURN_-1207054961'), ('const-8', u'INT_ADD_-1207055184'), ('const-0', u'INT_EQUAL_-1207055038'), (u'CALL_-1207054828', u'INDIRECT_-1207054535'), ('const-16', u'INT_ADD_-1207055019'), (u'STORE_-1207055046', u'INDIRECT_-1207054613'), ('tmp_1153', u'INT_ADD_-1207055184'), (u'LOAD_-1207055041', u'CAST_-1207054629'), (u'COPY_-1207054611', u'MULTIEQUAL_-1207054557'), ('const-0', u'CALL_-1207054868'), ('const-1', u'PTRADD_-1207054577'), (u'STORE_-1207055068', u'INDIRECT_-1207054629'), ('const-1324197', u'COPY_-1207054548'), ('const-433', u'STORE_-1207055033'), ('const-0', u'RETURN_-1207054996'), (u'PTRADD_-1207054577', u'PTRSUB_-1207054575'), ('const-1', u'COPY_-1207054994'), (u'COPY_-1207055029', u'MULTIEQUAL_-1207054808'), (u'MULTIEQUAL_-1207054556', u'LOAD_-1207054993'), ('const-433', u'STORE_-1207055046'), (u'PTRSUB_-1207055142', u'MULTIEQUAL_-1207054842'), (u'LOAD_-1207055069', u'CALL_-1207055052'), ('const-1336032', u'COPY_-1207054571'), (u'CAST_-1207054659', u'LOAD_-1207055200'), ('const-0', u'INT_EQUAL_-1207055181'), (u'INT_EQUAL_-1207055038', u'CBRANCH_-1207055036'), ('const-0', u'COPY_-1207054735'), (u'INDIRECT_-1207054560', u'CALL_-1207054828'), ('const-0', u'RETURN_-1207054961'), (u'INT_EQUAL_-1207055151', u'CBRANCH_-1207055148'), ('const-0', u'INT_EQUAL_-1207055151'), (u'COPY_-1207054591', u'MULTIEQUAL_-1207054556'), ('const-8', u'PTRADD_-1207054563'), (u'LOAD_-1207054993', u'CAST_-1207054524'), (u'INT_ADD_-1207054984', u'CAST_-1207054512'), ('const-433', u'LOAD_-1207055082'), (u'MULTIEQUAL_-1207054842', u'STORE_-1207055046'), ('const-433', u'LOAD_-1207054993'), (u'CALL_-1207054868', u'CALL_-1207054828'), (u'INT_NOTEQUAL_-1207055028', u'CBRANCH_-1207055026'), ('const-8', u'INT_ADD_-1207055158'), (u'LOAD_-1207055054', u'CAST_-1207054547'), (u'STORE_-1207054998', u'INDIRECT_-1207054582'), (u'MULTIEQUAL_-1207054652', u'INT_EQUAL_-1207055151'), (u'INT_ADD_-1207055158', u'CAST_-1207054645'), ('const-433', u'LOAD_-1207055174'), (u'LOAD_-1207055200', u'INT_EQUAL_-1207055181'), ('tmp_56', u'CBRANCH_-1207055204'), ('tmp_527', u'BRANCH_-1207054813'), ('const-24', u'CALL_-1207055084'), (u'CAST_-1207054547', u'COPY_-1207054609'), ('const-433', u'STORE_-1207054998'), (u'CAST_-1207054543', u'STORE_-1207055046'), (u'INDIRECT_-1207054667', u'MULTIEQUAL_-1207054657'), ('const-1301034', u'PTRSUB_-1207055142'), (u'CAST_-1207054556', u'STORE_-1207055062'), (u'PTRSUB_-1207054575', u'CAST_-1207054556'), ('const-1', u'COPY_-1207055029'), (u'CAST_-1207054645', u'LOAD_-1207055174'), ('tmp_1153', u'INT_ADD_-1207055019'), ('tmp_206', u'CBRANCH_-1207055026'), (u'COPY_-1207054548', u'CALL_-1207054828'), (u'CAST_-1207054569', u'LOAD_-1207055082'), (u'STORE_-1207055033', u'INDIRECT_-1207054667'), (u'COPY_-1207054735', u'MULTIEQUAL_-1207054808'), (u'CAST_-1207054575', u'STORE_-1207055004'), (u'CAST_-1207054575', u'PTRSUB_-1207054563'), (u'CAST_-1207054606', u'STORE_-1207055033'), (u'MULTIEQUAL_-1207054652', u'STORE_-1207055033'), (u'CALL_-1207055052', u'INT_EQUAL_-1207055038'), (u'CAST_-1207054512', u'STORE_-1207054998'), (u'CAST_-1207054629', u'MULTIEQUAL_-1207054652'), ('const-0', u'PTRSUB_-1207055142'), (u'LOAD_-1207055082', u'COPY_-1207054611'), (u'CAST_-1207054524', u'COPY_-1207054591'), (u'MULTIEQUAL_-1207054557', u'STORE_-1207055004'), (u'CAST_-1207054575', u'STORE_-1207054998'), (u'PTRADD_-1207054563', u'CAST_-1207054543'), (u'MULTIEQUAL_-1207054556', u'COPY_-1207054593'), ('tmp_1153', u'INT_ADD_-1207055066'), (u'COPY_-1207054571', u'CALL_-1207054868'), ('tmp_343', u'CBRANCH_-1207055036'), (u'CAST_-1207054575', u'STORE_-1207055068'), (u'CALL_-1207054868', u'INDIRECT_-1207054560'), (u'PTRSUB_-1207054563', u'PTRADD_-1207054563'), (u'INT_EQUAL_-1207055220', u'CBRANCH_-1207055204'), ('const-5', u'CALL_-1207054868'), (u'PTRADD_-1207054640', u'LOAD_-1207055069'), (u'STORE_-1207055004', u'INDIRECT_-1207054586'), ('const-0', u'INT_NOTEQUAL_-1207055028'), (u'MULTIEQUAL_-1207054556', u'INT_NOTEQUAL_-1207055028'), ('const-433', u'LOAD_-1207055069'), ('const-1', u'PTRADD_-1207054640'), (u'COPY_-1207054609', u'MULTIEQUAL_-1207054556'), (u'CAST_-1207054575', u'PTRADD_-1207054577'), (u'INT_EQUAL_-1207055181', u'CBRANCH_-1207055179'), (u'INT_ADD_-1207055019', u'CAST_-1207054606'), (u'LOAD_-1207055174', u'MULTIEQUAL_-1207054652'), ('const-433', u'LOAD_-1207055054'), ('const-433', u'STORE_-1207055004'), (u'CALL_-1207055084', u'CAST_-1207054575'), (u'STORE_-1207055062', u'INDIRECT_-1207054625'), ('tmp_1150', u'MULTIEQUAL_-1207054842')]
null
null
0012cc70
x64
O2
(translation_unit "undefined8 FUN_0012cc70(long param_1,undefined1 *param_2)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n undefined8 uVar4;\n undefined1 (*pauVar5) [16];\n \n if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }\n if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }\n return uVar4;\n}\n\n" (function_definition "undefined8 FUN_0012cc70(long param_1,undefined1 *param_2)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n undefined8 uVar4;\n undefined1 (*pauVar5) [16];\n \n if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }\n if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }\n return uVar4;\n}" type_identifier (function_declarator "FUN_0012cc70(long param_1,undefined1 *param_2)" identifier (parameter_list "(long param_1,undefined1 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined1 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n undefined8 uVar4;\n undefined1 (*pauVar5) [16];\n \n if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }\n if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }\n return uVar4;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "undefined1 (*pauVar5) [16];" (subscript_expression "undefined1 (*pauVar5) [16]" (call_expression "undefined1 (*pauVar5)" identifier (argument_list "(*pauVar5)" ( (pointer_expression "*pauVar5" * identifier) ))) [ number_literal ]) ;) (if_statement "if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }" if (parenthesized_expression "(param_2 == (undefined1 *)0x0)" ( (binary_expression "param_2 == (undefined1 *)0x0" identifier == (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n param_2 = &DAT_0013da2a;\n }" { (expression_statement "param_2 = &DAT_0013da2a;" (assignment_expression "param_2 = &DAT_0013da2a" identifier = (pointer_expression "&DAT_0013da2a" & identifier)) ;) })) (if_statement "if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" ( (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }" { (expression_statement "uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);" (assignment_expression "uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5)" identifier = (call_expression "dcgettext(0,"debug_start_source: no debug_set_filename call",5)" identifier (argument_list "(0,"debug_start_source: no debug_set_filename call",5)" ( number_literal , (string_literal ""debug_start_source: no debug_set_filename call"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar4);" (call_expression "fprintf(stderr,"%s\n",uVar4)" identifier (argument_list "(stderr,"%s\n",uVar4)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) }) (else_clause "else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" else (compound_statement "{\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" { (expression_statement "puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);" (assignment_expression "puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8)" identifier = (pointer_expression "*(undefined8 **)(*(long *)(param_1 + 8) + 8)" * (cast_expression "(undefined8 **)(*(long *)(param_1 + 8) + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 8) + 8)" ( (binary_expression "*(long *)(param_1 + 8) + 8" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (while_statement "while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }" { (if_statement "if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }" { (expression_statement "pauVar5 = (undefined1 (*) [16])xmalloc(0x18);" (assignment_expression "pauVar5 = (undefined1 (*) [16])xmalloc(0x18)" identifier = (cast_expression "(undefined1 (*) [16])xmalloc(0x18)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x10);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x10)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x10)" * (cast_expression "(undefined8 **)(param_1 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*pauVar5 = (undefined1 [16])0x0;" (assignment_expression "*pauVar5 = (undefined1 [16])0x0" (pointer_expression "*pauVar5" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined8 *)pauVar5[1] = 0;" (assignment_expression "*(undefined8 *)pauVar5[1] = 0" (pointer_expression "*(undefined8 *)pauVar5[1]" * (cast_expression "(undefined8 *)pauVar5[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "pauVar5[1]" identifier [ number_literal ]))) = number_literal) ;) (expression_statement "*(undefined1 **)(*pauVar5 + 8) = param_2;" (assignment_expression "*(undefined1 **)(*pauVar5 + 8) = param_2" (pointer_expression "*(undefined1 **)(*pauVar5 + 8)" * (cast_expression "(undefined1 **)(*pauVar5 + 8)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*pauVar5 + 8)" ( (binary_expression "*pauVar5 + 8" (pointer_expression "*pauVar5" * identifier) + number_literal) )))) = identifier) ;) (for_statement "for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }" for ( (assignment_expression "puVar2 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ; (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n puVar1 = puVar2;\n }" { (expression_statement "puVar1 = puVar2;" (assignment_expression "puVar1 = puVar2" identifier = identifier) ;) })) (expression_statement "*puVar1 = pauVar5;" (assignment_expression "*puVar1 = pauVar5" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "*(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;" (assignment_expression "*(undefined1 (**) [16])(param_1 + 0x10) = pauVar5" (pointer_expression "*(undefined1 (**) [16])(param_1 + 0x10)" * (cast_expression "(undefined1 (**) [16])(param_1 + 0x10)" ( (type_descriptor "undefined1 (**) [16]" type_identifier (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" ( (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)) )) [ number_literal ])) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "iVar3 = filename_cmp(puVar1[1],param_2);" (assignment_expression "iVar3 = filename_cmp(puVar1[1],param_2)" identifier = (call_expression "filename_cmp(puVar1[1],param_2)" identifier (argument_list "(puVar1[1],param_2)" ( (subscript_expression "puVar1[1]" identifier [ number_literal ]) , identifier )))) ;) (if_statement "if (iVar3 == 0) break;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) })) (expression_statement "*(undefined8 **)(param_1 + 0x10) = puVar1;" (assignment_expression "*(undefined8 **)(param_1 + 0x10) = puVar1" (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) ;) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) }))) (return_statement "return uVar4;" return identifier ;) })))
(translation_unit "bfd_boolean debug_start_source(void *handle,char *name)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n bfd_boolean bVar4;\n undefined1 (*pauVar5) [16];\n undefined8 uVar6;\n debug_handle *info;\n \n if (name == (char *)0x0) {\n name = "";\n }\n if (*(long *)((long)handle + 8) == 0) {\n uVar6 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar6);\n bVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],name);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)((long)handle + 0x10) = puVar1;\n bVar4 = 1;\n }\n return bVar4;\n}\n\n" (function_definition "bfd_boolean debug_start_source(void *handle,char *name)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n bfd_boolean bVar4;\n undefined1 (*pauVar5) [16];\n undefined8 uVar6;\n debug_handle *info;\n \n if (name == (char *)0x0) {\n name = "";\n }\n if (*(long *)((long)handle + 8) == 0) {\n uVar6 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar6);\n bVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],name);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)((long)handle + 0x10) = puVar1;\n bVar4 = 1;\n }\n return bVar4;\n}" type_identifier (function_declarator "debug_start_source(void *handle,char *name)" identifier (parameter_list "(void *handle,char *name)" ( (parameter_declaration "void *handle" primitive_type (pointer_declarator "*handle" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n bfd_boolean bVar4;\n undefined1 (*pauVar5) [16];\n undefined8 uVar6;\n debug_handle *info;\n \n if (name == (char *)0x0) {\n name = "";\n }\n if (*(long *)((long)handle + 8) == 0) {\n uVar6 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar6);\n bVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],name);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)((long)handle + 0x10) = puVar1;\n bVar4 = 1;\n }\n return bVar4;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "bfd_boolean bVar4;" type_identifier identifier ;) (expression_statement "undefined1 (*pauVar5) [16];" (subscript_expression "undefined1 (*pauVar5) [16]" (call_expression "undefined1 (*pauVar5)" identifier (argument_list "(*pauVar5)" ( (pointer_expression "*pauVar5" * identifier) ))) [ number_literal ]) ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "debug_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (if_statement "if (name == (char *)0x0) {\n 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 name = "";\n }" { (expression_statement "name = "";" (assignment_expression "name = """ identifier = (string_literal """" " ")) ;) })) (if_statement "if (*(long *)((long)handle + 8) == 0) {\n uVar6 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar6);\n bVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],name);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)((long)handle + 0x10) = puVar1;\n bVar4 = 1;\n }" if (parenthesized_expression "(*(long *)((long)handle + 8) == 0)" ( (binary_expression "*(long *)((long)handle + 8) == 0" (pointer_expression "*(long *)((long)handle + 8)" * (cast_expression "(long *)((long)handle + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 8)" ( (binary_expression "(long)handle + 8" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar6 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar6);\n bVar4 = 0;\n }" { (expression_statement "uVar6 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);" (assignment_expression "uVar6 = dcgettext(0,"debug_start_source: no debug_set_filename call",5)" identifier = (call_expression "dcgettext(0,"debug_start_source: no debug_set_filename call",5)" identifier (argument_list "(0,"debug_start_source: no debug_set_filename call",5)" ( number_literal , (string_literal ""debug_start_source: no debug_set_filename call"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar6);" (call_expression "fprintf(stderr,"%s\n",uVar6)" identifier (argument_list "(stderr,"%s\n",uVar6)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "bVar4 = 0;" (assignment_expression "bVar4 = 0" identifier = number_literal) ;) }) (else_clause "else {\n puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],name);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)((long)handle + 0x10) = puVar1;\n bVar4 = 1;\n }" else (compound_statement "{\n puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],name);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)((long)handle + 0x10) = puVar1;\n bVar4 = 1;\n }" { (expression_statement "puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8);" (assignment_expression "puVar1 = *(undefined8 **)(*(long *)((long)handle + 8) + 8)" identifier = (pointer_expression "*(undefined8 **)(*(long *)((long)handle + 8) + 8)" * (cast_expression "(undefined8 **)(*(long *)((long)handle + 8) + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)handle + 8) + 8)" ( (binary_expression "*(long *)((long)handle + 8) + 8" (pointer_expression "*(long *)((long)handle + 8)" * (cast_expression "(long *)((long)handle + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 8)" ( (binary_expression "(long)handle + 8" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) ))))) ;) (while_statement "while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],name);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],name);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }" { (if_statement "if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)((long)handle + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(char **)(*pauVar5 + 8) = name;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;\n return 1;\n }" { (expression_statement "pauVar5 = (undefined1 (*) [16])xmalloc(0x18);" (assignment_expression "pauVar5 = (undefined1 (*) [16])xmalloc(0x18)" identifier = (cast_expression "(undefined1 (*) [16])xmalloc(0x18)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1 = *(undefined8 **)((long)handle + 0x10);" (assignment_expression "puVar1 = *(undefined8 **)((long)handle + 0x10)" identifier = (pointer_expression "*(undefined8 **)((long)handle + 0x10)" * (cast_expression "(undefined8 **)((long)handle + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)handle + 0x10)" ( (binary_expression "(long)handle + 0x10" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*pauVar5 = (undefined1 [16])0x0;" (assignment_expression "*pauVar5 = (undefined1 [16])0x0" (pointer_expression "*pauVar5" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined8 *)pauVar5[1] = 0;" (assignment_expression "*(undefined8 *)pauVar5[1] = 0" (pointer_expression "*(undefined8 *)pauVar5[1]" * (cast_expression "(undefined8 *)pauVar5[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "pauVar5[1]" identifier [ number_literal ]))) = number_literal) ;) (expression_statement "*(char **)(*pauVar5 + 8) = name;" (assignment_expression "*(char **)(*pauVar5 + 8) = name" (pointer_expression "*(char **)(*pauVar5 + 8)" * (cast_expression "(char **)(*pauVar5 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*pauVar5 + 8)" ( (binary_expression "*pauVar5 + 8" (pointer_expression "*pauVar5" * identifier) + number_literal) )))) = identifier) ;) (for_statement "for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }" for ( (assignment_expression "puVar2 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ; (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n puVar1 = puVar2;\n }" { (expression_statement "puVar1 = puVar2;" (assignment_expression "puVar1 = puVar2" identifier = identifier) ;) })) (expression_statement "*puVar1 = pauVar5;" (assignment_expression "*puVar1 = pauVar5" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "*(undefined1 (**) [16])((long)handle + 0x10) = pauVar5;" (assignment_expression "*(undefined1 (**) [16])((long)handle + 0x10) = pauVar5" (pointer_expression "*(undefined1 (**) [16])((long)handle + 0x10)" * (cast_expression "(undefined1 (**) [16])((long)handle + 0x10)" ( (type_descriptor "undefined1 (**) [16]" type_identifier (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" ( (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)) )) [ number_literal ])) ) (parenthesized_expression "((long)handle + 0x10)" ( (binary_expression "(long)handle + 0x10" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "iVar3 = filename_cmp(puVar1[1],name);" (assignment_expression "iVar3 = filename_cmp(puVar1[1],name)" identifier = (call_expression "filename_cmp(puVar1[1],name)" identifier (argument_list "(puVar1[1],name)" ( (subscript_expression "puVar1[1]" identifier [ number_literal ]) , identifier )))) ;) (if_statement "if (iVar3 == 0) break;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) })) (expression_statement "*(undefined8 **)((long)handle + 0x10) = puVar1;" (assignment_expression "*(undefined8 **)((long)handle + 0x10) = puVar1" (pointer_expression "*(undefined8 **)((long)handle + 0x10)" * (cast_expression "(undefined8 **)((long)handle + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)handle + 0x10)" ( (binary_expression "(long)handle + 0x10" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "bVar4 = 1;" (assignment_expression "bVar4 = 1" identifier = number_literal) ;) }))) (return_statement "return bVar4;" return identifier ;) })))
(translation_unit "undefined8 FUN_0012cc70(long param_1,undefined1 *param_2)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n undefined8 uVar4;\n undefined1 (*pauVar5) [16];\n \n if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }\n if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }\n return uVar4;\n}\n\n" (function_definition "undefined8 FUN_0012cc70(long param_1,undefined1 *param_2)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n undefined8 uVar4;\n undefined1 (*pauVar5) [16];\n \n if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }\n if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }\n return uVar4;\n}" type_identifier (function_declarator "FUN_0012cc70(long param_1,undefined1 *param_2)" identifier (parameter_list "(long param_1,undefined1 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined1 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n undefined8 uVar4;\n undefined1 (*pauVar5) [16];\n \n if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }\n if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }\n return uVar4;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "undefined1 (*pauVar5) [16];" (subscript_expression "undefined1 (*pauVar5) [16]" (call_expression "undefined1 (*pauVar5)" identifier (argument_list "(*pauVar5)" ( (pointer_expression "*pauVar5" * identifier) ))) [ number_literal ]) ;) (if_statement "if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }" if (parenthesized_expression "(param_2 == (undefined1 *)0x0)" ( (binary_expression "param_2 == (undefined1 *)0x0" identifier == (cast_expression "(undefined1 *)0x0" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n param_2 = &DAT_0013da2a;\n }" { (expression_statement "param_2 = &DAT_0013da2a;" (assignment_expression "param_2 = &DAT_0013da2a" identifier = (pointer_expression "&DAT_0013da2a" & identifier)) ;) })) (if_statement "if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" ( (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }" { (expression_statement "uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);" (assignment_expression "uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5)" identifier = (call_expression "dcgettext(0,"debug_start_source: no debug_set_filename call",5)" identifier (argument_list "(0,"debug_start_source: no debug_set_filename call",5)" ( number_literal , (string_literal ""debug_start_source: no debug_set_filename call"" " string_content ") , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar4);" (call_expression "fprintf(stderr,"%s\n",uVar4)" identifier (argument_list "(stderr,"%s\n",uVar4)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) }) (else_clause "else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" else (compound_statement "{\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" { (expression_statement "puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);" (assignment_expression "puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8)" identifier = (pointer_expression "*(undefined8 **)(*(long *)(param_1 + 8) + 8)" * (cast_expression "(undefined8 **)(*(long *)(param_1 + 8) + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 8) + 8)" ( (binary_expression "*(long *)(param_1 + 8) + 8" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (while_statement "while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }" { (if_statement "if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }" { (expression_statement "pauVar5 = (undefined1 (*) [16])xmalloc(0x18);" (assignment_expression "pauVar5 = (undefined1 (*) [16])xmalloc(0x18)" identifier = (cast_expression "(undefined1 (*) [16])xmalloc(0x18)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x10);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x10)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x10)" * (cast_expression "(undefined8 **)(param_1 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*pauVar5 = (undefined1 [16])0x0;" (assignment_expression "*pauVar5 = (undefined1 [16])0x0" (pointer_expression "*pauVar5" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined8 *)pauVar5[1] = 0;" (assignment_expression "*(undefined8 *)pauVar5[1] = 0" (pointer_expression "*(undefined8 *)pauVar5[1]" * (cast_expression "(undefined8 *)pauVar5[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "pauVar5[1]" identifier [ number_literal ]))) = number_literal) ;) (expression_statement "*(undefined1 **)(*pauVar5 + 8) = param_2;" (assignment_expression "*(undefined1 **)(*pauVar5 + 8) = param_2" (pointer_expression "*(undefined1 **)(*pauVar5 + 8)" * (cast_expression "(undefined1 **)(*pauVar5 + 8)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*pauVar5 + 8)" ( (binary_expression "*pauVar5 + 8" (pointer_expression "*pauVar5" * identifier) + number_literal) )))) = identifier) ;) (for_statement "for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }" for ( (assignment_expression "puVar2 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ; (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n puVar1 = puVar2;\n }" { (expression_statement "puVar1 = puVar2;" (assignment_expression "puVar1 = puVar2" identifier = identifier) ;) })) (expression_statement "*puVar1 = pauVar5;" (assignment_expression "*puVar1 = pauVar5" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "*(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;" (assignment_expression "*(undefined1 (**) [16])(param_1 + 0x10) = pauVar5" (pointer_expression "*(undefined1 (**) [16])(param_1 + 0x10)" * (cast_expression "(undefined1 (**) [16])(param_1 + 0x10)" ( (type_descriptor "undefined1 (**) [16]" type_identifier (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" ( (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)) )) [ number_literal ])) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "iVar3 = filename_cmp(puVar1[1],param_2);" (assignment_expression "iVar3 = filename_cmp(puVar1[1],param_2)" identifier = (call_expression "filename_cmp(puVar1[1],param_2)" identifier (argument_list "(puVar1[1],param_2)" ( (subscript_expression "puVar1[1]" identifier [ number_literal ]) , identifier )))) ;) (if_statement "if (iVar3 == 0) break;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) })) (expression_statement "*(undefined8 **)(param_1 + 0x10) = puVar1;" (assignment_expression "*(undefined8 **)(param_1 + 0x10) = puVar1" (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) ;) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) }))) (return_statement "return uVar4;" return 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 (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (subscript_expression (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) [ LIT ]) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator *) )) [ LIT ])) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_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 (pointer_expression * IDENT) + LIT) )))) = IDENT) ;) (for_statement for ( (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ; (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ; (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator * (abstract_pointer_declarator *)) )) [ LIT ])) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (return_statement return IDENT ;) })))
(function_definition "undefined8 FUN_0012cc70(long param_1,undefined1 *param_2)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n undefined8 uVar4;\n undefined1 (*pauVar5) [16];\n \n if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }\n if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }\n return uVar4;\n}" (type_identifier "undefined8") (function_declarator "FUN_0012cc70(long param_1,undefined1 *param_2)" (identifier "FUN_0012cc70") (parameter_list "(long param_1,undefined1 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined1 *param_2" (type_identifier "undefined1") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n int iVar3;\n undefined8 uVar4;\n undefined1 (*pauVar5) [16];\n \n if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }\n if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }\n return uVar4;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (expression_statement "undefined1 (*pauVar5) [16];" (subscript_expression "undefined1 (*pauVar5) [16]" (call_expression "undefined1 (*pauVar5)" (identifier "undefined1") (argument_list "(*pauVar5)" (( "(") (pointer_expression "*pauVar5" (* "*") (identifier "pauVar5")) () ")"))) ([ "[") (number_literal "16") (] "]")) (; ";")) (if_statement "if (param_2 == (undefined1 *)0x0) {\n param_2 = &DAT_0013da2a;\n }" (if "if") (parenthesized_expression "(param_2 == (undefined1 *)0x0)" (( "(") (binary_expression "param_2 == (undefined1 *)0x0" (identifier "param_2") (== "==") (cast_expression "(undefined1 *)0x0" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n param_2 = &DAT_0013da2a;\n }" ({ "{") (expression_statement "param_2 = &DAT_0013da2a;" (assignment_expression "param_2 = &DAT_0013da2a" (identifier "param_2") (= "=") (pointer_expression "&DAT_0013da2a" (& "&") (identifier "DAT_0013da2a"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(param_1 + 8) == 0) {\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }\n else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);\n fprintf(stderr,"%s\n",uVar4);\n uVar4 = 0;\n }" ({ "{") (expression_statement "uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5);" (assignment_expression "uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,"debug_start_source: no debug_set_filename call",5)" (identifier "dcgettext") (argument_list "(0,"debug_start_source: no debug_set_filename call",5)" (( "(") (number_literal "0") (, ",") (string_literal ""debug_start_source: no debug_set_filename call"" (" """) (string_content "debug_start_source: no debug_set_filename call") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "fprintf(stderr,"%s\n",uVar4);" (call_expression "fprintf(stderr,"%s\n",uVar4)" (identifier "fprintf") (argument_list "(stderr,"%s\n",uVar4)" (( "(") (identifier "stderr") (, ",") (string_literal ""%s\n"" (" """) (string_content "%s") (escape_sequence "\n") (" """)) (, ",") (identifier "uVar4") () ")"))) (; ";")) (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" (identifier "uVar4") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" (else "else") (compound_statement "{\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }\n *(undefined8 **)(param_1 + 0x10) = puVar1;\n uVar4 = 1;\n }" ({ "{") (expression_statement "puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8);" (assignment_expression "puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined8 **)(*(long *)(param_1 + 8) + 8)" (* "*") (cast_expression "(undefined8 **)(*(long *)(param_1 + 8) + 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 8) + 8)" (( "(") (binary_expression "*(long *)(param_1 + 8) + 8" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (while_statement "while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }\n iVar3 = filename_cmp(puVar1[1],param_2);\n if (iVar3 == 0) break;\n puVar1 = (undefined8 *)*puVar1;\n }" ({ "{") (if_statement "if (puVar1 == (undefined8 *)0x0) {\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }" (if "if") (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar1 == (undefined8 *)0x0" (identifier "puVar1") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pauVar5 = (undefined1 (*) [16])xmalloc(0x18);\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *pauVar5 = (undefined1 [16])0x0;\n *(undefined8 *)pauVar5[1] = 0;\n *(undefined1 **)(*pauVar5 + 8) = param_2;\n for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }\n *puVar1 = pauVar5;\n *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;\n return 1;\n }" ({ "{") (expression_statement "pauVar5 = (undefined1 (*) [16])xmalloc(0x18);" (assignment_expression "pauVar5 = (undefined1 (*) [16])xmalloc(0x18)" (identifier "pauVar5") (= "=") (cast_expression "(undefined1 (*) [16])xmalloc(0x18)" (( "(") (type_descriptor "undefined1 (*) [16]" (type_identifier "undefined1") (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" (( "(") (abstract_pointer_declarator "*" (* "*")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (call_expression "xmalloc(0x18)" (identifier "xmalloc") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x10);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x10)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "*pauVar5 = (undefined1 [16])0x0;" (assignment_expression "*pauVar5 = (undefined1 [16])0x0" (pointer_expression "*pauVar5" (* "*") (identifier "pauVar5")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "*(undefined8 *)pauVar5[1] = 0;" (assignment_expression "*(undefined8 *)pauVar5[1] = 0" (pointer_expression "*(undefined8 *)pauVar5[1]" (* "*") (cast_expression "(undefined8 *)pauVar5[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "pauVar5[1]" (identifier "pauVar5") ([ "[") (number_literal "1") (] "]")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 **)(*pauVar5 + 8) = param_2;" (assignment_expression "*(undefined1 **)(*pauVar5 + 8) = param_2" (pointer_expression "*(undefined1 **)(*pauVar5 + 8)" (* "*") (cast_expression "(undefined1 **)(*pauVar5 + 8)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*pauVar5 + 8)" (( "(") (binary_expression "*pauVar5 + 8" (pointer_expression "*pauVar5" (* "*") (identifier "pauVar5")) (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (for_statement "for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n puVar1 = puVar2;\n }" (for "for") (( "(") (assignment_expression "puVar2 = (undefined8 *)*puVar1" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)*puVar1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) (; ";") (binary_expression "puVar2 != (undefined8 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";") (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")))) () ")") (compound_statement "{\n puVar1 = puVar2;\n }" ({ "{") (expression_statement "puVar1 = puVar2;" (assignment_expression "puVar1 = puVar2" (identifier "puVar1") (= "=") (identifier "puVar2")) (; ";")) (} "}"))) (expression_statement "*puVar1 = pauVar5;" (assignment_expression "*puVar1 = pauVar5" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "pauVar5")) (; ";")) (expression_statement "*(undefined1 (**) [16])(param_1 + 0x10) = pauVar5;" (assignment_expression "*(undefined1 (**) [16])(param_1 + 0x10) = pauVar5" (pointer_expression "*(undefined1 (**) [16])(param_1 + 0x10)" (* "*") (cast_expression "(undefined1 (**) [16])(param_1 + 0x10)" (( "(") (type_descriptor "undefined1 (**) [16]" (type_identifier "undefined1") (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" (( "(") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "pauVar5")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "iVar3 = filename_cmp(puVar1[1],param_2);" (assignment_expression "iVar3 = filename_cmp(puVar1[1],param_2)" (identifier "iVar3") (= "=") (call_expression "filename_cmp(puVar1[1],param_2)" (identifier "filename_cmp") (argument_list "(puVar1[1],param_2)" (( "(") (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (iVar3 == 0) break;" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)*puVar1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) (; ";")) (} "}"))) (expression_statement "*(undefined8 **)(param_1 + 0x10) = puVar1;" (assignment_expression "*(undefined8 **)(param_1 + 0x10) = puVar1" (pointer_expression "*(undefined8 **)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "puVar1")) (; ";")) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" (identifier "uVar4") (= "=") (number_literal "1")) (; ";")) (} "}")))) (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}")))
type_1 function_1(void *handle,char *var_2) { type_2 *var_5; type_2 *var_7; int var_9; type_1 bVar4; var_1 (*pauVar5) [16]; type_2 uVar6; type_3 *info; if (var_2 == (char *)0x0) { var_2 = ""; } if (*(long *)((long)handle + 8) == 0) { uVar6 = var_3(0,"debug_start_source: no debug_set_filename call",5); var_4(stderr,"%s\n",uVar6); bVar4 = 0; } else { var_5 = *(type_2 **)(*(long *)((long)handle + 8) + 8); while( true ) { if (var_5 == (type_2 *)0x0) { pauVar5 = (var_1 (*) [16])var_6(0x18); var_5 = *(type_2 **)((long)handle + 0x10); *pauVar5 = (var_1 [16])0x0; *(type_2 *)pauVar5[1] = 0; *(char **)(*pauVar5 + 8) = var_2; for (var_7 = (type_2 *)*var_5; var_7 != (type_2 *)0x0; var_7 = (type_2 *)*var_7) { var_5 = var_7; } *var_5 = pauVar5; *(var_1 (**) [16])((long)handle + 0x10) = pauVar5; return 1; } var_9 = var_8(var_5[1],var_2); if (var_9 == 0) break; var_5 = (type_2 *)*var_5; } *(type_2 **)((long)handle + 0x10) = var_5; bVar4 = 1; } return bVar4; }
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: (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: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (subscript_expression argument: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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))))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator)) size: (number_literal))) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal))) (expression_statement (assignment_expression left: (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))) (for_statement initializer: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) condition: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) update: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) size: (number_literal))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (return_statement (identifier)))))
null
undefined8 MASKED(long param_1,undefined1 *param_2) { undefined8 *puVar1; undefined8 *puVar2; int iVar3; undefined8 uVar4; undefined1 (*pauVar5) [16]; if (param_2 == (undefined1 *)0x0) { param_2 = &DAT_0013da2a; } if (*(long *)(param_1 + 8) == 0) { uVar4 = dcgettext(0,"debug_start_source: no debug_set_filename call",5); fprintf(stderr,"%s\n",uVar4); uVar4 = 0; } else { puVar1 = *(undefined8 **)(*(long *)(param_1 + 8) + 8); while( true ) { if (puVar1 == (undefined8 *)0x0) { pauVar5 = (undefined1 (*) [16])xmalloc(0x18); puVar1 = *(undefined8 **)(param_1 + 0x10); *pauVar5 = (undefined1 [16])0x0; *(undefined8 *)pauVar5[1] = 0; *(undefined1 **)(*pauVar5 + 8) = param_2; for (puVar2 = (undefined8 *)*puVar1; puVar2 != (undefined8 *)0x0; puVar2 = (undefined8 *)*puVar2) { puVar1 = puVar2; } *puVar1 = pauVar5; *(undefined1 (**) [16])(param_1 + 0x10) = pauVar5; return 1; } iVar3 = filename_cmp(puVar1[1],param_2); if (iVar3 == 0) break; puVar1 = (undefined8 *)*puVar1; } *(undefined8 **)(param_1 + 0x10) = puVar1; uVar4 = 1; } return uVar4; }
8606_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
wiostream
FUN_002d2150
/* std::wiostream::wiostream() */ void __thiscall std::wiostream::wiostream(wiostream *this) { long lVar1; long *in_RSI; lVar1 = in_RSI[1]; *(long *)this = lVar1; *(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[2]; *(undefined8 *)(this + 8) = 0; wios::init((wios *)(this + *(long *)(lVar1 + -0x18)),(wstreambuf *)0x0); lVar1 = in_RSI[3]; *(long *)(this + 0x10) = lVar1; lVar1 = *(long *)(lVar1 + -0x18); *(long *)(this + lVar1 + 0x10) = in_RSI[4]; /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */ wios::init((wios *)(this + lVar1 + 0x10),(wstreambuf *)0x0); lVar1 = *in_RSI; *(long *)this = lVar1; *(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[5]; *(long *)(this + 0x10) = in_RSI[6]; return; }
void FUN_002d2150(long *param_1,long *param_2) { long *plVar1; long lVar2; lVar2 = param_2[1]; *param_1 = lVar2; *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2]; param_1[1] = 0; FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0); lVar2 = param_2[3]; param_1[2] = lVar2; plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10); *plVar1 = param_2[4]; /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */ FUN_0029d930(plVar1,0); lVar2 = *param_2; *param_1 = lVar2; *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5]; param_1[2] = param_2[6]; return; }
PUSH RBP MOV RBP,RSI PUSH RBX MOV RBX,RDI SUB RSP,0x8 MOV RAX,qword ptr [RSI + 0x8] MOV qword ptr [RDI],RAX MOV RDX,qword ptr [RAX + -0x18] MOV RCX,qword ptr [RSI + 0x10] XOR ESI,ESI MOV qword ptr [RDI + RDX*0x1],RCX MOV qword ptr [RDI + 0x8],0x0 MOV RDI,qword ptr [RAX + -0x18] ADD RDI,RBX CALL 0x0029d930 MOV RAX,qword ptr [RBP + 0x18] XOR ESI,ESI MOV qword ptr [RBX + 0x10],RAX MOV RAX,qword ptr [RAX + -0x18] LEA RDI,[RBX + RAX*0x1 + 0x10] MOV RAX,qword ptr [RBP + 0x20] MOV qword ptr [RDI],RAX CALL 0x0029d930 MOV RAX,qword ptr [RBP] MOV qword ptr [RBX],RAX MOV RAX,qword ptr [RAX + -0x18] MOV RDX,qword ptr [RBP + 0x28] MOV qword ptr [RBX + RAX*0x1],RDX MOV RAX,qword ptr [RBP + 0x30] MOV qword ptr [RBX + 0x10],RAX ADD RSP,0x8 POP RBX POP RBP RET
null
null
null
null
[(u'LOAD_-1204674135', u'PTRADD_-1204674064'), ('tmp_359', u'PTRADD_-1204673958'), ('const-433', u'LOAD_-1204674192'), (u'PTRADD_-1204673938', u'LOAD_-1204674173'), ('tmp_494', u'PTRADD_-1204673853'), ('const-433', u'LOAD_-1204674135'), ('tmp_359', u'PTRADD_-1204674091'), (u'PTRADD_-1204674027', u'CAST_-1204673891'), ('const-8', u'PTRADD_-1204673853'), ('tmp_359', u'PTRADD_-1204673944'), ('const-1', u'PTRADD_-1204674084'), ('const--24', u'INT_ADD_-1204674066'), ('const-5', u'PTRADD_-1204673862'), ('const-4', u'PTRADD_-1204673886'), (u'PTRADD_-1204674091', u'CAST_-1204673925'), (u'LOAD_-1204674047', u'INT_ADD_-1204674019'), (u'PTRADD_-1204673950', u'LOAD_-1204674192'), ('const-1', u'PTRADD_-1204674064'), ('const-433', u'LOAD_-1204674066'), (u'PTRADD_-1204673958', u'CAST_-1204673845'), ('const-1', u'PTRADD_-1204674091'), (u'CAST_-1204673920', u'STORE_-1204674144'), ('tmp_494', u'PTRADD_-1204673950'), ('const-16', u'PTRADD_-1204674027'), ('const-1', u'PTRADD_-1204674011'), ('tmp_359', u'PTRADD_-1204674064'), ('const-0', u'CALL_-1204674110'), (u'CAST_-1204673871', u'STORE_-1204674058'), ('const-433', u'STORE_-1204674018'), ('const-0', u'RETURN_-1204673967'), (u'LOAD_-1204674013', u'STORE_-1204674004'), ('const-3', u'PTRADD_-1204673907'), (u'CAST_-1204673940', u'STORE_-1204674184'), (u'LOAD_-1204674066', u'STORE_-1204674058'), ('const-433', u'LOAD_-1204674108'), ('const-433', u'STORE_-1204674004'), (u'CAST_-1204673881', u'CALL_-1204674048'), ('const-16', u'PTRADD_-1204673944'), (u'PTRADD_-1204673944', u'CAST_-1204673836'), ('const--24', u'INT_ADD_-1204674019'), ('const-433', u'STORE_-1204674087'), ('const-433', u'LOAD_-1204674082'), (u'CAST_-1204673911', u'LOAD_-1204674135'), ('const-1', u'PTRADD_-1204673950'), ('tmp_359', u'CAST_-1204673940'), ('tmp_494', u'PTRADD_-1204673886'), (u'LOAD_-1204674047', u'STORE_-1204674039'), (u'PTRADD_-1204673886', u'LOAD_-1204674066'), ('const-433', u'LOAD_-1204674173'), ('const-0', u'STORE_-1204674144'), ('const-433', u'LOAD_-1204674180'), ('const-433', u'STORE_-1204674039'), (u'CAST_-1204673886', u'LOAD_-1204674082'), ('tmp_359', u'PTRADD_-1204674084'), (u'CAST_-1204673854', u'LOAD_-1204674035'), (u'LOAD_-1204674035', u'PTRADD_-1204673958'), (u'LOAD_-1204674082', u'INT_ADD_-1204673938'), ('const-16', u'INT_ADD_-1204673938'), (u'INT_ADD_-1204674066', u'CAST_-1204673886'), (u'LOAD_-1204674028', u'STORE_-1204674018'), ('const-1', u'PTRADD_-1204674027'), (u'CAST_-1204673891', u'STORE_-1204674087'), (u'PTRADD_-1204673853', u'LOAD_-1204674013'), (u'PTRADD_-1204674011', u'CAST_-1204673881'), (u'LOAD_-1204674173', u'STORE_-1204674151'), (u'LOAD_-1204674192', u'INT_ADD_-1204674119'), ('tmp_359', u'PTRADD_-1204674011'), (u'LOAD_-1204674192', u'INT_ADD_-1204674164'), ('const-0', u'CALL_-1204674048'), ('const-433', u'STORE_-1204674144'), ('tmp_494', u'PTRADD_-1204673907'), (u'LOAD_-1204674180', u'PTRADD_-1204674091'), (u'INT_ADD_-1204673938', u'PTRADD_-1204674011'), ('const-433', u'LOAD_-1204674047'), ('const-8', u'PTRADD_-1204673862'), (u'LOAD_-1204674192', u'STORE_-1204674184'), ('const-433', u'STORE_-1204674058'), (u'CAST_-1204673845', u'STORE_-1204674018'), (u'CAST_-1204673906', u'CALL_-1204674110'), (u'LOAD_-1204674108', u'INT_ADD_-1204674066'), ('const-433', u'STORE_-1204674151'), ('tmp_359', u'CAST_-1204673858'), (u'PTRADD_-1204674084', u'CAST_-1204673920'), ('const-1', u'PTRADD_-1204673958'), ('const--24', u'INT_ADD_-1204674164'), (u'PTRADD_-1204673907', u'LOAD_-1204674108'), ('tmp_494', u'PTRADD_-1204673938'), ('const-433', u'STORE_-1204674184'), (u'INT_ADD_-1204674164', u'CAST_-1204673936'), ('tmp_494', u'LOAD_-1204674047'), ('const-6', u'PTRADD_-1204673853'), (u'PTRADD_-1204674011', u'CAST_-1204673871'), (u'LOAD_-1204674108', u'STORE_-1204674087'), (u'CAST_-1204673836', u'STORE_-1204674004'), ('const-433', u'LOAD_-1204674035'), (u'PTRADD_-1204673862', u'LOAD_-1204674028'), ('const-433', u'LOAD_-1204674028'), ('tmp_494', u'PTRADD_-1204673862'), ('const--24', u'INT_ADD_-1204674119'), ('const-8', u'PTRADD_-1204673938'), ('const-8', u'PTRADD_-1204673886'), ('const-8', u'PTRADD_-1204673907'), (u'CAST_-1204673858', u'STORE_-1204674039'), ('const-2', u'PTRADD_-1204673938'), (u'PTRADD_-1204674064', u'CAST_-1204673906'), ('const-8', u'PTRADD_-1204673950'), (u'CAST_-1204673925', u'STORE_-1204674151'), ('const-1', u'PTRADD_-1204673944'), (u'INT_ADD_-1204674019', u'CAST_-1204673854'), (u'CAST_-1204673936', u'LOAD_-1204674180'), (u'INT_ADD_-1204674119', u'CAST_-1204673911'), ('tmp_359', u'PTRADD_-1204674027'), ('const-433', u'LOAD_-1204674013'), ('const-8', u'PTRADD_-1204674084')]
[('const-3', u'PTRADD_-1204673906'), ('tmp_499', u'PTRADD_-1204673846'), ('tmp_497', u'PTRADD_-1204673884'), ('const-433', u'STORE_-1204674018'), (u'CAST_-1204673880', u'INT_ADD_-1204674057'), (u'PTRADD_-1204673846', u'STORE_-1204674004'), ('const-0', u'STORE_-1204674144'), ('const-8', u'PTRADD_-1204673884'), (u'PTRADD_-1204673938', u'LOAD_-1204674173'), ('const-4', u'PTRADD_-1204673884'), ('tmp_497', u'LOAD_-1204674047'), (u'INT_ADD_-1204674137', u'CAST_-1204673922'), ('const-1', u'PTRADD_-1204673927'), ('const--24', u'INT_ADD_-1204674066'), (u'PTRADD_-1204673927', u'STORE_-1204674144'), (u'LOAD_-1204674047', u'INT_ADD_-1204674019'), (u'PTRADD_-1204673950', u'LOAD_-1204674192'), (u'INT_ADD_-1204673936', u'INT_ADD_-1204674057'), ('tmp_497', u'PTRADD_-1204673950'), ('const-2', u'PTRADD_-1204673938'), (u'LOAD_-1204674082', u'INT_ADD_-1204673936'), ('const-433', u'LOAD_-1204674066'), ('const-0', u'RETURN_-1204673967'), (u'LOAD_-1204674013', u'STORE_-1204674004'), ('const-8', u'PTRADD_-1204673906'), (u'LOAD_-1204674066', u'STORE_-1204674058'), ('const--24', u'INT_ADD_-1204674019'), (u'CAST_-1204673934', u'LOAD_-1204674180'), (u'INT_ADD_-1204674110', u'CALL_-1204674110'), ('const-433', u'LOAD_-1204674047'), (u'CAST_-1204673844', u'STORE_-1204674018'), (u'LOAD_-1204674047', u'STORE_-1204674039'), (u'INT_ADD_-1204674004', u'CAST_-1204673844'), ('const-433', u'STORE_-1204674087'), (u'PTRADD_-1204673884', u'LOAD_-1204674066'), (u'CAST_-1204673854', u'LOAD_-1204674035'), (u'CAST_-1204673922', u'STORE_-1204674151'), ('const-2', u'PTRADD_-1204673846'), (u'LOAD_-1204674028', u'STORE_-1204674018'), ('const-433', u'LOAD_-1204674192'), ('const-433', u'STORE_-1204674144'), ('const-8', u'PTRADD_-1204673851'), ('const-0', u'CALL_-1204674110'), (u'LOAD_-1204674173', u'STORE_-1204674151'), ('const-433', u'STORE_-1204674004'), (u'LOAD_-1204674192', u'INT_ADD_-1204674119'), ('const-433', u'LOAD_-1204674135'), (u'LOAD_-1204674192', u'INT_ADD_-1204674164'), ('const-433', u'LOAD_-1204674180'), (u'INT_ADD_-1204674119', u'CAST_-1204673909'), ('const-2', u'PTRADD_-1204673899'), ('tmp_499', u'CAST_-1204673904'), ('tmp_497', u'PTRADD_-1204673906'), (u'LOAD_-1204674180', u'INT_ADD_-1204674137'), ('tmp_497', u'PTRADD_-1204673938'), (u'LOAD_-1204674192', u'STORE_-1204674184'), (u'CAST_-1204673845', u'INT_ADD_-1204674004'), (u'LOAD_-1204674108', u'INT_ADD_-1204674066'), (u'LOAD_-1204674135', u'INT_ADD_-1204674110'), ('tmp_499', u'STORE_-1204674184'), ('const--24', u'INT_ADD_-1204674164'), ('const-433', u'LOAD_-1204674082'), (u'INT_ADD_-1204674057', u'CAST_-1204673879'), ('const-5', u'PTRADD_-1204673860'), (u'CAST_-1204673923', u'INT_ADD_-1204674137'), ('const-433', u'LOAD_-1204674035'), ('const-433', u'STORE_-1204674151'), ('tmp_499', u'STORE_-1204674039'), ('const-433', u'LOAD_-1204674173'), (u'LOAD_-1204674108', u'STORE_-1204674087'), (u'PTRADD_-1204673851', u'LOAD_-1204674013'), ('const-433', u'STORE_-1204674184'), ('const-8', u'PTRADD_-1204673846'), ('const-8', u'PTRADD_-1204673927'), (u'PTRADD_-1204673860', u'LOAD_-1204674028'), ('tmp_499', u'CAST_-1204673923'), ('const-1', u'PTRADD_-1204673950'), ('const-8', u'PTRADD_-1204673938'), (u'INT_ADD_-1204674164', u'CAST_-1204673934'), ('tmp_499', u'CAST_-1204673845'), (u'INT_ADD_-1204674066', u'CAST_-1204673885'), ('tmp_499', u'PTRADD_-1204673899'), ('tmp_497', u'PTRADD_-1204673860'), ('tmp_499', u'PTRADD_-1204673927'), (u'CAST_-1204673885', u'LOAD_-1204674082'), ('const--24', u'INT_ADD_-1204674119'), ('const-16', u'INT_ADD_-1204673936'), ('const-433', u'LOAD_-1204674013'), ('const-6', u'PTRADD_-1204673851'), ('const-433', u'LOAD_-1204674108'), ('const-433', u'LOAD_-1204674028'), ('const-8', u'PTRADD_-1204673950'), (u'CAST_-1204673879', u'CALL_-1204674048'), (u'INT_ADD_-1204674019', u'CAST_-1204673854'), (u'CAST_-1204673909', u'LOAD_-1204674135'), (u'PTRADD_-1204673899', u'STORE_-1204674087'), (u'LOAD_-1204674035', u'INT_ADD_-1204674004'), (u'PTRADD_-1204673906', u'LOAD_-1204674108'), ('const-8', u'PTRADD_-1204673899'), ('tmp_499', u'CAST_-1204673880'), (u'CAST_-1204673879', u'STORE_-1204674058'), (u'CAST_-1204673904', u'INT_ADD_-1204674110'), ('const-433', u'STORE_-1204674058'), ('const-433', u'STORE_-1204674039'), ('tmp_497', u'PTRADD_-1204673851'), ('const-0', u'CALL_-1204674048'), ('const-8', u'PTRADD_-1204673860')]
null
null
002d2150
x64
O2
(translation_unit "void FUN_002d2150(long *param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n lVar2 = param_2[1];\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];\n param_1[1] = 0;\n FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);\n lVar2 = param_2[3];\n param_1[2] = lVar2;\n plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);\n *plVar1 = param_2[4];\n /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */\n FUN_0029d930(plVar1,0);\n lVar2 = *param_2;\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];\n param_1[2] = param_2[6];\n return;\n}\n\n" (function_definition "void FUN_002d2150(long *param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n lVar2 = param_2[1];\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];\n param_1[1] = 0;\n FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);\n lVar2 = param_2[3];\n param_1[2] = lVar2;\n plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);\n *plVar1 = param_2[4];\n /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */\n FUN_0029d930(plVar1,0);\n lVar2 = *param_2;\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];\n param_1[2] = param_2[6];\n return;\n}" primitive_type (function_declarator "FUN_002d2150(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 long *plVar1;\n long lVar2;\n \n lVar2 = param_2[1];\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];\n param_1[1] = 0;\n FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);\n lVar2 = param_2[3];\n param_1[2] = lVar2;\n plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);\n *plVar1 = param_2[4];\n /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */\n FUN_0029d930(plVar1,0);\n lVar2 = *param_2;\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];\n param_1[2] = param_2[6];\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar2 = param_2[1];" (assignment_expression "lVar2 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_1 = lVar2;" (assignment_expression "*param_1 = lVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];" (assignment_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2]" (pointer_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" * (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18))" ( (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);" (call_expression "FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0)" identifier (argument_list "(*(long *)(lVar2 + -0x18) + (long)param_1,0)" ( (binary_expression "*(long *)(lVar2 + -0x18) + (long)param_1" (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) )))) + (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) , number_literal ))) ;) (expression_statement "lVar2 = param_2[3];" (assignment_expression "lVar2 = param_2[3]" identifier = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = lVar2;" (assignment_expression "param_1[2] = lVar2" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);" (assignment_expression "plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" identifier = (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" ( (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18) + 0x10" (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) + number_literal) )))) ;) (expression_statement "*plVar1 = param_2[4];" (assignment_expression "*plVar1 = param_2[4]" (pointer_expression "*plVar1" * identifier) = (subscript_expression "param_2[4]" identifier [ number_literal ])) ;) comment (expression_statement "FUN_0029d930(plVar1,0);" (call_expression "FUN_0029d930(plVar1,0)" identifier (argument_list "(plVar1,0)" ( identifier , number_literal ))) ;) (expression_statement "lVar2 = *param_2;" (assignment_expression "lVar2 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*param_1 = lVar2;" (assignment_expression "*param_1 = lVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];" (assignment_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5]" (pointer_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" * (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18))" ( (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = param_2[6];" (assignment_expression "param_1[2] = param_2[6]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[6]" identifier [ number_literal ])) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::wiostream::wiostream() */\n\nvoid __thiscall std::wiostream::wiostream(wiostream *this)\n\n{\n long lVar1;\n long *in_RSI;\n \n lVar1 = in_RSI[1];\n *(long *)this = lVar1;\n *(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[2];\n *(undefined8 *)(this + 8) = 0;\n wios::init((wios *)(this + *(long *)(lVar1 + -0x18)),(wstreambuf *)0x0);\n lVar1 = in_RSI[3];\n *(long *)(this + 0x10) = lVar1;\n lVar1 = *(long *)(lVar1 + -0x18);\n *(long *)(this + lVar1 + 0x10) = in_RSI[4];\n /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */\n wios::init((wios *)(this + lVar1 + 0x10),(wstreambuf *)0x0);\n lVar1 = *in_RSI;\n *(long *)this = lVar1;\n *(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[5];\n *(long *)(this + 0x10) = in_RSI[6];\n return;\n}\n\n" comment (function_definition "void __thiscall std::wiostream::wiostream(wiostream *this)\n\n{\n long lVar1;\n long *in_RSI;\n \n lVar1 = in_RSI[1];\n *(long *)this = lVar1;\n *(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[2];\n *(undefined8 *)(this + 8) = 0;\n wios::init((wios *)(this + *(long *)(lVar1 + -0x18)),(wstreambuf *)0x0);\n lVar1 = in_RSI[3];\n *(long *)(this + 0x10) = lVar1;\n lVar1 = *(long *)(lVar1 + -0x18);\n *(long *)(this + lVar1 + 0x10) = in_RSI[4];\n /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */\n wios::init((wios *)(this + lVar1 + 0x10),(wstreambuf *)0x0);\n lVar1 = *in_RSI;\n *(long *)this = lVar1;\n *(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[5];\n *(long *)(this + 0x10) = in_RSI[6];\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wiostream::" identifier : : identifier : :) (function_declarator "wiostream(wiostream *this)" identifier (parameter_list "(wiostream *this)" ( (parameter_declaration "wiostream *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n long lVar1;\n long *in_RSI;\n \n lVar1 = in_RSI[1];\n *(long *)this = lVar1;\n *(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[2];\n *(undefined8 *)(this + 8) = 0;\n wios::init((wios *)(this + *(long *)(lVar1 + -0x18)),(wstreambuf *)0x0);\n lVar1 = in_RSI[3];\n *(long *)(this + 0x10) = lVar1;\n lVar1 = *(long *)(lVar1 + -0x18);\n *(long *)(this + lVar1 + 0x10) = in_RSI[4];\n /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */\n wios::init((wios *)(this + lVar1 + 0x10),(wstreambuf *)0x0);\n lVar1 = *in_RSI;\n *(long *)this = lVar1;\n *(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[5];\n *(long *)(this + 0x10) = in_RSI[6];\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long *in_RSI;" (sized_type_specifier "long" long) (pointer_declarator "*in_RSI" * identifier) ;) (expression_statement "lVar1 = in_RSI[1];" (assignment_expression "lVar1 = in_RSI[1]" identifier = (subscript_expression "in_RSI[1]" identifier [ number_literal ])) ;) (expression_statement "*(long *)this = lVar1;" (assignment_expression "*(long *)this = lVar1" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "*(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[2];" (assignment_expression "*(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[2]" (pointer_expression "*(long *)(this + *(long *)(lVar1 + -0x18))" * (cast_expression "(long *)(this + *(long *)(lVar1 + -0x18))" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(lVar1 + -0x18))" ( (binary_expression "this + *(long *)(lVar1 + -0x18)" identifier + (pointer_expression "*(long *)(lVar1 + -0x18)" * (cast_expression "(long *)(lVar1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) ))))) )))) = (subscript_expression "in_RSI[2]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)(this + 8) = 0;" (assignment_expression "*(undefined8 *)(this + 8) = 0" (pointer_expression "*(undefined8 *)(this + 8)" * (cast_expression "(undefined8 *)(this + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = number_literal) ;) (labeled_statement "wios::init((wios *)(this + *(long *)(lVar1 + -0x18)),(wstreambuf *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "init((wios *)(this + *(long *)(lVar1 + -0x18)),(wstreambuf *)0x0);" (call_expression "init((wios *)(this + *(long *)(lVar1 + -0x18)),(wstreambuf *)0x0)" identifier (argument_list "((wios *)(this + *(long *)(lVar1 + -0x18)),(wstreambuf *)0x0)" ( (cast_expression "(wios *)(this + *(long *)(lVar1 + -0x18))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(lVar1 + -0x18))" ( (binary_expression "this + *(long *)(lVar1 + -0x18)" identifier + (pointer_expression "*(long *)(lVar1 + -0x18)" * (cast_expression "(long *)(lVar1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) ))))) ))) , (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) (expression_statement "lVar1 = in_RSI[3];" (assignment_expression "lVar1 = in_RSI[3]" identifier = (subscript_expression "in_RSI[3]" identifier [ number_literal ])) ;) (expression_statement "*(long *)(this + 0x10) = lVar1;" (assignment_expression "*(long *)(this + 0x10) = lVar1" (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) )))) = identifier) ;) (expression_statement "lVar1 = *(long *)(lVar1 + -0x18);" (assignment_expression "lVar1 = *(long *)(lVar1 + -0x18)" identifier = (pointer_expression "*(long *)(lVar1 + -0x18)" * (cast_expression "(long *)(lVar1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) ))))) ;) (expression_statement "*(long *)(this + lVar1 + 0x10) = in_RSI[4];" (assignment_expression "*(long *)(this + lVar1 + 0x10) = in_RSI[4]" (pointer_expression "*(long *)(this + lVar1 + 0x10)" * (cast_expression "(long *)(this + lVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + lVar1 + 0x10)" ( (binary_expression "this + lVar1 + 0x10" (binary_expression "this + lVar1" identifier + identifier) + number_literal) )))) = (subscript_expression "in_RSI[4]" identifier [ number_literal ])) ;) comment (labeled_statement "wios::init((wios *)(this + lVar1 + 0x10),(wstreambuf *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "init((wios *)(this + lVar1 + 0x10),(wstreambuf *)0x0);" (call_expression "init((wios *)(this + lVar1 + 0x10),(wstreambuf *)0x0)" identifier (argument_list "((wios *)(this + lVar1 + 0x10),(wstreambuf *)0x0)" ( (cast_expression "(wios *)(this + lVar1 + 0x10)" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + lVar1 + 0x10)" ( (binary_expression "this + lVar1 + 0x10" (binary_expression "this + lVar1" identifier + identifier) + number_literal) ))) , (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) (expression_statement "lVar1 = *in_RSI;" (assignment_expression "lVar1 = *in_RSI" identifier = (pointer_expression "*in_RSI" * identifier)) ;) (expression_statement "*(long *)this = lVar1;" (assignment_expression "*(long *)this = lVar1" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "*(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[5];" (assignment_expression "*(long *)(this + *(long *)(lVar1 + -0x18)) = in_RSI[5]" (pointer_expression "*(long *)(this + *(long *)(lVar1 + -0x18))" * (cast_expression "(long *)(this + *(long *)(lVar1 + -0x18))" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(lVar1 + -0x18))" ( (binary_expression "this + *(long *)(lVar1 + -0x18)" identifier + (pointer_expression "*(long *)(lVar1 + -0x18)" * (cast_expression "(long *)(lVar1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + -0x18)" ( (binary_expression "lVar1 + -0x18" identifier + number_literal) ))))) )))) = (subscript_expression "in_RSI[5]" identifier [ number_literal ])) ;) (expression_statement "*(long *)(this + 0x10) = in_RSI[6];" (assignment_expression "*(long *)(this + 0x10) = in_RSI[6]" (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) )))) = (subscript_expression "in_RSI[6]" identifier [ number_literal ])) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002d2150(long *param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n lVar2 = param_2[1];\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];\n param_1[1] = 0;\n FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);\n lVar2 = param_2[3];\n param_1[2] = lVar2;\n plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);\n *plVar1 = param_2[4];\n \n FUN_0029d930(plVar1,0);\n lVar2 = *param_2;\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];\n param_1[2] = param_2[6];\n return;\n}\n\n" (function_definition "void FUN_002d2150(long *param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n lVar2 = param_2[1];\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];\n param_1[1] = 0;\n FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);\n lVar2 = param_2[3];\n param_1[2] = lVar2;\n plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);\n *plVar1 = param_2[4];\n \n FUN_0029d930(plVar1,0);\n lVar2 = *param_2;\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];\n param_1[2] = param_2[6];\n return;\n}" primitive_type (function_declarator "FUN_002d2150(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 long *plVar1;\n long lVar2;\n \n lVar2 = param_2[1];\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];\n param_1[1] = 0;\n FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);\n lVar2 = param_2[3];\n param_1[2] = lVar2;\n plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);\n *plVar1 = param_2[4];\n \n FUN_0029d930(plVar1,0);\n lVar2 = *param_2;\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];\n param_1[2] = param_2[6];\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar2 = param_2[1];" (assignment_expression "lVar2 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_1 = lVar2;" (assignment_expression "*param_1 = lVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];" (assignment_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2]" (pointer_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" * (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18))" ( (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);" (call_expression "FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0)" identifier (argument_list "(*(long *)(lVar2 + -0x18) + (long)param_1,0)" ( (binary_expression "*(long *)(lVar2 + -0x18) + (long)param_1" (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) )))) + (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) , number_literal ))) ;) (expression_statement "lVar2 = param_2[3];" (assignment_expression "lVar2 = param_2[3]" identifier = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = lVar2;" (assignment_expression "param_1[2] = lVar2" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);" (assignment_expression "plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" identifier = (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" ( (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18) + 0x10" (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) + number_literal) )))) ;) (expression_statement "*plVar1 = param_2[4];" (assignment_expression "*plVar1 = param_2[4]" (pointer_expression "*plVar1" * identifier) = (subscript_expression "param_2[4]" identifier [ number_literal ])) ;) (expression_statement "FUN_0029d930(plVar1,0);" (call_expression "FUN_0029d930(plVar1,0)" identifier (argument_list "(plVar1,0)" ( identifier , number_literal ))) ;) (expression_statement "lVar2 = *param_2;" (assignment_expression "lVar2 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*param_1 = lVar2;" (assignment_expression "*param_1 = lVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];" (assignment_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5]" (pointer_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" * (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18))" ( (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = param_2[6];" (assignment_expression "param_1[2] = param_2[6]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[6]" identifier [ number_literal ])) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (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) ))))) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) , LIT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (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) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (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) ))))) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (return_statement return ;) })))
(function_definition "void FUN_002d2150(long *param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n lVar2 = param_2[1];\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];\n param_1[1] = 0;\n FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);\n lVar2 = param_2[3];\n param_1[2] = lVar2;\n plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);\n *plVar1 = param_2[4];\n \n FUN_0029d930(plVar1,0);\n lVar2 = *param_2;\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];\n param_1[2] = param_2[6];\n return;\n}" (primitive_type "void") (function_declarator "FUN_002d2150(long *param_1,long *param_2)" (identifier "FUN_002d2150") (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 long *plVar1;\n long lVar2;\n \n lVar2 = param_2[1];\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];\n param_1[1] = 0;\n FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);\n lVar2 = param_2[3];\n param_1[2] = lVar2;\n plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);\n *plVar1 = param_2[4];\n \n FUN_0029d930(plVar1,0);\n lVar2 = *param_2;\n *param_1 = lVar2;\n *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];\n param_1[2] = param_2[6];\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (expression_statement "lVar2 = param_2[1];" (assignment_expression "lVar2 = param_2[1]" (identifier "lVar2") (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*param_1 = lVar2;" (assignment_expression "*param_1 = lVar2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "lVar2")) (; ";")) (expression_statement "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2];" (assignment_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2]" (pointer_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" (* "*") (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18))" (( "(") (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(long *)(lVar2 + -0x18)" (* "*") (cast_expression "(long *)(lVar2 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + -0x18)" (( "(") (binary_expression "lVar2 + -0x18" (identifier "lVar2") (+ "+") (number_literal "-0x18")) () ")"))))) () ")")))) (= "=") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0);" (call_expression "FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0)" (identifier "FUN_0029d930") (argument_list "(*(long *)(lVar2 + -0x18) + (long)param_1,0)" (( "(") (binary_expression "*(long *)(lVar2 + -0x18) + (long)param_1" (pointer_expression "*(long *)(lVar2 + -0x18)" (* "*") (cast_expression "(long *)(lVar2 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + -0x18)" (( "(") (binary_expression "lVar2 + -0x18" (identifier "lVar2") (+ "+") (number_literal "-0x18")) () ")")))) (+ "+") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1"))) (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "lVar2 = param_2[3];" (assignment_expression "lVar2 = param_2[3]" (identifier "lVar2") (= "=") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "param_1[2] = lVar2;" (assignment_expression "param_1[2] = lVar2" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar2")) (; ";")) (expression_statement "plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10);" (assignment_expression "plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" (identifier "plVar1") (= "=") (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10)" (( "(") (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18) + 0x10" (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(long *)(lVar2 + -0x18)" (* "*") (cast_expression "(long *)(lVar2 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + -0x18)" (( "(") (binary_expression "lVar2 + -0x18" (identifier "lVar2") (+ "+") (number_literal "-0x18")) () ")"))))) (+ "+") (number_literal "0x10")) () ")")))) (; ";")) (expression_statement "*plVar1 = param_2[4];" (assignment_expression "*plVar1 = param_2[4]" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (= "=") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "FUN_0029d930(plVar1,0);" (call_expression "FUN_0029d930(plVar1,0)" (identifier "FUN_0029d930") (argument_list "(plVar1,0)" (( "(") (identifier "plVar1") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "lVar2 = *param_2;" (assignment_expression "lVar2 = *param_2" (identifier "lVar2") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "*param_1 = lVar2;" (assignment_expression "*param_1 = lVar2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "lVar2")) (; ";")) (expression_statement "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5];" (assignment_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5]" (pointer_expression "*(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" (* "*") (cast_expression "(long *)((long)param_1 + *(long *)(lVar2 + -0x18))" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + *(long *)(lVar2 + -0x18))" (( "(") (binary_expression "(long)param_1 + *(long *)(lVar2 + -0x18)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(long *)(lVar2 + -0x18)" (* "*") (cast_expression "(long *)(lVar2 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + -0x18)" (( "(") (binary_expression "lVar2 + -0x18" (identifier "lVar2") (+ "+") (number_literal "-0x18")) () ")"))))) () ")")))) (= "=") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "param_1[2] = param_2[6];" (assignment_expression "param_1[2] = param_2[6]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "param_2[6]" (identifier "param_2") ([ "[") (number_literal "6") (] "]"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::wiostream::wiostream() */ void __thiscall std::function_1::function_1(function_1 *var_1) { long var_2; long *in_RSI; var_2 = in_RSI[1]; *(long *)var_1 = var_2; *(long *)(var_1 + *(long *)(var_2 + -0x18)) = in_RSI[2]; *(type_1 *)(var_1 + 8) = 0; wios::var_3((type_2 *)(var_1 + *(long *)(var_2 + -0x18)),(type_3 *)0x0); var_2 = in_RSI[3]; *(long *)(var_1 + 0x10) = var_2; var_2 = *(long *)(var_2 + -0x18); *(long *)(var_1 + var_2 + 0x10) = in_RSI[4]; /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */ wios::var_3((type_2 *)(var_1 + var_2 + 0x10),(type_3 *)0x0); var_2 = *in_RSI; *(long *)var_1 = var_2; *(long *)(var_1 + *(long *)(var_2 + -0x18)) = in_RSI[5]; *(long *)(var_1 + 0x10) = in_RSI[6]; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (return_statement))))
null
void MASKED(long *param_1,long *param_2) { long *plVar1; long lVar2; lVar2 = param_2[1]; *param_1 = lVar2; *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[2]; param_1[1] = 0; FUN_0029d930(*(long *)(lVar2 + -0x18) + (long)param_1,0); lVar2 = param_2[3]; param_1[2] = lVar2; plVar1 = (long *)((long)param_1 + *(long *)(lVar2 + -0x18) + 0x10); *plVar1 = param_2[4]; /* try { // try from 002d219f to 002d21a3 has its CatchHandler @ 002d21c6 */ FUN_0029d930(plVar1,0); lVar2 = *param_2; *param_1 = lVar2; *(long *)((long)param_1 + *(long *)(lVar2 + -0x18)) = param_2[5]; param_1[2] = param_2[6]; return; }
1882_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
~Struct_execstack
FUN_0018c8e0
/* DWARF original prototype: void ~Struct_execstack(Struct_execstack * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_execstack::~Struct_execstack(Struct_execstack *this,int __in_chrg) { pointer pcVar1; pcVar1 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652ba8; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); return; } return; }
void FUN_0018c8e0(undefined8 *param_1) { *param_1 = &PTR_FUN_00652ba8; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_0049e340((undefined8 *)param_1[1]); return; } return; }
LEA RAX,[0x652ba8] MOV RDX,qword ptr [RDI + 0x8] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x18] CMP RDX,RAX JZ 0x0018c900 MOV RDI,RDX JMP 0x0049e340 RET
null
null
null
null
[(u'PTRSUB_-1207449246', u'PTRSUB_-1207449243'), ('const-0', u'PTRSUB_-1207449257'), ('const-8', u'PTRSUB_-1207449260'), ('const-433', u'LOAD_-1207449365'), (u'CAST_-1207449239', u'INT_NOTEQUAL_-1207449333'), ('const-0', u'RETURN_-1207449310'), ('const-16', u'PTRSUB_-1207449243'), ('const-433', u'STORE_-1207449357'), ('const-0', u'PTRSUB_-1207449254'), (u'PTRSUB_-1207449254', u'PTRSUB_-1207449250'), (u'PTRSUB_-1207449250', u'PTRSUB_-1207449246'), ('const-0', u'PTRSUB_-1207449251'), (u'PTRSUB_-1207449259', u'PTRSUB_-1207449255'), ('tmp_68', u'PTRSUB_-1207449250'), ('tmp_48', u'CBRANCH_-1207449332'), (u'PTRSUB_-1207449255', u'PTRSUB_-1207449251'), ('const-0', u'PTRSUB_-1207449250'), (u'PTRSUB_-1207449260', u'PTRSUB_-1207449259'), (u'PTRSUB_-1207449251', u'LOAD_-1207449365'), ('const-0', u'PTRSUB_-1207449246'), ('const-8', u'PTRSUB_-1207449250'), (u'CAST_-1207449247', u'STORE_-1207449357'), ('tmp_68', u'PTRSUB_-1207449254'), (u'PTRSUB_-1207449243', u'INT_NOTEQUAL_-1207449333'), ('const-6630312', u'PTRSUB_-1207449257'), (u'INT_NOTEQUAL_-1207449333', u'CBRANCH_-1207449332'), ('const-0', u'PTRSUB_-1207449255'), (u'PTRSUB_-1207449257', u'CAST_-1207449247'), (u'PTRSUB_-1207449250', u'STORE_-1207449357'), (u'LOAD_-1207449365', u'CALL_-1207449323'), (u'LOAD_-1207449365', u'CAST_-1207449239'), ('tmp_68', u'PTRSUB_-1207449260'), ('const-0', u'PTRSUB_-1207449259'), ('const-0', u'RETURN_-1207449319')]
[(u'CAST_-1207449261', u'CALL_-1207449323'), ('tmp_109', u'STORE_-1207449357'), ('const-0', u'RETURN_-1207449310'), (u'PTRADD_-1207449262', u'LOAD_-1207449365'), (u'CAST_-1207449261', u'INT_NOTEQUAL_-1207449333'), (u'LOAD_-1207449365', u'CAST_-1207449261'), ('const-0', u'PTRSUB_-1207449258'), ('const-1', u'PTRADD_-1207449262'), ('const-6630312', u'PTRSUB_-1207449258'), ('const-3', u'PTRADD_-1207449254'), ('tmp_109', u'PTRADD_-1207449262'), ('tmp_109', u'PTRADD_-1207449254'), (u'PTRSUB_-1207449258', u'STORE_-1207449357'), ('const-8', u'PTRADD_-1207449262'), (u'PTRADD_-1207449254', u'INT_NOTEQUAL_-1207449333'), ('const-433', u'LOAD_-1207449365'), (u'INT_NOTEQUAL_-1207449333', u'CBRANCH_-1207449332'), ('const-8', u'PTRADD_-1207449254'), ('tmp_48', u'CBRANCH_-1207449332'), ('const-433', u'STORE_-1207449357'), ('const-0', u'RETURN_-1207449319')]
null
null
0018c8e0
x64
O2
(translation_unit "void FUN_0018c8e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652ba8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0018c8e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652ba8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0018c8e0(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_00652ba8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00652ba8;" (assignment_expression "*param_1 = &PTR_FUN_00652ba8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00652ba8" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((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_0049e340((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_0049e340((undefined8 *)param_1[1]);" (call_expression "FUN_0049e340((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_execstack(Struct_execstack * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_execstack::~Struct_execstack(Struct_execstack *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652ba8;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_execstack::~Struct_execstack(Struct_execstack *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652ba8;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_execstack::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_execstack(Struct_execstack *this,int __in_chrg)" identifier (parameter_list "(Struct_execstack *this,int __in_chrg)" ( (parameter_declaration "Struct_execstack *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652ba8;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652ba8;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652ba8" (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_00652ba8" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00652ba8" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0018c8e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652ba8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0018c8e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652ba8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0018c8e0(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_00652ba8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00652ba8;" (assignment_expression "*param_1 = &PTR_FUN_00652ba8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00652ba8" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((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_0049e340((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_0049e340((undefined8 *)param_1[1]);" (call_expression "FUN_0049e340((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_0018c8e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652ba8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018c8e0(undefined8 *param_1)" (identifier "FUN_0018c8e0") (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_00652ba8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00652ba8;" (assignment_expression "*param_1 = &PTR_FUN_00652ba8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00652ba8" (& "&") (identifier "PTR_FUN_00652ba8"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((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_0049e340((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_0049e340((undefined8 *)param_1[1]);" (call_expression "FUN_0049e340((undefined8 *)param_1[1])" (identifier "FUN_0049e340") (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_execstack(Struct_execstack * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; var_5 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00652ba8; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00652ba8; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_0049e340((undefined8 *)param_1[1]); return; } return; }
10454_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
do_get_time
FUN_00366800
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::do_get_time(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*) const */ undefined1 [16] std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::do_get_time (undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5, long param_6,uint *param_7,undefined8 param_8) { bool bVar1; int iVar2; __timepunct *p_Var3; long *plVar4; bool bVar5; undefined1 auVar6 [16]; int local_40; p_Var3 = use_facet<std::__timepunct<char>>((locale *)(param_6 + 0xd0)); auVar6 = _M_extract_via_format (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8, *(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20)); plVar4 = auVar6._0_8_; local_40 = auVar6._8_4_; auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff; bVar5 = local_40 == -1; bVar1 = plVar4 != (long *)0x0 && bVar5; if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) { iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4); bVar5 = iVar2 == -1 && bVar1; if (iVar2 == -1) { plVar4 = (long *)0x0; } } bVar1 = (int)param_5 == -1; if (((param_4 != (long *)0x0) && (bVar1)) && (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) { iVar2 = (**(code **)(*param_4 + 0x48))(param_4); bVar1 = iVar2 == -1; } if (bVar5 == bVar1) { *param_7 = *param_7 | 2; } auVar6._0_8_ = plVar4; return auVar6; }
undefined1 [16] FUN_00366800(undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5, long param_6,uint *param_7,undefined8 param_8) { bool bVar1; int iVar2; long lVar3; long *plVar4; bool bVar5; undefined1 auVar6 [16]; int local_40; lVar3 = FUN_00303160(param_6 + 0xd0); auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8, *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20)); plVar4 = auVar6._0_8_; local_40 = auVar6._8_4_; auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff; bVar5 = local_40 == -1; bVar1 = plVar4 != (long *)0x0 && bVar5; if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) { iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4); bVar5 = iVar2 == -1 && bVar1; if (iVar2 == -1) { plVar4 = (long *)0x0; } } bVar1 = (int)param_5 == -1; if (((param_4 != (long *)0x0) && (bVar1)) && (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) { iVar2 = (**(code **)(*param_4 + 0x48))(param_4); bVar1 = iVar2 == -1; } if (bVar5 == bVar1) { *param_7 = *param_7 | 2; } auVar6._0_8_ = plVar4; return auVar6; }
PUSH R15 MOV R15,RDI LEA RDI,[R9 + 0xd0] PUSH R14 MOV R14,R9 PUSH R13 MOV R13,R8 PUSH R12 PUSH RBP MOV RBP,RCX PUSH RBX MOV RBX,RDX SUB RSP,0x28 MOV qword ptr [RSP],RSI MOV R12,qword ptr [RSP + 0x60] CALL 0x00303160 SUB RSP,0x8 MOV RCX,RBP MOV RDI,R15 MOV RAX,qword ptr [RAX + 0x10] MOV R9,R14 MOV R8,R13 MOV RDX,RBX PUSH qword ptr [RAX + 0x20] PUSH qword ptr [RSP + 0x78] PUSH R12 MOV RSI,qword ptr [RSP + 0x20] CALL 0x003651f0 MOV qword ptr [RSP + 0x38],RDX MOV RCX,RAX MOV RDX,-0x100000000 MOV qword ptr [RSP + 0x30],RAX MOV EAX,dword ptr [RSP + 0x38] AND RDX,RBX ADD RSP,0x20 OR RDX,RAX CMP EDX,-0x1 SETZ R15B TEST RCX,RCX SETNZ AL AND AL,R15B JNZ 0x003668f0 CMP R13D,-0x1 SETZ AL TEST RBP,RBP JZ 0x003668a3 TEST AL,AL JNZ 0x003668c0 CMP R15B,AL JNZ 0x003668ad OR dword ptr [R12],0x2 ADD RSP,0x28 MOV RAX,RCX POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET XOR EAX,EAX MOV RBX,qword ptr [RBP + 0x18] CMP qword ptr [RBP + 0x10],RBX JC 0x003668a3 MOV RAX,qword ptr [RBP] MOV qword ptr [RSP + 0x8],RDX MOV RDI,RBP MOV qword ptr [RSP],RCX CALL qword ptr [RAX + 0x48] MOV RDX,qword ptr [RSP + 0x8] MOV RCX,qword ptr [RSP] CMP EAX,-0x1 SETZ AL JMP 0x003668a3 MOV R14D,EAX XOR R15D,R15D MOV RAX,qword ptr [RCX + 0x18] CMP qword ptr [RCX + 0x10],RAX JC 0x00366893 MOV RAX,qword ptr [RCX] MOV qword ptr [RSP + 0x8],RDX MOV RDI,RCX MOV qword ptr [RSP],RCX CALL qword ptr [RAX + 0x48] MOV RCX,qword ptr [RSP] MOV RDX,qword ptr [RSP + 0x8] CMP EAX,-0x1 MOV EAX,0x0 CMOVZ R15D,R14D CMOVZ RCX,RAX JMP 0x00366893
null
null
null
null
[('const-0', u'COPY_-1205245120'), ('tmp_1678', u'CALL_-1205245781'), (u'INT_EQUAL_-1205245414', u'MULTIEQUAL_-1205245096'), ('tmp_1676', u'INT_NOTEQUAL_-1205245621'), ('const-433', u'LOAD_-1205245500'), ('const-8', u'PTRADD_-1205244928'), (u'INT_EQUAL_-1205245690', u'MULTIEQUAL_-1205245135'), ('tmp_2335', u'STORE_-1205245583'), ('const-433', u'LOAD_-1205245450'), (u'CAST_-1205244865', u'INT_LESSEQUAL_-1205245366'), ('const-433', u'LOAD_-1205245364'), ('const-433', u'LOAD_-1205245817'), ('const-433', u'LOAD_-1205245586'), ('const-0', u'RETURN_-1205245508'), (u'CAST_-1205245043', u'LOAD_-1205245817'), ('tmp_450', u'CBRANCH_-1205245620'), ('const-0', u'COPY_-1205245288'), ('const-0', u'INT_NOTEQUAL_-1205245672'), (u'CALL_-1205245781', u'SUBPIECE_-1205245038'), ('const-8', u'PTRADD_-1205244874'), (u'PTRADD_-1205244928', u'LOAD_-1205245500'), (u'INT_ADD_-1205245924', u'CAST_-1205245113'), (u'BOOL_AND_-1205245630', u'BOOL_AND_-1205244999'), ('const-0', u'COPY_-1205245095'), (u'SUBPIECE_-1205245038', u'INT_AND_-1205245335'), (u'INT_EQUAL_-1205245591', u'CBRANCH_-1205245588'), ('tmp_714', u'CBRANCH_-1205245475'), (u'PTRADD_-1205244869', u'LOAD_-1205245382'), ('const-4294967295', u'INT_EQUAL_-1205245304'), (u'BOOL_AND_-1205244999', u'MULTIEQUAL_-1205245135'), ('const-0', u'INT_NOTEQUAL_-1205245621'), ('const-8', u'PTRADD_-1205244869'), (u'PIECE_-1205245106', u'RETURN_-1205245508'), ('const-8', u'PTRADD_-1205244923'), ('tmp_1673', u'SUBPIECE_-1205245218'), (u'COPY_-1205245095', u'MULTIEQUAL_-1205245135'), (u'COPY_-1205245288', u'MULTIEQUAL_-1205245257'), (u'PTRADD_-1205245774', u'CAST_-1205245057'), ('const-433', u'LOAD_-1205245340'), ('const--4294967296', u'INT_AND_-1205245714'), ('const-2', u'PTRADD_-1205244923'), ('const-72', u'INT_ADD_-1205245324'), (u'CAST_-1205245057', u'LOAD_-1205245836'), (u'INT_EQUAL_-1205245690', u'BOOL_AND_-1205245630'), ('tmp_1673', u'CALL_-1205245781'), (u'CAST_-1205244890', u'LOAD_-1205245450'), (u'INT_AND_-1205245335', u'INT_OR_-1205245688'), (u'INT_ADD_-1205245801', u'CAST_-1205245043'), (u'CALL_-1205245781', u'SUBPIECE_-1205245039'), (u'PTRADD_-1205244874', u'LOAD_-1205245389'), ('tmp_394', u'CBRANCH_-1205245653'), (u'MULTIEQUAL_-1205245135', u'INT_EQUAL_-1205245591'), (u'CALLIND_-1205245330', u'INT_EQUAL_-1205245304'), (u'LOAD_-1205245836', u'INT_ADD_-1205245801'), ('const-433', u'LOAD_-1205245836'), ('tmp_1676', u'PTRADD_-1205244928'), ('tmp_510', u'CBRANCH_-1205245588'), ('const-32', u'INT_ADD_-1205245801'), ('tmp_1676', u'PTRADD_-1205244923'), ('const-72', u'INT_ADD_-1205245434'), (u'PTRADD_-1205244923', u'LOAD_-1205245493'), ('const-4294967295', u'INT_EQUAL_-1205245414'), ('tmp_1670', u'INT_ADD_-1205245924'), (u'CAST_-1205244913', u'INT_LESSEQUAL_-1205245477'), ('tmp_2335', u'LOAD_-1205245586'), (u'COPY_-1205244992', u'PIECE_-1205245106'), (u'LOAD_-1205245364', u'INT_ADD_-1205245324'), (u'SUBPIECE_-1205245039', u'LOAD_-1205245364'), ('const-4294967295', u'INT_EQUAL_-1205245639'), (u'CALL_-1205245781', u'SUBPIECE_-1205245060'), (u'INT_EQUAL_-1205245304', u'BOOL_AND_-1205244999'), ('const-4294967295', u'INT_AND_-1205245335'), ('const-433', u'LOAD_-1205245493'), (u'SUBPIECE_-1205245218', u'INT_EQUAL_-1205245639'), ('const-16', u'PTRADD_-1205245774'), (u'LOAD_-1205245475', u'INT_ADD_-1205245434'), ('tmp_794', u'BRANCH_-1205245409'), (u'LOAD_-1205245389', u'CAST_-1205244865'), (u'LOAD_-1205245382', u'CAST_-1205244864'), ('tmp_478', u'CBRANCH_-1205245605'), ('const-1', u'PTRADD_-1205245774'), (u'LOAD_-1205245450', u'CALLIND_-1205245440'), ('const-2', u'PTRADD_-1205244869'), (u'CAST_-1205244864', u'INT_LESSEQUAL_-1205245366'), ('const-8', u'SUBPIECE_-1205245038'), (u'CAST_-1205244914', u'INT_LESSEQUAL_-1205245477'), ('const-8', u'SUBPIECE_-1205245060'), ('tmp_1670', u'CALL_-1205245781'), ('const-433', u'LOAD_-1205245475'), ('const-433', u'STORE_-1205245583'), (u'INT_NOTEQUAL_-1205245672', u'BOOL_AND_-1205245630'), (u'INT_ADD_-1205245434', u'CAST_-1205244890'), (u'INT_OR_-1205245559', u'STORE_-1205245583'), ('const-433', u'LOAD_-1205245389'), (u'INT_EQUAL_-1205245304', u'CBRANCH_-1205245285'), (u'LOAD_-1205245500', u'CAST_-1205244914'), ('tmp_1678', u'INT_AND_-1205245714'), ('const-433', u'LOAD_-1205245382'), ('const-3', u'PTRADD_-1205244928'), (u'SUBPIECE_-1205245060', u'INT_EQUAL_-1205245690'), ('tmp_1679', u'CALL_-1205245781'), (u'LOAD_-1205245817', u'CALL_-1205245781'), ('const-0', u'SUBPIECE_-1205245218'), ('const-4294967295', u'INT_EQUAL_-1205245690'), (u'INT_EQUAL_-1205245639', u'MULTIEQUAL_-1205245096'), (u'INT_OR_-1205245688', u'PIECE_-1205245106'), (u'INT_EQUAL_-1205245639', u'CBRANCH_-1205245605'), ('tmp_1669', u'CALL_-1205245781'), (u'MULTIEQUAL_-1205245096', u'INT_EQUAL_-1205245591'), (u'INT_AND_-1205245714', u'INT_OR_-1205245688'), ('tmp_961', u'CBRANCH_-1205245285'), (u'LOAD_-1205245493', u'CAST_-1205244913'), (u'SUBPIECE_-1205245039', u'INT_NOTEQUAL_-1205245672'), (u'SUBPIECE_-1205245039', u'CALLIND_-1205245330'), (u'INT_LESSEQUAL_-1205245366', u'CBRANCH_-1205245364'), (u'LOAD_-1205245340', u'CALLIND_-1205245330'), (u'INT_NOTEQUAL_-1205245621', u'CBRANCH_-1205245620'), ('tmp_867', u'CBRANCH_-1205245364'), ('const-0', u'SUBPIECE_-1205245039'), (u'CAST_-1205244842', u'LOAD_-1205245340'), ('tmp_1676', u'LOAD_-1205245475'), (u'SUBPIECE_-1205245039', u'PTRADD_-1205244869'), (u'LOAD_-1205245586', u'INT_OR_-1205245559'), ('tmp_2335', u'CALL_-1205245781'), ('tmp_1676', u'CALLIND_-1205245440'), (u'MULTIEQUAL_-1205245257', u'COPY_-1205244992'), (u'SUBPIECE_-1205245039', u'PTRADD_-1205244874'), (u'INT_ADD_-1205245324', u'CAST_-1205244842'), ('tmp_2336', u'CALL_-1205245781'), ('tmp_1676', u'CALL_-1205245781'), (u'COPY_-1205245120', u'MULTIEQUAL_-1205245096'), ('const-2', u'INT_OR_-1205245559'), (u'CALL_-1205245859', u'PTRADD_-1205245774'), (u'INT_LESSEQUAL_-1205245477', u'CBRANCH_-1205245475'), ('const-208', u'INT_ADD_-1205245924'), ('const-3', u'PTRADD_-1205244874'), (u'SUBPIECE_-1205245039', u'MULTIEQUAL_-1205245257'), (u'CALLIND_-1205245440', u'INT_EQUAL_-1205245414'), (u'BOOL_AND_-1205245630', u'CBRANCH_-1205245653'), (u'CAST_-1205245113', u'CALL_-1205245859')]
[(u'INT_EQUAL_-1205245639', u'MULTIEQUAL_-1205245095'), ('const-433', u'LOAD_-1205245340'), ('tmp_1677', u'INT_ADD_-1205245924'), ('tmp_1685', u'CALL_-1205245781'), (u'INT_ADD_-1205245924', u'CALL_-1205245859'), ('const-8', u'PTRADD_-1205244873'), ('const-3', u'PTRADD_-1205244927'), (u'INT_OR_-1205245688', u'PIECE_-1205245105'), ('const-433', u'STORE_-1205245583'), ('const-8', u'PTRADD_-1205244922'), (u'CAST_-1205244865', u'INT_LESSEQUAL_-1205245366'), ('const-0', u'RETURN_-1205245508'), (u'SUBPIECE_-1205245038', u'LOAD_-1205245364'), (u'CAST_-1205245043', u'LOAD_-1205245817'), ('tmp_450', u'CBRANCH_-1205245620'), ('tmp_2354', u'LOAD_-1205245586'), (u'SUBPIECE_-1205245217', u'INT_EQUAL_-1205245639'), (u'CALL_-1205245781', u'SUBPIECE_-1205245037'), ('const-0', u'INT_NOTEQUAL_-1205245672'), (u'CALL_-1205245781', u'SUBPIECE_-1205245038'), ('const-433', u'LOAD_-1205245500'), ('const--4294967296', u'INT_AND_-1205245714'), ('const-2', u'PTRADD_-1205244868'), (u'INT_EQUAL_-1205245591', u'CBRANCH_-1205245588'), ('tmp_714', u'CBRANCH_-1205245475'), ('tmp_1683', u'INT_NOTEQUAL_-1205245621'), (u'MULTIEQUAL_-1205245095', u'INT_EQUAL_-1205245591'), ('const-0', u'INT_NOTEQUAL_-1205245621'), ('tmp_2354', u'STORE_-1205245583'), ('const-8', u'SUBPIECE_-1205245059'), ('const-8', u'SUBPIECE_-1205245037'), (u'BOOL_AND_-1205244998', u'MULTIEQUAL_-1205245134'), (u'PTRADD_-1205244873', u'LOAD_-1205245389'), (u'MULTIEQUAL_-1205245256', u'COPY_-1205244991'), ('const-72', u'INT_ADD_-1205245324'), (u'CAST_-1205245057', u'LOAD_-1205245836'), (u'INT_ADD_-1205245820', u'CAST_-1205245057'), (u'INT_EQUAL_-1205245690', u'BOOL_AND_-1205245630'), ('const-433', u'LOAD_-1205245493'), (u'CAST_-1205244890', u'LOAD_-1205245450'), (u'SUBPIECE_-1205245038', u'PTRADD_-1205244873'), (u'INT_AND_-1205245335', u'INT_OR_-1205245688'), ('const-433', u'LOAD_-1205245836'), (u'INT_ADD_-1205245801', u'CAST_-1205245043'), ('const-0', u'SUBPIECE_-1205245038'), ('tmp_1677', u'CALL_-1205245781'), ('const-0', u'COPY_-1205245288'), ('tmp_394', u'CBRANCH_-1205245653'), (u'SUBPIECE_-1205245059', u'INT_EQUAL_-1205245690'), (u'CALLIND_-1205245330', u'INT_EQUAL_-1205245304'), (u'LOAD_-1205245836', u'INT_ADD_-1205245801'), ('tmp_1683', u'CALL_-1205245781'), ('tmp_510', u'CBRANCH_-1205245588'), ('tmp_2354', u'CALL_-1205245781'), ('const-433', u'LOAD_-1205245586'), ('const-32', u'INT_ADD_-1205245801'), ('const-3', u'PTRADD_-1205244873'), (u'PTRADD_-1205244927', u'LOAD_-1205245500'), ('const-72', u'INT_ADD_-1205245434'), (u'SUBPIECE_-1205245038', u'INT_NOTEQUAL_-1205245672'), ('const-433', u'LOAD_-1205245364'), (u'INT_EQUAL_-1205245690', u'MULTIEQUAL_-1205245134'), (u'COPY_-1205245094', u'MULTIEQUAL_-1205245134'), (u'SUBPIECE_-1205245038', u'MULTIEQUAL_-1205245256'), (u'CAST_-1205244913', u'INT_LESSEQUAL_-1205245477'), ('tmp_1683', u'CALLIND_-1205245440'), (u'PTRADD_-1205244922', u'LOAD_-1205245493'), (u'LOAD_-1205245364', u'INT_ADD_-1205245324'), ('tmp_1685', u'INT_AND_-1205245714'), ('const-2', u'PTRADD_-1205244922'), ('tmp_1680', u'SUBPIECE_-1205245217'), ('tmp_1683', u'LOAD_-1205245475'), (u'INT_EQUAL_-1205245414', u'MULTIEQUAL_-1205245095'), (u'COPY_-1205245119', u'MULTIEQUAL_-1205245095'), ('tmp_1683', u'PTRADD_-1205244927'), ('const-0', u'COPY_-1205245094'), (u'LOAD_-1205245475', u'INT_ADD_-1205245434'), ('tmp_794', u'BRANCH_-1205245409'), ('const-4294967295', u'INT_EQUAL_-1205245639'), (u'LOAD_-1205245389', u'CAST_-1205244865'), (u'LOAD_-1205245382', u'CAST_-1205244864'), ('const-433', u'LOAD_-1205245382'), (u'INT_EQUAL_-1205245304', u'BOOL_AND_-1205244998'), ('const-8', u'PTRADD_-1205244868'), ('tmp_478', u'CBRANCH_-1205245605'), (u'LOAD_-1205245450', u'CALLIND_-1205245440'), (u'PTRADD_-1205244868', u'LOAD_-1205245382'), (u'CALL_-1205245781', u'SUBPIECE_-1205245059'), (u'CALL_-1205245859', u'INT_ADD_-1205245820'), ('const-4294967295', u'INT_AND_-1205245335'), (u'CAST_-1205244864', u'INT_LESSEQUAL_-1205245366'), (u'CAST_-1205244914', u'INT_LESSEQUAL_-1205245477'), ('const-4294967295', u'INT_EQUAL_-1205245690'), ('const-433', u'LOAD_-1205245817'), ('const-8', u'PTRADD_-1205244927'), (u'INT_NOTEQUAL_-1205245672', u'BOOL_AND_-1205245630'), (u'INT_ADD_-1205245434', u'CAST_-1205244890'), (u'INT_OR_-1205245559', u'STORE_-1205245583'), (u'INT_EQUAL_-1205245304', u'CBRANCH_-1205245285'), (u'LOAD_-1205245500', u'CAST_-1205244914'), ('const-16', u'INT_ADD_-1205245820'), ('const-0', u'SUBPIECE_-1205245217'), (u'LOAD_-1205245817', u'CALL_-1205245781'), ('const-4294967295', u'INT_EQUAL_-1205245414'), (u'INT_EQUAL_-1205245639', u'CBRANCH_-1205245605'), ('tmp_1683', u'PTRADD_-1205244922'), ('const-0', u'COPY_-1205245119'), (u'INT_AND_-1205245714', u'INT_OR_-1205245688'), ('tmp_961', u'CBRANCH_-1205245285'), (u'COPY_-1205244991', u'PIECE_-1205245105'), (u'LOAD_-1205245493', u'CAST_-1205244913'), (u'PIECE_-1205245105', u'RETURN_-1205245508'), ('const-433', u'LOAD_-1205245475'), (u'INT_LESSEQUAL_-1205245366', u'CBRANCH_-1205245364'), (u'LOAD_-1205245340', u'CALLIND_-1205245330'), (u'INT_NOTEQUAL_-1205245621', u'CBRANCH_-1205245620'), ('tmp_867', u'CBRANCH_-1205245364'), (u'CAST_-1205244842', u'LOAD_-1205245340'), (u'BOOL_AND_-1205245630', u'BOOL_AND_-1205244998'), ('tmp_2355', u'CALL_-1205245781'), (u'LOAD_-1205245586', u'INT_OR_-1205245559'), (u'MULTIEQUAL_-1205245134', u'INT_EQUAL_-1205245591'), ('tmp_1686', u'CALL_-1205245781'), (u'SUBPIECE_-1205245038', u'PTRADD_-1205244868'), (u'SUBPIECE_-1205245037', u'INT_AND_-1205245335'), (u'INT_ADD_-1205245324', u'CAST_-1205244842'), ('tmp_1680', u'CALL_-1205245781'), ('tmp_1676', u'CALL_-1205245781'), (u'COPY_-1205245288', u'MULTIEQUAL_-1205245256'), ('const-2', u'INT_OR_-1205245559'), (u'INT_LESSEQUAL_-1205245477', u'CBRANCH_-1205245475'), ('const-4294967295', u'INT_EQUAL_-1205245304'), ('const-208', u'INT_ADD_-1205245924'), ('const-433', u'LOAD_-1205245450'), ('const-433', u'LOAD_-1205245389'), (u'CALLIND_-1205245440', u'INT_EQUAL_-1205245414'), (u'BOOL_AND_-1205245630', u'CBRANCH_-1205245653'), (u'SUBPIECE_-1205245038', u'CALLIND_-1205245330')]
null
null
00366800
x64
O2
(translation_unit "undefined1 [16]\nFUN_00366800(undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)\n\n{\n bool bVar1;\n int iVar2;\n long lVar3;\n long *plVar4;\n bool bVar5;\n undefined1 auVar6 [16];\n int local_40;\n \n lVar3 = FUN_00303160(param_6 + 0xd0);\n auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20));\n plVar4 = auVar6._0_8_;\n local_40 = auVar6._8_4_;\n auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff;\n bVar5 = local_40 == -1;\n bVar1 = plVar4 != (long *)0x0 && bVar5;\n if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }\n bVar1 = (int)param_5 == -1;\n if (((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }\n if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }\n auVar6._0_8_ = plVar4;\n return auVar6;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_00366800(undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)\n\n{\n bool bVar1;" (macro_type_specifier "FUN_00366800(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , identifier (ERROR "param_2" identifier) , (ERROR "ulong" identifier) identifier , (ERROR "long" identifier) (pointer_declarator "*param_4" * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (ERROR "uint" identifier) (pointer_declarator "*param_7" * identifier) , (ERROR "undefined8 param_8)\n\n{\n bool" identifier identifier ) { primitive_type) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "undefined1 auVar6 [16];" type_identifier (array_declarator "auVar6 [16]" identifier [ number_literal ]) ;) (declaration "int local_40;" primitive_type identifier ;) (expression_statement "lVar3 = FUN_00303160(param_6 + 0xd0);" (assignment_expression "lVar3 = FUN_00303160(param_6 + 0xd0)" identifier = (call_expression "FUN_00303160(param_6 + 0xd0)" identifier (argument_list "(param_6 + 0xd0)" ( (binary_expression "param_6 + 0xd0" identifier + number_literal) )))) ;) (expression_statement "auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20));" (assignment_expression "auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" identifier = (call_expression "FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20)" * (cast_expression "(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar3 + 0x10) + 0x20)" ( (binary_expression "*(long *)(lVar3 + 0x10) + 0x20" (pointer_expression "*(long *)(lVar3 + 0x10)" * (cast_expression "(long *)(lVar3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) + number_literal) )))) )))) ;) (expression_statement "plVar4 = auVar6._0_8_;" (assignment_expression "plVar4 = auVar6._0_8_" identifier = (field_expression "auVar6._0_8_" identifier . field_identifier)) ;) (expression_statement "local_40 = auVar6._8_4_;" (assignment_expression "local_40 = auVar6._8_4_" identifier = (field_expression "auVar6._8_4_" identifier . field_identifier)) ;) (expression_statement "auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff;" (assignment_expression "auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) = (binary_expression "param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff" (binary_expression "param_3 & 0xffffffff00000000" identifier & number_literal) | (binary_expression "auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) & number_literal))) ;) (expression_statement "bVar5 = local_40 == -1;" (assignment_expression "bVar5 = local_40 == -1" identifier = (binary_expression "local_40 == -1" identifier == number_literal)) ;) (expression_statement "bVar1 = plVar4 != (long *)0x0 && bVar5;" (assignment_expression "bVar1 = plVar4 != (long *)0x0 && bVar5" identifier = (binary_expression "plVar4 != (long *)0x0 && bVar5" (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && identifier)) ;) (if_statement "if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }" if (parenthesized_expression "((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2]))" ( (binary_expression "(bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])" (parenthesized_expression "(bVar1)" ( identifier )) && (parenthesized_expression "(bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])" ( (comma_expression "bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2]" (assignment_expression "bVar5 = false" identifier = false) , (binary_expression "(ulong)plVar4[3] <= (ulong)plVar4[2]" (cast_expression "(ulong)plVar4[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar4[3]" identifier [ number_literal ])) <= (cast_expression "(ulong)plVar4[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }" { (expression_statement "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);" (assignment_expression "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4)" identifier = (call_expression "(**(code **)(*plVar4 + 0x48))(plVar4)" (parenthesized_expression "(**(code **)(*plVar4 + 0x48))" ( (pointer_expression "**(code **)(*plVar4 + 0x48)" * (pointer_expression "*(code **)(*plVar4 + 0x48)" * (cast_expression "(code **)(*plVar4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar4 + 0x48)" ( (binary_expression "*plVar4 + 0x48" (pointer_expression "*plVar4" * identifier) + number_literal) ))))) )) (argument_list "(plVar4)" ( identifier )))) ;) (expression_statement "bVar5 = iVar2 == -1 && bVar1;" (assignment_expression "bVar5 = iVar2 == -1 && bVar1" identifier = (binary_expression "iVar2 == -1 && bVar1" (binary_expression "iVar2 == -1" identifier == number_literal) && identifier)) ;) (if_statement "if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n plVar4 = (long *)0x0;\n }" { (expression_statement "plVar4 = (long *)0x0;" (assignment_expression "plVar4 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) })) (expression_statement "bVar1 = (int)param_5 == -1;" (assignment_expression "bVar1 = (int)param_5 == -1" identifier = (binary_expression "(int)param_5 == -1" (cast_expression "(int)param_5" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if (((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }" if (parenthesized_expression "(((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2]))" ( (binary_expression "((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])" (parenthesized_expression "((param_4 != (long *)0x0) && (bVar1))" ( (binary_expression "(param_4 != (long *)0x0) && (bVar1)" (parenthesized_expression "(param_4 != (long *)0x0)" ( (binary_expression "param_4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(bVar1)" ( identifier ))) )) && (parenthesized_expression "(bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])" ( (comma_expression "bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2]" (assignment_expression "bVar1 = false" identifier = false) , (binary_expression "(ulong)param_4[3] <= (ulong)param_4[2]" (cast_expression "(ulong)param_4[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_4[3]" identifier [ number_literal ])) <= (cast_expression "(ulong)param_4[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_4[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }" { (expression_statement "iVar2 = (**(code **)(*param_4 + 0x48))(param_4);" (assignment_expression "iVar2 = (**(code **)(*param_4 + 0x48))(param_4)" identifier = (call_expression "(**(code **)(*param_4 + 0x48))(param_4)" (parenthesized_expression "(**(code **)(*param_4 + 0x48))" ( (pointer_expression "**(code **)(*param_4 + 0x48)" * (pointer_expression "*(code **)(*param_4 + 0x48)" * (cast_expression "(code **)(*param_4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0x48)" ( (binary_expression "*param_4 + 0x48" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_4)" ( identifier )))) ;) (expression_statement "bVar1 = iVar2 == -1;" (assignment_expression "bVar1 = iVar2 == -1" identifier = (binary_expression "iVar2 == -1" identifier == number_literal)) ;) })) (if_statement "if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(bVar5 == bVar1)" ( (binary_expression "bVar5 == bVar1" identifier == identifier) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar6._0_8_ = plVar4;" (assignment_expression "auVar6._0_8_ = plVar4" (field_expression "auVar6._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar6;" return identifier ;) (ERROR "}" }))
(translation_unit "/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::do_get_time(std::istreambuf_iterator<char, std::char_traits<char> >,\n std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*)\n const */\n\nundefined1 [16]\nstd::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::do_get_time\n (undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)\n\n{\n bool bVar1;\n int iVar2;\n __timepunct *p_Var3;\n long *plVar4;\n bool bVar5;\n undefined1 auVar6 [16];\n int local_40;\n \n p_Var3 = use_facet<std::__timepunct<char>>((locale *)(param_6 + 0xd0));\n auVar6 = _M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20));\n plVar4 = auVar6._0_8_;\n local_40 = auVar6._8_4_;\n auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff;\n bVar5 = local_40 == -1;\n bVar1 = plVar4 != (long *)0x0 && bVar5;\n if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }\n bVar1 = (int)param_5 == -1;\n if (((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }\n if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }\n auVar6._0_8_ = plVar4;\n return auVar6;\n}\n\n" comment (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (labeled_statement "std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::do_get_time\n (undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)" statement_identifier (ERROR "::time_get<char,std::istreambuf_iterator<char,std:" : : (comma_expression "time_get<char,std" (binary_expression "time_get<char" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) :) : (expression_statement "char_traits<char>>>::do_get_time\n (undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)" (binary_expression "char_traits<char>>>::do_get_time\n (undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)" identifier < (binary_expression "char>>>::do_get_time\n (undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)" identifier >> (ERROR ">::" > : :) (call_expression "do_get_time\n (undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)" identifier (argument_list "(undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)" ( identifier (ERROR "param_1" identifier) , identifier (ERROR "param_2" identifier) , (ERROR "ulong" identifier) identifier , (binary_expression "long *param_4" identifier * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (binary_expression "uint *param_7" identifier * identifier) , identifier (ERROR "param_8" identifier) ))))) ;)) (compound_statement "{\n bool bVar1;\n int iVar2;\n __timepunct *p_Var3;\n long *plVar4;\n bool bVar5;\n undefined1 auVar6 [16];\n int local_40;\n \n p_Var3 = use_facet<std::__timepunct<char>>((locale *)(param_6 + 0xd0));\n auVar6 = _M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20));\n plVar4 = auVar6._0_8_;\n local_40 = auVar6._8_4_;\n auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff;\n bVar5 = local_40 == -1;\n bVar1 = plVar4 != (long *)0x0 && bVar5;\n if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }\n bVar1 = (int)param_5 == -1;\n if (((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }\n if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }\n auVar6._0_8_ = plVar4;\n return auVar6;\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "__timepunct *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "undefined1 auVar6 [16];" type_identifier (array_declarator "auVar6 [16]" identifier [ number_literal ]) ;) (declaration "int local_40;" primitive_type identifier ;) (expression_statement "p_Var3 = use_facet<std::__timepunct<char>>((locale *)(param_6 + 0xd0));" (binary_expression "p_Var3 = use_facet<std::__timepunct<char>>((locale *)(param_6 + 0xd0))" (assignment_expression "p_Var3 = use_facet<std" identifier = (binary_expression "use_facet<std" identifier < identifier)) (ERROR "::__timepunct" : : identifier) < (binary_expression "char>>((locale *)(param_6 + 0xd0))" identifier >> (parenthesized_expression "((locale *)(param_6 + 0xd0))" ( (cast_expression "(locale *)(param_6 + 0xd0)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_6 + 0xd0)" ( (binary_expression "param_6 + 0xd0" identifier + number_literal) ))) )))) ;) (expression_statement "auVar6 = _M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20));" (assignment_expression "auVar6 = _M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20))" identifier = (call_expression "_M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20))" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20))" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "*(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20)" * (cast_expression "(undefined8 *)(*(long *)(p_Var3 + 0x10) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(p_Var3 + 0x10) + 0x20)" ( (binary_expression "*(long *)(p_Var3 + 0x10) + 0x20" (pointer_expression "*(long *)(p_Var3 + 0x10)" * (cast_expression "(long *)(p_Var3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var3 + 0x10)" ( (binary_expression "p_Var3 + 0x10" identifier + number_literal) )))) + number_literal) )))) )))) ;) (expression_statement "plVar4 = auVar6._0_8_;" (assignment_expression "plVar4 = auVar6._0_8_" identifier = (field_expression "auVar6._0_8_" identifier . field_identifier)) ;) (expression_statement "local_40 = auVar6._8_4_;" (assignment_expression "local_40 = auVar6._8_4_" identifier = (field_expression "auVar6._8_4_" identifier . field_identifier)) ;) (expression_statement "auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff;" (assignment_expression "auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) = (binary_expression "param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff" (binary_expression "param_3 & 0xffffffff00000000" identifier & number_literal) | (binary_expression "auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) & number_literal))) ;) (expression_statement "bVar5 = local_40 == -1;" (assignment_expression "bVar5 = local_40 == -1" identifier = (binary_expression "local_40 == -1" identifier == number_literal)) ;) (expression_statement "bVar1 = plVar4 != (long *)0x0 && bVar5;" (assignment_expression "bVar1 = plVar4 != (long *)0x0 && bVar5" identifier = (binary_expression "plVar4 != (long *)0x0 && bVar5" (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && identifier)) ;) (if_statement "if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }" if (parenthesized_expression "((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2]))" ( (binary_expression "(bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])" (parenthesized_expression "(bVar1)" ( identifier )) && (parenthesized_expression "(bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])" ( (comma_expression "bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2]" (assignment_expression "bVar5 = false" identifier = false) , (binary_expression "(ulong)plVar4[3] <= (ulong)plVar4[2]" (cast_expression "(ulong)plVar4[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar4[3]" identifier [ number_literal ])) <= (cast_expression "(ulong)plVar4[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }" { (expression_statement "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);" (assignment_expression "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4)" identifier = (call_expression "(**(code **)(*plVar4 + 0x48))(plVar4)" (parenthesized_expression "(**(code **)(*plVar4 + 0x48))" ( (pointer_expression "**(code **)(*plVar4 + 0x48)" * (pointer_expression "*(code **)(*plVar4 + 0x48)" * (cast_expression "(code **)(*plVar4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar4 + 0x48)" ( (binary_expression "*plVar4 + 0x48" (pointer_expression "*plVar4" * identifier) + number_literal) ))))) )) (argument_list "(plVar4)" ( identifier )))) ;) (expression_statement "bVar5 = iVar2 == -1 && bVar1;" (assignment_expression "bVar5 = iVar2 == -1 && bVar1" identifier = (binary_expression "iVar2 == -1 && bVar1" (binary_expression "iVar2 == -1" identifier == number_literal) && identifier)) ;) (if_statement "if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n plVar4 = (long *)0x0;\n }" { (expression_statement "plVar4 = (long *)0x0;" (assignment_expression "plVar4 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) })) (expression_statement "bVar1 = (int)param_5 == -1;" (assignment_expression "bVar1 = (int)param_5 == -1" identifier = (binary_expression "(int)param_5 == -1" (cast_expression "(int)param_5" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if (((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }" if (parenthesized_expression "(((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2]))" ( (binary_expression "((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])" (parenthesized_expression "((param_4 != (long *)0x0) && (bVar1))" ( (binary_expression "(param_4 != (long *)0x0) && (bVar1)" (parenthesized_expression "(param_4 != (long *)0x0)" ( (binary_expression "param_4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(bVar1)" ( identifier ))) )) && (parenthesized_expression "(bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])" ( (comma_expression "bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2]" (assignment_expression "bVar1 = false" identifier = false) , (binary_expression "(ulong)param_4[3] <= (ulong)param_4[2]" (cast_expression "(ulong)param_4[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_4[3]" identifier [ number_literal ])) <= (cast_expression "(ulong)param_4[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_4[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }" { (expression_statement "iVar2 = (**(code **)(*param_4 + 0x48))(param_4);" (assignment_expression "iVar2 = (**(code **)(*param_4 + 0x48))(param_4)" identifier = (call_expression "(**(code **)(*param_4 + 0x48))(param_4)" (parenthesized_expression "(**(code **)(*param_4 + 0x48))" ( (pointer_expression "**(code **)(*param_4 + 0x48)" * (pointer_expression "*(code **)(*param_4 + 0x48)" * (cast_expression "(code **)(*param_4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0x48)" ( (binary_expression "*param_4 + 0x48" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_4)" ( identifier )))) ;) (expression_statement "bVar1 = iVar2 == -1;" (assignment_expression "bVar1 = iVar2 == -1" identifier = (binary_expression "iVar2 == -1" identifier == number_literal)) ;) })) (if_statement "if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(bVar5 == bVar1)" ( (binary_expression "bVar5 == bVar1" identifier == identifier) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar6._0_8_ = plVar4;" (assignment_expression "auVar6._0_8_ = plVar4" (field_expression "auVar6._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar6;" return identifier ;) }))
(translation_unit "undefined1 [16]\nFUN_00366800(undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)\n\n{\n bool bVar1;\n int iVar2;\n long lVar3;\n long *plVar4;\n bool bVar5;\n undefined1 auVar6 [16];\n int local_40;\n \n lVar3 = FUN_00303160(param_6 + 0xd0);\n auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20));\n plVar4 = auVar6._0_8_;\n local_40 = auVar6._8_4_;\n auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff;\n bVar5 = local_40 == -1;\n bVar1 = plVar4 != (long *)0x0 && bVar5;\n if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }\n bVar1 = (int)param_5 == -1;\n if (((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }\n if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }\n auVar6._0_8_ = plVar4;\n return auVar6;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_00366800(undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)\n\n{\n bool bVar1;" (macro_type_specifier "FUN_00366800(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , identifier (ERROR "param_2" identifier) , (ERROR "ulong" identifier) identifier , (ERROR "long" identifier) (pointer_declarator "*param_4" * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (ERROR "uint" identifier) (pointer_declarator "*param_7" * identifier) , (ERROR "undefined8 param_8)\n\n{\n bool" identifier identifier ) { primitive_type) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "undefined1 auVar6 [16];" type_identifier (array_declarator "auVar6 [16]" identifier [ number_literal ]) ;) (declaration "int local_40;" primitive_type identifier ;) (expression_statement "lVar3 = FUN_00303160(param_6 + 0xd0);" (assignment_expression "lVar3 = FUN_00303160(param_6 + 0xd0)" identifier = (call_expression "FUN_00303160(param_6 + 0xd0)" identifier (argument_list "(param_6 + 0xd0)" ( (binary_expression "param_6 + 0xd0" identifier + number_literal) )))) ;) (expression_statement "auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20));" (assignment_expression "auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" identifier = (call_expression "FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20)" * (cast_expression "(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar3 + 0x10) + 0x20)" ( (binary_expression "*(long *)(lVar3 + 0x10) + 0x20" (pointer_expression "*(long *)(lVar3 + 0x10)" * (cast_expression "(long *)(lVar3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) + number_literal) )))) )))) ;) (expression_statement "plVar4 = auVar6._0_8_;" (assignment_expression "plVar4 = auVar6._0_8_" identifier = (field_expression "auVar6._0_8_" identifier . field_identifier)) ;) (expression_statement "local_40 = auVar6._8_4_;" (assignment_expression "local_40 = auVar6._8_4_" identifier = (field_expression "auVar6._8_4_" identifier . field_identifier)) ;) (expression_statement "auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff;" (assignment_expression "auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) = (binary_expression "param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff" (binary_expression "param_3 & 0xffffffff00000000" identifier & number_literal) | (binary_expression "auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) & number_literal))) ;) (expression_statement "bVar5 = local_40 == -1;" (assignment_expression "bVar5 = local_40 == -1" identifier = (binary_expression "local_40 == -1" identifier == number_literal)) ;) (expression_statement "bVar1 = plVar4 != (long *)0x0 && bVar5;" (assignment_expression "bVar1 = plVar4 != (long *)0x0 && bVar5" identifier = (binary_expression "plVar4 != (long *)0x0 && bVar5" (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && identifier)) ;) (if_statement "if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }" if (parenthesized_expression "((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2]))" ( (binary_expression "(bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])" (parenthesized_expression "(bVar1)" ( identifier )) && (parenthesized_expression "(bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])" ( (comma_expression "bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2]" (assignment_expression "bVar5 = false" identifier = false) , (binary_expression "(ulong)plVar4[3] <= (ulong)plVar4[2]" (cast_expression "(ulong)plVar4[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar4[3]" identifier [ number_literal ])) <= (cast_expression "(ulong)plVar4[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }" { (expression_statement "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);" (assignment_expression "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4)" identifier = (call_expression "(**(code **)(*plVar4 + 0x48))(plVar4)" (parenthesized_expression "(**(code **)(*plVar4 + 0x48))" ( (pointer_expression "**(code **)(*plVar4 + 0x48)" * (pointer_expression "*(code **)(*plVar4 + 0x48)" * (cast_expression "(code **)(*plVar4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar4 + 0x48)" ( (binary_expression "*plVar4 + 0x48" (pointer_expression "*plVar4" * identifier) + number_literal) ))))) )) (argument_list "(plVar4)" ( identifier )))) ;) (expression_statement "bVar5 = iVar2 == -1 && bVar1;" (assignment_expression "bVar5 = iVar2 == -1 && bVar1" identifier = (binary_expression "iVar2 == -1 && bVar1" (binary_expression "iVar2 == -1" identifier == number_literal) && identifier)) ;) (if_statement "if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n plVar4 = (long *)0x0;\n }" { (expression_statement "plVar4 = (long *)0x0;" (assignment_expression "plVar4 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) })) (expression_statement "bVar1 = (int)param_5 == -1;" (assignment_expression "bVar1 = (int)param_5 == -1" identifier = (binary_expression "(int)param_5 == -1" (cast_expression "(int)param_5" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if (((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }" if (parenthesized_expression "(((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2]))" ( (binary_expression "((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])" (parenthesized_expression "((param_4 != (long *)0x0) && (bVar1))" ( (binary_expression "(param_4 != (long *)0x0) && (bVar1)" (parenthesized_expression "(param_4 != (long *)0x0)" ( (binary_expression "param_4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(bVar1)" ( identifier ))) )) && (parenthesized_expression "(bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])" ( (comma_expression "bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2]" (assignment_expression "bVar1 = false" identifier = false) , (binary_expression "(ulong)param_4[3] <= (ulong)param_4[2]" (cast_expression "(ulong)param_4[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_4[3]" identifier [ number_literal ])) <= (cast_expression "(ulong)param_4[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_4[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }" { (expression_statement "iVar2 = (**(code **)(*param_4 + 0x48))(param_4);" (assignment_expression "iVar2 = (**(code **)(*param_4 + 0x48))(param_4)" identifier = (call_expression "(**(code **)(*param_4 + 0x48))(param_4)" (parenthesized_expression "(**(code **)(*param_4 + 0x48))" ( (pointer_expression "**(code **)(*param_4 + 0x48)" * (pointer_expression "*(code **)(*param_4 + 0x48)" * (cast_expression "(code **)(*param_4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0x48)" ( (binary_expression "*param_4 + 0x48" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_4)" ( identifier )))) ;) (expression_statement "bVar1 = iVar2 == -1;" (assignment_expression "bVar1 = iVar2 == -1" identifier = (binary_expression "iVar2 == -1" identifier == number_literal)) ;) })) (if_statement "if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(bVar5 == bVar1)" ( (binary_expression "bVar5 == bVar1" identifier == identifier) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar6._0_8_ = plVar4;" (assignment_expression "auVar6._0_8_ = plVar4" (field_expression "auVar6._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar6;" return identifier ;) (ERROR "}" }))
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (declaration (macro_type_specifier IDENT ( (type_descriptor TYPE) )) IDENT , IDENT (ERROR IDENT) , (ERROR IDENT) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , IDENT (ERROR IDENT) , (ERROR IDENT) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , (ERROR IDENT IDENT ) { TYPE) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT . field_identifier)) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT . field_identifier)) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (binary_expression (binary_expression IDENT & LIT) | (binary_expression (field_expression IDENT . field_identifier) & LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) && IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( IDENT )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = BOOL) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT == LIT) && IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) })) })) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( IDENT ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = BOOL) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | LIT)) ;) })) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (return_statement return IDENT ;) (ERROR }))
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (declaration "FUN_00366800(undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,undefined8 param_8)\n\n{\n bool bVar1;" (macro_type_specifier "FUN_00366800(undefined8" (identifier "FUN_00366800") (( "(") (type_descriptor "undefined8" (type_identifier "undefined8")) () "")) (identifier "param_1") (, ",") (identifier "undefined8") (ERROR "param_2" (identifier "param_2")) (, ",") (ERROR "ulong" (identifier "ulong")) (identifier "param_3") (, ",") (ERROR "long" (identifier "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4")) (, ",") (identifier "undefined8") (ERROR "param_5" (identifier "param_5")) (, ",") (ERROR "long" (identifier "long")) (identifier "param_6") (, ",") (ERROR "uint" (identifier "uint")) (pointer_declarator "*param_7" (* "*") (identifier "param_7")) (, ",") (ERROR "undefined8 param_8)\n\n{\n bool" (identifier "undefined8") (identifier "param_8") () ")") ({ "{") (primitive_type "bool")) (identifier "bVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "undefined1 auVar6 [16];" (type_identifier "undefined1") (array_declarator "auVar6 [16]" (identifier "auVar6") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "int local_40;" (primitive_type "int") (identifier "local_40") (; ";")) (expression_statement "lVar3 = FUN_00303160(param_6 + 0xd0);" (assignment_expression "lVar3 = FUN_00303160(param_6 + 0xd0)" (identifier "lVar3") (= "=") (call_expression "FUN_00303160(param_6 + 0xd0)" (identifier "FUN_00303160") (argument_list "(param_6 + 0xd0)" (( "(") (binary_expression "param_6 + 0xd0" (identifier "param_6") (+ "+") (number_literal "0xd0")) () ")")))) (; ";")) (expression_statement "auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20));" (assignment_expression "auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" (identifier "auVar6") (= "=") (call_expression "FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" (identifier "FUN_003651f0") (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,\n *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20))" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20)" (* "*") (cast_expression "(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar3 + 0x10) + 0x20)" (( "(") (binary_expression "*(long *)(lVar3 + 0x10) + 0x20" (pointer_expression "*(long *)(lVar3 + 0x10)" (* "*") (cast_expression "(long *)(lVar3 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x10)" (( "(") (binary_expression "lVar3 + 0x10" (identifier "lVar3") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) () ")")))) (; ";")) (expression_statement "plVar4 = auVar6._0_8_;" (assignment_expression "plVar4 = auVar6._0_8_" (identifier "plVar4") (= "=") (field_expression "auVar6._0_8_" (identifier "auVar6") (. ".") (field_identifier "_0_8_"))) (; ";")) (expression_statement "local_40 = auVar6._8_4_;" (assignment_expression "local_40 = auVar6._8_4_" (identifier "local_40") (= "=") (field_expression "auVar6._8_4_" (identifier "auVar6") (. ".") (field_identifier "_8_4_"))) (; ";")) (expression_statement "auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff;" (assignment_expression "auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" (identifier "auVar6") (. ".") (field_identifier "_8_8_")) (= "=") (binary_expression "param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff" (binary_expression "param_3 & 0xffffffff00000000" (identifier "param_3") (& "&") (number_literal "0xffffffff00000000")) (| "|") (binary_expression "auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" (identifier "auVar6") (. ".") (field_identifier "_8_8_")) (& "&") (number_literal "0xffffffff")))) (; ";")) (expression_statement "bVar5 = local_40 == -1;" (assignment_expression "bVar5 = local_40 == -1" (identifier "bVar5") (= "=") (binary_expression "local_40 == -1" (identifier "local_40") (== "==") (number_literal "-1"))) (; ";")) (expression_statement "bVar1 = plVar4 != (long *)0x0 && bVar5;" (assignment_expression "bVar1 = plVar4 != (long *)0x0 && bVar5" (identifier "bVar1") (= "=") (binary_expression "plVar4 != (long *)0x0 && bVar5" (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"))) (&& "&&") (identifier "bVar5"))) (; ";")) (if_statement "if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }" (if "if") (parenthesized_expression "((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2]))" (( "(") (binary_expression "(bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])" (parenthesized_expression "(bVar1)" (( "(") (identifier "bVar1") () ")")) (&& "&&") (parenthesized_expression "(bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])" (( "(") (comma_expression "bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2]" (assignment_expression "bVar5 = false" (identifier "bVar5") (= "=") (false "false")) (, ",") (binary_expression "(ulong)plVar4[3] <= (ulong)plVar4[2]" (cast_expression "(ulong)plVar4[3]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "plVar4[3]" (identifier "plVar4") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (cast_expression "(ulong)plVar4[2]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "plVar4[2]" (identifier "plVar4") ([ "[") (number_literal "2") (] "]"))))) () ")"))) () ")")) (compound_statement "{\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n bVar5 = iVar2 == -1 && bVar1;\n if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }\n }" ({ "{") (expression_statement "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);" (assignment_expression "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4)" (identifier "iVar2") (= "=") (call_expression "(**(code **)(*plVar4 + 0x48))(plVar4)" (parenthesized_expression "(**(code **)(*plVar4 + 0x48))" (( "(") (pointer_expression "**(code **)(*plVar4 + 0x48)" (* "*") (pointer_expression "*(code **)(*plVar4 + 0x48)" (* "*") (cast_expression "(code **)(*plVar4 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar4 + 0x48)" (( "(") (binary_expression "*plVar4 + 0x48" (pointer_expression "*plVar4" (* "*") (identifier "plVar4")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "(plVar4)" (( "(") (identifier "plVar4") () ")")))) (; ";")) (expression_statement "bVar5 = iVar2 == -1 && bVar1;" (assignment_expression "bVar5 = iVar2 == -1 && bVar1" (identifier "bVar5") (= "=") (binary_expression "iVar2 == -1 && bVar1" (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1")) (&& "&&") (identifier "bVar1"))) (; ";")) (if_statement "if (iVar2 == -1) {\n plVar4 = (long *)0x0;\n }" (if "if") (parenthesized_expression "(iVar2 == -1)" (( "(") (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n plVar4 = (long *)0x0;\n }" ({ "{") (expression_statement "plVar4 = (long *)0x0;" (assignment_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"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "bVar1 = (int)param_5 == -1;" (assignment_expression "bVar1 = (int)param_5 == -1" (identifier "bVar1") (= "=") (binary_expression "(int)param_5 == -1" (cast_expression "(int)param_5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_5")) (== "==") (number_literal "-1"))) (; ";")) (if_statement "if (((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }" (if "if") (parenthesized_expression "(((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2]))" (( "(") (binary_expression "((param_4 != (long *)0x0) && (bVar1)) &&\n (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])" (parenthesized_expression "((param_4 != (long *)0x0) && (bVar1))" (( "(") (binary_expression "(param_4 != (long *)0x0) && (bVar1)" (parenthesized_expression "(param_4 != (long *)0x0)" (( "(") (binary_expression "param_4 != (long *)0x0" (identifier "param_4") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(bVar1)" (( "(") (identifier "bVar1") () ")"))) () ")")) (&& "&&") (parenthesized_expression "(bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])" (( "(") (comma_expression "bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2]" (assignment_expression "bVar1 = false" (identifier "bVar1") (= "=") (false "false")) (, ",") (binary_expression "(ulong)param_4[3] <= (ulong)param_4[2]" (cast_expression "(ulong)param_4[3]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_4[3]" (identifier "param_4") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (cast_expression "(ulong)param_4[2]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_4[2]" (identifier "param_4") ([ "[") (number_literal "2") (] "]"))))) () ")"))) () ")")) (compound_statement "{\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n bVar1 = iVar2 == -1;\n }" ({ "{") (expression_statement "iVar2 = (**(code **)(*param_4 + 0x48))(param_4);" (assignment_expression "iVar2 = (**(code **)(*param_4 + 0x48))(param_4)" (identifier "iVar2") (= "=") (call_expression "(**(code **)(*param_4 + 0x48))(param_4)" (parenthesized_expression "(**(code **)(*param_4 + 0x48))" (( "(") (pointer_expression "**(code **)(*param_4 + 0x48)" (* "*") (pointer_expression "*(code **)(*param_4 + 0x48)" (* "*") (cast_expression "(code **)(*param_4 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_4 + 0x48)" (( "(") (binary_expression "*param_4 + 0x48" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "(param_4)" (( "(") (identifier "param_4") () ")")))) (; ";")) (expression_statement "bVar1 = iVar2 == -1;" (assignment_expression "bVar1 = iVar2 == -1" (identifier "bVar1") (= "=") (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1"))) (; ";")) (} "}"))) (if_statement "if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }" (if "if") (parenthesized_expression "(bVar5 == bVar1)" (( "(") (binary_expression "bVar5 == bVar1" (identifier "bVar5") (== "==") (identifier "bVar1")) () ")")) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" ({ "{") (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (binary_expression "*param_7 | 2" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (| "|") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "auVar6._0_8_ = plVar4;" (assignment_expression "auVar6._0_8_ = plVar4" (field_expression "auVar6._0_8_" (identifier "auVar6") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "plVar4")) (; ";")) (return_statement "return auVar6;" (return "return") (identifier "auVar6") (; ";")) (ERROR "}" (} "}"))
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::do_get_time(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*) const */ type_2 [16] std::time_get<var_2,var_9::istreambuf_iterator<var_2,var_9::var_1<var_2>>>::var_3 (type_4 param_1,type_4 param_2,type_5 var_13,var_4 *var_5,type_4 param_5, var_4 var_10,var_6 *var_7,type_4 param_8) { bool var_18; int var_17; type_1 *var_12; long *var_15; bool var_16; type_2 auVar6 [16]; int var_14; var_12 = var_8<var_9::type_1<var_2>>((type_3 *)(var_10 + 0xd0)); auVar6 = var_11 (param_1,param_2,var_13,var_5,param_5,var_10,var_7,param_8, *(type_4 *)(*(long *)(var_12 + 0x10) + 0x20)); var_15 = auVar6._0_8_; var_14 = auVar6._8_4_; auVar6._8_8_ = var_13 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff; var_16 = var_14 == -1; var_18 = var_15 != (long *)0x0 && var_16; if ((var_18) && (var_16 = false, (type_5)var_15[3] <= (type_5)var_15[2])) { var_17 = (**(type_6 **)(*var_15 + 0x48))(var_15); var_16 = var_17 == -1 && var_18; if (var_17 == -1) { var_15 = (long *)0x0; } } var_18 = (int)param_5 == -1; if (((var_5 != (long *)0x0) && (var_18)) && (var_18 = false, (type_5)var_5[3] <= (type_5)var_5[2])) { var_17 = (**(type_6 **)(*var_5 + 0x48))(var_5); var_18 = var_17 == -1; } if (var_16 == var_18) { *var_7 = *var_7 | 2; } auVar6._0_8_ = var_15; return auVar6; }
null
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (declaration type: (macro_type_specifier name: (identifier) type: (type_descriptor type: (type_identifier)) (MISSING ")")) declarator: (identifier) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) (ERROR (identifier) (identifier) (primitive_type)) declarator: (identifier)) (declaration type: (primitive_type) 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: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression 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: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (identifier)) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (false)) right: (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 (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (identifier)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (false)) right: (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 (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (return_statement (identifier)) (ERROR))
null
undefined1 [16] MASKED(undefined8 param_1,undefined8 param_2,ulong param_3,long *param_4,undefined8 param_5, long param_6,uint *param_7,undefined8 param_8) { bool bVar1; int iVar2; long lVar3; long *plVar4; bool bVar5; undefined1 auVar6 [16]; int local_40; lVar3 = FUN_00303160(param_6 + 0xd0); auVar6 = FUN_003651f0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8, *(undefined8 *)(*(long *)(lVar3 + 0x10) + 0x20)); plVar4 = auVar6._0_8_; local_40 = auVar6._8_4_; auVar6._8_8_ = param_3 & 0xffffffff00000000 | auVar6._8_8_ & 0xffffffff; bVar5 = local_40 == -1; bVar1 = plVar4 != (long *)0x0 && bVar5; if ((bVar1) && (bVar5 = false, (ulong)plVar4[3] <= (ulong)plVar4[2])) { iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4); bVar5 = iVar2 == -1 && bVar1; if (iVar2 == -1) { plVar4 = (long *)0x0; } } bVar1 = (int)param_5 == -1; if (((param_4 != (long *)0x0) && (bVar1)) && (bVar1 = false, (ulong)param_4[3] <= (ulong)param_4[2])) { iVar2 = (**(code **)(*param_4 + 0x48))(param_4); bVar1 = iVar2 == -1; } if (bVar5 == bVar1) { *param_7 = *param_7 | 2; } auVar6._0_8_ = plVar4; return auVar6; }
977_libgmp.so_and_libgmp.so_strip.c
__gmp_vprintf
__gmp_vprintf
int __gmp_vprintf(char *fmt,__va_list_tag *ap) { int iVar1; iVar1 = __gmp_doprnt((doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8, *(void **)PTR_stdout_00181ed8,fmt,ap); return iVar1; }
void __gmp_vprintf(undefined8 param_1,undefined8 param_2) { __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2); return; }
MOV RAX,qword ptr [0x00181ed8] MOV RDX,RDI MOV RCX,RSI MOV RDI,qword ptr [0x00181ef8] MOV RSI,qword ptr [RAX] JMP 0x0010c160
null
null
null
null
[('const-433', u'LOAD_-1207342966'), ('const-0', u'RETURN_-1207342952'), (u'CALL_-1207342956', u'INDIRECT_-1207342885'), (u'CALL_-1207342956', u'COPY_-1207342956'), (u'CAST_-1207342879', u'CALL_-1207342956'), ('tmp_23', u'CALL_-1207342956'), (u'CAST_-1207342883', u'LOAD_-1207342966'), (u'INDIRECT_-1207342885', u'COPY_-1207342944'), (u'INDIRECT_-1207342887', u'COPY_-1207342946'), ('tmp_73', u'CAST_-1207342883'), (u'LOAD_-1207342966', u'CALL_-1207342956'), (u'COPY_-1207342956', u'RETURN_-1207342952'), ('tmp_74', u'CAST_-1207342879'), ('tmp_22', u'CALL_-1207342956'), (u'CALL_-1207342956', u'INDIRECT_-1207342887')]
[('tmp_64', u'CAST_-1207342886'), ('const-0', u'RETURN_-1207342952'), ('tmp_50', u'CALL_-1207342956'), (u'CALL_-1207342956', u'INDIRECT_-1207342888'), ('tmp_65', u'CALL_-1207342956'), (u'CAST_-1207342886', u'LOAD_-1207342966'), (u'INDIRECT_-1207342888', u'COPY_-1207342947'), (u'INDIRECT_-1207342890', u'COPY_-1207342949'), ('const-433', u'LOAD_-1207342966'), (u'LOAD_-1207342966', u'CALL_-1207342956'), ('tmp_51', u'CALL_-1207342956'), (u'CALL_-1207342956', u'INDIRECT_-1207342890')]
null
null
00166870
x64
O2
(translation_unit "void __gmp_vprintf(undefined8 param_1,undefined8 param_2)\n\n{\n __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);\n return;\n}\n\n" (function_definition "void __gmp_vprintf(undefined8 param_1,undefined8 param_2)\n\n{\n __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);\n return;\n}" primitive_type (function_declarator "__gmp_vprintf(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);\n return;\n}" { (expression_statement "__gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);" (call_expression "__gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2)" identifier (argument_list "(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2)" ( identifier , (pointer_expression "*(undefined8 *)PTR_stdout_00181ed8" * (cast_expression "(undefined8 *)PTR_stdout_00181ed8" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "int __gmp_vprintf(char *fmt,__va_list_tag *ap)\n\n{\n int iVar1;\n \n iVar1 = __gmp_doprnt((doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8,\n *(void **)PTR_stdout_00181ed8,fmt,ap);\n return iVar1;\n}\n\n" (function_definition "int __gmp_vprintf(char *fmt,__va_list_tag *ap)\n\n{\n int iVar1;\n \n iVar1 = __gmp_doprnt((doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8,\n *(void **)PTR_stdout_00181ed8,fmt,ap);\n return iVar1;\n}" primitive_type (function_declarator "__gmp_vprintf(char *fmt,__va_list_tag *ap)" identifier (parameter_list "(char *fmt,__va_list_tag *ap)" ( (parameter_declaration "char *fmt" primitive_type (pointer_declarator "*fmt" * identifier)) , (parameter_declaration "__va_list_tag *ap" type_identifier (pointer_declarator "*ap" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = __gmp_doprnt((doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8,\n *(void **)PTR_stdout_00181ed8,fmt,ap);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = __gmp_doprnt((doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8,\n *(void **)PTR_stdout_00181ed8,fmt,ap);" (assignment_expression "iVar1 = __gmp_doprnt((doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8,\n *(void **)PTR_stdout_00181ed8,fmt,ap)" identifier = (call_expression "__gmp_doprnt((doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8,\n *(void **)PTR_stdout_00181ed8,fmt,ap)" identifier (argument_list "((doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8,\n *(void **)PTR_stdout_00181ed8,fmt,ap)" ( (cast_expression "(doprnt_funs_t *)PTR___gmp_fprintf_funs_00181ef8" ( (type_descriptor "doprnt_funs_t *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "*(void **)PTR_stdout_00181ed8" * (cast_expression "(void **)PTR_stdout_00181ed8" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "void __gmp_vprintf(undefined8 param_1,undefined8 param_2)\n\n{\n __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);\n return;\n}\n\n" (function_definition "void __gmp_vprintf(undefined8 param_1,undefined8 param_2)\n\n{\n __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);\n return;\n}" primitive_type (function_declarator "__gmp_vprintf(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);\n return;\n}" { (expression_statement "__gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);" (call_expression "__gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2)" identifier (argument_list "(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2)" ( identifier , (pointer_expression "*(undefined8 *)PTR_stdout_00181ed8" * (cast_expression "(undefined8 *)PTR_stdout_00181ed8" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void __gmp_vprintf(undefined8 param_1,undefined8 param_2)\n\n{\n __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "__gmp_vprintf(undefined8 param_1,undefined8 param_2)" (identifier "__gmp_vprintf") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);\n return;\n}" ({ "{") (expression_statement "__gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2);" (call_expression "__gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2)" (identifier "__gmp_doprnt") (argument_list "(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2)" (( "(") (identifier "PTR___gmp_fprintf_funs_00181ef8") (, ",") (pointer_expression "*(undefined8 *)PTR_stdout_00181ed8" (* "*") (cast_expression "(undefined8 *)PTR_stdout_00181ed8" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_stdout_00181ed8"))) (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
int function_1(char *fmt,type_1 *ap) { int iVar1; iVar1 = var_1((type_2 *)PTR___gmp_fprintf_funs_00181ef8, *(void **)PTR_stdout_00181ed8,fmt,ap); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) (identifier) (identifier)))) (return_statement))))
null
void MASKED(undefined8 param_1,undefined8 param_2) { __gmp_doprnt(PTR___gmp_fprintf_funs_00181ef8,*(undefined8 *)PTR_stdout_00181ed8,param_1,param_2); return; }
2730_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
do_layout_deferred_sections
FUN_001a1cc0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<32,_false> * this, Layout * param_1) */ void __thiscall gold::Sized_relobj_incr<32,_false>::do_layout_deferred_sections (Sized_relobj_incr<32,_false> *this,Layout *param_2) { return; }
void FUN_001a1cc0(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1207624500')]
[('const-0', u'RETURN_-1207624500')]
null
null
001a1cc0
x64
O2
(translation_unit "void FUN_001a1cc0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001a1cc0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001a1cc0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<32,_false> * this,\n Layout * param_1) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<32,_false>::do_layout_deferred_sections\n (Sized_relobj_incr<32,_false> *this,Layout *param_2)\n\n{\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_relobj_incr<32,_false>::do_layout_deferred_sections\n (Sized_relobj_incr<32,_false> *this,Layout *param_2)\n\n{\n return;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32,_false>::do_layout_deferred_sections\n (Sized_relobj_incr<32,_false> *this,Layout *param_2)\n\n{\n return" < number_literal , (ERROR "_false>::" identifier > : :) (function_declarator "do_layout_deferred_sections\n (Sized_relobj_incr<32,_false> *this,Layout *param_2)" identifier (parameter_list "(Sized_relobj_incr<32,_false> *this,Layout *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 "Layout *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) { return) ;) (ERROR "}" }))
(translation_unit "void FUN_001a1cc0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001a1cc0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001a1cc0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(function_definition "void FUN_001a1cc0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_001a1cc0(void)" (identifier "FUN_001a1cc0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<32,_false> * this, Layout * param_1) */ void __thiscall gold::Sized_relobj_incr<32,_false>::do_layout_deferred_sections (Sized_relobj_incr<32,_false> *this,Layout *param_2) { return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
null
void MASKED(void) { return; }
20_sg_write_verify_and_sg_write_verify_strip.c
destruct_scsi_pt_obj
destruct_scsi_pt_obj
void destruct_scsi_pt_obj(void) { (*(code *)PTR_destruct_scsi_pt_obj_00105f60)(); return; }
void destruct_scsi_pt_obj(void) { (*(code *)PTR_destruct_scsi_pt_obj_00105f60)(); return; }
JMP qword ptr [0x00105f60]
null
null
null
null
[('const-0', u'RETURN_-1206972085'), (u'INDIRECT_-1206972028', u'COPY_-1206972087'), ('tmp_22', u'CAST_-1206972023'), (u'CAST_-1206972023', u'CALLIND_-1206972088'), (u'CALLIND_-1206972088', u'INDIRECT_-1206972028')]
[('const-0', u'RETURN_-1206972085'), (u'INDIRECT_-1206972028', u'COPY_-1206972087'), ('tmp_22', u'CAST_-1206972023'), (u'CAST_-1206972023', u'CALLIND_-1206972088'), (u'CALLIND_-1206972088', u'INDIRECT_-1206972028')]
null
null
00101140
x64
O2
(translation_unit "void destruct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}\n\n" (function_definition "void destruct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}" primitive_type (function_declarator "destruct_scsi_pt_obj(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}" { (expression_statement "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)();" (call_expression "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)()" (parenthesized_expression "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)" ( (pointer_expression "*(code *)PTR_destruct_scsi_pt_obj_00105f60" * (cast_expression "(code *)PTR_destruct_scsi_pt_obj_00105f60" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void destruct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}\n\n" (function_definition "void destruct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}" primitive_type (function_declarator "destruct_scsi_pt_obj(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}" { (expression_statement "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)();" (call_expression "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)()" (parenthesized_expression "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)" ( (pointer_expression "*(code *)PTR_destruct_scsi_pt_obj_00105f60" * (cast_expression "(code *)PTR_destruct_scsi_pt_obj_00105f60" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void destruct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}\n\n" (function_definition "void destruct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}" primitive_type (function_declarator "destruct_scsi_pt_obj(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}" { (expression_statement "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)();" (call_expression "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)()" (parenthesized_expression "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)" ( (pointer_expression "*(code *)PTR_destruct_scsi_pt_obj_00105f60" * (cast_expression "(code *)PTR_destruct_scsi_pt_obj_00105f60" ( (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 destruct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}" (primitive_type "void") (function_declarator "destruct_scsi_pt_obj(void)" (identifier "destruct_scsi_pt_obj") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_destruct_scsi_pt_obj_00105f60)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)();" (call_expression "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)()" (parenthesized_expression "(*(code *)PTR_destruct_scsi_pt_obj_00105f60)" (( "(") (pointer_expression "*(code *)PTR_destruct_scsi_pt_obj_00105f60" (* "*") (cast_expression "(code *)PTR_destruct_scsi_pt_obj_00105f60" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_destruct_scsi_pt_obj_00105f60"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_destruct_scsi_pt_obj_00105f60)(); 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_00105f60)(); return; }
1433_busybox_and_busybox_strip.c
print_it
FUN_001830ff
void print_it(char *masterformat,char *filename, _func_void_char_ptr_char_char_ptr_void_ptr *print_func,void *data) { char cVar1; FILE *__stream; char *__s; size_t sVar2; char *__dest; char *__src; char *__s_00; __s = xstrdup(masterformat); sVar2 = strlen(__s); __dest = (char *)xmalloc(sVar2 + 3); __s_00 = __s; while( true ) { __src = strchr(__s_00,0x25); if (__src == (char *)0x0) { puts(__s_00); goto LAB_001831b1; } sVar2 = strspn(__src + 1,"#-+.I 0123456789"); memcpy(__dest,__src,sVar2 + 1); *__src = '\0'; __stream = stdout; __dest[sVar2 + 1] = '\0'; fputs_unlocked(__s_00,__stream); cVar1 = __src[sVar2 + 1]; if (cVar1 == '\0') break; if (cVar1 == '%') { bb_putchar(0x25); } else { (*print_func)(__dest,cVar1,filename,data); } __s_00 = __src + sVar2 + 1 + 1; if (__s_00 == (char *)0x0) { LAB_001831b1: free(__s); free(__dest); return; } } bb_putchar(0x25); goto LAB_001831b1; }
void FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4) { char cVar1; FILE *__stream; char *__s; size_t sVar2; void *__dest; char *__src; char *__s_00; __s = (char *)FUN_0010e636(); sVar2 = strlen(__s); __dest = (void *)FUN_0010e5dc(sVar2 + 3); __s_00 = __s; while( true ) { __src = strchr(__s_00,0x25); if (__src == (char *)0x0) { puts(__s_00); goto LAB_001831b1; } sVar2 = strspn(__src + 1,"#-+.I 0123456789"); memcpy(__dest,__src,sVar2 + 1); *__src = '\0'; __stream = stdout; *(undefined1 *)((long)__dest + sVar2 + 1) = 0; fputs_unlocked(__s_00,__stream); cVar1 = __src[sVar2 + 1]; if (cVar1 == '\0') break; if (cVar1 == '%') { FUN_0010e92c(0x25); } else { (*param_3)(__dest,cVar1,param_2,param_4); } __s_00 = __src + sVar2 + 1 + 1; if (__s_00 == (char *)0x0) { LAB_001831b1: free(__s); free(__dest); return; } } FUN_0010e92c(0x25); goto LAB_001831b1; }
PUSH R15 PUSH R14 MOV R14,RDX PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x28 MOV qword ptr [RSP + 0x8],RSI MOV qword ptr [RSP + 0x10],RCX CALL 0x0010e636 MOV RDI,RAX MOV R12,RAX CALL 0x0010b4c0 MOV R13,R12 LEA RDI,[RAX + 0x3] CALL 0x0010e5dc MOV RBP,RAX MOV ESI,0x25 MOV RDI,R13 CALL 0x0010b5a0 MOV RBX,RAX TEST RAX,RAX JNZ 0x00183158 MOV RDI,R13 CALL 0x0010b260 JMP 0x001831b1 LEA RDI,[RAX + 0x1] LEA RSI,[0x1c2fac] CALL 0x0010b840 MOV RSI,RBX MOV RDI,RBP LEA R15,[RAX + 0x1] MOV qword ptr [RSP + 0x18],RAX MOV RDX,R15 CALL 0x0010bb40 MOV byte ptr [RBX],0x0 MOV R9,qword ptr [RSP + 0x18] MOV RDI,R13 MOV RSI,qword ptr [0x001ca2a8] ADD RBX,R15 MOV byte ptr [RBP + R9*0x1 + 0x1],0x0 CALL 0x0010b950 MOVZX ESI,byte ptr [RBX] TEST SIL,SIL JNZ 0x001831cf MOV EDI,0x25 CALL 0x0010e92c MOV RDI,R12 CALL 0x0010c5a0 ADD RSP,0x28 MOV RDI,RBP POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 JMP 0x0010c5a0 CMP SIL,0x25 JNZ 0x001831ee MOV EDI,0x25 CALL 0x0010e92c ADD RBX,0x1 MOV R13,RBX JNZ 0x00183139 JMP 0x001831b1 MOV RCX,qword ptr [RSP + 0x10] MOV RDX,qword ptr [RSP + 0x8] MOV RDI,RBP CALL R14 JMP 0x001831df
null
null
null
null
[(u'INDIRECT_-1207487617', u'MULTIEQUAL_-1207487595'), (u'CALL_-1207488131', u'INDIRECT_-1207487600'), (u'CALL_-1207488099', u'INDIRECT_-1207487577'), (u'CALL_-1207488171', u'INDIRECT_-1207487630'), ('tmp_181', u'BRANCH_-1207488096'), ('const-37', u'CALL_-1207488131'), (u'CALL_-1207488171', u'INT_ADD_-1207488149'), (u'PTRADD_-1207487992', u'CALL_-1207488034'), ('const-1', u'PTRADD_-1207487780'), (u'INDIRECT_-1207487410', u'MULTIEQUAL_-1207487430'), (u'INT_EQUAL_-1207487832', u'CBRANCH_-1207487824'), ('tmp_582', u'CALLIND_-1207487788'), (u'COPY_-1207487488', u'MULTIEQUAL_-1207487732'), (u'CALL_-1207487846', u'INDIRECT_-1207487442'), ('const-1', u'INT_ADD_-1207487378'), ('const-37', u'CALL_-1207487908'), (u'MULTIEQUAL_-1207487430', u'MULTIEQUAL_-1207487595'), (u'INT_ADD_-1207488008', u'CALL_-1207488000'), (u'CALL_-1207488153', u'CAST_-1207487429'), (u'CALL_-1207488131', u'PTRADD_-1207487909'), (u'STORE_-1207487997', u'INDIRECT_-1207487527'), ('const-433', u'STORE_-1207487997'), (u'CALL_-1207487944', u'INDIRECT_-1207487508'), ('const-37', u'INT_EQUAL_-1207487863'), (u'INT_ADD_-1207488008', u'PTRADD_-1207487909'), ('const-433', u'LOAD_-1207487943'), (u'CALL_-1207487995', u'INDIRECT_-1207487477'), ('const-0', u'INT_EQUAL_-1207487832'), ('const-1', u'PTRADD_-1207487992'), ('const-37', u'CALL_-1207487846'), ('const-1', u'PTRADD_-1207487909'), (u'CALL_-1207487938', u'INDIRECT_-1207487454'), ('tmp_423', u'CBRANCH_-1207487921'), (u'INDIRECT_-1207487527', u'COPY_-1207487416'), ('tmp_507', u'CBRANCH_-1207487824'), (u'PTRADD_-1207487909', u'LOAD_-1207487943'), ('tmp_169', u'CBRANCH_-1207488110'), ('const-3', u'INT_ADD_-1207488149'), (u'COPY_-1207487446', u'CALL_-1207488034'), (u'CALL_-1207488034', u'INT_ADD_-1207487378'), (u'PTRADD_-1207487897', u'STORE_-1207487957'), ('const-433', u'STORE_-1207487957'), (u'CALL_-1207487908', u'INDIRECT_-1207487487'), (u'CALL_-1207488187', u'INDIRECT_-1207487642'), (u'CALL_-1207488187', u'COPY_-1207487488'), ('tmp_580', u'CALLIND_-1207487788'), (u'INDIRECT_-1207487454', u'COPY_-1207487513'), ('tmp_465', u'CBRANCH_-1207487859'), (u'CALL_-1207488187', u'CALL_-1207487995'), (u'CALL_-1207488131', u'STORE_-1207487997'), (u'CALL_-1207488034', u'INT_ADD_-1207488008'), (u'CALL_-1207488131', u'PTRADD_-1207487992'), (u'CAST_-1207487429', u'PTRADD_-1207487897'), (u'CALL_-1207488187', u'CALL_-1207488171'), ('tmp_581', u'CALLIND_-1207487788'), (u'MULTIEQUAL_-1207487732', u'CALL_-1207487944'), (u'CAST_-1207487429', u'CALL_-1207487938'), (u'PTRADD_-1207487780', u'MULTIEQUAL_-1207487732'), (u'MULTIEQUAL_-1207487732', u'CALL_-1207488099'), (u'INT_ADD_-1207488149', u'CALL_-1207488153'), (u'INT_EQUAL_-1207487863', u'CBRANCH_-1207487859'), (u'LOAD_-1207487943', u'INT_EQUAL_-1207487863'), (u'INDIRECT_-1207487577', u'MULTIEQUAL_-1207487474'), (u'LOAD_-1207487943', u'INT_EQUAL_-1207487924'), (u'CAST_-1207487429', u'CALLIND_-1207487788'), (u'PTRADD_-1207487909', u'PTRADD_-1207487780'), (u'INDIRECT_-1207487487', u'MULTIEQUAL_-1207487474'), (u'CALL_-1207488131', u'CALL_-1207488000'), (u'MULTIEQUAL_-1207487430', u'MULTIEQUAL_-1207487474'), ('const-0', u'INT_EQUAL_-1207488113'), (u'INT_ADD_-1207487378', u'PTRADD_-1207487897'), (u'PTRADD_-1207487780', u'INT_EQUAL_-1207487832'), ('const-1', u'PTRADD_-1207487780'), ('const-0', u'INT_EQUAL_-1207487924'), (u'MULTIEQUAL_-1207487732', u'CALL_-1207488131'), ('const-0', u'STORE_-1207487997'), (u'CALL_-1207488000', u'INDIRECT_-1207487541'), (u'LOAD_-1207487943', u'CALLIND_-1207487788'), (u'CALLIND_-1207487788', u'INDIRECT_-1207487410'), (u'INT_EQUAL_-1207488113', u'CBRANCH_-1207488110'), ('tmp_579', u'CALL_-1207488187'), ('const-0', u'STORE_-1207487957'), ('const-1', u'PTRADD_-1207487897'), ('const-1', u'PTRADD_-1207487992'), ('tmp_537', u'BRANCH_-1207487788'), (u'CALL_-1207488131', u'INT_EQUAL_-1207488113'), (u'CALL_-1207488034', u'INDIRECT_-1207487565'), ('const-1', u'INT_ADD_-1207488008'), (u'STORE_-1207487957', u'INDIRECT_-1207487505'), ('const-0', u'RETURN_-1207487934'), (u'INDIRECT_-1207487442', u'MULTIEQUAL_-1207487430'), (u'CAST_-1207487429', u'CALL_-1207488000'), (u'CALL_-1207488153', u'INDIRECT_-1207487617'), (u'COPY_-1207487416', u'CALL_-1207487944'), (u'INT_EQUAL_-1207487924', u'CBRANCH_-1207487921'), ('const-1847212', u'COPY_-1207487446')]
[(u'CAST_-1207487432', u'CALL_-1207487938'), ('tmp_1465', u'CALLIND_-1207487788'), ('tmp_181', u'BRANCH_-1207488096'), (u'CALL_-1207488171', u'INT_ADD_-1207488149'), (u'CAST_-1207487456', u'CALL_-1207487995'), (u'PTRADD_-1207487992', u'CALL_-1207488034'), ('const-1', u'PTRADD_-1207487780'), (u'INT_EQUAL_-1207487832', u'CBRANCH_-1207487824'), ('const-1', u'PTRADD_-1207487909'), (u'CALL_-1207488034', u'INT_ADD_-1207487382'), (u'CAST_-1207487432', u'CALLIND_-1207487788'), ('tmp_1471', u'CALLIND_-1207487788'), ('const-37', u'INT_EQUAL_-1207487863'), ('const-37', u'CALL_-1207487908'), (u'INT_ADD_-1207488008', u'CALL_-1207488000'), (u'CALL_-1207488131', u'PTRADD_-1207487909'), (u'CALL_-1207488000', u'INDIRECT_-1207487545'), (u'CALL_-1207487908', u'INDIRECT_-1207487491'), (u'INT_ADD_-1207487943', u'CAST_-1207487331'), (u'COPY_-1207487450', u'CALL_-1207488034'), (u'CAST_-1207487331', u'STORE_-1207487957'), (u'CALL_-1207488187', u'CAST_-1207487456'), (u'INDIRECT_-1207487446', u'MULTIEQUAL_-1207487434'), (u'INT_ADD_-1207488008', u'PTRADD_-1207487909'), (u'MULTIEQUAL_-1207487736', u'CALL_-1207488099'), ('const-0', u'INT_EQUAL_-1207487832'), (u'CALL_-1207488099', u'INDIRECT_-1207487581'), (u'CAST_-1207487332', u'INT_ADD_-1207487943'), (u'CALL_-1207487846', u'INDIRECT_-1207487446'), ('tmp_423', u'CBRANCH_-1207487921'), (u'CAST_-1207487456', u'COPY_-1207487492'), (u'INDIRECT_-1207487458', u'COPY_-1207487517'), ('tmp_507', u'CBRANCH_-1207487824'), (u'PTRADD_-1207487909', u'LOAD_-1207487943'), (u'CALL_-1207488187', u'INDIRECT_-1207487646'), ('tmp_169', u'CBRANCH_-1207488110'), ('const-3', u'INT_ADD_-1207488149'), (u'CALL_-1207488034', u'INDIRECT_-1207487569'), (u'INDIRECT_-1207487414', u'MULTIEQUAL_-1207487434'), (u'CALLIND_-1207487788', u'INDIRECT_-1207487414'), ('const-37', u'CALL_-1207487846'), (u'MULTIEQUAL_-1207487736', u'CALL_-1207488131'), (u'CALL_-1207487944', u'INDIRECT_-1207487512'), ('tmp_465', u'CBRANCH_-1207487859'), (u'CALL_-1207488131', u'STORE_-1207487997'), (u'CALL_-1207488034', u'INT_ADD_-1207488008'), (u'CALL_-1207488153', u'INDIRECT_-1207487621'), (u'CALL_-1207488131', u'PTRADD_-1207487992'), (u'INDIRECT_-1207487531', u'COPY_-1207487420'), (u'PTRADD_-1207487780', u'MULTIEQUAL_-1207487736'), (u'MULTIEQUAL_-1207487434', u'MULTIEQUAL_-1207487478'), (u'INDIRECT_-1207487621', u'MULTIEQUAL_-1207487599'), ('const-1', u'PTRADD_-1207487992'), (u'CALL_-1207488153', u'CAST_-1207487432'), (u'CALL_-1207487995', u'INDIRECT_-1207487481'), (u'INT_ADD_-1207488149', u'CALL_-1207488153'), (u'CALL_-1207487938', u'INDIRECT_-1207487458'), (u'INT_EQUAL_-1207487863', u'CBRANCH_-1207487859'), (u'LOAD_-1207487943', u'INT_EQUAL_-1207487863'), (u'LOAD_-1207487943', u'INT_EQUAL_-1207487924'), (u'COPY_-1207487492', u'MULTIEQUAL_-1207487736'), (u'PTRADD_-1207487909', u'PTRADD_-1207487780'), (u'CALL_-1207488131', u'INDIRECT_-1207487604'), ('tmp_1470', u'CALLIND_-1207487788'), (u'CALL_-1207488131', u'CALL_-1207488000'), ('const-0', u'INT_EQUAL_-1207488113'), (u'PTRADD_-1207487780', u'INT_EQUAL_-1207487832'), ('const-1', u'INT_ADD_-1207487382'), ('const-0', u'INT_EQUAL_-1207487924'), ('const-433', u'STORE_-1207487957'), (u'COPY_-1207487420', u'CALL_-1207487944'), (u'LOAD_-1207487943', u'CALLIND_-1207487788'), (u'INDIRECT_-1207487581', u'MULTIEQUAL_-1207487478'), (u'INT_EQUAL_-1207488113', u'CBRANCH_-1207488110'), ('const-1', u'PTRADD_-1207487992'), ('const-433', u'STORE_-1207487997'), ('tmp_537', u'BRANCH_-1207487788'), (u'CALL_-1207488131', u'INT_EQUAL_-1207488113'), ('const-1847212', u'COPY_-1207487450'), ('const-1', u'INT_ADD_-1207488008'), (u'INT_ADD_-1207487382', u'INT_ADD_-1207487943'), (u'CAST_-1207487456', u'CALL_-1207488171'), (u'STORE_-1207487957', u'INDIRECT_-1207487509'), ('const-0', u'STORE_-1207487957'), ('const-0', u'RETURN_-1207487934'), ('const-0', u'STORE_-1207487997'), (u'CALL_-1207488171', u'INDIRECT_-1207487634'), ('const-433', u'LOAD_-1207487943'), (u'MULTIEQUAL_-1207487434', u'MULTIEQUAL_-1207487599'), (u'CAST_-1207487432', u'CALL_-1207488000'), (u'INDIRECT_-1207487491', u'MULTIEQUAL_-1207487478'), (u'STORE_-1207487997', u'INDIRECT_-1207487531'), (u'INT_EQUAL_-1207487924', u'CBRANCH_-1207487921'), ('const-1', u'PTRADD_-1207487780'), (u'CAST_-1207487432', u'CAST_-1207487332'), (u'MULTIEQUAL_-1207487736', u'CALL_-1207487944'), ('const-37', u'CALL_-1207488131')]
null
null
001830ff
x64
O2
(translation_unit "void FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)\n\n{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n void *__dest;\n char *__src;\n char *__s_00;\n \n __s = (char *)FUN_0010e636();\n sVar2 = strlen(__s);\n __dest = (void *)FUN_0010e5dc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n FUN_0010e92c(0x25);\n goto LAB_001831b1;\n}\n\n" (function_definition "void FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)\n\n{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n void *__dest;\n char *__src;\n char *__s_00;\n \n __s = (char *)FUN_0010e636();\n sVar2 = strlen(__s);\n __dest = (void *)FUN_0010e5dc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n FUN_0010e92c(0x25);\n goto LAB_001831b1;\n}" primitive_type (function_declarator "FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "code *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n void *__dest;\n char *__src;\n char *__s_00;\n \n __s = (char *)FUN_0010e636();\n sVar2 = strlen(__s);\n __dest = (void *)FUN_0010e5dc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n FUN_0010e92c(0x25);\n goto LAB_001831b1;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "char *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "char *__s_00;" primitive_type (pointer_declarator "*__s_00" * identifier) ;) (expression_statement "__s = (char *)FUN_0010e636();" (assignment_expression "__s = (char *)FUN_0010e636()" identifier = (cast_expression "(char *)FUN_0010e636()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010e636()" identifier (argument_list "()" ( ))))) ;) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "__dest = (void *)FUN_0010e5dc(sVar2 + 3);" (assignment_expression "__dest = (void *)FUN_0010e5dc(sVar2 + 3)" identifier = (cast_expression "(void *)FUN_0010e5dc(sVar2 + 3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010e5dc(sVar2 + 3)" identifier (argument_list "(sVar2 + 3)" ( (binary_expression "sVar2 + 3" identifier + number_literal) ))))) ;) (expression_statement "__s_00 = __s;" (assignment_expression "__s_00 = __s" identifier = identifier) ;) (while_statement "while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }" { (expression_statement "__src = strchr(__s_00,0x25);" (assignment_expression "__src = strchr(__s_00,0x25)" identifier = (call_expression "strchr(__s_00,0x25)" identifier (argument_list "(__s_00,0x25)" ( identifier , number_literal )))) ;) (if_statement "if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }" if (parenthesized_expression "(__src == (char *)0x0)" ( (binary_expression "__src == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puts(__s_00);\n goto LAB_001831b1;\n }" { (expression_statement "puts(__s_00);" (call_expression "puts(__s_00)" identifier (argument_list "(__s_00)" ( identifier ))) ;) (goto_statement "goto LAB_001831b1;" goto statement_identifier ;) })) (expression_statement "sVar2 = strspn(__src + 1,"#-+.I 0123456789");" (assignment_expression "sVar2 = strspn(__src + 1,"#-+.I 0123456789")" identifier = (call_expression "strspn(__src + 1,"#-+.I 0123456789")" identifier (argument_list "(__src + 1,"#-+.I 0123456789")" ( (binary_expression "__src + 1" identifier + number_literal) , (string_literal ""#-+.I 0123456789"" " string_content ") )))) ;) (expression_statement "memcpy(__dest,__src,sVar2 + 1);" (call_expression "memcpy(__dest,__src,sVar2 + 1)" identifier (argument_list "(__dest,__src,sVar2 + 1)" ( identifier , identifier , (binary_expression "sVar2 + 1" identifier + number_literal) ))) ;) (expression_statement "*__src = '\0';" (assignment_expression "*__src = '\0'" (pointer_expression "*__src" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__stream = stdout;" (assignment_expression "__stream = stdout" identifier = identifier) ;) (expression_statement "*(undefined1 *)((long)__dest + sVar2 + 1) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + sVar2 + 1) = 0" (pointer_expression "*(undefined1 *)((long)__dest + sVar2 + 1)" * (cast_expression "(undefined1 *)((long)__dest + sVar2 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + sVar2 + 1)" ( (binary_expression "(long)__dest + sVar2 + 1" (binary_expression "(long)__dest + sVar2" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "fputs_unlocked(__s_00,__stream);" (call_expression "fputs_unlocked(__s_00,__stream)" identifier (argument_list "(__s_00,__stream)" ( identifier , identifier ))) ;) (expression_statement "cVar1 = __src[sVar2 + 1];" (assignment_expression "cVar1 = __src[sVar2 + 1]" identifier = (subscript_expression "__src[sVar2 + 1]" identifier [ (binary_expression "sVar2 + 1" identifier + number_literal) ])) ;) (if_statement "if (cVar1 == '\0') break;" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (if_statement "if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" if (parenthesized_expression "(cVar1 == '%')" ( (binary_expression "cVar1 == '%'" identifier == (char_literal "'%'" ' character ')) )) (compound_statement "{\n FUN_0010e92c(0x25);\n }" { (expression_statement "FUN_0010e92c(0x25);" (call_expression "FUN_0010e92c(0x25)" identifier (argument_list "(0x25)" ( number_literal ))) ;) }) (else_clause "else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" else (compound_statement "{\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" { (expression_statement "(*param_3)(__dest,cVar1,param_2,param_4);" (call_expression "(*param_3)(__dest,cVar1,param_2,param_4)" (parenthesized_expression "(*param_3)" ( (pointer_expression "*param_3" * identifier) )) (argument_list "(__dest,cVar1,param_2,param_4)" ( identifier , identifier , identifier , identifier ))) ;) }))) (expression_statement "__s_00 = __src + sVar2 + 1 + 1;" (assignment_expression "__s_00 = __src + sVar2 + 1 + 1" identifier = (binary_expression "__src + sVar2 + 1 + 1" (binary_expression "__src + sVar2 + 1" (binary_expression "__src + sVar2" identifier + identifier) + number_literal) + number_literal)) ;) (if_statement "if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }" if (parenthesized_expression "(__s_00 == (char *)0x0)" ( (binary_expression "__s_00 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }" { (labeled_statement "LAB_001831b1:\n free(__s);" statement_identifier : (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;)) (expression_statement "free(__dest);" (call_expression "free(__dest)" identifier (argument_list "(__dest)" ( identifier ))) ;) (return_statement "return;" return ;) })) })) (expression_statement "FUN_0010e92c(0x25);" (call_expression "FUN_0010e92c(0x25)" identifier (argument_list "(0x25)" ( number_literal ))) ;) (goto_statement "goto LAB_001831b1;" goto statement_identifier ;) })))
(translation_unit "void print_it(char *masterformat,char *filename,\n _func_void_char_ptr_char_char_ptr_void_ptr *print_func,void *data)\n\n{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n char *__dest;\n char *__src;\n char *__s_00;\n \n __s = xstrdup(masterformat);\n sVar2 = strlen(__s);\n __dest = (char *)xmalloc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n __dest[sVar2 + 1] = '\0';\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n bb_putchar(0x25);\n }\n else {\n (*print_func)(__dest,cVar1,filename,data);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n bb_putchar(0x25);\n goto LAB_001831b1;\n}\n\n" (function_definition "void print_it(char *masterformat,char *filename,\n _func_void_char_ptr_char_char_ptr_void_ptr *print_func,void *data)\n\n{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n char *__dest;\n char *__src;\n char *__s_00;\n \n __s = xstrdup(masterformat);\n sVar2 = strlen(__s);\n __dest = (char *)xmalloc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n __dest[sVar2 + 1] = '\0';\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n bb_putchar(0x25);\n }\n else {\n (*print_func)(__dest,cVar1,filename,data);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n bb_putchar(0x25);\n goto LAB_001831b1;\n}" primitive_type (function_declarator "print_it(char *masterformat,char *filename,\n _func_void_char_ptr_char_char_ptr_void_ptr *print_func,void *data)" identifier (parameter_list "(char *masterformat,char *filename,\n _func_void_char_ptr_char_char_ptr_void_ptr *print_func,void *data)" ( (parameter_declaration "char *masterformat" primitive_type (pointer_declarator "*masterformat" * identifier)) , (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) , (parameter_declaration "_func_void_char_ptr_char_char_ptr_void_ptr *print_func" type_identifier (pointer_declarator "*print_func" * identifier)) , (parameter_declaration "void *data" primitive_type (pointer_declarator "*data" * identifier)) ))) (compound_statement "{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n char *__dest;\n char *__src;\n char *__s_00;\n \n __s = xstrdup(masterformat);\n sVar2 = strlen(__s);\n __dest = (char *)xmalloc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n __dest[sVar2 + 1] = '\0';\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n bb_putchar(0x25);\n }\n else {\n (*print_func)(__dest,cVar1,filename,data);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n bb_putchar(0x25);\n goto LAB_001831b1;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "char *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "char *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "char *__s_00;" primitive_type (pointer_declarator "*__s_00" * identifier) ;) (expression_statement "__s = xstrdup(masterformat);" (assignment_expression "__s = xstrdup(masterformat)" identifier = (call_expression "xstrdup(masterformat)" identifier (argument_list "(masterformat)" ( identifier )))) ;) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "__dest = (char *)xmalloc(sVar2 + 3);" (assignment_expression "__dest = (char *)xmalloc(sVar2 + 3)" identifier = (cast_expression "(char *)xmalloc(sVar2 + 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar2 + 3)" identifier (argument_list "(sVar2 + 3)" ( (binary_expression "sVar2 + 3" identifier + number_literal) ))))) ;) (expression_statement "__s_00 = __s;" (assignment_expression "__s_00 = __s" identifier = identifier) ;) (while_statement "while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n __dest[sVar2 + 1] = '\0';\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n bb_putchar(0x25);\n }\n else {\n (*print_func)(__dest,cVar1,filename,data);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n __dest[sVar2 + 1] = '\0';\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n bb_putchar(0x25);\n }\n else {\n (*print_func)(__dest,cVar1,filename,data);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }" { (expression_statement "__src = strchr(__s_00,0x25);" (assignment_expression "__src = strchr(__s_00,0x25)" identifier = (call_expression "strchr(__s_00,0x25)" identifier (argument_list "(__s_00,0x25)" ( identifier , number_literal )))) ;) (if_statement "if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }" if (parenthesized_expression "(__src == (char *)0x0)" ( (binary_expression "__src == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puts(__s_00);\n goto LAB_001831b1;\n }" { (expression_statement "puts(__s_00);" (call_expression "puts(__s_00)" identifier (argument_list "(__s_00)" ( identifier ))) ;) (goto_statement "goto LAB_001831b1;" goto statement_identifier ;) })) (expression_statement "sVar2 = strspn(__src + 1,"#-+.I 0123456789");" (assignment_expression "sVar2 = strspn(__src + 1,"#-+.I 0123456789")" identifier = (call_expression "strspn(__src + 1,"#-+.I 0123456789")" identifier (argument_list "(__src + 1,"#-+.I 0123456789")" ( (binary_expression "__src + 1" identifier + number_literal) , (string_literal ""#-+.I 0123456789"" " string_content ") )))) ;) (expression_statement "memcpy(__dest,__src,sVar2 + 1);" (call_expression "memcpy(__dest,__src,sVar2 + 1)" identifier (argument_list "(__dest,__src,sVar2 + 1)" ( identifier , identifier , (binary_expression "sVar2 + 1" identifier + number_literal) ))) ;) (expression_statement "*__src = '\0';" (assignment_expression "*__src = '\0'" (pointer_expression "*__src" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__stream = stdout;" (assignment_expression "__stream = stdout" identifier = identifier) ;) (expression_statement "__dest[sVar2 + 1] = '\0';" (assignment_expression "__dest[sVar2 + 1] = '\0'" (subscript_expression "__dest[sVar2 + 1]" identifier [ (binary_expression "sVar2 + 1" identifier + number_literal) ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "fputs_unlocked(__s_00,__stream);" (call_expression "fputs_unlocked(__s_00,__stream)" identifier (argument_list "(__s_00,__stream)" ( identifier , identifier ))) ;) (expression_statement "cVar1 = __src[sVar2 + 1];" (assignment_expression "cVar1 = __src[sVar2 + 1]" identifier = (subscript_expression "__src[sVar2 + 1]" identifier [ (binary_expression "sVar2 + 1" identifier + number_literal) ])) ;) (if_statement "if (cVar1 == '\0') break;" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (if_statement "if (cVar1 == '%') {\n bb_putchar(0x25);\n }\n else {\n (*print_func)(__dest,cVar1,filename,data);\n }" if (parenthesized_expression "(cVar1 == '%')" ( (binary_expression "cVar1 == '%'" identifier == (char_literal "'%'" ' character ')) )) (compound_statement "{\n bb_putchar(0x25);\n }" { (expression_statement "bb_putchar(0x25);" (call_expression "bb_putchar(0x25)" identifier (argument_list "(0x25)" ( number_literal ))) ;) }) (else_clause "else {\n (*print_func)(__dest,cVar1,filename,data);\n }" else (compound_statement "{\n (*print_func)(__dest,cVar1,filename,data);\n }" { (expression_statement "(*print_func)(__dest,cVar1,filename,data);" (call_expression "(*print_func)(__dest,cVar1,filename,data)" (parenthesized_expression "(*print_func)" ( (pointer_expression "*print_func" * identifier) )) (argument_list "(__dest,cVar1,filename,data)" ( identifier , identifier , identifier , identifier ))) ;) }))) (expression_statement "__s_00 = __src + sVar2 + 1 + 1;" (assignment_expression "__s_00 = __src + sVar2 + 1 + 1" identifier = (binary_expression "__src + sVar2 + 1 + 1" (binary_expression "__src + sVar2 + 1" (binary_expression "__src + sVar2" identifier + identifier) + number_literal) + number_literal)) ;) (if_statement "if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }" if (parenthesized_expression "(__s_00 == (char *)0x0)" ( (binary_expression "__s_00 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }" { (labeled_statement "LAB_001831b1:\n free(__s);" statement_identifier : (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;)) (expression_statement "free(__dest);" (call_expression "free(__dest)" identifier (argument_list "(__dest)" ( identifier ))) ;) (return_statement "return;" return ;) })) })) (expression_statement "bb_putchar(0x25);" (call_expression "bb_putchar(0x25)" identifier (argument_list "(0x25)" ( number_literal ))) ;) (goto_statement "goto LAB_001831b1;" goto statement_identifier ;) })))
(translation_unit "void FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)\n\n{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n void *__dest;\n char *__src;\n char *__s_00;\n \n __s = (char *)FUN_0010e636();\n sVar2 = strlen(__s);\n __dest = (void *)FUN_0010e5dc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n FUN_0010e92c(0x25);\n goto LAB_001831b1;\n}\n\n" (function_definition "void FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)\n\n{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n void *__dest;\n char *__src;\n char *__s_00;\n \n __s = (char *)FUN_0010e636();\n sVar2 = strlen(__s);\n __dest = (void *)FUN_0010e5dc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n FUN_0010e92c(0x25);\n goto LAB_001831b1;\n}" primitive_type (function_declarator "FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "code *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n void *__dest;\n char *__src;\n char *__s_00;\n \n __s = (char *)FUN_0010e636();\n sVar2 = strlen(__s);\n __dest = (void *)FUN_0010e5dc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n FUN_0010e92c(0x25);\n goto LAB_001831b1;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "char *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "char *__s_00;" primitive_type (pointer_declarator "*__s_00" * identifier) ;) (expression_statement "__s = (char *)FUN_0010e636();" (assignment_expression "__s = (char *)FUN_0010e636()" identifier = (cast_expression "(char *)FUN_0010e636()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010e636()" identifier (argument_list "()" ( ))))) ;) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "__dest = (void *)FUN_0010e5dc(sVar2 + 3);" (assignment_expression "__dest = (void *)FUN_0010e5dc(sVar2 + 3)" identifier = (cast_expression "(void *)FUN_0010e5dc(sVar2 + 3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010e5dc(sVar2 + 3)" identifier (argument_list "(sVar2 + 3)" ( (binary_expression "sVar2 + 3" identifier + number_literal) ))))) ;) (expression_statement "__s_00 = __s;" (assignment_expression "__s_00 = __s" identifier = identifier) ;) (while_statement "while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }" { (expression_statement "__src = strchr(__s_00,0x25);" (assignment_expression "__src = strchr(__s_00,0x25)" identifier = (call_expression "strchr(__s_00,0x25)" identifier (argument_list "(__s_00,0x25)" ( identifier , number_literal )))) ;) (if_statement "if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }" if (parenthesized_expression "(__src == (char *)0x0)" ( (binary_expression "__src == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puts(__s_00);\n goto LAB_001831b1;\n }" { (expression_statement "puts(__s_00);" (call_expression "puts(__s_00)" identifier (argument_list "(__s_00)" ( identifier ))) ;) (goto_statement "goto LAB_001831b1;" goto statement_identifier ;) })) (expression_statement "sVar2 = strspn(__src + 1,"#-+.I 0123456789");" (assignment_expression "sVar2 = strspn(__src + 1,"#-+.I 0123456789")" identifier = (call_expression "strspn(__src + 1,"#-+.I 0123456789")" identifier (argument_list "(__src + 1,"#-+.I 0123456789")" ( (binary_expression "__src + 1" identifier + number_literal) , (string_literal ""#-+.I 0123456789"" " string_content ") )))) ;) (expression_statement "memcpy(__dest,__src,sVar2 + 1);" (call_expression "memcpy(__dest,__src,sVar2 + 1)" identifier (argument_list "(__dest,__src,sVar2 + 1)" ( identifier , identifier , (binary_expression "sVar2 + 1" identifier + number_literal) ))) ;) (expression_statement "*__src = '\0';" (assignment_expression "*__src = '\0'" (pointer_expression "*__src" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__stream = stdout;" (assignment_expression "__stream = stdout" identifier = identifier) ;) (expression_statement "*(undefined1 *)((long)__dest + sVar2 + 1) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + sVar2 + 1) = 0" (pointer_expression "*(undefined1 *)((long)__dest + sVar2 + 1)" * (cast_expression "(undefined1 *)((long)__dest + sVar2 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + sVar2 + 1)" ( (binary_expression "(long)__dest + sVar2 + 1" (binary_expression "(long)__dest + sVar2" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "fputs_unlocked(__s_00,__stream);" (call_expression "fputs_unlocked(__s_00,__stream)" identifier (argument_list "(__s_00,__stream)" ( identifier , identifier ))) ;) (expression_statement "cVar1 = __src[sVar2 + 1];" (assignment_expression "cVar1 = __src[sVar2 + 1]" identifier = (subscript_expression "__src[sVar2 + 1]" identifier [ (binary_expression "sVar2 + 1" identifier + number_literal) ])) ;) (if_statement "if (cVar1 == '\0') break;" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (if_statement "if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" if (parenthesized_expression "(cVar1 == '%')" ( (binary_expression "cVar1 == '%'" identifier == (char_literal "'%'" ' character ')) )) (compound_statement "{\n FUN_0010e92c(0x25);\n }" { (expression_statement "FUN_0010e92c(0x25);" (call_expression "FUN_0010e92c(0x25)" identifier (argument_list "(0x25)" ( number_literal ))) ;) }) (else_clause "else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" else (compound_statement "{\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" { (expression_statement "(*param_3)(__dest,cVar1,param_2,param_4);" (call_expression "(*param_3)(__dest,cVar1,param_2,param_4)" (parenthesized_expression "(*param_3)" ( (pointer_expression "*param_3" * identifier) )) (argument_list "(__dest,cVar1,param_2,param_4)" ( identifier , identifier , identifier , identifier ))) ;) }))) (expression_statement "__s_00 = __src + sVar2 + 1 + 1;" (assignment_expression "__s_00 = __src + sVar2 + 1 + 1" identifier = (binary_expression "__src + sVar2 + 1 + 1" (binary_expression "__src + sVar2 + 1" (binary_expression "__src + sVar2" identifier + identifier) + number_literal) + number_literal)) ;) (if_statement "if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }" if (parenthesized_expression "(__s_00 == (char *)0x0)" ( (binary_expression "__s_00 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }" { (labeled_statement "LAB_001831b1:\n free(__s);" statement_identifier : (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;)) (expression_statement "free(__dest);" (call_expression "free(__dest)" identifier (argument_list "(__dest)" ( identifier ))) ;) (return_statement "return;" return ;) })) })) (expression_statement "FUN_0010e92c(0x25);" (call_expression "FUN_0010e92c(0x25)" identifier (argument_list "(0x25)" ( number_literal ))) ;) (goto_statement "goto LAB_001831b1;" goto statement_identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression IDENT + IDENT) + LIT) + 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 (call_expression IDENT (argument_list ( IDENT ))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })) })) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (goto_statement goto statement_identifier ;) })))
(function_definition "void FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)\n\n{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n void *__dest;\n char *__src;\n char *__s_00;\n \n __s = (char *)FUN_0010e636();\n sVar2 = strlen(__s);\n __dest = (void *)FUN_0010e5dc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n FUN_0010e92c(0x25);\n goto LAB_001831b1;\n}" (primitive_type "void") (function_declarator "FUN_001830ff(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4)" (identifier "FUN_001830ff") (parameter_list "(undefined8 param_1,undefined8 param_2,code *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 "code *param_3" (type_identifier "code") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) () ")"))) (compound_statement "{\n char cVar1;\n FILE *__stream;\n char *__s;\n size_t sVar2;\n void *__dest;\n char *__src;\n char *__s_00;\n \n __s = (char *)FUN_0010e636();\n sVar2 = strlen(__s);\n __dest = (void *)FUN_0010e5dc(sVar2 + 3);\n __s_00 = __s;\n while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }\n FUN_0010e92c(0x25);\n goto LAB_001831b1;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "FILE *__stream;" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream")) (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "char *__src;" (primitive_type "char") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "char *__s_00;" (primitive_type "char") (pointer_declarator "*__s_00" (* "*") (identifier "__s_00")) (; ";")) (expression_statement "__s = (char *)FUN_0010e636();" (assignment_expression "__s = (char *)FUN_0010e636()" (identifier "__s") (= "=") (cast_expression "(char *)FUN_0010e636()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0010e636()" (identifier "FUN_0010e636") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" (identifier "sVar2") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "__dest = (void *)FUN_0010e5dc(sVar2 + 3);" (assignment_expression "__dest = (void *)FUN_0010e5dc(sVar2 + 3)" (identifier "__dest") (= "=") (cast_expression "(void *)FUN_0010e5dc(sVar2 + 3)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0010e5dc(sVar2 + 3)" (identifier "FUN_0010e5dc") (argument_list "(sVar2 + 3)" (( "(") (binary_expression "sVar2 + 3" (identifier "sVar2") (+ "+") (number_literal "3")) () ")"))))) (; ";")) (expression_statement "__s_00 = __s;" (assignment_expression "__s_00 = __s" (identifier "__s_00") (= "=") (identifier "__s")) (; ";")) (while_statement "while( true ) {\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n __src = strchr(__s_00,0x25);\n if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }\n sVar2 = strspn(__src + 1,"#-+.I 0123456789");\n memcpy(__dest,__src,sVar2 + 1);\n *__src = '\0';\n __stream = stdout;\n *(undefined1 *)((long)__dest + sVar2 + 1) = 0;\n fputs_unlocked(__s_00,__stream);\n cVar1 = __src[sVar2 + 1];\n if (cVar1 == '\0') break;\n if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }\n __s_00 = __src + sVar2 + 1 + 1;\n if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }\n }" ({ "{") (expression_statement "__src = strchr(__s_00,0x25);" (assignment_expression "__src = strchr(__s_00,0x25)" (identifier "__src") (= "=") (call_expression "strchr(__s_00,0x25)" (identifier "strchr") (argument_list "(__s_00,0x25)" (( "(") (identifier "__s_00") (, ",") (number_literal "0x25") () ")")))) (; ";")) (if_statement "if (__src == (char *)0x0) {\n puts(__s_00);\n goto LAB_001831b1;\n }" (if "if") (parenthesized_expression "(__src == (char *)0x0)" (( "(") (binary_expression "__src == (char *)0x0" (identifier "__src") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puts(__s_00);\n goto LAB_001831b1;\n }" ({ "{") (expression_statement "puts(__s_00);" (call_expression "puts(__s_00)" (identifier "puts") (argument_list "(__s_00)" (( "(") (identifier "__s_00") () ")"))) (; ";")) (goto_statement "goto LAB_001831b1;" (goto "goto") (statement_identifier "LAB_001831b1") (; ";")) (} "}"))) (expression_statement "sVar2 = strspn(__src + 1,"#-+.I 0123456789");" (assignment_expression "sVar2 = strspn(__src + 1,"#-+.I 0123456789")" (identifier "sVar2") (= "=") (call_expression "strspn(__src + 1,"#-+.I 0123456789")" (identifier "strspn") (argument_list "(__src + 1,"#-+.I 0123456789")" (( "(") (binary_expression "__src + 1" (identifier "__src") (+ "+") (number_literal "1")) (, ",") (string_literal ""#-+.I 0123456789"" (" """) (string_content "#-+.I 0123456789") (" """)) () ")")))) (; ";")) (expression_statement "memcpy(__dest,__src,sVar2 + 1);" (call_expression "memcpy(__dest,__src,sVar2 + 1)" (identifier "memcpy") (argument_list "(__dest,__src,sVar2 + 1)" (( "(") (identifier "__dest") (, ",") (identifier "__src") (, ",") (binary_expression "sVar2 + 1" (identifier "sVar2") (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "*__src = '\0';" (assignment_expression "*__src = '\0'" (pointer_expression "*__src" (* "*") (identifier "__src")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "__stream = stdout;" (assignment_expression "__stream = stdout" (identifier "__stream") (= "=") (identifier "stdout")) (; ";")) (expression_statement "*(undefined1 *)((long)__dest + sVar2 + 1) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + sVar2 + 1) = 0" (pointer_expression "*(undefined1 *)((long)__dest + sVar2 + 1)" (* "*") (cast_expression "(undefined1 *)((long)__dest + sVar2 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest + sVar2 + 1)" (( "(") (binary_expression "(long)__dest + sVar2 + 1" (binary_expression "(long)__dest + sVar2" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (identifier "sVar2")) (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "fputs_unlocked(__s_00,__stream);" (call_expression "fputs_unlocked(__s_00,__stream)" (identifier "fputs_unlocked") (argument_list "(__s_00,__stream)" (( "(") (identifier "__s_00") (, ",") (identifier "__stream") () ")"))) (; ";")) (expression_statement "cVar1 = __src[sVar2 + 1];" (assignment_expression "cVar1 = __src[sVar2 + 1]" (identifier "cVar1") (= "=") (subscript_expression "__src[sVar2 + 1]" (identifier "__src") ([ "[") (binary_expression "sVar2 + 1" (identifier "sVar2") (+ "+") (number_literal "1")) (] "]"))) (; ";")) (if_statement "if (cVar1 == '\0') break;" (if "if") (parenthesized_expression "(cVar1 == '\0')" (( "(") (binary_expression "cVar1 == '\0'" (identifier "cVar1") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if (cVar1 == '%') {\n FUN_0010e92c(0x25);\n }\n else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" (if "if") (parenthesized_expression "(cVar1 == '%')" (( "(") (binary_expression "cVar1 == '%'" (identifier "cVar1") (== "==") (char_literal "'%'" (' "'") (character "%") (' "'"))) () ")")) (compound_statement "{\n FUN_0010e92c(0x25);\n }" ({ "{") (expression_statement "FUN_0010e92c(0x25);" (call_expression "FUN_0010e92c(0x25)" (identifier "FUN_0010e92c") (argument_list "(0x25)" (( "(") (number_literal "0x25") () ")"))) (; ";")) (} "}")) (else_clause "else {\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" (else "else") (compound_statement "{\n (*param_3)(__dest,cVar1,param_2,param_4);\n }" ({ "{") (expression_statement "(*param_3)(__dest,cVar1,param_2,param_4);" (call_expression "(*param_3)(__dest,cVar1,param_2,param_4)" (parenthesized_expression "(*param_3)" (( "(") (pointer_expression "*param_3" (* "*") (identifier "param_3")) () ")")) (argument_list "(__dest,cVar1,param_2,param_4)" (( "(") (identifier "__dest") (, ",") (identifier "cVar1") (, ",") (identifier "param_2") (, ",") (identifier "param_4") () ")"))) (; ";")) (} "}")))) (expression_statement "__s_00 = __src + sVar2 + 1 + 1;" (assignment_expression "__s_00 = __src + sVar2 + 1 + 1" (identifier "__s_00") (= "=") (binary_expression "__src + sVar2 + 1 + 1" (binary_expression "__src + sVar2 + 1" (binary_expression "__src + sVar2" (identifier "__src") (+ "+") (identifier "sVar2")) (+ "+") (number_literal "1")) (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (__s_00 == (char *)0x0) {\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }" (if "if") (parenthesized_expression "(__s_00 == (char *)0x0)" (( "(") (binary_expression "__s_00 == (char *)0x0" (identifier "__s_00") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_001831b1:\n free(__s);\n free(__dest);\n return;\n }" ({ "{") (labeled_statement "LAB_001831b1:\n free(__s);" (statement_identifier "LAB_001831b1") (: ":") (expression_statement "free(__s);" (call_expression "free(__s)" (identifier "free") (argument_list "(__s)" (( "(") (identifier "__s") () ")"))) (; ";"))) (expression_statement "free(__dest);" (call_expression "free(__dest)" (identifier "free") (argument_list "(__dest)" (( "(") (identifier "__dest") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_0010e92c(0x25);" (call_expression "FUN_0010e92c(0x25)" (identifier "FUN_0010e92c") (argument_list "(0x25)" (( "(") (number_literal "0x25") () ")"))) (; ";")) (goto_statement "goto LAB_001831b1;" (goto "goto") (statement_identifier "LAB_001831b1") (; ";")) (} "}")))
void function_1(char *masterformat,char *filename, type_1 *print_func,void *data) { char var_11; type_2 *__stream; char *__s; size_t var_4; char *__dest; char *var_6; char *var_13; __s = var_1(masterformat); var_4 = var_2(__s); __dest = (char *)var_3(var_4 + 3); var_13 = __s; while( true ) { var_6 = var_5(var_13,0x25); if (var_6 == (char *)0x0) { var_7(var_13); goto LAB_001831b1; } var_4 = var_8(var_6 + 1,"#-+.I 0123456789"); var_9(__dest,var_6,var_4 + 1); *var_6 = '\0'; __stream = stdout; __dest[var_4 + 1] = '\0'; var_10(var_13,__stream); var_11 = var_6[var_4 + 1]; if (var_11 == '\0') break; if (var_11 == '%') { var_12(0x25); } else { (*print_func)(__dest,var_11,filename,data); } var_13 = var_6 + var_4 + 1 + 1; if (var_13 == (char *)0x0) { LAB_001831b1: var_14(__s); var_14(__dest); return; } } var_12(0x25); goto LAB_001831b1; }
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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (goto_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)) (string_literal (string_content)))))) (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: (identifier)) right: (char_literal (escape_sequence)))) (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: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (break_statement)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (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 (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (goto_statement label: (statement_identifier)))))
null
void MASKED(undefined8 param_1,undefined8 param_2,code *param_3,undefined8 param_4) { char cVar1; FILE *__stream; char *__s; size_t sVar2; void *__dest; char *__src; char *__s_00; __s = (char *)FUN_0010e636(); sVar2 = strlen(__s); __dest = (void *)FUN_0010e5dc(sVar2 + 3); __s_00 = __s; while( true ) { __src = strchr(__s_00,0x25); if (__src == (char *)0x0) { puts(__s_00); goto LAB_001831b1; } sVar2 = strspn(__src + 1,"#-+.I 0123456789"); memcpy(__dest,__src,sVar2 + 1); *__src = '\0'; __stream = stdout; *(undefined1 *)((long)__dest + sVar2 + 1) = 0; fputs_unlocked(__s_00,__stream); cVar1 = __src[sVar2 + 1]; if (cVar1 == '\0') break; if (cVar1 == '%') { FUN_0010e92c(0x25); } else { (*param_3)(__dest,cVar1,param_2,param_4); } __s_00 = __src + sVar2 + 1 + 1; if (__s_00 == (char *)0x0) { LAB_001831b1: free(__s); free(__dest); return; } } FUN_0010e92c(0x25); goto LAB_001831b1; }
778_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
gld_i386pe_after_parse
FUN_001493f0
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void gld_i386pe_after_parse(void) { int iVar1; int *piVar2; size_t sVar3; char *name; char *pcVar4; if ((link_info._0_1_ & 0x10) != 0) { pcVar4 = (char *)dcgettext(0, "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n" ,5); einfo(pcVar4); } pcVar4 = "DllMainCRTStartup@12"; if (((link_info._0_1_ & 1) == 0) && (dll == 0)) { if (pe_subsystem == 1) { pcVar4 = "NtProcessStartup"; } else { pcVar4 = "WinMainCRTStartup"; piVar2 = (int *)v_12776; do { if (piVar2[4] == pe_subsystem) goto LAB_00149460; pcVar4 = *(char **)(piVar2 + 10); piVar2 = piVar2 + 4; } while (pcVar4 != (char *)0x0); pcVar4 = "mainCRTStartup"; } } LAB_00149460: iVar1 = is_underscoring(); name = pcVar4; if (iVar1 != 0) { sVar3 = strlen(pcVar4); name = (char *)xmalloc(sVar3 + 2); *name = '_'; strcpy(name + 1,pcVar4); } lang_default_entry(name); after_parse_default(); return; }
void FUN_001493f0(void) { int iVar1; int *piVar2; size_t sVar3; char *pcVar4; undefined8 uVar5; char *__s; if (((byte)DAT_002b5f40 & 0x10) != 0) { uVar5 = dcgettext(0, "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n" ,5); FUN_00129380(uVar5); } __s = "DllMainCRTStartup@12"; if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) { if (DAT_002b3d08 == 1) { __s = "NtProcessStartup"; } else { __s = "WinMainCRTStartup"; piVar2 = (int *)&DAT_002b0720; do { if (piVar2[4] == DAT_002b3d08) goto LAB_00149460; __s = *(char **)(piVar2 + 10); piVar2 = piVar2 + 4; } while (__s != (char *)0x0); __s = "mainCRTStartup"; } } LAB_00149460: iVar1 = FUN_00148550(); pcVar4 = __s; if (iVar1 != 0) { sVar3 = strlen(__s); pcVar4 = (char *)xmalloc(sVar3 + 2); *pcVar4 = '_'; strcpy(pcVar4 + 1,__s); } FUN_0011e940(pcVar4); FUN_00127ef0(); return; }
PUSH RBP PUSH RBX SUB RSP,0x8 MOVZX EAX,byte ptr [0x002b5f40] TEST AL,0x10 JNZ 0x001494a8 LEA RBX,[0x29287b] TEST AL,0x1 JNZ 0x00149460 MOV EAX,dword ptr [0x002b58ac] TEST EAX,EAX JNZ 0x00149460 MOV EDX,dword ptr [0x002b3d08] CMP EDX,0x1 JZ 0x001494d8 LEA RAX,[0x2b0720] LEA RBX,[0x285038] NOP word ptr [RAX + RAX*0x1] ADD RAX,0x10 CMP dword ptr [RAX],EDX JZ 0x00149460 MOV RBX,qword ptr [RAX + 0x18] TEST RBX,RBX JNZ 0x00149440 LEA RBX,[0x29e438] NOP dword ptr [RAX + RAX*0x1] CALL 0x00148550 TEST EAX,EAX JZ 0x0014948f MOV RDI,RBX CALL 0x0010d330 LEA RDI,[RAX + 0x2] CALL 0x0010dda0 MOV RSI,RBX MOV byte ptr [RAX],0x5f MOV RBP,RAX LEA RDI,[RAX + 0x1] MOV RBX,RBP CALL 0x0010d150 MOV RDI,RBX CALL 0x0011e940 ADD RSP,0x8 POP RBX POP RBP JMP 0x00127ef0 MOV EDX,0x5 LEA RSI,[0x29e2c0] XOR EDI,EDI CALL 0x0010d300 MOV RDI,RAX XOR EAX,EAX CALL 0x00129380 MOVZX EAX,byte ptr [0x002b5f40] JMP 0x00149405 LEA RBX,[0x28504a] JMP 0x00149460
null
null
null
null
[(u'MULTIEQUAL_-1207200315', u'MULTIEQUAL_-1207200284'), ('tmp_134', u'CBRANCH_-1207200687'), ('tmp_1569', u'MULTIEQUAL_-1207200236'), (u'MULTIEQUAL_-1207200224', u'INT_EQUAL_-1207200689'), ('const-433', u'LOAD_-1207200602'), ('const-0', u'INT_NOTEQUAL_-1207200738'), ('const-0', u'CALL_-1207200400'), ('const-0', u'INT_NOTEQUAL_-1207200582'), (u'CALL_-1207200555', u'INDIRECT_-1207200141'), ('const-433', u'STORE_-1207200508'), ('tmp_1568', u'MULTIEQUAL_-1207200224'), (u'CALL_-1207200484', u'INDIRECT_-1207200108'), ('const-0', u'INT_EQUAL_-1207200712'), (u'CAST_-1207200094', u'LOAD_-1207200602'), (u'INDIRECT_-1207200034', u'MULTIEQUAL_-1207200212'), (u'LOAD_-1207200619', u'INT_EQUAL_-1207200604'), ('const-0', u'INT_EQUAL_-1207200689'), (u'CALL_-1207200376', u'INDIRECT_-1207200058'), (u'CALL_-1207200484', u'INDIRECT_-1207200084'), (u'CALL_-1207200443', u'INDIRECT_-1207200063'), ('const-2', u'INT_ADD_-1207200511'), (u'CALL_-1207200515', u'INDIRECT_-1207200118'), (u'COPY_-1207200179', u'MULTIEQUAL_-1207200337'), ('const-1', u'INT_AND_-1207200201'), (u'STORE_-1207200508', u'INDIRECT_-1207200117'), (u'COPY_-1207200388', u'MULTIEQUAL_-1207200284'), (u'CALL_-1207200555', u'INDIRECT_-1207200153'), ('const-1', u'PTRADD_-1207200438'), (u'MULTIEQUAL_-1207200284', u'CALL_-1207200484'), (u'INDIRECT_-1207200063', u'COPY_-1207200122'), ('const-1', u'INT_EQUAL_-1207200665'), ('tmp_315', u'CBRANCH_-1207200540'), (u'COPY_-1207200129', u'MULTIEQUAL_-1207200235'), (u'INT_ADD_-1207200511', u'CALL_-1207200515'), ('tmp_102', u'CBRANCH_-1207200710'), (u'COPY_-1207200652', u'MULTIEQUAL_-1207200315'), ('const-4', u'PTRADD_-1207200099'), (u'CALL_-1207200472', u'INDIRECT_-1207200099'), ('const-16', u'INT_AND_-1207200222'), (u'CALL_-1207200484', u'INDIRECT_-1207200096'), (u'CALL_-1207200443', u'INDIRECT_-1207200075'), ('const-4', u'PTRADD_-1207200108'), (u'CALL_-1207200529', u'INDIRECT_-1207200128'), (u'CALL_-1207200400', u'INDIRECT_-1207200069'), (u'CALL_-1207200376', u'INDIRECT_-1207200034'), ('const-10', u'PTRADD_-1207200099'), ('const-1', u'PTRADD_-1207200438'), ('const-2641976', u'COPY_-1207200652'), ('tmp_168', u'CBRANCH_-1207200663'), (u'INT_EQUAL_-1207200604', u'CBRANCH_-1207200603'), (u'INT_NOTEQUAL_-1207200540', u'CBRANCH_-1207200540'), (u'INT_AND_-1207200201', u'INT_EQUAL_-1207200712'), (u'COPY_-1207200734', u'MULTIEQUAL_-1207200284'), (u'CALL_-1207200515', u'INDIRECT_-1207200130'), ('tmp_273', u'CBRANCH_-1207200580'), (u'CALL_-1207200515', u'INDIRECT_-1207200106'), ('const-433', u'LOAD_-1207200619'), (u'PTRADD_-1207200108', u'COPY_-1207200154'), ('const-2697339', u'COPY_-1207200734'), (u'INT_AND_-1207200222', u'INT_NOTEQUAL_-1207200738'), (u'STORE_-1207200508', u'INDIRECT_-1207200093'), ('tmp_1566', u'INT_AND_-1207200222'), (u'PTRADD_-1207200099', u'CAST_-1207200094'), (u'CALL_-1207200400', u'INDIRECT_-1207200045'), (u'MULTIEQUAL_-1207200236', u'INT_EQUAL_-1207200665'), (u'CAST_-1207200048', u'STORE_-1207200508'), (u'INT_NOTEQUAL_-1207200738', u'CBRANCH_-1207200737'), (u'INDIRECT_-1207200108', u'MULTIEQUAL_-1207200099'), (u'CALL_-1207200472', u'INDIRECT_-1207200087'), ('const-2745024', u'COPY_-1207200055'), (u'INDIRECT_-1207200046', u'MULTIEQUAL_-1207200224'), ('const-0', u'INT_NOTEQUAL_-1207200540'), (u'CAST_-1207200048', u'MULTIEQUAL_-1207200235'), (u'MULTIEQUAL_-1207200212', u'INT_AND_-1207200201'), (u'PTRADD_-1207200108', u'LOAD_-1207200619'), ('const-95', u'STORE_-1207200508'), ('tmp_1566', u'MULTIEQUAL_-1207200212'), (u'CALL_-1207200555', u'INT_NOTEQUAL_-1207200540'), (u'INDIRECT_-1207200087', u'COPY_-1207200146'), (u'INDIRECT_-1207200058', u'MULTIEQUAL_-1207200236'), (u'INDIRECT_-1207200153', u'MULTIEQUAL_-1207200099'), (u'MULTIEQUAL_-1207200337', u'PTRADD_-1207200099'), (u'CALL_-1207200529', u'INT_ADD_-1207200511'), ('const-2819872', u'PTRSUB_-1207200595'), ('tmp_425', u'BRANCH_-1207200377'), (u'CAST_-1207200112', u'COPY_-1207200179'), (u'CALL_-1207200515', u'CAST_-1207200048'), (u'CALL_-1207200376', u'INDIRECT_-1207200046'), (u'PTRADD_-1207200438', u'CALL_-1207200484'), ('const-0', u'PTRSUB_-1207200595'), ('const-0', u'RETURN_-1207200439'), (u'CALL_-1207200443', u'INDIRECT_-1207200087'), (u'CAST_-1207200048', u'PTRADD_-1207200438'), (u'STORE_-1207200508', u'INDIRECT_-1207200105'), (u'CALL_-1207200555', u'INDIRECT_-1207200129'), (u'MULTIEQUAL_-1207200337', u'PTRADD_-1207200108'), (u'LOAD_-1207200602', u'MULTIEQUAL_-1207200315'), (u'CALL_-1207200472', u'INDIRECT_-1207200075'), ('const-4', u'PTRADD_-1207200108'), (u'MULTIEQUAL_-1207200236', u'INT_EQUAL_-1207200604'), ('const-2745400', u'COPY_-1207200581'), (u'CAST_-1207199986', u'CALL_-1207200376'), (u'CALL_-1207200529', u'INDIRECT_-1207200140'), (u'INDIRECT_-1207200141', u'MULTIEQUAL_-1207200087'), (u'MULTIEQUAL_-1207200284', u'COPY_-1207200129'), (u'INT_EQUAL_-1207200665', u'CBRANCH_-1207200663'), (u'COPY_-1207200055', u'CALL_-1207200400'), (u'LOAD_-1207200602', u'INT_NOTEQUAL_-1207200582'), (u'INDIRECT_-1207200129', u'MULTIEQUAL_-1207200075'), (u'INDIRECT_-1207200096', u'MULTIEQUAL_-1207200087'), (u'INDIRECT_-1207200084', u'MULTIEQUAL_-1207200075'), ('const-5', u'CALL_-1207200400'), (u'CALL_-1207200400', u'INDIRECT_-1207200057'), ('tmp_72', u'CBRANCH_-1207200737'), (u'COPY_-1207200154', u'MULTIEQUAL_-1207200337'), (u'COPY_-1207200581', u'MULTIEQUAL_-1207200284'), ('tmp_237', u'CBRANCH_-1207200603'), (u'CALL_-1207200400', u'CAST_-1207199986'), (u'PTRSUB_-1207200595', u'CAST_-1207200112'), (u'INT_EQUAL_-1207200712', u'CBRANCH_-1207200710'), (u'INDIRECT_-1207200075', u'COPY_-1207200134'), (u'MULTIEQUAL_-1207200235', u'CALL_-1207200472'), (u'INT_EQUAL_-1207200689', u'CBRANCH_-1207200687'), (u'MULTIEQUAL_-1207200284', u'CALL_-1207200529'), (u'CALL_-1207200529', u'INDIRECT_-1207200116'), ('tmp_504', u'BRANCH_-1207200364'), ('const-2641994', u'COPY_-1207200388'), (u'INT_NOTEQUAL_-1207200582', u'CBRANCH_-1207200580')]
[('tmp_134', u'CBRANCH_-1207200687'), (u'MULTIEQUAL_-1207200240', u'INT_EQUAL_-1207200604'), ('const-16', u'INT_AND_-1207200226'), (u'CALL_-1207200555', u'INDIRECT_-1207200133'), (u'INDIRECT_-1207200088', u'MULTIEQUAL_-1207200079'), ('const-4', u'PTRADD_-1207200103'), ('const-0', u'INT_NOTEQUAL_-1207200582'), (u'CAST_-1207200053', u'MULTIEQUAL_-1207200237'), ('const-2641994', u'COPY_-1207200388'), (u'COPY_-1207200158', u'MULTIEQUAL_-1207200339'), (u'LOAD_-1207200619', u'INT_EQUAL_-1207200604'), (u'CALL_-1207200400', u'INDIRECT_-1207200061'), (u'CALL_-1207200484', u'INDIRECT_-1207200100'), ('const-0', u'INT_EQUAL_-1207200689'), (u'STORE_-1207200508', u'INDIRECT_-1207200109'), (u'INDIRECT_-1207200062', u'MULTIEQUAL_-1207200240'), (u'LOAD_-1207200602', u'MULTIEQUAL_-1207200317'), ('const-2', u'INT_ADD_-1207200511'), (u'CALL_-1207200443', u'INDIRECT_-1207200091'), ('const-0', u'CALL_-1207200400'), (u'INDIRECT_-1207200133', u'MULTIEQUAL_-1207200079'), ('const-2745024', u'COPY_-1207200059'), ('const-10', u'PTRADD_-1207200103'), ('const-1', u'PTRADD_-1207200438'), (u'INDIRECT_-1207200038', u'MULTIEQUAL_-1207200216'), ('tmp_315', u'CBRANCH_-1207200540'), (u'INDIRECT_-1207200067', u'COPY_-1207200126'), (u'MULTIEQUAL_-1207200339', u'PTRADD_-1207200103'), (u'COPY_-1207200059', u'CALL_-1207200400'), (u'CALL_-1207200515', u'INDIRECT_-1207200134'), (u'COPY_-1207200734', u'MULTIEQUAL_-1207200286'), ('const-5', u'CALL_-1207200400'), (u'INDIRECT_-1207200091', u'COPY_-1207200150'), (u'INT_ADD_-1207200511', u'CALL_-1207200515'), (u'INDIRECT_-1207200145', u'MULTIEQUAL_-1207200091'), (u'STORE_-1207200508', u'INDIRECT_-1207200097'), ('tmp_102', u'CBRANCH_-1207200710'), (u'MULTIEQUAL_-1207200237', u'CALL_-1207200472'), ('const-2697339', u'COPY_-1207200734'), (u'INDIRECT_-1207200112', u'MULTIEQUAL_-1207200103'), (u'INDIRECT_-1207200079', u'COPY_-1207200138'), (u'PTRADD_-1207200112', u'COPY_-1207200158'), ('const-0', u'INT_NOTEQUAL_-1207200738'), (u'CAST_-1207200099', u'LOAD_-1207200602'), (u'PTRADD_-1207200112', u'LOAD_-1207200619'), ('tmp_168', u'CBRANCH_-1207200663'), ('const-4', u'PTRADD_-1207200112'), (u'INT_EQUAL_-1207200604', u'CBRANCH_-1207200603'), (u'INT_NOTEQUAL_-1207200540', u'CBRANCH_-1207200540'), (u'CALL_-1207200484', u'INDIRECT_-1207200112'), (u'CALL_-1207200555', u'INDIRECT_-1207200145'), (u'CALL_-1207200376', u'INDIRECT_-1207200062'), (u'COPY_-1207200388', u'MULTIEQUAL_-1207200286'), ('tmp_273', u'CBRANCH_-1207200580'), (u'COPY_-1207200133', u'MULTIEQUAL_-1207200237'), (u'MULTIEQUAL_-1207200339', u'PTRADD_-1207200112'), (u'INDIRECT_-1207200100', u'MULTIEQUAL_-1207200091'), ('tmp_1577', u'MULTIEQUAL_-1207200216'), ('const-0', u'INT_EQUAL_-1207200712'), (u'INT_AND_-1207200226', u'INT_NOTEQUAL_-1207200738'), (u'CALL_-1207200529', u'INDIRECT_-1207200132'), (u'INT_NOTEQUAL_-1207200738', u'CBRANCH_-1207200737'), (u'CALL_-1207200515', u'INDIRECT_-1207200110'), ('const-433', u'LOAD_-1207200602'), ('tmp_1580', u'MULTIEQUAL_-1207200240'), ('tmp_1579', u'MULTIEQUAL_-1207200228'), (u'CALL_-1207200529', u'INDIRECT_-1207200120'), (u'CALL_-1207200484', u'INDIRECT_-1207200088'), ('const-1', u'INT_EQUAL_-1207200665'), ('const-0', u'INT_NOTEQUAL_-1207200540'), (u'CALL_-1207200515', u'CAST_-1207200053'), (u'CALL_-1207200472', u'INDIRECT_-1207200103'), ('const-433', u'LOAD_-1207200619'), ('const-2745400', u'COPY_-1207200581'), (u'MULTIEQUAL_-1207200228', u'INT_EQUAL_-1207200689'), (u'CALL_-1207200555', u'INT_NOTEQUAL_-1207200540'), (u'INDIRECT_-1207200050', u'MULTIEQUAL_-1207200228'), (u'MULTIEQUAL_-1207200286', u'CALL_-1207200484'), (u'CAST_-1207200053', u'PTRADD_-1207200438'), (u'CALL_-1207200529', u'INT_ADD_-1207200511'), ('const-2641976', u'COPY_-1207200652'), (u'CALL_-1207200529', u'INDIRECT_-1207200144'), ('tmp_425', u'BRANCH_-1207200377'), (u'PTRADD_-1207200438', u'CALL_-1207200484'), (u'CALL_-1207200400', u'INDIRECT_-1207200049'), (u'MULTIEQUAL_-1207200240', u'INT_EQUAL_-1207200665'), (u'CAST_-1207200117', u'COPY_-1207200183'), ('const-0', u'RETURN_-1207200439'), ('const-433', u'STORE_-1207200508'), (u'MULTIEQUAL_-1207200286', u'CALL_-1207200529'), (u'CALL_-1207200443', u'INDIRECT_-1207200067'), ('const-0', u'PTRSUB_-1207200595'), (u'PTRADD_-1207200103', u'CAST_-1207200099'), (u'CALL_-1207200400', u'INDIRECT_-1207200073'), ('const-95', u'STORE_-1207200508'), (u'MULTIEQUAL_-1207200317', u'MULTIEQUAL_-1207200286'), (u'CAST_-1207200053', u'STORE_-1207200508'), ('const-4', u'PTRADD_-1207200112'), (u'CALL_-1207200376', u'INDIRECT_-1207200038'), (u'INT_EQUAL_-1207200665', u'CBRANCH_-1207200663'), ('const-2819872', u'PTRSUB_-1207200595'), (u'INDIRECT_-1207200157', u'MULTIEQUAL_-1207200103'), (u'INT_AND_-1207200205', u'INT_EQUAL_-1207200712'), (u'CALL_-1207200472', u'INDIRECT_-1207200079'), ('const-1', u'INT_AND_-1207200205'), (u'STORE_-1207200508', u'INDIRECT_-1207200121'), (u'COPY_-1207200581', u'MULTIEQUAL_-1207200286'), (u'CALL_-1207200555', u'INDIRECT_-1207200157'), (u'COPY_-1207200652', u'MULTIEQUAL_-1207200317'), (u'LOAD_-1207200602', u'INT_NOTEQUAL_-1207200582'), (u'COPY_-1207200183', u'MULTIEQUAL_-1207200339'), ('const-1', u'PTRADD_-1207200438'), (u'CALL_-1207200400', u'CALL_-1207200376'), ('tmp_72', u'CBRANCH_-1207200737'), ('tmp_1577', u'INT_AND_-1207200226'), (u'MULTIEQUAL_-1207200286', u'COPY_-1207200133'), ('tmp_237', u'CBRANCH_-1207200603'), (u'PTRSUB_-1207200595', u'CAST_-1207200117'), (u'CALL_-1207200515', u'INDIRECT_-1207200122'), (u'CALL_-1207200472', u'INDIRECT_-1207200091'), (u'INT_EQUAL_-1207200712', u'CBRANCH_-1207200710'), (u'MULTIEQUAL_-1207200216', u'INT_AND_-1207200205'), (u'CALL_-1207200376', u'INDIRECT_-1207200050'), (u'INT_EQUAL_-1207200689', u'CBRANCH_-1207200687'), ('tmp_504', u'BRANCH_-1207200364'), (u'INT_NOTEQUAL_-1207200582', u'CBRANCH_-1207200580'), (u'CALL_-1207200443', u'INDIRECT_-1207200079')]
null
null
001493f0
x64
O2
(translation_unit "void FUN_001493f0(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n char *__s;\n \n if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }\n __s = "DllMainCRTStartup@12";\n if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = FUN_00148550();\n pcVar4 = __s;\n if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }\n FUN_0011e940(pcVar4);\n FUN_00127ef0();\n return;\n}\n\n" (function_definition "void FUN_001493f0(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n char *__s;\n \n if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }\n __s = "DllMainCRTStartup@12";\n if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = FUN_00148550();\n pcVar4 = __s;\n if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }\n FUN_0011e940(pcVar4);\n FUN_00127ef0();\n return;\n}" primitive_type (function_declarator "FUN_001493f0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n char *__s;\n \n if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }\n __s = "DllMainCRTStartup@12";\n if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = FUN_00148550();\n pcVar4 = __s;\n if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }\n FUN_0011e940(pcVar4);\n FUN_00127ef0();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (if_statement "if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }" if (parenthesized_expression "(((byte)DAT_002b5f40 & 0x10) != 0)" ( (binary_expression "((byte)DAT_002b5f40 & 0x10) != 0" (parenthesized_expression "((byte)DAT_002b5f40 & 0x10)" ( (binary_expression "(byte)DAT_002b5f40 & 0x10" (cast_expression "(byte)DAT_002b5f40" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }" { (expression_statement "uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);" (assignment_expression "uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129380(uVar5);" (call_expression "FUN_00129380(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) })) (expression_statement "__s = "DllMainCRTStartup@12";" (assignment_expression "__s = "DllMainCRTStartup@12"" identifier = (string_literal ""DllMainCRTStartup@12"" " string_content ")) ;) (if_statement "if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }" if (parenthesized_expression "((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0))" ( (binary_expression "(((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)" (parenthesized_expression "(((byte)DAT_002b5f40 & 1) == 0)" ( (binary_expression "((byte)DAT_002b5f40 & 1) == 0" (parenthesized_expression "((byte)DAT_002b5f40 & 1)" ( (binary_expression "(byte)DAT_002b5f40 & 1" (cast_expression "(byte)DAT_002b5f40" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "(DAT_002b58ac == 0)" ( (binary_expression "DAT_002b58ac == 0" identifier == number_literal) ))) )) (compound_statement "{\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }" { (if_statement "if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" if (parenthesized_expression "(DAT_002b3d08 == 1)" ( (binary_expression "DAT_002b3d08 == 1" identifier == number_literal) )) (compound_statement "{\n __s = "NtProcessStartup";\n }" { (expression_statement "__s = "NtProcessStartup";" (assignment_expression "__s = "NtProcessStartup"" identifier = (string_literal ""NtProcessStartup"" " string_content ")) ;) }) (else_clause "else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" else (compound_statement "{\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" { (expression_statement "__s = "WinMainCRTStartup";" (assignment_expression "__s = "WinMainCRTStartup"" identifier = (string_literal ""WinMainCRTStartup"" " string_content ")) ;) (expression_statement "piVar2 = (int *)&DAT_002b0720;" (assignment_expression "piVar2 = (int *)&DAT_002b0720" identifier = (cast_expression "(int *)&DAT_002b0720" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_002b0720" & identifier))) ;) (do_statement "do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);" do (compound_statement "{\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n }" { (if_statement "if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;" if (parenthesized_expression "(piVar2[4] == DAT_002b3d08)" ( (binary_expression "piVar2[4] == DAT_002b3d08" (subscript_expression "piVar2[4]" identifier [ number_literal ]) == identifier) )) (goto_statement "goto LAB_00149460;" goto statement_identifier ;)) (expression_statement "__s = *(char **)(piVar2 + 10);" (assignment_expression "__s = *(char **)(piVar2 + 10)" identifier = (pointer_expression "*(char **)(piVar2 + 10)" * (cast_expression "(char **)(piVar2 + 10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar2 + 10)" ( (binary_expression "piVar2 + 10" identifier + number_literal) ))))) ;) (expression_statement "piVar2 = piVar2 + 4;" (assignment_expression "piVar2 = piVar2 + 4" identifier = (binary_expression "piVar2 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "__s = "mainCRTStartup";" (assignment_expression "__s = "mainCRTStartup"" identifier = (string_literal ""mainCRTStartup"" " string_content ")) ;) }))) })) (labeled_statement "LAB_00149460:\n iVar1 = FUN_00148550();" statement_identifier : (expression_statement "iVar1 = FUN_00148550();" (assignment_expression "iVar1 = FUN_00148550()" identifier = (call_expression "FUN_00148550()" identifier (argument_list "()" ( )))) ;)) (expression_statement "pcVar4 = __s;" (assignment_expression "pcVar4 = __s" identifier = identifier) ;) (if_statement "if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }" { (expression_statement "sVar3 = strlen(__s);" (assignment_expression "sVar3 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "pcVar4 = (char *)xmalloc(sVar3 + 2);" (assignment_expression "pcVar4 = (char *)xmalloc(sVar3 + 2)" identifier = (cast_expression "(char *)xmalloc(sVar3 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar3 + 2)" identifier (argument_list "(sVar3 + 2)" ( (binary_expression "sVar3 + 2" identifier + number_literal) ))))) ;) (expression_statement "*pcVar4 = '_';" (assignment_expression "*pcVar4 = '_'" (pointer_expression "*pcVar4" * identifier) = (char_literal "'_'" ' character ')) ;) (expression_statement "strcpy(pcVar4 + 1,__s);" (call_expression "strcpy(pcVar4 + 1,__s)" identifier (argument_list "(pcVar4 + 1,__s)" ( (binary_expression "pcVar4 + 1" identifier + number_literal) , identifier ))) ;) })) (expression_statement "FUN_0011e940(pcVar4);" (call_expression "FUN_0011e940(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier ))) ;) (expression_statement "FUN_00127ef0();" (call_expression "FUN_00127ef0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gld_i386pe_after_parse(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *name;\n char *pcVar4;\n \n if ((link_info._0_1_ & 0x10) != 0) {\n pcVar4 = (char *)dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n einfo(pcVar4);\n }\n pcVar4 = "DllMainCRTStartup@12";\n if (((link_info._0_1_ & 1) == 0) && (dll == 0)) {\n if (pe_subsystem == 1) {\n pcVar4 = "NtProcessStartup";\n }\n else {\n pcVar4 = "WinMainCRTStartup";\n piVar2 = (int *)v_12776;\n do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);\n pcVar4 = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = is_underscoring();\n name = pcVar4;\n if (iVar1 != 0) {\n sVar3 = strlen(pcVar4);\n name = (char *)xmalloc(sVar3 + 2);\n *name = '_';\n strcpy(name + 1,pcVar4);\n }\n lang_default_entry(name);\n after_parse_default();\n return;\n}\n\n" comment (function_definition "void gld_i386pe_after_parse(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *name;\n char *pcVar4;\n \n if ((link_info._0_1_ & 0x10) != 0) {\n pcVar4 = (char *)dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n einfo(pcVar4);\n }\n pcVar4 = "DllMainCRTStartup@12";\n if (((link_info._0_1_ & 1) == 0) && (dll == 0)) {\n if (pe_subsystem == 1) {\n pcVar4 = "NtProcessStartup";\n }\n else {\n pcVar4 = "WinMainCRTStartup";\n piVar2 = (int *)v_12776;\n do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);\n pcVar4 = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = is_underscoring();\n name = pcVar4;\n if (iVar1 != 0) {\n sVar3 = strlen(pcVar4);\n name = (char *)xmalloc(sVar3 + 2);\n *name = '_';\n strcpy(name + 1,pcVar4);\n }\n lang_default_entry(name);\n after_parse_default();\n return;\n}" primitive_type (function_declarator "gld_i386pe_after_parse(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *name;\n char *pcVar4;\n \n if ((link_info._0_1_ & 0x10) != 0) {\n pcVar4 = (char *)dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n einfo(pcVar4);\n }\n pcVar4 = "DllMainCRTStartup@12";\n if (((link_info._0_1_ & 1) == 0) && (dll == 0)) {\n if (pe_subsystem == 1) {\n pcVar4 = "NtProcessStartup";\n }\n else {\n pcVar4 = "WinMainCRTStartup";\n piVar2 = (int *)v_12776;\n do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);\n pcVar4 = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = is_underscoring();\n name = pcVar4;\n if (iVar1 != 0) {\n sVar3 = strlen(pcVar4);\n name = (char *)xmalloc(sVar3 + 2);\n *name = '_';\n strcpy(name + 1,pcVar4);\n }\n lang_default_entry(name);\n after_parse_default();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *name;" primitive_type (pointer_declarator "*name" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (if_statement "if ((link_info._0_1_ & 0x10) != 0) {\n pcVar4 = (char *)dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n einfo(pcVar4);\n }" if (parenthesized_expression "((link_info._0_1_ & 0x10) != 0)" ( (binary_expression "(link_info._0_1_ & 0x10) != 0" (parenthesized_expression "(link_info._0_1_ & 0x10)" ( (binary_expression "link_info._0_1_ & 0x10" (field_expression "link_info._0_1_" identifier . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar4 = (char *)dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n einfo(pcVar4);\n }" { (expression_statement "pcVar4 = (char *)dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar4);" (call_expression "einfo(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier ))) ;) })) (expression_statement "pcVar4 = "DllMainCRTStartup@12";" (assignment_expression "pcVar4 = "DllMainCRTStartup@12"" identifier = (string_literal ""DllMainCRTStartup@12"" " string_content ")) ;) (if_statement "if (((link_info._0_1_ & 1) == 0) && (dll == 0)) {\n if (pe_subsystem == 1) {\n pcVar4 = "NtProcessStartup";\n }\n else {\n pcVar4 = "WinMainCRTStartup";\n piVar2 = (int *)v_12776;\n do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);\n pcVar4 = "mainCRTStartup";\n }\n }" if (parenthesized_expression "(((link_info._0_1_ & 1) == 0) && (dll == 0))" ( (binary_expression "((link_info._0_1_ & 1) == 0) && (dll == 0)" (parenthesized_expression "((link_info._0_1_ & 1) == 0)" ( (binary_expression "(link_info._0_1_ & 1) == 0" (parenthesized_expression "(link_info._0_1_ & 1)" ( (binary_expression "link_info._0_1_ & 1" (field_expression "link_info._0_1_" identifier . field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "(dll == 0)" ( (binary_expression "dll == 0" identifier == number_literal) ))) )) (compound_statement "{\n if (pe_subsystem == 1) {\n pcVar4 = "NtProcessStartup";\n }\n else {\n pcVar4 = "WinMainCRTStartup";\n piVar2 = (int *)v_12776;\n do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);\n pcVar4 = "mainCRTStartup";\n }\n }" { (if_statement "if (pe_subsystem == 1) {\n pcVar4 = "NtProcessStartup";\n }\n else {\n pcVar4 = "WinMainCRTStartup";\n piVar2 = (int *)v_12776;\n do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);\n pcVar4 = "mainCRTStartup";\n }" if (parenthesized_expression "(pe_subsystem == 1)" ( (binary_expression "pe_subsystem == 1" identifier == number_literal) )) (compound_statement "{\n pcVar4 = "NtProcessStartup";\n }" { (expression_statement "pcVar4 = "NtProcessStartup";" (assignment_expression "pcVar4 = "NtProcessStartup"" identifier = (string_literal ""NtProcessStartup"" " string_content ")) ;) }) (else_clause "else {\n pcVar4 = "WinMainCRTStartup";\n piVar2 = (int *)v_12776;\n do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);\n pcVar4 = "mainCRTStartup";\n }" else (compound_statement "{\n pcVar4 = "WinMainCRTStartup";\n piVar2 = (int *)v_12776;\n do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);\n pcVar4 = "mainCRTStartup";\n }" { (expression_statement "pcVar4 = "WinMainCRTStartup";" (assignment_expression "pcVar4 = "WinMainCRTStartup"" identifier = (string_literal ""WinMainCRTStartup"" " string_content ")) ;) (expression_statement "piVar2 = (int *)v_12776;" (assignment_expression "piVar2 = (int *)v_12776" identifier = (cast_expression "(int *)v_12776" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (do_statement "do {\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (pcVar4 != (char *)0x0);" do (compound_statement "{\n if (piVar2[4] == pe_subsystem) goto LAB_00149460;\n pcVar4 = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n }" { (if_statement "if (piVar2[4] == pe_subsystem) goto LAB_00149460;" if (parenthesized_expression "(piVar2[4] == pe_subsystem)" ( (binary_expression "piVar2[4] == pe_subsystem" (subscript_expression "piVar2[4]" identifier [ number_literal ]) == identifier) )) (goto_statement "goto LAB_00149460;" goto statement_identifier ;)) (expression_statement "pcVar4 = *(char **)(piVar2 + 10);" (assignment_expression "pcVar4 = *(char **)(piVar2 + 10)" identifier = (pointer_expression "*(char **)(piVar2 + 10)" * (cast_expression "(char **)(piVar2 + 10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar2 + 10)" ( (binary_expression "piVar2 + 10" identifier + number_literal) ))))) ;) (expression_statement "piVar2 = piVar2 + 4;" (assignment_expression "piVar2 = piVar2 + 4" identifier = (binary_expression "piVar2 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(pcVar4 != (char *)0x0)" ( (binary_expression "pcVar4 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "pcVar4 = "mainCRTStartup";" (assignment_expression "pcVar4 = "mainCRTStartup"" identifier = (string_literal ""mainCRTStartup"" " string_content ")) ;) }))) })) (labeled_statement "LAB_00149460:\n iVar1 = is_underscoring();" statement_identifier : (expression_statement "iVar1 = is_underscoring();" (assignment_expression "iVar1 = is_underscoring()" identifier = (call_expression "is_underscoring()" identifier (argument_list "()" ( )))) ;)) (expression_statement "name = pcVar4;" (assignment_expression "name = pcVar4" identifier = identifier) ;) (if_statement "if (iVar1 != 0) {\n sVar3 = strlen(pcVar4);\n name = (char *)xmalloc(sVar3 + 2);\n *name = '_';\n strcpy(name + 1,pcVar4);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(pcVar4);\n name = (char *)xmalloc(sVar3 + 2);\n *name = '_';\n strcpy(name + 1,pcVar4);\n }" { (expression_statement "sVar3 = strlen(pcVar4);" (assignment_expression "sVar3 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "name = (char *)xmalloc(sVar3 + 2);" (assignment_expression "name = (char *)xmalloc(sVar3 + 2)" identifier = (cast_expression "(char *)xmalloc(sVar3 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar3 + 2)" identifier (argument_list "(sVar3 + 2)" ( (binary_expression "sVar3 + 2" identifier + number_literal) ))))) ;) (expression_statement "*name = '_';" (assignment_expression "*name = '_'" (pointer_expression "*name" * identifier) = (char_literal "'_'" ' character ')) ;) (expression_statement "strcpy(name + 1,pcVar4);" (call_expression "strcpy(name + 1,pcVar4)" identifier (argument_list "(name + 1,pcVar4)" ( (binary_expression "name + 1" identifier + number_literal) , identifier ))) ;) })) (expression_statement "lang_default_entry(name);" (call_expression "lang_default_entry(name)" identifier (argument_list "(name)" ( identifier ))) ;) (expression_statement "after_parse_default();" (call_expression "after_parse_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001493f0(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n char *__s;\n \n if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }\n __s = "DllMainCRTStartup@12";\n if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = FUN_00148550();\n pcVar4 = __s;\n if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }\n FUN_0011e940(pcVar4);\n FUN_00127ef0();\n return;\n}\n\n" (function_definition "void FUN_001493f0(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n char *__s;\n \n if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }\n __s = "DllMainCRTStartup@12";\n if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = FUN_00148550();\n pcVar4 = __s;\n if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }\n FUN_0011e940(pcVar4);\n FUN_00127ef0();\n return;\n}" primitive_type (function_declarator "FUN_001493f0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n char *__s;\n \n if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }\n __s = "DllMainCRTStartup@12";\n if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = FUN_00148550();\n pcVar4 = __s;\n if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }\n FUN_0011e940(pcVar4);\n FUN_00127ef0();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (if_statement "if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }" if (parenthesized_expression "(((byte)DAT_002b5f40 & 0x10) != 0)" ( (binary_expression "((byte)DAT_002b5f40 & 0x10) != 0" (parenthesized_expression "((byte)DAT_002b5f40 & 0x10)" ( (binary_expression "(byte)DAT_002b5f40 & 0x10" (cast_expression "(byte)DAT_002b5f40" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }" { (expression_statement "uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);" (assignment_expression "uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129380(uVar5);" (call_expression "FUN_00129380(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) })) (expression_statement "__s = "DllMainCRTStartup@12";" (assignment_expression "__s = "DllMainCRTStartup@12"" identifier = (string_literal ""DllMainCRTStartup@12"" " string_content ")) ;) (if_statement "if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }" if (parenthesized_expression "((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0))" ( (binary_expression "(((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)" (parenthesized_expression "(((byte)DAT_002b5f40 & 1) == 0)" ( (binary_expression "((byte)DAT_002b5f40 & 1) == 0" (parenthesized_expression "((byte)DAT_002b5f40 & 1)" ( (binary_expression "(byte)DAT_002b5f40 & 1" (cast_expression "(byte)DAT_002b5f40" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "(DAT_002b58ac == 0)" ( (binary_expression "DAT_002b58ac == 0" identifier == number_literal) ))) )) (compound_statement "{\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }" { (if_statement "if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" if (parenthesized_expression "(DAT_002b3d08 == 1)" ( (binary_expression "DAT_002b3d08 == 1" identifier == number_literal) )) (compound_statement "{\n __s = "NtProcessStartup";\n }" { (expression_statement "__s = "NtProcessStartup";" (assignment_expression "__s = "NtProcessStartup"" identifier = (string_literal ""NtProcessStartup"" " string_content ")) ;) }) (else_clause "else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" else (compound_statement "{\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" { (expression_statement "__s = "WinMainCRTStartup";" (assignment_expression "__s = "WinMainCRTStartup"" identifier = (string_literal ""WinMainCRTStartup"" " string_content ")) ;) (expression_statement "piVar2 = (int *)&DAT_002b0720;" (assignment_expression "piVar2 = (int *)&DAT_002b0720" identifier = (cast_expression "(int *)&DAT_002b0720" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_002b0720" & identifier))) ;) (do_statement "do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);" do (compound_statement "{\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n }" { (if_statement "if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;" if (parenthesized_expression "(piVar2[4] == DAT_002b3d08)" ( (binary_expression "piVar2[4] == DAT_002b3d08" (subscript_expression "piVar2[4]" identifier [ number_literal ]) == identifier) )) (goto_statement "goto LAB_00149460;" goto statement_identifier ;)) (expression_statement "__s = *(char **)(piVar2 + 10);" (assignment_expression "__s = *(char **)(piVar2 + 10)" identifier = (pointer_expression "*(char **)(piVar2 + 10)" * (cast_expression "(char **)(piVar2 + 10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar2 + 10)" ( (binary_expression "piVar2 + 10" identifier + number_literal) ))))) ;) (expression_statement "piVar2 = piVar2 + 4;" (assignment_expression "piVar2 = piVar2 + 4" identifier = (binary_expression "piVar2 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "__s = "mainCRTStartup";" (assignment_expression "__s = "mainCRTStartup"" identifier = (string_literal ""mainCRTStartup"" " string_content ")) ;) }))) })) (labeled_statement "LAB_00149460:\n iVar1 = FUN_00148550();" statement_identifier : (expression_statement "iVar1 = FUN_00148550();" (assignment_expression "iVar1 = FUN_00148550()" identifier = (call_expression "FUN_00148550()" identifier (argument_list "()" ( )))) ;)) (expression_statement "pcVar4 = __s;" (assignment_expression "pcVar4 = __s" identifier = identifier) ;) (if_statement "if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }" { (expression_statement "sVar3 = strlen(__s);" (assignment_expression "sVar3 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "pcVar4 = (char *)xmalloc(sVar3 + 2);" (assignment_expression "pcVar4 = (char *)xmalloc(sVar3 + 2)" identifier = (cast_expression "(char *)xmalloc(sVar3 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar3 + 2)" identifier (argument_list "(sVar3 + 2)" ( (binary_expression "sVar3 + 2" identifier + number_literal) ))))) ;) (expression_statement "*pcVar4 = '_';" (assignment_expression "*pcVar4 = '_'" (pointer_expression "*pcVar4" * identifier) = (char_literal "'_'" ' character ')) ;) (expression_statement "strcpy(pcVar4 + 1,__s);" (call_expression "strcpy(pcVar4 + 1,__s)" identifier (argument_list "(pcVar4 + 1,__s)" ( (binary_expression "pcVar4 + 1" identifier + number_literal) , identifier ))) ;) })) (expression_statement "FUN_0011e940(pcVar4);" (call_expression "FUN_0011e940(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier ))) ;) (expression_statement "FUN_00127ef0();" (call_expression "FUN_00127ef0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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 = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 = (string_literal " string_content ")) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }))) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' character ')) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001493f0(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n char *__s;\n \n if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }\n __s = "DllMainCRTStartup@12";\n if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = FUN_00148550();\n pcVar4 = __s;\n if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }\n FUN_0011e940(pcVar4);\n FUN_00127ef0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_001493f0(void)" (identifier "FUN_001493f0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n char *__s;\n \n if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }\n __s = "DllMainCRTStartup@12";\n if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }\nLAB_00149460:\n iVar1 = FUN_00148550();\n pcVar4 = __s;\n if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }\n FUN_0011e940(pcVar4);\n FUN_00127ef0();\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (if_statement "if (((byte)DAT_002b5f40 & 0x10) != 0) {\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }" (if "if") (parenthesized_expression "(((byte)DAT_002b5f40 & 0x10) != 0)" (( "(") (binary_expression "((byte)DAT_002b5f40 & 0x10) != 0" (parenthesized_expression "((byte)DAT_002b5f40 & 0x10)" (( "(") (binary_expression "(byte)DAT_002b5f40 & 0x10" (cast_expression "(byte)DAT_002b5f40" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "DAT_002b5f40")) (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);\n FUN_00129380(uVar5);\n }" ({ "{") (expression_statement "uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5);" (assignment_expression "uVar5 = dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal ""%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n"" (" """) (string_content "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00129380(uVar5);" (call_expression "FUN_00129380(uVar5)" (identifier "FUN_00129380") (argument_list "(uVar5)" (( "(") (identifier "uVar5") () ")"))) (; ";")) (} "}"))) (expression_statement "__s = "DllMainCRTStartup@12";" (assignment_expression "__s = "DllMainCRTStartup@12"" (identifier "__s") (= "=") (string_literal ""DllMainCRTStartup@12"" (" """) (string_content "DllMainCRTStartup@12") (" """))) (; ";")) (if_statement "if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) {\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }" (if "if") (parenthesized_expression "((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0))" (( "(") (binary_expression "(((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)" (parenthesized_expression "(((byte)DAT_002b5f40 & 1) == 0)" (( "(") (binary_expression "((byte)DAT_002b5f40 & 1) == 0" (parenthesized_expression "((byte)DAT_002b5f40 & 1)" (( "(") (binary_expression "(byte)DAT_002b5f40 & 1" (cast_expression "(byte)DAT_002b5f40" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "DAT_002b5f40")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(DAT_002b58ac == 0)" (( "(") (binary_expression "DAT_002b58ac == 0" (identifier "DAT_002b58ac") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }\n }" ({ "{") (if_statement "if (DAT_002b3d08 == 1) {\n __s = "NtProcessStartup";\n }\n else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" (if "if") (parenthesized_expression "(DAT_002b3d08 == 1)" (( "(") (binary_expression "DAT_002b3d08 == 1" (identifier "DAT_002b3d08") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n __s = "NtProcessStartup";\n }" ({ "{") (expression_statement "__s = "NtProcessStartup";" (assignment_expression "__s = "NtProcessStartup"" (identifier "__s") (= "=") (string_literal ""NtProcessStartup"" (" """) (string_content "NtProcessStartup") (" """))) (; ";")) (} "}")) (else_clause "else {\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" (else "else") (compound_statement "{\n __s = "WinMainCRTStartup";\n piVar2 = (int *)&DAT_002b0720;\n do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);\n __s = "mainCRTStartup";\n }" ({ "{") (expression_statement "__s = "WinMainCRTStartup";" (assignment_expression "__s = "WinMainCRTStartup"" (identifier "__s") (= "=") (string_literal ""WinMainCRTStartup"" (" """) (string_content "WinMainCRTStartup") (" """))) (; ";")) (expression_statement "piVar2 = (int *)&DAT_002b0720;" (assignment_expression "piVar2 = (int *)&DAT_002b0720" (identifier "piVar2") (= "=") (cast_expression "(int *)&DAT_002b0720" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_002b0720" (& "&") (identifier "DAT_002b0720")))) (; ";")) (do_statement "do {\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n } while (__s != (char *)0x0);" (do "do") (compound_statement "{\n if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;\n __s = *(char **)(piVar2 + 10);\n piVar2 = piVar2 + 4;\n }" ({ "{") (if_statement "if (piVar2[4] == DAT_002b3d08) goto LAB_00149460;" (if "if") (parenthesized_expression "(piVar2[4] == DAT_002b3d08)" (( "(") (binary_expression "piVar2[4] == DAT_002b3d08" (subscript_expression "piVar2[4]" (identifier "piVar2") ([ "[") (number_literal "4") (] "]")) (== "==") (identifier "DAT_002b3d08")) () ")")) (goto_statement "goto LAB_00149460;" (goto "goto") (statement_identifier "LAB_00149460") (; ";"))) (expression_statement "__s = *(char **)(piVar2 + 10);" (assignment_expression "__s = *(char **)(piVar2 + 10)" (identifier "__s") (= "=") (pointer_expression "*(char **)(piVar2 + 10)" (* "*") (cast_expression "(char **)(piVar2 + 10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(piVar2 + 10)" (( "(") (binary_expression "piVar2 + 10" (identifier "piVar2") (+ "+") (number_literal "10")) () ")"))))) (; ";")) (expression_statement "piVar2 = piVar2 + 4;" (assignment_expression "piVar2 = piVar2 + 4" (identifier "piVar2") (= "=") (binary_expression "piVar2 + 4" (identifier "piVar2") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(__s != (char *)0x0)" (( "(") (binary_expression "__s != (char *)0x0" (identifier "__s") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (expression_statement "__s = "mainCRTStartup";" (assignment_expression "__s = "mainCRTStartup"" (identifier "__s") (= "=") (string_literal ""mainCRTStartup"" (" """) (string_content "mainCRTStartup") (" """))) (; ";")) (} "}")))) (} "}"))) (labeled_statement "LAB_00149460:\n iVar1 = FUN_00148550();" (statement_identifier "LAB_00149460") (: ":") (expression_statement "iVar1 = FUN_00148550();" (assignment_expression "iVar1 = FUN_00148550()" (identifier "iVar1") (= "=") (call_expression "FUN_00148550()" (identifier "FUN_00148550") (argument_list "()" (( "(") () ")")))) (; ";"))) (expression_statement "pcVar4 = __s;" (assignment_expression "pcVar4 = __s" (identifier "pcVar4") (= "=") (identifier "__s")) (; ";")) (if_statement "if (iVar1 != 0) {\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n sVar3 = strlen(__s);\n pcVar4 = (char *)xmalloc(sVar3 + 2);\n *pcVar4 = '_';\n strcpy(pcVar4 + 1,__s);\n }" ({ "{") (expression_statement "sVar3 = strlen(__s);" (assignment_expression "sVar3 = strlen(__s)" (identifier "sVar3") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "pcVar4 = (char *)xmalloc(sVar3 + 2);" (assignment_expression "pcVar4 = (char *)xmalloc(sVar3 + 2)" (identifier "pcVar4") (= "=") (cast_expression "(char *)xmalloc(sVar3 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(sVar3 + 2)" (identifier "xmalloc") (argument_list "(sVar3 + 2)" (( "(") (binary_expression "sVar3 + 2" (identifier "sVar3") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (expression_statement "*pcVar4 = '_';" (assignment_expression "*pcVar4 = '_'" (pointer_expression "*pcVar4" (* "*") (identifier "pcVar4")) (= "=") (char_literal "'_'" (' "'") (character "_") (' "'"))) (; ";")) (expression_statement "strcpy(pcVar4 + 1,__s);" (call_expression "strcpy(pcVar4 + 1,__s)" (identifier "strcpy") (argument_list "(pcVar4 + 1,__s)" (( "(") (binary_expression "pcVar4 + 1" (identifier "pcVar4") (+ "+") (number_literal "1")) (, ",") (identifier "__s") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0011e940(pcVar4);" (call_expression "FUN_0011e940(pcVar4)" (identifier "FUN_0011e940") (argument_list "(pcVar4)" (( "(") (identifier "pcVar4") () ")"))) (; ";")) (expression_statement "FUN_00127ef0();" (call_expression "FUN_00127ef0()" (identifier "FUN_00127ef0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { int var_8; int *var_5; size_t var_11; char *var_13; char *var_6; if ((link_info._0_1_ & 0x10) != 0) { var_6 = (char *)var_1(0, "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n" ,5); var_2(var_6); } var_6 = "DllMainCRTStartup@12"; if (((link_info._0_1_ & 1) == 0) && (var_3 == 0)) { if (var_4 == 1) { var_6 = "NtProcessStartup"; } else { var_6 = "WinMainCRTStartup"; var_5 = (int *)v_12776; do { if (var_5[4] == var_4) goto LAB_00149460; var_6 = *(char **)(var_5 + 10); var_5 = var_5 + 4; } while (var_6 != (char *)0x0); var_6 = "mainCRTStartup"; } } LAB_00149460: var_8 = var_7(); var_13 = var_6; if (var_8 != 0) { var_11 = var_9(var_6); var_13 = (char *)var_10(var_11 + 2); *var_13 = '_'; var_12(var_13 + 1,var_6); } var_14(var_13); var_15(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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))) 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: (string_literal (string_content))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
null
void MASKED(void) { int iVar1; int *piVar2; size_t sVar3; char *pcVar4; undefined8 uVar5; char *__s; if (((byte)DAT_002b5f40 & 0x10) != 0) { uVar5 = dcgettext(0, "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n" ,5); FUN_00129380(uVar5); } __s = "DllMainCRTStartup@12"; if ((((byte)DAT_002b5f40 & 1) == 0) && (DAT_002b58ac == 0)) { if (DAT_002b3d08 == 1) { __s = "NtProcessStartup"; } else { __s = "WinMainCRTStartup"; piVar2 = (int *)&DAT_002b0720; do { if (piVar2[4] == DAT_002b3d08) goto LAB_00149460; __s = *(char **)(piVar2 + 10); piVar2 = piVar2 + 4; } while (__s != (char *)0x0); __s = "mainCRTStartup"; } } LAB_00149460: iVar1 = FUN_00148550(); pcVar4 = __s; if (iVar1 != 0) { sVar3 = strlen(__s); pcVar4 = (char *)xmalloc(sVar3 + 2); *pcVar4 = '_'; strcpy(pcVar4 + 1,__s); } FUN_0011e940(pcVar4); FUN_00127ef0(); return; }
178_m68k-linux-gnu-ranlib_and_m68k-linux-gnu-ranlib_strip.c
endian_string
FUN_00107560
char * endian_string(bfd_endian endian) { char *pcVar1; if (endian == BFD_ENDIAN_BIG) { pcVar1 = (char *)dcgettext(0,"big endian",5); return pcVar1; } if (endian != BFD_ENDIAN_LITTLE) { pcVar1 = (char *)dcgettext(0,"endianness unknown",5); return pcVar1; } pcVar1 = (char *)dcgettext(0,"little endian",5); return pcVar1; }
void FUN_00107560(int param_1) { if (param_1 == 0) { dcgettext(0,"big endian",5); return; } if (param_1 != 1) { dcgettext(0,"endianness unknown",5); return; } dcgettext(0,"little endian",5); return; }
TEST EDI,EDI JZ 0x00107580 CMP EDI,0x1 JZ 0x00107598 MOV EDX,0x5 LEA RSI,[0x10c2aa] XOR EDI,EDI JMP 0x001021b0 MOV EDX,0x5 LEA RSI,[0x10c291] XOR EDI,EDI JMP 0x001021b0 MOV EDX,0x5 LEA RSI,[0x10c29c] XOR EDI,EDI JMP 0x001021b0
null
null
null
null
[(u'CALL_-1206946350', u'CAST_-1206946213'), ('const-1098396', u'COPY_-1206946254'), (u'CALL_-1206946401', u'CAST_-1206946234'), (u'INT_NOTEQUAL_-1206946433', u'CBRANCH_-1206946432'), ('const-0', u'RETURN_-1206946346'), (u'CAST_-1206946234', u'RETURN_-1206946397'), (u'COPY_-1206946279', u'CALL_-1206946350'), ('tmp_169', u'INT_EQUAL_-1206946449'), (u'CAST_-1206946188', u'RETURN_-1206946336'), ('const-1', u'INT_NOTEQUAL_-1206946433'), ('const-1098410', u'COPY_-1206946300'), ('tmp_24', u'CBRANCH_-1206946448'), ('const-0', u'CALL_-1206946340'), ('const-0', u'INT_EQUAL_-1206946449'), (u'INT_EQUAL_-1206946449', u'CBRANCH_-1206946448'), ('const-5', u'CALL_-1206946401'), ('const-0', u'RETURN_-1206946397'), ('const-5', u'CALL_-1206946350'), (u'CAST_-1206946213', u'RETURN_-1206946346'), ('const-0', u'RETURN_-1206946336'), ('tmp_54', u'CBRANCH_-1206946432'), (u'CALL_-1206946340', u'CAST_-1206946188'), ('const-5', u'CALL_-1206946340'), (u'COPY_-1206946300', u'CALL_-1206946401'), ('tmp_169', u'INT_NOTEQUAL_-1206946433'), ('const-0', u'CALL_-1206946350'), ('const-1098385', u'COPY_-1206946279'), ('const-0', u'CALL_-1206946401'), (u'COPY_-1206946254', u'CALL_-1206946340')]
[('const-5', u'CALL_-1206946340'), (u'INT_EQUAL_-1206946449', u'CBRANCH_-1206946448'), (u'INT_NOTEQUAL_-1206946433', u'CBRANCH_-1206946432'), ('const-5', u'CALL_-1206946350'), (u'COPY_-1206946261', u'CALL_-1206946340'), ('const-5', u'CALL_-1206946401'), ('const-0', u'RETURN_-1206946346'), ('const-0', u'RETURN_-1206946397'), ('const-1098385', u'COPY_-1206946286'), ('const-1', u'INT_NOTEQUAL_-1206946433'), ('const-0', u'CALL_-1206946401'), ('const-0', u'CALL_-1206946340'), (u'COPY_-1206946307', u'CALL_-1206946401'), ('const-0', u'CALL_-1206946350'), ('const-0', u'RETURN_-1206946336'), ('tmp_54', u'CBRANCH_-1206946432'), ('tmp_24', u'CBRANCH_-1206946448'), ('tmp_336', u'INT_NOTEQUAL_-1206946433'), ('const-1098396', u'COPY_-1206946261'), ('tmp_336', u'INT_EQUAL_-1206946449'), ('const-1098410', u'COPY_-1206946307'), ('const-0', u'INT_EQUAL_-1206946449'), (u'COPY_-1206946286', u'CALL_-1206946350')]
null
null
00107560
x64
O2
(translation_unit "void FUN_00107560(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}\n\n" (function_definition "void FUN_00107560(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" primitive_type (function_declarator "FUN_00107560(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" { (if_statement "if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n dcgettext(0,"big endian",5);\n return;\n }" { (expression_statement "dcgettext(0,"big endian",5);" (call_expression "dcgettext(0,"big endian",5)" identifier (argument_list "(0,"big endian",5)" ( number_literal , (string_literal ""big endian"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })) (if_statement "if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }" if (parenthesized_expression "(param_1 != 1)" ( (binary_expression "param_1 != 1" identifier != number_literal) )) (compound_statement "{\n dcgettext(0,"endianness unknown",5);\n return;\n }" { (expression_statement "dcgettext(0,"endianness unknown",5);" (call_expression "dcgettext(0,"endianness unknown",5)" identifier (argument_list "(0,"endianness unknown",5)" ( number_literal , (string_literal ""endianness unknown"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "dcgettext(0,"little endian",5);" (call_expression "dcgettext(0,"little endian",5)" identifier (argument_list "(0,"little endian",5)" ( number_literal , (string_literal ""little endian"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "char * endian_string(bfd_endian endian)\n\n{\n char *pcVar1;\n \n if (endian == BFD_ENDIAN_BIG) {\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }\n if (endian != BFD_ENDIAN_LITTLE) {\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"little endian",5);\n return pcVar1;\n}\n\n" (function_definition "char * endian_string(bfd_endian endian)\n\n{\n char *pcVar1;\n \n if (endian == BFD_ENDIAN_BIG) {\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }\n if (endian != BFD_ENDIAN_LITTLE) {\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"little endian",5);\n return pcVar1;\n}" primitive_type (pointer_declarator "* endian_string(bfd_endian endian)" * (function_declarator "endian_string(bfd_endian endian)" identifier (parameter_list "(bfd_endian endian)" ( (parameter_declaration "bfd_endian endian" type_identifier identifier) )))) (compound_statement "{\n char *pcVar1;\n \n if (endian == BFD_ENDIAN_BIG) {\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }\n if (endian != BFD_ENDIAN_LITTLE) {\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"little endian",5);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (if_statement "if (endian == BFD_ENDIAN_BIG) {\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }" if (parenthesized_expression "(endian == BFD_ENDIAN_BIG)" ( (binary_expression "endian == BFD_ENDIAN_BIG" identifier == identifier) )) (compound_statement "{\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }" { (expression_statement "pcVar1 = (char *)dcgettext(0,"big endian",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"big endian",5)" identifier = (cast_expression "(char *)dcgettext(0,"big endian",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"big endian",5)" identifier (argument_list "(0,"big endian",5)" ( number_literal , (string_literal ""big endian"" " string_content ") , number_literal ))))) ;) (return_statement "return pcVar1;" return identifier ;) })) (if_statement "if (endian != BFD_ENDIAN_LITTLE) {\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }" if (parenthesized_expression "(endian != BFD_ENDIAN_LITTLE)" ( (binary_expression "endian != BFD_ENDIAN_LITTLE" identifier != identifier) )) (compound_statement "{\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }" { (expression_statement "pcVar1 = (char *)dcgettext(0,"endianness unknown",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"endianness unknown",5)" identifier = (cast_expression "(char *)dcgettext(0,"endianness unknown",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"endianness unknown",5)" identifier (argument_list "(0,"endianness unknown",5)" ( number_literal , (string_literal ""endianness unknown"" " string_content ") , number_literal ))))) ;) (return_statement "return pcVar1;" return identifier ;) })) (expression_statement "pcVar1 = (char *)dcgettext(0,"little endian",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"little endian",5)" identifier = (cast_expression "(char *)dcgettext(0,"little endian",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"little endian",5)" identifier (argument_list "(0,"little endian",5)" ( number_literal , (string_literal ""little endian"" " string_content ") , number_literal ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "void FUN_00107560(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}\n\n" (function_definition "void FUN_00107560(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" primitive_type (function_declarator "FUN_00107560(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" { (if_statement "if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n dcgettext(0,"big endian",5);\n return;\n }" { (expression_statement "dcgettext(0,"big endian",5);" (call_expression "dcgettext(0,"big endian",5)" identifier (argument_list "(0,"big endian",5)" ( number_literal , (string_literal ""big endian"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })) (if_statement "if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }" if (parenthesized_expression "(param_1 != 1)" ( (binary_expression "param_1 != 1" identifier != number_literal) )) (compound_statement "{\n dcgettext(0,"endianness unknown",5);\n return;\n }" { (expression_statement "dcgettext(0,"endianness unknown",5);" (call_expression "dcgettext(0,"endianness unknown",5)" identifier (argument_list "(0,"endianness unknown",5)" ( number_literal , (string_literal ""endianness unknown"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "dcgettext(0,"little endian",5);" (call_expression "dcgettext(0,"little endian",5)" identifier (argument_list "(0,"little endian",5)" ( number_literal , (string_literal ""little endian"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00107560(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00107560(int param_1)" (identifier "FUN_00107560") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" ({ "{") (if_statement "if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n dcgettext(0,"big endian",5);\n return;\n }" ({ "{") (expression_statement "dcgettext(0,"big endian",5);" (call_expression "dcgettext(0,"big endian",5)" (identifier "dcgettext") (argument_list "(0,"big endian",5)" (( "(") (number_literal "0") (, ",") (string_literal ""big endian"" (" """) (string_content "big endian") (" """)) (, ",") (number_literal "5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }" (if "if") (parenthesized_expression "(param_1 != 1)" (( "(") (binary_expression "param_1 != 1" (identifier "param_1") (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n dcgettext(0,"endianness unknown",5);\n return;\n }" ({ "{") (expression_statement "dcgettext(0,"endianness unknown",5);" (call_expression "dcgettext(0,"endianness unknown",5)" (identifier "dcgettext") (argument_list "(0,"endianness unknown",5)" (( "(") (number_literal "0") (, ",") (string_literal ""endianness unknown"" (" """) (string_content "endianness unknown") (" """)) (, ",") (number_literal "5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "dcgettext(0,"little endian",5);" (call_expression "dcgettext(0,"little endian",5)" (identifier "dcgettext") (argument_list "(0,"little endian",5)" (( "(") (number_literal "0") (, ",") (string_literal ""little endian"" (" """) (string_content "little endian") (" """)) (, ",") (number_literal "5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
char * function_1(type_1 var_1) { char *pcVar1; if (var_1 == var_2) { pcVar1 = (char *)var_3(0,"big endian",5); return pcVar1; } if (var_1 != var_4) { pcVar1 = (char *)var_3(0,"endianness unknown",5); return pcVar1; } pcVar1 = (char *)var_3(0,"little endian",5); return pcVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))) (return_statement))))
null
void MASKED(int param_1) { if (param_1 == 0) { dcgettext(0,"big endian",5); return; } if (param_1 != 1) { dcgettext(0,"endianness unknown",5); return; } dcgettext(0,"little endian",5); return; }
2727_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
do_write
FUN_001925a0
/* DWARF original prototype: void do_write(Output_relocatable_relocs<4,_64,_false> * this, Output_file * param_1) */ void __thiscall gold::Output_relocatable_relocs<4,_64,_false>::do_write (Output_relocatable_relocs<4,_64,_false> *this,Output_file *param_2) { return; }
void FUN_001925a0(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1207556692')]
[('const-0', u'RETURN_-1207556692')]
null
null
001925a0
x64
O2
(translation_unit "void FUN_001925a0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001925a0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001925a0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void do_write(Output_relocatable_relocs<4,_64,_false> * this,\n Output_file * param_1) */\n\nvoid __thiscall\ngold::Output_relocatable_relocs<4,_64,_false>::do_write\n (Output_relocatable_relocs<4,_64,_false> *this,Output_file *param_2)\n\n{\n return;\n}\n\n" comment (ERROR "void __thiscall\ngold::Output_relocatable_relocs<4,_64,_false>::do_write\n (Output_relocatable_relocs<4,_64,_false> *this,Output_file *param_2)" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , (ERROR "_false>::" identifier > : :) (function_declarator "do_write\n (Output_relocatable_relocs<4,_64,_false> *this,Output_file *param_2)" identifier (parameter_list "(Output_relocatable_relocs<4,_64,_false> *this,Output_file *param_2)" ( (parameter_declaration "Output_relocatable_relocs" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) }))
(translation_unit "void FUN_001925a0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001925a0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001925a0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(function_definition "void FUN_001925a0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_001925a0(void)" (identifier "FUN_001925a0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void do_write(Output_relocatable_relocs<4,_64,_false> * this, Output_file * param_1) */ void __thiscall gold::Output_relocatable_relocs<4,_64,_false>::do_write (Output_relocatable_relocs<4,_64,_false> *this,Output_file *param_2) { return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
null
void MASKED(void) { return; }
8418_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
num_get
FUN_002c2860
/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::num_get(unsigned long) */ void __thiscall std::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::num_get (num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this, ulong param_1) { *(uint *)(this + 8) = (uint)(param_1 != 0); *(undefined ***)this = &PTR__num_get_003bbe10; return; }
void FUN_002c2860(undefined8 *param_1,long param_2) { *(uint *)(param_1 + 1) = (uint)(param_2 != 0); *param_1 = &PTR_FUN_003bbe10; return; }
XOR EAX,EAX TEST RSI,RSI SETNZ AL MOV dword ptr [RDI + 0x8],EAX LEA RAX,[0x3bbe00] ADD RAX,0x10 MOV qword ptr [RDI],RAX RET
null
null
null
null
[('const-1', u'PTRADD_-1204606786'), ('const-0', u'INT_NOTEQUAL_-1204606852'), (u'CAST_-1204606752', u'STORE_-1204606846'), ('const-0', u'RETURN_-1204606807'), (u'INT_NOTEQUAL_-1204606852', u'INT_ZEXT_-1204606806'), (u'CAST_-1204606737', u'STORE_-1204606820'), (u'PTRSUB_-1204606737', u'STORE_-1204606820'), ('const-0', u'PTRSUB_-1204606737'), ('const-433', u'STORE_-1204606846'), (u'PTRADD_-1204606786', u'CAST_-1204606752'), ('const-3915280', u'PTRSUB_-1204606737'), ('tmp_105', u'PTRADD_-1204606786'), ('const-8', u'PTRADD_-1204606786'), (u'INT_ZEXT_-1204606806', u'STORE_-1204606846'), ('tmp_105', u'CAST_-1204606737'), ('tmp_106', u'INT_NOTEQUAL_-1204606852'), ('const-433', u'STORE_-1204606820')]
[('const-0', u'PTRSUB_-1204606737'), ('const-0', u'INT_NOTEQUAL_-1204606852'), ('const-1', u'PTRADD_-1204606751'), (u'CAST_-1204606751', u'STORE_-1204606846'), (u'PTRADD_-1204606751', u'CAST_-1204606751'), ('tmp_136', u'INT_NOTEQUAL_-1204606852'), ('tmp_137', u'PTRADD_-1204606751'), ('const-0', u'RETURN_-1204606807'), (u'INT_NOTEQUAL_-1204606852', u'INT_ZEXT_-1204606806'), (u'PTRSUB_-1204606737', u'STORE_-1204606820'), ('const-3915280', u'PTRSUB_-1204606737'), ('const-8', u'PTRADD_-1204606751'), ('tmp_137', u'STORE_-1204606820'), (u'INT_ZEXT_-1204606806', u'STORE_-1204606846'), ('const-433', u'STORE_-1204606846'), ('const-433', u'STORE_-1204606820')]
null
null
002c2860
x64
O2
(translation_unit "void FUN_002c2860(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003bbe10;\n return;\n}\n\n" (function_definition "void FUN_002c2860(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003bbe10;\n return;\n}" primitive_type (function_declarator "FUN_002c2860(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003bbe10;\n return;\n}" { (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_003bbe10;" (assignment_expression "*param_1 = &PTR_FUN_003bbe10" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003bbe10" & identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::num_get(unsigned long) */\n\nvoid __thiscall\nstd::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::num_get\n (num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)\n\n{\n *(uint *)(this + 8) = (uint)(param_1 != 0);\n *(undefined ***)this = &PTR__num_get_003bbe10;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::num_get\n (num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)\n\n{\n *(uint *)(this + 8) = (uint)(param_1 != 0);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::num_get<" identifier : : identifier <) identifier , (ERROR "std::istreambuf_iterator<" identifier : : identifier <) identifier , (ERROR "std::char_traits<wchar_t>>>::num_get\n (num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)\n\n{" identifier : : identifier < identifier >> > : : (function_declarator "num_get\n (num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)" identifier (parameter_list "(num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)" ( (parameter_declaration "num_get<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "std::istreambuf_iterator<wchar_t" type_identifier (ERROR "::istreambuf_iterator<" : : identifier <) identifier) , (parameter_declaration "std::char_traits<wchar_t>>> *this" type_identifier (ERROR "::char_traits<wchar_t>>>" : : identifier < identifier >> >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "ulong param_1" type_identifier identifier) ))) {) (init_declarator "*(uint *)(this + 8) = (uint)(param_1 != 0)" (pointer_declarator "*(uint *)(this + 8)" * (function_declarator "(uint *)(this + 8)" (parenthesized_declarator "(uint *)" ( identifier (ERROR "*" *) )) (parameter_list "(this + 8)" ( (parameter_declaration "this" type_identifier) (ERROR "+ 8" + number_literal) )))) = (call_expression "(uint)(param_1 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )))) ;) (expression_statement "*(undefined ***)this = &PTR__num_get_003bbe10;" (assignment_expression "*(undefined ***)this = &PTR__num_get_003bbe10" (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__num_get_003bbe10" & identifier)) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_002c2860(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003bbe10;\n return;\n}\n\n" (function_definition "void FUN_002c2860(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003bbe10;\n return;\n}" primitive_type (function_declarator "FUN_002c2860(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003bbe10;\n return;\n}" { (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_003bbe10;" (assignment_expression "*param_1 = &PTR_FUN_003bbe10" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003bbe10" & identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return ;) })))
(function_definition "void FUN_002c2860(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003bbe10;\n return;\n}" (primitive_type "void") (function_declarator "FUN_002c2860(undefined8 *param_1,long param_2)" (identifier "FUN_002c2860") (parameter_list "(undefined8 *param_1,long param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003bbe10;\n return;\n}" ({ "{") (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" (* "*") (cast_expression "(uint *)(param_1 + 1)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_003bbe10;" (assignment_expression "*param_1 = &PTR_FUN_003bbe10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003bbe10" (& "&") (identifier "PTR_FUN_003bbe10"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::num_get(unsigned long) */ void __thiscall std::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::num_get (num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *type_1, ulong var_1) { *(function_1 *)(type_1 + 8) = (function_1)(var_1 != 0); *(type_2 ***)type_1 = &PTR__num_get_003bbe10; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement))))
null
void MASKED(undefined8 *param_1,long param_2) { *(uint *)(param_1 + 1) = (uint)(param_2 != 0); *param_1 = &PTR_FUN_003bbe10; return; }
5850_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
emit_relocs_scan
FUN_00246940
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void emit_relocs_scan(Sized_relobj_file<64,_false> * this, Symbol_table * symtab, Layout * layout, uchar * plocal_syms, iterator * p) */ void __thiscall gold::Sized_relobj_file<64,_false>::emit_relocs_scan (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *plocal_syms ,iterator *p) { uint uVar1; Target *pTVar2; Relocatable_relocs *this_00; Section_relocs *pSVar3; pTVar2 = parameters->target_; if (pTVar2 == (Target *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target"); } uVar1 = p->_M_current->reloc_shndx; if (uVar1 < (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_) { this_00 = (((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)-> super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_> )._M_impl._M_start[uVar1]; if (this_00 != (Relocatable_relocs *)0x0) { std::vector<unsigned_char,_std::allocator<unsigned_char>_>::reserve (&this_00->reloc_strategies_,p->_M_current->reloc_count); pSVar3 = p->_M_current; (**(code **)(*(long *)pTVar2 + 0x180)) (pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type, pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section, pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00 ); return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/reloc.cc",0x206,"emit_relocs_scan"); } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x549,"relocatable_relocs"); }
void FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, long *param_5) { uint uVar1; long *plVar2; long lVar3; long lVar4; plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18); if (plVar2 == (long *)0x0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x73,"sized_target"); } uVar1 = *(uint *)*param_5; if (uVar1 < *(uint *)(param_1 + 0x38)) { lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8); if (lVar3 != 0) { FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6)); lVar4 = *param_5; (**(code **)(*plVar2 + 0x180)) (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4), *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10), *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20), *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3); return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan"); } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs"); }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x18 MOV RAX,qword ptr [0x0043e6b0] MOV RBP,qword ptr [RAX + 0x18] TEST RBP,RBP JZ 0x002469f3 MOV R13,RDX MOV RDX,qword ptr [R8] MOV RBX,RDI MOV R15,R8 MOV EAX,dword ptr [RDX] CMP EAX,dword ptr [RDI + 0x38] JNC 0x00246a23 MOV R12,RSI MOV RSI,qword ptr [RDI + 0x68] MOV RSI,qword ptr [RSI] MOV R14,qword ptr [RSI + RAX*0x8] TEST R14,R14 JZ 0x00246a0b MOV RSI,qword ptr [RDX + 0x18] MOV RDI,R14 MOV qword ptr [RSP + 0x8],RCX CALL 0x00245b50 MOV RAX,qword ptr [R15] SUB RSP,0x8 MOV R10,qword ptr [RBP] MOV RSI,R12 MOV RDI,RBP MOV R9D,dword ptr [RAX + 0x10] MOV R8D,dword ptr [RAX + 0x4] PUSH R14 MOV RCX,qword ptr [RSP + 0x18] PUSH RCX MOV EDX,dword ptr [RBX + 0x120] MOV RCX,RBX PUSH RDX MOVZX EDX,byte ptr [RAX + 0x28] PUSH RDX MOV RDX,R13 PUSH qword ptr [RAX + 0x20] PUSH qword ptr [RAX + 0x18] MOV RAX,qword ptr [RAX + 0x8] PUSH qword ptr [RAX + 0x10] CALL qword ptr [R10 + 0x180] ADD RSP,0x58 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET LEA RDX,[0x383fd8] MOV ESI,0x73 LEA RDI,[0x3726d0] CALL 0x0017c650 LEA RDX,[0x383ec0] MOV ESI,0x206 LEA RDI,[0x38329c] CALL 0x0017c650 LEA RDX,[0x383f40] MOV ESI,0x549 LEA RDI,[0x36b016] CALL 0x0017c650
null
null
null
null
[(u'LOAD_-1204065730', u'CALLIND_-1204065655'), ('const-433', u'LOAD_-1204065822'), ('const-24', u'PTRSUB_-1204065373'), (u'LOAD_-1204065763', u'CALLIND_-1204065655'), ('const-0', u'PTRSUB_-1204065419'), (u'PTRSUB_-1204065337', u'LOAD_-1204065763'), ('const-0', u'PTRSUB_-1204065406'), (u'LOAD_-1204065712', u'CALLIND_-1204065655'), ('const-3682972', u'COPY_-1204065304'), (u'COPY_-1204065304', u'CALL_-1204065549'), (u'LOAD_-1204065890', u'INT_LESS_-1204065869'), (u'LOAD_-1204065844', u'INT_NOTEQUAL_-1204065824'), ('const-0', u'INT_NOTEQUAL_-1204065824'), (u'CALL_-1204065797', u'INDIRECT_-1204065472'), ('tmp_592', u'CALLIND_-1204065655'), (u'PTRSUB_-1204065340', u'CALL_-1204065797'), ('const-3686208', u'COPY_-1204065278'), ('const-518', u'CALL_-1204065549'), ('const-0', u'PTRSUB_-1204065355'), (u'INT_LESS_-1204065869', u'CBRANCH_-1204065866'), ('const-1', u'RETURN_-1204065544'), (u'PTRSUB_-1204065373', u'LOAD_-1204065822'), (u'LOAD_-1204065796', u'PTRSUB_-1204065295'), (u'LOAD_-1204065796', u'PTRSUB_-1204065337'), ('const-16', u'PTRSUB_-1204065286'), (u'COPY_-1204065329', u'CALL_-1204065557'), ('const-433', u'LOAD_-1204065851'), (u'PTRSUB_-1204065371', u'PTRSUB_-1204065367'), (u'INT_ADD_-1204065649', u'CAST_-1204065271'), (u'CAST_-1204065271', u'LOAD_-1204065665'), (u'CALL_-1204065517', u'INDIRECT_-1204065316'), (u'CALLIND_-1204065655', u'INDIRECT_-1204065402'), (u'LOAD_-1204065755', u'CALLIND_-1204065655'), (u'LOAD_-1204065932', u'INT_EQUAL_-1204065913'), ('tmp_1374', u'PTRSUB_-1204065436'), (u'INT_ZEXT_-1204065672', u'PTRADD_-1204065363'), (u'LOAD_-1204065844', u'CALLIND_-1204065655'), ('const-1353', u'CALL_-1204065517'), (u'PTRSUB_-1204065286', u'LOAD_-1204065673'), ('tmp_594', u'CALLIND_-1204065655'), ('const-1', u'RETURN_-1204065512'), (u'INDIRECT_-1204065316', u'COPY_-1204065370'), ('const-24', u'PTRSUB_-1204065436'), ('const-0', u'PTRSUB_-1204065371'), (u'CAST_-1204065329', u'LOAD_-1204065778'), ('const-0', u'PTRSUB_-1204065367'), (u'PTRSUB_-1204065386', u'PTRSUB_-1204065382'), (u'PTRSUB_-1204065295', u'LOAD_-1204065688'), ('const-115', u'CALL_-1204065557'), (u'LOAD_-1204065903', u'PTRSUB_-1204065409'), (u'PTRSUB_-1204065406', u'PTRSUB_-1204065391'), ('const-433', u'LOAD_-1204065688'), ('tmp_596', u'PTRSUB_-1204065355'), ('const-433', u'LOAD_-1204065665'), ('const-433', u'LOAD_-1204065730'), ('const-0', u'PTRSUB_-1204065340'), ('const-433', u'LOAD_-1204065696'), ('const-3686360', u'COPY_-1204065325'), ('const-0', u'PTRSUB_-1204065391'), (u'PTRSUB_-1204065377', u'PTRSUB_-1204065372'), (u'COPY_-1204065303', u'CALL_-1204065549'), ('const-0', u'PTRSUB_-1204065377'), (u'LOAD_-1204065932', u'CAST_-1204065329'), ('const-40', u'PTRSUB_-1204065308'), (u'PTRSUB_-1204065391', u'PTRSUB_-1204065386'), (u'LOAD_-1204065673', u'CALLIND_-1204065655'), ('const-433', u'LOAD_-1204065857'), ('tmp_592', u'PTRSUB_-1204065406'), ('const-56', u'PTRSUB_-1204065382'), (u'PTRSUB_-1204065436', u'LOAD_-1204065932'), (u'PTRSUB_-1204065392', u'PTRSUB_-1204065377'), ('const-433', u'LOAD_-1204065778'), (u'PTRADD_-1204065363', u'LOAD_-1204065844'), ('const-0', u'PTRSUB_-1204065386'), (u'LOAD_-1204065796', u'PTRSUB_-1204065291'), (u'LOAD_-1204065851', u'PTRADD_-1204065363'), ('const-433', u'LOAD_-1204065903'), ('const-104', u'PTRSUB_-1204065372'), ('const-384', u'INT_ADD_-1204065649'), ('tmp_593', u'CALLIND_-1204065655'), (u'PTRSUB_-1204065308', u'LOAD_-1204065712'), ('const-433', u'LOAD_-1204065884'), (u'PTRSUB_-1204065386', u'PTRSUB_-1204065371'), (u'LOAD_-1204065796', u'PTRSUB_-1204065308'), (u'LOAD_-1204065680', u'PTRSUB_-1204065286'), (u'LOAD_-1204065822', u'CALL_-1204065797'), ('const-433', u'LOAD_-1204065890'), ('const-8', u'PTRADD_-1204065363'), (u'LOAD_-1204065696', u'CALLIND_-1204065655'), (u'PTRSUB_-1204065372', u'LOAD_-1204065857'), (u'LOAD_-1204065665', u'CALLIND_-1204065655'), (u'LOAD_-1204065844', u'PTRSUB_-1204065340'), ('const-3686080', u'COPY_-1204065303'), ('const-0', u'PTRSUB_-1204065386'), (u'PTRSUB_-1204065299', u'LOAD_-1204065696'), (u'INDIRECT_-1204065402', u'COPY_-1204065440'), ('const-433', u'LOAD_-1204065932'), (u'LOAD_-1204065796', u'PTRSUB_-1204065299'), ('const-0', u'RETURN_-1204065596'), (u'PTRSUB_-1204065382', u'LOAD_-1204065884'), (u'CALL_-1204065557', u'INDIRECT_-1204065365'), ('tmp_164', u'CBRANCH_-1204065866'), ('const-433', u'LOAD_-1204065712'), ('const-0', u'PTRSUB_-1204065392'), (u'COPY_-1204065282', u'CALL_-1204065517'), (u'PTRSUB_-1204065419', u'LOAD_-1204065903'), ('tmp_108', u'CBRANCH_-1204065911'), ('const-8', u'PTRSUB_-1204065291'), (u'INDIRECT_-1204065365', u'COPY_-1204065417'), (u'PTRSUB_-1204065367', u'LOAD_-1204065851'), (u'LOAD_-1204065903', u'PTRSUB_-1204065373'), (u'CALL_-1204065549', u'INDIRECT_-1204065339'), ('const-4', u'PTRSUB_-1204065332'), ('const-16', u'PTRSUB_-1204065337'), (u'LOAD_-1204065890', u'INT_ZEXT_-1204065672'), ('const-3584022', u'COPY_-1204065282'), ('tmp_596', u'PTRSUB_-1204065419'), ('const-3614416', u'COPY_-1204065329'), ('tmp_592', u'PTRSUB_-1204065319'), ('const-24', u'PTRSUB_-1204065295'), (u'PTRSUB_-1204065355', u'LOAD_-1204065796'), (u'LOAD_-1204065884', u'INT_LESS_-1204065869'), (u'LOAD_-1204065688', u'CALLIND_-1204065655'), ('const-288', u'PTRSUB_-1204065319'), ('const-433', u'LOAD_-1204065680'), ('const-1', u'RETURN_-1204065552'), (u'COPY_-1204065325', u'CALL_-1204065557'), ('tmp_216', u'CBRANCH_-1204065823'), (u'PTRSUB_-1204065332', u'LOAD_-1204065755'), (u'LOAD_-1204065796', u'PTRSUB_-1204065332'), (u'PTRSUB_-1204065291', u'LOAD_-1204065680'), (u'LOAD_-1204065932', u'CALLIND_-1204065655'), (u'PTRSUB_-1204065409', u'LOAD_-1204065890'), ('const-433', u'LOAD_-1204065844'), (u'PTRSUB_-1204065319', u'LOAD_-1204065730'), ('const-32', u'PTRSUB_-1204065299'), ('const-433', u'LOAD_-1204065763'), (u'COPY_-1204065278', u'CALL_-1204065517'), ('const-433', u'LOAD_-1204065796'), (u'LOAD_-1204065857', u'PTRSUB_-1204065386'), ('tmp_595', u'CALLIND_-1204065655'), (u'INT_EQUAL_-1204065913', u'CBRANCH_-1204065911'), (u'INDIRECT_-1204065339', u'COPY_-1204065395'), ('const-433', u'LOAD_-1204065673'), ('const-0', u'PTRSUB_-1204065409'), ('const-433', u'LOAD_-1204065755'), (u'INT_NOTEQUAL_-1204065824', u'CBRANCH_-1204065823'), (u'LOAD_-1204065778', u'INT_ADD_-1204065649'), ('tmp_592', u'PTRSUB_-1204065392'), ('const-0', u'INT_EQUAL_-1204065913')]
[(u'INDIRECT_-1204065405', u'COPY_-1204065443'), ('const-433', u'LOAD_-1204065903'), (u'LOAD_-1204065730', u'CALLIND_-1204065655'), ('const-4', u'INT_ADD_-1204065739'), (u'LOAD_-1204065763', u'CALLIND_-1204065655'), (u'CAST_-1204065307', u'LOAD_-1204065696'), (u'LOAD_-1204065796', u'INT_ADD_-1204065747'), (u'CAST_-1204065327', u'LOAD_-1204065730'), ('const-1', u'PTRADD_-1204065870'), (u'INDIRECT_-1204065368', u'COPY_-1204065420'), (u'INT_ADD_-1204065672', u'CAST_-1204065303'), ('tmp_929', u'INT_ADD_-1204065868'), ('const-104', u'INT_ADD_-1204065841'), (u'LOAD_-1204065712', u'CALLIND_-1204065655'), ('tmp_930', u'CALLIND_-1204065655'), (u'LOAD_-1204065890', u'INT_LESS_-1204065869'), (u'LOAD_-1204065844', u'INT_NOTEQUAL_-1204065824'), ('const-0', u'INT_NOTEQUAL_-1204065824'), ('const-288', u'INT_ADD_-1204065714'), ('const-32', u'INT_ADD_-1204065680'), ('const-433', u'LOAD_-1204065712'), (u'COPY_-1204065281', u'CALL_-1204065517'), (u'CAST_-1204065423', u'LOAD_-1204065890'), (u'CAST_-1204065440', u'LOAD_-1204065932'), (u'INT_LESS_-1204065869', u'CBRANCH_-1204065866'), ('const-1', u'RETURN_-1204065544'), ('const-4', u'PTRADD_-1204065385'), (u'CAST_-1204065345', u'LOAD_-1204065763'), (u'CAST_-1204065316', u'LOAD_-1204065712'), (u'INT_ADD_-1204065747', u'CAST_-1204065345'), ('const-433', u'LOAD_-1204065665'), (u'COPY_-1204065307', u'CALL_-1204065549'), (u'LOAD_-1204065796', u'INT_ADD_-1204065680'), (u'INT_ADD_-1204065664', u'CAST_-1204065299'), (u'CAST_-1204065299', u'LOAD_-1204065680'), (u'COPY_-1204065306', u'CALL_-1204065549'), (u'LOAD_-1204065755', u'CALLIND_-1204065655'), (u'LOAD_-1204065932', u'INT_EQUAL_-1204065913'), ('const-433', u'LOAD_-1204065755'), (u'CAST_-1204065290', u'LOAD_-1204065665'), (u'LOAD_-1204065844', u'CALLIND_-1204065655'), (u'INT_ADD_-1204065680', u'CAST_-1204065307'), (u'INT_ADD_-1204065828', u'CAST_-1204065390'), (u'INT_ADD_-1204065868', u'CAST_-1204065411'), (u'INDIRECT_-1204065319', u'COPY_-1204065373'), ('const-1', u'RETURN_-1204065512'), ('const-3686208', u'COPY_-1204065281'), ('const-433', u'LOAD_-1204065688'), ('const-16', u'INT_ADD_-1204065747'), ('const-433', u'LOAD_-1204065680'), (u'INT_MULT_-1204065816', u'INT_ADD_-1204065828'), ('const-24', u'INT_ADD_-1204065672'), (u'CAST_-1204065294', u'LOAD_-1204065673'), (u'INT_ADD_-1204065696', u'CAST_-1204065316'), (u'LOAD_-1204065680', u'INT_ADD_-1204065657'), (u'LOAD_-1204065844', u'CALL_-1204065797'), ('const-3686080', u'COPY_-1204065306'), (u'LOAD_-1204065932', u'LOAD_-1204065778'), (u'COPY_-1204065332', u'CALL_-1204065557'), ('const-6', u'PTRADD_-1204065385'), (u'PTRADD_-1204065385', u'CAST_-1204065380'), (u'CALL_-1204065557', u'INDIRECT_-1204065368'), ('const-433', u'LOAD_-1204065730'), ('const-3614416', u'COPY_-1204065332'), ('const-433', u'LOAD_-1204065884'), (u'LOAD_-1204065673', u'CALLIND_-1204065655'), (u'CALL_-1204065549', u'INDIRECT_-1204065342'), (u'CAST_-1204065423', u'PTRADD_-1204065385'), ('const-433', u'LOAD_-1204065763'), (u'CAST_-1204065340', u'LOAD_-1204065755'), ('const-433', u'LOAD_-1204065844'), (u'COPY_-1204065328', u'CALL_-1204065557'), (u'CAST_-1204065380', u'LOAD_-1204065822'), ('tmp_928', u'CALLIND_-1204065655'), ('tmp_924', u'LOAD_-1204065903'), (u'LOAD_-1204065857', u'LOAD_-1204065851'), (u'LOAD_-1204065851', u'INT_ADD_-1204065828'), ('const-433', u'LOAD_-1204065822'), ('const-384', u'INT_ADD_-1204065649'), ('const-433', u'LOAD_-1204065932'), ('const-518', u'CALL_-1204065549'), ('tmp_929', u'CALLIND_-1204065655'), ('const-56', u'INT_ADD_-1204065868'), ('const-8', u'INT_ADD_-1204065664'), (u'PTRADD_-1204065870', u'CAST_-1204065440'), (u'CAST_-1204065398', u'LOAD_-1204065857'), (u'LOAD_-1204065822', u'CALL_-1204065797'), ('tmp_923', u'CALLIND_-1204065655'), ('const-3686360', u'COPY_-1204065328'), ('tmp_924', u'LOAD_-1204065796'), (u'LOAD_-1204065696', u'CALLIND_-1204065655'), ('const-433', u'LOAD_-1204065890'), ('const-433', u'LOAD_-1204065796'), (u'LOAD_-1204065796', u'INT_ADD_-1204065664'), (u'LOAD_-1204065665', u'CALLIND_-1204065655'), (u'INDIRECT_-1204065342', u'COPY_-1204065398'), ('const-0', u'RETURN_-1204065596'), (u'INT_ADD_-1204065841', u'CAST_-1204065398'), ('tmp_164', u'CBRANCH_-1204065866'), (u'INT_ZEXT_-1204065672', u'INT_MULT_-1204065816'), ('const-16', u'INT_ADD_-1204065657'), (u'CAST_-1204065303', u'LOAD_-1204065688'), (u'CALL_-1204065517', u'INDIRECT_-1204065319'), ('tmp_108', u'CBRANCH_-1204065911'), (u'LOAD_-1204065796', u'INT_ADD_-1204065672'), ('tmp_1400', u'PTRADD_-1204065870'), (u'CAST_-1204065411', u'LOAD_-1204065884'), ('const-433', u'LOAD_-1204065857'), ('const-433', u'LOAD_-1204065851'), ('const-40', u'INT_ADD_-1204065696'), ('const-3682972', u'COPY_-1204065307'), (u'CAST_-1204065390', u'LOAD_-1204065844'), (u'INT_ADD_-1204065657', u'CAST_-1204065294'), (u'LOAD_-1204065890', u'INT_ZEXT_-1204065672'), (u'INT_ADD_-1204065714', u'CAST_-1204065327'), ('const-433', u'LOAD_-1204065778'), (u'INT_ADD_-1204065649', u'CAST_-1204065290'), ('const-8', u'INT_MULT_-1204065816'), (u'LOAD_-1204065884', u'INT_LESS_-1204065869'), (u'LOAD_-1204065903', u'CAST_-1204065423'), (u'CALLIND_-1204065655', u'INDIRECT_-1204065405'), (u'LOAD_-1204065688', u'CALLIND_-1204065655'), (u'LOAD_-1204065796', u'INT_ADD_-1204065696'), ('const-1353', u'CALL_-1204065517'), (u'COPY_-1204065285', u'CALL_-1204065517'), ('const-1', u'RETURN_-1204065552'), ('tmp_216', u'CBRANCH_-1204065823'), (u'INT_ADD_-1204065739', u'CAST_-1204065340'), ('tmp_929', u'INT_ADD_-1204065714'), (u'LOAD_-1204065932', u'CALLIND_-1204065655'), ('const-24', u'PTRADD_-1204065870'), ('const-433', u'LOAD_-1204065673'), ('tmp_929', u'INT_ADD_-1204065841'), ('const-3584022', u'COPY_-1204065285'), (u'INT_EQUAL_-1204065913', u'CBRANCH_-1204065911'), (u'LOAD_-1204065796', u'INT_ADD_-1204065739'), ('const-115', u'CALL_-1204065557'), (u'INT_NOTEQUAL_-1204065824', u'CBRANCH_-1204065823'), (u'LOAD_-1204065778', u'INT_ADD_-1204065649'), ('const-433', u'LOAD_-1204065696'), ('const-0', u'INT_EQUAL_-1204065913'), (u'CALL_-1204065797', u'INDIRECT_-1204065475')]
null
null
00246940
x64
O2
(translation_unit "void FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n \n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = *(uint *)*param_5;\n if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");\n}\n\n" (function_definition "void FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n \n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = *(uint *)*param_5;\n if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");\n}" primitive_type (function_declarator "FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "long *param_5" (sized_type_specifier "long" long) (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n \n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = *(uint *)*param_5;\n if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(plVar2 == (long *)0x0)" ( (binary_expression "plVar2 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "uVar1 = *(uint *)*param_5;" (assignment_expression "uVar1 = *(uint *)*param_5" identifier = (pointer_expression "*(uint *)*param_5" * (cast_expression "(uint *)*param_5" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_5" * identifier)))) ;) (if_statement "if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }" if (parenthesized_expression "(uVar1 < *(uint *)(param_1 + 0x38))" ( (binary_expression "uVar1 < *(uint *)(param_1 + 0x38)" identifier < (pointer_expression "*(uint *)(param_1 + 0x38)" * (cast_expression "(uint *)(param_1 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) )) (compound_statement "{\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }" { (expression_statement "lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);" (assignment_expression "lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" identifier = (pointer_expression "*(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" * (cast_expression "(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" ( (binary_expression "**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8" (pointer_expression "**(long **)(param_1 + 0x68)" * (pointer_expression "*(long **)(param_1 + 0x68)" * (cast_expression "(long **)(param_1 + 0x68)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) ))))) + (binary_expression "(ulong)uVar1 * 8" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) (if_statement "if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }" { (expression_statement "FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));" (call_expression "FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6))" identifier (argument_list "(lVar3,*(undefined8 *)((uint *)*param_5 + 6))" ( identifier , (pointer_expression "*(undefined8 *)((uint *)*param_5 + 6)" * (cast_expression "(undefined8 *)((uint *)*param_5 + 6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((uint *)*param_5 + 6)" ( (binary_expression "(uint *)*param_5 + 6" (cast_expression "(uint *)*param_5" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_5" * identifier)) + number_literal) )))) ))) ;) (expression_statement "lVar4 = *param_5;" (assignment_expression "lVar4 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "(**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);" (call_expression "(**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3)" (parenthesized_expression "(**(code **)(*plVar2 + 0x180))" ( (pointer_expression "**(code **)(*plVar2 + 0x180)" * (pointer_expression "*(code **)(*plVar2 + 0x180)" * (cast_expression "(code **)(*plVar2 + 0x180)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x180)" ( (binary_expression "*plVar2 + 0x180" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3)" ( identifier , identifier , identifier , identifier , (pointer_expression "*(undefined4 *)(lVar4 + 4)" * (cast_expression "(undefined4 *)(lVar4 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 4)" ( (binary_expression "lVar4 + 4" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(lVar4 + 0x10)" * (cast_expression "(undefined4 *)(lVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(lVar4 + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar4 + 8) + 0x10)" ( (binary_expression "*(long *)(lVar4 + 8) + 0x10" (pointer_expression "*(long *)(lVar4 + 8)" * (cast_expression "(long *)(lVar4 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar4 + 0x18)" * (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 "*(undefined8 *)(lVar4 + 0x20)" * (cast_expression "(undefined8 *)(lVar4 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x20)" ( (binary_expression "lVar4 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)(lVar4 + 0x28)" * (cast_expression "(undefined1 *)(lVar4 + 0x28)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x28)" ( (binary_expression "lVar4 + 0x28" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_1 + 0x120)" * (cast_expression "(undefined4 *)(param_1 + 0x120)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");" (call_expression "FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan")" identifier (argument_list "("../../gold/reloc.cc",0x206,"emit_relocs_scan")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""emit_relocs_scan"" " string_content ") ))) ;) })) comment (expression_statement "FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");" (call_expression "FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs")" identifier (argument_list "("../../gold/object.h",0x549,"relocatable_relocs")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""relocatable_relocs"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void emit_relocs_scan(Sized_relobj_file<64,_false> * this, Symbol_table\n * symtab, Layout * layout, uchar * plocal_syms, iterator * p) */\n\nvoid __thiscall\ngold::Sized_relobj_file<64,_false>::emit_relocs_scan\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *plocal_syms\n ,iterator *p)\n\n{\n uint uVar1;\n Target *pTVar2;\n Relocatable_relocs *this_00;\n Section_relocs *pSVar3;\n \n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = p->_M_current->reloc_shndx;\n if (uVar1 < (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_) {\n this_00 = (((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )._M_impl._M_start[uVar1];\n if (this_00 != (Relocatable_relocs *)0x0) {\n std::vector<unsigned_char,_std::allocator<unsigned_char>_>::reserve\n (&this_00->reloc_strategies_,p->_M_current->reloc_count);\n pSVar3 = p->_M_current;\n (**(code **)(*(long *)pTVar2 + 0x180))\n (pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type,\n pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section,\n pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00\n );\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x549,"relocatable_relocs");\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_relobj_file<64,_false>::emit_relocs_scan\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *plocal_syms\n ,iterator *p)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::emit_relocs_scan\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *plocal_syms\n ,iterator *p)\n\n{\n uint" identifier > : : (function_declarator "emit_relocs_scan\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *plocal_syms\n ,iterator *p)" identifier (parameter_list "(Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *plocal_syms\n ,iterator *p)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "uchar *plocal_syms" type_identifier (pointer_declarator "*plocal_syms" * identifier)) , (parameter_declaration "iterator *p" type_identifier (pointer_declarator "*p" * identifier)) ))) { identifier) identifier ;) (declaration "Target *pTVar2;" type_identifier (pointer_declarator "*pTVar2" * identifier) ;) (declaration "Relocatable_relocs *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "Section_relocs *pSVar3;" type_identifier (pointer_declarator "*pSVar3" * identifier) ;) (expression_statement "pTVar2 = parameters->target_;" (assignment_expression "pTVar2 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar2 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(pTVar2 == (Target *)0x0)" ( (binary_expression "pTVar2 == (Target *)0x0" identifier == (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "uVar1 = p->_M_current->reloc_shndx;" (assignment_expression "uVar1 = p->_M_current->reloc_shndx" identifier = (field_expression "p->_M_current->reloc_shndx" (field_expression "p->_M_current" identifier -> field_identifier) -> field_identifier)) ;) (if_statement "if (uVar1 < (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_) {\n this_00 = (((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )._M_impl._M_start[uVar1];\n if (this_00 != (Relocatable_relocs *)0x0) {\n std::vector<unsigned_char,_std::allocator<unsigned_char>_>::reserve\n (&this_00->reloc_strategies_,p->_M_current->reloc_count);\n pSVar3 = p->_M_current;\n (**(code **)(*(long *)pTVar2 + 0x180))\n (pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type,\n pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section,\n pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00\n );\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }" if (parenthesized_expression "(uVar1 < (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_)" ( (binary_expression "uVar1 < (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_" identifier < (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier)) )) (compound_statement "{\n this_00 = (((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )._M_impl._M_start[uVar1];\n if (this_00 != (Relocatable_relocs *)0x0) {\n std::vector<unsigned_char,_std::allocator<unsigned_char>_>::reserve\n (&this_00->reloc_strategies_,p->_M_current->reloc_count);\n pSVar3 = p->_M_current;\n (**(code **)(*(long *)pTVar2 + 0x180))\n (pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type,\n pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section,\n pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00\n );\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }" { (expression_statement "this_00 = (((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )._M_impl._M_start[uVar1];" (assignment_expression "this_00 = (((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )._M_impl._M_start[uVar1]" identifier = (subscript_expression "(((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )._M_impl._M_start[uVar1]" (field_expression "(((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )._M_impl._M_start" (field_expression "(((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )._M_impl" (parenthesized_expression "(((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>\n )" ( (binary_expression "((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_>" (binary_expression "((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold::Relocatable_relocs*>_" (binary_expression "((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std::allocator<gold" (binary_expression "((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold::Relocatable_relocs*,_std" (binary_expression "((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base<gold" (field_expression "((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)->\n super__Vector_base" (parenthesized_expression "((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)" ( (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) )) -> field_identifier) < identifier) (ERROR "::Relocatable_relocs" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Relocatable_relocs" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) [ identifier ])) ;) (if_statement "if (this_00 != (Relocatable_relocs *)0x0) {\n std::vector<unsigned_char,_std::allocator<unsigned_char>_>::reserve\n (&this_00->reloc_strategies_,p->_M_current->reloc_count);\n pSVar3 = p->_M_current;\n (**(code **)(*(long *)pTVar2 + 0x180))\n (pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type,\n pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section,\n pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00\n );\n return;\n }" if (parenthesized_expression "(this_00 != (Relocatable_relocs *)0x0)" ( (binary_expression "this_00 != (Relocatable_relocs *)0x0" identifier != (cast_expression "(Relocatable_relocs *)0x0" ( (type_descriptor "Relocatable_relocs *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n std::vector<unsigned_char,_std::allocator<unsigned_char>_>::reserve\n (&this_00->reloc_strategies_,p->_M_current->reloc_count);\n pSVar3 = p->_M_current;\n (**(code **)(*(long *)pTVar2 + 0x180))\n (pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type,\n pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section,\n pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00\n );\n return;\n }" { (labeled_statement "std::vector<unsigned_char,_std::allocator<unsigned_char>_>::reserve\n (&this_00->reloc_strategies_,p->_M_current->reloc_count);" statement_identifier (ERROR "::vector<unsigned_char,_std::allocator<unsigned_char>_>:" : : (comma_expression "vector<unsigned_char,_std" (binary_expression "vector<unsigned_char" identifier < identifier) , identifier) : : (binary_expression "allocator<unsigned_char>_" (binary_expression "allocator<unsigned_char" identifier < identifier) > identifier) > :) : (expression_statement "reserve\n (&this_00->reloc_strategies_,p->_M_current->reloc_count);" (call_expression "reserve\n (&this_00->reloc_strategies_,p->_M_current->reloc_count)" identifier (argument_list "(&this_00->reloc_strategies_,p->_M_current->reloc_count)" ( (pointer_expression "&this_00->reloc_strategies_" & (field_expression "this_00->reloc_strategies_" identifier -> field_identifier)) , (field_expression "p->_M_current->reloc_count" (field_expression "p->_M_current" identifier -> field_identifier) -> field_identifier) ))) ;)) (expression_statement "pSVar3 = p->_M_current;" (assignment_expression "pSVar3 = p->_M_current" identifier = (field_expression "p->_M_current" identifier -> field_identifier)) ;) (expression_statement "(**(code **)(*(long *)pTVar2 + 0x180))\n (pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type,\n pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section,\n pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00\n );" (call_expression "(**(code **)(*(long *)pTVar2 + 0x180))\n (pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type,\n pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section,\n pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00\n )" (parenthesized_expression "(**(code **)(*(long *)pTVar2 + 0x180))" ( (pointer_expression "**(code **)(*(long *)pTVar2 + 0x180)" * (pointer_expression "*(code **)(*(long *)pTVar2 + 0x180)" * (cast_expression "(code **)(*(long *)pTVar2 + 0x180)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pTVar2 + 0x180)" ( (binary_expression "*(long *)pTVar2 + 0x180" (pointer_expression "*(long *)pTVar2" * (cast_expression "(long *)pTVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pTVar2,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type,\n pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section,\n pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,this_00\n )" ( identifier , identifier , identifier , identifier , (field_expression "pSVar3->data_shndx" identifier -> field_identifier) , (field_expression "pSVar3->sh_type" identifier -> field_identifier) , (field_expression "pSVar3->contents->data_" (field_expression "pSVar3->contents" identifier -> field_identifier) -> field_identifier) , (field_expression "pSVar3->reloc_count" identifier -> field_identifier) , (field_expression "pSVar3->output_section" identifier -> field_identifier) , (field_expression "pSVar3->needs_special_offset_handling" identifier -> field_identifier) , (field_expression "this->local_symbol_count_" identifier -> field_identifier) , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/reloc.cc",0x206,"emit_relocs_scan");" (call_expression "do_gold_unreachable("../../gold/reloc.cc",0x206,"emit_relocs_scan")" identifier (argument_list "("../../gold/reloc.cc",0x206,"emit_relocs_scan")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""emit_relocs_scan"" " string_content ") ))) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x549,"relocatable_relocs");" (call_expression "do_gold_unreachable("../../gold/object.h",0x549,"relocatable_relocs")" identifier (argument_list "("../../gold/object.h",0x549,"relocatable_relocs")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""relocatable_relocs"" " string_content ") ))) ;) (ERROR "}" }))
(translation_unit "void FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n \n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = *(uint *)*param_5;\n if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n \n FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");\n}\n\n" (function_definition "void FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n \n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = *(uint *)*param_5;\n if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n \n FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");\n}" primitive_type (function_declarator "FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "long *param_5" (sized_type_specifier "long" long) (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n \n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = *(uint *)*param_5;\n if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n \n FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(plVar2 == (long *)0x0)" ( (binary_expression "plVar2 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "uVar1 = *(uint *)*param_5;" (assignment_expression "uVar1 = *(uint *)*param_5" identifier = (pointer_expression "*(uint *)*param_5" * (cast_expression "(uint *)*param_5" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_5" * identifier)))) ;) (if_statement "if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }" if (parenthesized_expression "(uVar1 < *(uint *)(param_1 + 0x38))" ( (binary_expression "uVar1 < *(uint *)(param_1 + 0x38)" identifier < (pointer_expression "*(uint *)(param_1 + 0x38)" * (cast_expression "(uint *)(param_1 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) )) (compound_statement "{\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }" { (expression_statement "lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);" (assignment_expression "lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" identifier = (pointer_expression "*(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" * (cast_expression "(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" ( (binary_expression "**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8" (pointer_expression "**(long **)(param_1 + 0x68)" * (pointer_expression "*(long **)(param_1 + 0x68)" * (cast_expression "(long **)(param_1 + 0x68)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) ))))) + (binary_expression "(ulong)uVar1 * 8" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) (if_statement "if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }" { (expression_statement "FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));" (call_expression "FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6))" identifier (argument_list "(lVar3,*(undefined8 *)((uint *)*param_5 + 6))" ( identifier , (pointer_expression "*(undefined8 *)((uint *)*param_5 + 6)" * (cast_expression "(undefined8 *)((uint *)*param_5 + 6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((uint *)*param_5 + 6)" ( (binary_expression "(uint *)*param_5 + 6" (cast_expression "(uint *)*param_5" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_5" * identifier)) + number_literal) )))) ))) ;) (expression_statement "lVar4 = *param_5;" (assignment_expression "lVar4 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "(**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);" (call_expression "(**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3)" (parenthesized_expression "(**(code **)(*plVar2 + 0x180))" ( (pointer_expression "**(code **)(*plVar2 + 0x180)" * (pointer_expression "*(code **)(*plVar2 + 0x180)" * (cast_expression "(code **)(*plVar2 + 0x180)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x180)" ( (binary_expression "*plVar2 + 0x180" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3)" ( identifier , identifier , identifier , identifier , (pointer_expression "*(undefined4 *)(lVar4 + 4)" * (cast_expression "(undefined4 *)(lVar4 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 4)" ( (binary_expression "lVar4 + 4" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(lVar4 + 0x10)" * (cast_expression "(undefined4 *)(lVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(lVar4 + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar4 + 8) + 0x10)" ( (binary_expression "*(long *)(lVar4 + 8) + 0x10" (pointer_expression "*(long *)(lVar4 + 8)" * (cast_expression "(long *)(lVar4 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar4 + 0x18)" * (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 "*(undefined8 *)(lVar4 + 0x20)" * (cast_expression "(undefined8 *)(lVar4 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x20)" ( (binary_expression "lVar4 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)(lVar4 + 0x28)" * (cast_expression "(undefined1 *)(lVar4 + 0x28)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x28)" ( (binary_expression "lVar4 + 0x28" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_1 + 0x120)" * (cast_expression "(undefined4 *)(param_1 + 0x120)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");" (call_expression "FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan")" identifier (argument_list "("../../gold/reloc.cc",0x206,"emit_relocs_scan")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""emit_relocs_scan"" " string_content ") ))) ;) })) (expression_statement "FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");" (call_expression "FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs")" identifier (argument_list "("../../gold/object.h",0x549,"relocatable_relocs")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""relocatable_relocs"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (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) ))))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) + LIT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (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 , IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n \n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = *(uint *)*param_5;\n if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n \n FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");\n}" (primitive_type "void") (function_declarator "FUN_00246940(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)" (identifier "FUN_00246940") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n long *param_5)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "long *param_5" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) () ")"))) (compound_statement "{\n uint uVar1;\n long *plVar2;\n long lVar3;\n long lVar4;\n \n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n uVar1 = *(uint *)*param_5;\n if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }\n \n FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x18" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar2 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" (if "if") (parenthesized_expression "(plVar2 == (long *)0x0)" (( "(") (binary_expression "plVar2 == (long *)0x0" (identifier "plVar2") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x73,"sized_target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x73") (, ",") (string_literal ""sized_target"" (" """) (string_content "sized_target") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar1 = *(uint *)*param_5;" (assignment_expression "uVar1 = *(uint *)*param_5" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)*param_5" (* "*") (cast_expression "(uint *)*param_5" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_5" (* "*") (identifier "param_5"))))) (; ";")) (if_statement "if (uVar1 < *(uint *)(param_1 + 0x38)) {\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }" (if "if") (parenthesized_expression "(uVar1 < *(uint *)(param_1 + 0x38))" (( "(") (binary_expression "uVar1 < *(uint *)(param_1 + 0x38)" (identifier "uVar1") (< "<") (pointer_expression "*(uint *)(param_1 + 0x38)" (* "*") (cast_expression "(uint *)(param_1 + 0x38)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) () ")")) (compound_statement "{\n lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);\n if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }\n \n FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");\n }" ({ "{") (expression_statement "lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8);" (assignment_expression "lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" (* "*") (cast_expression "(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8)" (( "(") (binary_expression "**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8" (pointer_expression "**(long **)(param_1 + 0x68)" (* "*") (pointer_expression "*(long **)(param_1 + 0x68)" (* "*") (cast_expression "(long **)(param_1 + 0x68)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x68)" (( "(") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")"))))) (+ "+") (binary_expression "(ulong)uVar1 * 8" (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (lVar3 != 0) {\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }" (if "if") (parenthesized_expression "(lVar3 != 0)" (( "(") (binary_expression "lVar3 != 0" (identifier "lVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));\n lVar4 = *param_5;\n (**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);\n return;\n }" ({ "{") (expression_statement "FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6));" (call_expression "FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6))" (identifier "FUN_00245b50") (argument_list "(lVar3,*(undefined8 *)((uint *)*param_5 + 6))" (( "(") (identifier "lVar3") (, ",") (pointer_expression "*(undefined8 *)((uint *)*param_5 + 6)" (* "*") (cast_expression "(undefined8 *)((uint *)*param_5 + 6)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((uint *)*param_5 + 6)" (( "(") (binary_expression "(uint *)*param_5 + 6" (cast_expression "(uint *)*param_5" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (+ "+") (number_literal "6")) () ")")))) () ")"))) (; ";")) (expression_statement "lVar4 = *param_5;" (assignment_expression "lVar4 = *param_5" (identifier "lVar4") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "(**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3);" (call_expression "(**(code **)(*plVar2 + 0x180))\n (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3)" (parenthesized_expression "(**(code **)(*plVar2 + 0x180))" (( "(") (pointer_expression "**(code **)(*plVar2 + 0x180)" (* "*") (pointer_expression "*(code **)(*plVar2 + 0x180)" (* "*") (cast_expression "(code **)(*plVar2 + 0x180)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar2 + 0x180)" (( "(") (binary_expression "*plVar2 + 0x180" (pointer_expression "*plVar2" (* "*") (identifier "plVar2")) (+ "+") (number_literal "0x180")) () ")"))))) () ")")) (argument_list "(plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4),\n *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10),\n *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20),\n *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3)" (( "(") (identifier "plVar2") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_1") (, ",") (pointer_expression "*(undefined4 *)(lVar4 + 4)" (* "*") (cast_expression "(undefined4 *)(lVar4 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 4)" (( "(") (binary_expression "lVar4 + 4" (identifier "lVar4") (+ "+") (number_literal "4")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(lVar4 + 0x10)" (* "*") (cast_expression "(undefined4 *)(lVar4 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x10)" (( "(") (binary_expression "lVar4 + 0x10" (identifier "lVar4") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10)" (* "*") (cast_expression "(undefined8 *)(*(long *)(lVar4 + 8) + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar4 + 8) + 0x10)" (( "(") (binary_expression "*(long *)(lVar4 + 8) + 0x10" (pointer_expression "*(long *)(lVar4 + 8)" (* "*") (cast_expression "(long *)(lVar4 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 8)" (( "(") (binary_expression "lVar4 + 8" (identifier "lVar4") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar4 + 0x18)" (* "*") (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 "*(undefined8 *)(lVar4 + 0x20)" (* "*") (cast_expression "(undefined8 *)(lVar4 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x20)" (( "(") (binary_expression "lVar4 + 0x20" (identifier "lVar4") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)(lVar4 + 0x28)" (* "*") (cast_expression "(undefined1 *)(lVar4 + 0x28)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x28)" (( "(") (binary_expression "lVar4 + 0x28" (identifier "lVar4") (+ "+") (number_literal "0x28")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_1 + 0x120)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x120)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x120)" (( "(") (binary_expression "param_1 + 0x120" (identifier "param_1") (+ "+") (number_literal "0x120")) () ")")))) (, ",") (identifier "param_4") (, ",") (identifier "lVar3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan");" (call_expression "FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan")" (identifier "FUN_0017c650") (argument_list "("../../gold/reloc.cc",0x206,"emit_relocs_scan")" (( "(") (string_literal ""../../gold/reloc.cc"" (" """) (string_content "../../gold/reloc.cc") (" """)) (, ",") (number_literal "0x206") (, ",") (string_literal ""emit_relocs_scan"" (" """) (string_content "emit_relocs_scan") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs");" (call_expression "FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs")" (identifier "FUN_0017c650") (argument_list "("../../gold/object.h",0x549,"relocatable_relocs")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x549") (, ",") (string_literal ""relocatable_relocs"" (" """) (string_content "relocatable_relocs") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void emit_relocs_scan(Sized_relobj_file<64,_false> * this, Symbol_table * symtab, Layout * layout, uchar * plocal_syms, iterator * p) */ void __thiscall var_4::Sized_relobj_file<64,_false>::emit_relocs_scan (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *plocal_syms ,iterator *p) { uint var_3; type_1 *var_1; type_2 *var_8; type_3 *pSVar3; var_1 = parameters->target_; if (var_1 == (type_1 *)0x0) { /* WARNING: Subroutine does not return */ var_2("../../gold/parameters.h",0x73,"sized_target"); } var_3 = p->_M_current->reloc_shndx; if (var_3 < (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_) { var_8 = (((this->super_Sized_relobj<64,_false>).super_Relobj.map_to_relocatable_relocs_)-> super__Vector_base<var_4::type_2*,var_5::allocator<var_4::type_2*>var_6>var_7 )._M_impl._M_start[var_3]; if (var_8 != (type_2 *)0x0) { std::vector<unsigned_char,var_5::allocator<unsigned_char>var_6>::var_9 (&var_8->reloc_strategies_,p->_M_current->reloc_count); pSVar3 = p->_M_current; (**(type_4 **)(*(long *)var_1 + 0x180)) (var_1,symtab,layout,this,pSVar3->data_shndx,pSVar3->sh_type, pSVar3->contents->data_,pSVar3->reloc_count,pSVar3->output_section, pSVar3->needs_special_offset_handling,this->local_symbol_count_,plocal_syms,var_8 ); return; } /* WARNING: Subroutine does not return */ var_2("../../gold/reloc.cc",0x206,"emit_relocs_scan"); } /* WARNING: Subroutine does not return */ var_2("../../gold/object.h",0x549,"relocatable_relocs"); }
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: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) 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: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (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) (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, long *param_5) { uint uVar1; long *plVar2; long lVar3; long lVar4; plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18); if (plVar2 == (long *)0x0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x73,"sized_target"); } uVar1 = *(uint *)*param_5; if (uVar1 < *(uint *)(param_1 + 0x38)) { lVar3 = *(long *)(**(long **)(param_1 + 0x68) + (ulong)uVar1 * 8); if (lVar3 != 0) { FUN_00245b50(lVar3,*(undefined8 *)((uint *)*param_5 + 6)); lVar4 = *param_5; (**(code **)(*plVar2 + 0x180)) (plVar2,param_2,param_3,param_1,*(undefined4 *)(lVar4 + 4), *(undefined4 *)(lVar4 + 0x10),*(undefined8 *)(*(long *)(lVar4 + 8) + 0x10), *(undefined8 *)(lVar4 + 0x18),*(undefined8 *)(lVar4 + 0x20), *(undefined1 *)(lVar4 + 0x28),*(undefined4 *)(param_1 + 0x120),param_4,lVar3); return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/reloc.cc",0x206,"emit_relocs_scan"); } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x549,"relocatable_relocs"); }
594_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
FUN_0014ed84
FUN_0014ed84
void FUN_0014ed84(void) { moneypunct<char,true> *unaff_RBX; std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18)); std::moneypunct<char,true>::~moneypunct(unaff_RBX); operator_delete(unaff_RBX); /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_0014ed84(void) { long unaff_RBX; FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18)); FUN_0031e480(); FUN_002dac70(); /* WARNING: Subroutine does not return */ FUN_003688e0(); }
MOV RDI,qword ptr [RBX + 0x18] CALL 0x00311a30 MOV RDI,RBX CALL 0x0031e480 JMP 0x0014ecf7
null
null
null
null
[(u'LOAD_-1207177849', u'CALL_-1207177836'), ('const-1', u'PTRADD_-1207177787'), ('const-24', u'PTRADD_-1207177787'), ('tmp_111', u'CALL_-1207177824'), (u'CAST_-1207177738', u'LOAD_-1207177849'), ('const-1', u'RETURN_-1207177952'), ('tmp_111', u'PTRADD_-1207177787'), ('const-433', u'LOAD_-1207177849'), ('tmp_111', u'CALL_-1207177969'), (u'PTRADD_-1207177787', u'CAST_-1207177738')]
[(u'LOAD_-1207177849', u'CALL_-1207177836'), ('const-24', u'INT_ADD_-1207177833'), ('const-433', u'LOAD_-1207177849'), (u'INT_ADD_-1207177833', u'CAST_-1207177738'), ('tmp_111', u'INT_ADD_-1207177833'), (u'CAST_-1207177738', u'LOAD_-1207177849'), ('const-1', u'RETURN_-1207177952')]
null
null
0014ed84
x64
O2
(translation_unit "void FUN_0014ed84(void)\n\n{\n long unaff_RBX;\n \n FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_0031e480();\n FUN_002dac70();\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0014ed84(void)\n\n{\n long unaff_RBX;\n \n FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_0031e480();\n FUN_002dac70();\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_0014ed84(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n \n FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_0031e480();\n FUN_002dac70();\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));" (call_expression "FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18))" identifier (argument_list "(*(undefined8 *)(unaff_RBX + 0x18))" ( (pointer_expression "*(undefined8 *)(unaff_RBX + 0x18)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x18)" ( (binary_expression "unaff_RBX + 0x18" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_0031e480();" (call_expression "FUN_0031e480()" identifier (argument_list "()" ( ))) ;) (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 "void FUN_0014ed84(void)\n\n{\n moneypunct<char,true> *unaff_RBX;\n \n std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));\n std::moneypunct<char,true>::~moneypunct(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0014ed84(void)\n\n{\n moneypunct<char,true> *unaff_RBX;\n \n std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));\n std::moneypunct<char,true>::~moneypunct(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0014ed84(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n moneypunct<char,true> *unaff_RBX;\n \n std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));\n std::moneypunct<char,true>::~moneypunct(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (expression_statement "moneypunct<char,true> *unaff_RBX;" (comma_expression "moneypunct<char,true> *unaff_RBX" (binary_expression "moneypunct<char" identifier < identifier) , (binary_expression "true> *unaff_RBX" true > (pointer_expression "*unaff_RBX" * identifier))) ;) (labeled_statement "std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_remove_reference(*(facet **)(unaff_RBX + 0x18));" (call_expression "_M_remove_reference(*(facet **)(unaff_RBX + 0x18))" identifier (argument_list "(*(facet **)(unaff_RBX + 0x18))" ( (pointer_expression "*(facet **)(unaff_RBX + 0x18)" * (cast_expression "(facet **)(unaff_RBX + 0x18)" ( (type_descriptor "facet **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x18)" ( (binary_expression "unaff_RBX + 0x18" identifier + number_literal) )))) ))) ;)))) (labeled_statement "std::moneypunct<char,true>::~moneypunct(unaff_RBX);" statement_identifier : (ERROR ":" :) (expression_statement "moneypunct<char,true>::~moneypunct(unaff_RBX);" (comma_expression "moneypunct<char,true>::~moneypunct(unaff_RBX)" (binary_expression "moneypunct<char" identifier < identifier) , (binary_expression "true>::~moneypunct(unaff_RBX)" true > (ERROR "::" : :) (unary_expression "~moneypunct(unaff_RBX)" ~ (call_expression "moneypunct(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_0014ed84(void)\n\n{\n long unaff_RBX;\n \n FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_0031e480();\n FUN_002dac70();\n \n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0014ed84(void)\n\n{\n long unaff_RBX;\n \n FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_0031e480();\n FUN_002dac70();\n \n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_0014ed84(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n \n FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_0031e480();\n FUN_002dac70();\n \n FUN_003688e0();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));" (call_expression "FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18))" identifier (argument_list "(*(undefined8 *)(unaff_RBX + 0x18))" ( (pointer_expression "*(undefined8 *)(unaff_RBX + 0x18)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x18)" ( (binary_expression "unaff_RBX + 0x18" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_0031e480();" (call_expression "FUN_0031e480()" identifier (argument_list "()" ( ))) ;) (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) IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0014ed84(void)\n\n{\n long unaff_RBX;\n \n FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_0031e480();\n FUN_002dac70();\n \n FUN_003688e0();\n}" (primitive_type "void") (function_declarator "FUN_0014ed84(void)" (identifier "FUN_0014ed84") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBX;\n \n FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_0031e480();\n FUN_002dac70();\n \n FUN_003688e0();\n}" ({ "{") (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (expression_statement "FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18));" (call_expression "FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18))" (identifier "FUN_00311a30") (argument_list "(*(undefined8 *)(unaff_RBX + 0x18))" (( "(") (pointer_expression "*(undefined8 *)(unaff_RBX + 0x18)" (* "*") (cast_expression "(undefined8 *)(unaff_RBX + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0x18)" (( "(") (binary_expression "unaff_RBX + 0x18" (identifier "unaff_RBX") (+ "+") (number_literal "0x18")) () ")")))) () ")"))) (; ";")) (expression_statement "FUN_0031e480();" (call_expression "FUN_0031e480()" (identifier "FUN_0031e480") (argument_list "()" (( "(") () ")"))) (; ";")) (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 "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { var_1<var_2,true> *var_4; std::locale::facet::var_3(*(type_1 **)(var_4 + 0x18)); std::var_1<var_2,true>::~var_1(var_4); var_5(var_4); /* WARNING: Subroutine does not return */ var_6(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { long unaff_RBX; FUN_00311a30(*(undefined8 *)(unaff_RBX + 0x18)); FUN_0031e480(); FUN_002dac70(); /* WARNING: Subroutine does not return */ FUN_003688e0(); }
8541_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
~Catalogs
FUN_002e35d0
/* std::Catalogs::~Catalogs() */ void __thiscall std::Catalogs::~Catalogs(Catalogs *this) { void *pvVar1; undefined8 *puVar2; undefined8 *puVar3; puVar2 = *(undefined8 **)(this + 0x30); puVar3 = *(undefined8 **)(this + 0x38); if (puVar2 != puVar3) { do { pvVar1 = (void *)*puVar2; if (pvVar1 != (void *)0x0) { free(*(void **)((long)pvVar1 + 8)); locale::~locale((locale *)((long)pvVar1 + 0x10)); operator_delete(pvVar1); } puVar2 = puVar2 + 1; } while (*(undefined8 **)(this + 0x38) != puVar2); puVar3 = *(undefined8 **)(this + 0x30); } if (puVar3 != (undefined8 *)0x0) { operator_delete(puVar3); return; } return; }
void FUN_002e35d0(long param_1) { long lVar1; long *plVar2; long *plVar3; plVar2 = *(long **)(param_1 + 0x30); plVar3 = *(long **)(param_1 + 0x38); if (plVar2 != plVar3) { do { lVar1 = *plVar2; if (lVar1 != 0) { free(*(void **)(lVar1 + 8)); FUN_002a4ec0(lVar1 + 0x10); FUN_002a2980(lVar1); } plVar2 = plVar2 + 1; } while (*(long **)(param_1 + 0x38) != plVar2); plVar3 = *(long **)(param_1 + 0x30); } if (plVar3 != (long *)0x0) { FUN_002a2980(); return; } return; }
PUSH R12 MOV R12,RDI PUSH RBP PUSH RBX MOV RBX,qword ptr [RDI + 0x30] MOV RDI,qword ptr [RDI + 0x38] CMP RBX,RDI JZ 0x002e361a NOP dword ptr [RAX] MOV RBP,qword ptr [RBX] TEST RBP,RBP JZ 0x002e360a MOV RDI,qword ptr [RBP + 0x8] CALL 0x00144470 LEA RDI,[RBP + 0x10] CALL 0x002a4ec0 MOV RDI,RBP CALL 0x002a2980 ADD RBX,0x8 CMP qword ptr [R12 + 0x38],RBX JNZ 0x002e35e8 MOV RDI,qword ptr [R12 + 0x30] TEST RDI,RDI JZ 0x002e3630 POP RBX POP RBP POP R12 JMP 0x002a2980 POP RBX POP RBP POP R12 RET
null
null
null
null
[(u'LOAD_-1204734384', u'INT_NOTEQUAL_-1204734368'), (u'LOAD_-1204734438', u'CALL_-1204734425'), ('const-8', u'PTRADD_-1204734133'), ('tmp_325', u'PTRADD_-1204734322'), (u'LOAD_-1204734492', u'MULTIEQUAL_-1204734274'), (u'CAST_-1204734184', u'LOAD_-1204734492'), (u'INT_NOTEQUAL_-1204734368', u'CBRANCH_-1204734364'), ('const-0', u'RETURN_-1204734316'), ('const-433', u'LOAD_-1204734492'), (u'MULTIEQUAL_-1204734213', u'INT_NOTEQUAL_-1204734342'), (u'CAST_-1204734155', u'LOAD_-1204734438'), ('tmp_101', u'CBRANCH_-1204734439'), ('const-56', u'PTRADD_-1204734322'), ('const-48', u'PTRADD_-1204734301'), (u'PTRADD_-1204734133', u'INT_NOTEQUAL_-1204734368'), (u'LOAD_-1204734492', u'INT_NOTEQUAL_-1204734464'), ('const-1', u'PTRADD_-1204734423'), (u'LOAD_-1204734363', u'MULTIEQUAL_-1204734213'), (u'CAST_-1204734165', u'CAST_-1204734156'), (u'MULTIEQUAL_-1204734213', u'CALL_-1204734320'), ('const-0', u'INT_NOTEQUAL_-1204734342'), ('const-0', u'INT_NOTEQUAL_-1204734440'), (u'CAST_-1204734165', u'INT_NOTEQUAL_-1204734440'), ('const-433', u'LOAD_-1204734363'), (u'PTRADD_-1204734133', u'MULTIEQUAL_-1204734274'), (u'CAST_-1204734156', u'INT_ADD_-1204734422'), ('const-1', u'PTRADD_-1204734133'), ('const-8', u'INT_ADD_-1204734422'), (u'LOAD_-1204734485', u'MULTIEQUAL_-1204734213'), (u'CAST_-1204734165', u'CALL_-1204734399'), ('const-433', u'LOAD_-1204734384'), ('tmp_238', u'CBRANCH_-1204734341'), ('tmp_70', u'CBRANCH_-1204734463'), ('const-433', u'LOAD_-1204734438'), (u'PTRADD_-1204734423', u'CAST_-1204734179'), (u'MULTIEQUAL_-1204734274', u'LOAD_-1204734459'), (u'MULTIEQUAL_-1204734274', u'PTRADD_-1204734133'), (u'CAST_-1204734122', u'LOAD_-1204734384'), (u'CAST_-1204734179', u'LOAD_-1204734485'), ('tmp_325', u'PTRADD_-1204734301'), (u'INT_NOTEQUAL_-1204734464', u'CBRANCH_-1204734463'), ('const-1', u'PTRADD_-1204734430'), (u'CAST_-1204734145', u'INT_ADD_-1204734407'), ('const-16', u'INT_ADD_-1204734407'), ('const-1', u'PTRADD_-1204734301'), ('tmp_325', u'PTRADD_-1204734423'), (u'CAST_-1204734114', u'LOAD_-1204734363'), (u'INT_ADD_-1204734422', u'CAST_-1204734155'), (u'PTRADD_-1204734301', u'CAST_-1204734114'), ('tmp_204', u'CBRANCH_-1204734364'), (u'INT_NOTEQUAL_-1204734440', u'CBRANCH_-1204734439'), (u'LOAD_-1204734485', u'INT_NOTEQUAL_-1204734464'), (u'INT_ADD_-1204734407', u'CAST_-1204734144'), (u'INT_NOTEQUAL_-1204734342', u'CBRANCH_-1204734341'), ('const-433', u'LOAD_-1204734459'), ('const-56', u'PTRADD_-1204734423'), (u'CAST_-1204734144', u'CALL_-1204734411'), ('const-1', u'PTRADD_-1204734322'), (u'CAST_-1204734165', u'CAST_-1204734145'), (u'LOAD_-1204734459', u'CAST_-1204734165'), ('tmp_325', u'PTRADD_-1204734430'), ('const-48', u'PTRADD_-1204734430'), (u'PTRADD_-1204734430', u'CAST_-1204734184'), (u'PTRADD_-1204734322', u'CAST_-1204734122'), ('const-0', u'RETURN_-1204734284'), ('const-433', u'LOAD_-1204734485')]
[(u'LOAD_-1204734384', u'INT_NOTEQUAL_-1204734368'), (u'LOAD_-1204734438', u'CALL_-1204734425'), (u'LOAD_-1204734492', u'MULTIEQUAL_-1204734274'), (u'CAST_-1204734184', u'LOAD_-1204734492'), (u'INT_NOTEQUAL_-1204734368', u'CBRANCH_-1204734364'), ('const-0', u'RETURN_-1204734316'), ('const-433', u'LOAD_-1204734459'), (u'MULTIEQUAL_-1204734213', u'INT_NOTEQUAL_-1204734342'), ('const-48', u'INT_ADD_-1204734347'), ('tmp_101', u'CBRANCH_-1204734439'), (u'PTRADD_-1204734133', u'INT_NOTEQUAL_-1204734368'), (u'LOAD_-1204734492', u'INT_NOTEQUAL_-1204734464'), ('const-433', u'LOAD_-1204734485'), ('const-8', u'PTRADD_-1204734133'), (u'INT_ADD_-1204734347', u'CAST_-1204734118'), (u'LOAD_-1204734363', u'MULTIEQUAL_-1204734213'), (u'CAST_-1204734157', u'LOAD_-1204734438'), ('tmp_606', u'INT_ADD_-1204734368'), ('const-0', u'INT_NOTEQUAL_-1204734342'), ('const-433', u'LOAD_-1204734363'), ('const-0', u'INT_NOTEQUAL_-1204734440'), (u'INT_ADD_-1204734476', u'CAST_-1204734184'), ('tmp_606', u'INT_ADD_-1204734347'), (u'PTRADD_-1204734133', u'MULTIEQUAL_-1204734274'), ('tmp_606', u'INT_ADD_-1204734469'), ('const-8', u'INT_ADD_-1204734422'), (u'LOAD_-1204734459', u'INT_ADD_-1204734407'), ('const-1', u'PTRADD_-1204734133'), (u'LOAD_-1204734485', u'MULTIEQUAL_-1204734213'), ('tmp_606', u'INT_ADD_-1204734476'), ('tmp_238', u'CBRANCH_-1204734341'), ('tmp_70', u'CBRANCH_-1204734463'), ('const-433', u'LOAD_-1204734384'), (u'MULTIEQUAL_-1204734274', u'LOAD_-1204734459'), (u'MULTIEQUAL_-1204734274', u'PTRADD_-1204734133'), (u'CAST_-1204734179', u'LOAD_-1204734485'), (u'INT_NOTEQUAL_-1204734464', u'CBRANCH_-1204734463'), ('const-16', u'INT_ADD_-1204734407'), ('const-48', u'INT_ADD_-1204734476'), (u'INT_ADD_-1204734469', u'CAST_-1204734179'), (u'INT_ADD_-1204734422', u'CAST_-1204734157'), ('const-433', u'LOAD_-1204734438'), ('tmp_204', u'CBRANCH_-1204734364'), (u'LOAD_-1204734459', u'INT_NOTEQUAL_-1204734440'), (u'INT_NOTEQUAL_-1204734440', u'CBRANCH_-1204734439'), (u'LOAD_-1204734485', u'INT_NOTEQUAL_-1204734464'), (u'CAST_-1204734118', u'LOAD_-1204734363'), ('const-56', u'INT_ADD_-1204734469'), (u'INT_NOTEQUAL_-1204734342', u'CBRANCH_-1204734341'), (u'INT_ADD_-1204734407', u'CALL_-1204734411'), ('const-56', u'INT_ADD_-1204734368'), (u'INT_ADD_-1204734368', u'CAST_-1204734126'), ('const-433', u'LOAD_-1204734492'), (u'CAST_-1204734126', u'LOAD_-1204734384'), (u'LOAD_-1204734459', u'CALL_-1204734399'), ('const-0', u'RETURN_-1204734284'), (u'LOAD_-1204734459', u'INT_ADD_-1204734422')]
null
null
002e35d0
x64
O2
(translation_unit "void FUN_002e35d0(long param_1)\n\n{\n long lVar1;\n long *plVar2;\n long *plVar3;\n \n plVar2 = *(long **)(param_1 + 0x30);\n plVar3 = *(long **)(param_1 + 0x38);\n if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }\n if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_002e35d0(long param_1)\n\n{\n long lVar1;\n long *plVar2;\n long *plVar3;\n \n plVar2 = *(long **)(param_1 + 0x30);\n plVar3 = *(long **)(param_1 + 0x38);\n if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }\n if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_002e35d0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n long *plVar2;\n long *plVar3;\n \n plVar2 = *(long **)(param_1 + 0x30);\n plVar3 = *(long **)(param_1 + 0x38);\n if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }\n if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (expression_statement "plVar2 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar2 = *(long **)(param_1 + 0x30)" identifier = (pointer_expression "*(long **)(param_1 + 0x30)" * (cast_expression "(long **)(param_1 + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "plVar3 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x38)" identifier = (pointer_expression "*(long **)(param_1 + 0x38)" * (cast_expression "(long **)(param_1 + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }" if (parenthesized_expression "(plVar2 != plVar3)" ( (binary_expression "plVar2 != plVar3" identifier != identifier) )) (compound_statement "{\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }" { (do_statement "do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);" do (compound_statement "{\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n }" { (expression_statement "lVar1 = *plVar2;" (assignment_expression "lVar1 = *plVar2" identifier = (pointer_expression "*plVar2" * identifier)) ;) (if_statement "if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }" { (expression_statement "free(*(void **)(lVar1 + 8));" (call_expression "free(*(void **)(lVar1 + 8))" identifier (argument_list "(*(void **)(lVar1 + 8))" ( (pointer_expression "*(void **)(lVar1 + 8)" * (cast_expression "(void **)(lVar1 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_002a4ec0(lVar1 + 0x10);" (call_expression "FUN_002a4ec0(lVar1 + 0x10)" identifier (argument_list "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) ))) ;) (expression_statement "FUN_002a2980(lVar1);" (call_expression "FUN_002a2980(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) })) (expression_statement "plVar2 = plVar2 + 1;" (assignment_expression "plVar2 = plVar2 + 1" identifier = (binary_expression "plVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(long **)(param_1 + 0x38) != plVar2)" ( (binary_expression "*(long **)(param_1 + 0x38) != plVar2" (pointer_expression "*(long **)(param_1 + 0x38)" * (cast_expression "(long **)(param_1 + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) != identifier) )) ;) (expression_statement "plVar3 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x30)" identifier = (pointer_expression "*(long **)(param_1 + 0x30)" * (cast_expression "(long **)(param_1 + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) })) (if_statement "if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }" if (parenthesized_expression "(plVar3 != (long *)0x0)" ( (binary_expression "plVar3 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002a2980();\n return;\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* std::Catalogs::~Catalogs() */\n\nvoid __thiscall std::Catalogs::~Catalogs(Catalogs *this)\n\n{\n void *pvVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar2 = *(undefined8 **)(this + 0x30);\n puVar3 = *(undefined8 **)(this + 0x38);\n if (puVar2 != puVar3) {\n do {\n pvVar1 = (void *)*puVar2;\n if (pvVar1 != (void *)0x0) {\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }\n puVar2 = puVar2 + 1;\n } while (*(undefined8 **)(this + 0x38) != puVar2);\n puVar3 = *(undefined8 **)(this + 0x30);\n }\n if (puVar3 != (undefined8 *)0x0) {\n operator_delete(puVar3);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall std::Catalogs::~Catalogs(Catalogs *this)\n\n{\n void *pvVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar2 = *(undefined8 **)(this + 0x30);\n puVar3 = *(undefined8 **)(this + 0x38);\n if (puVar2 != puVar3) {\n do {\n pvVar1 = (void *)*puVar2;\n if (pvVar1 != (void *)0x0) {\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }\n puVar2 = puVar2 + 1;\n } while (*(undefined8 **)(this + 0x38) != puVar2);\n puVar3 = *(undefined8 **)(this + 0x30);\n }\n if (puVar3 != (undefined8 *)0x0) {\n operator_delete(puVar3);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::Catalogs::~" identifier : : identifier : : ~) (function_declarator "Catalogs(Catalogs *this)" identifier (parameter_list "(Catalogs *this)" ( (parameter_declaration "Catalogs *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n void *pvVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar2 = *(undefined8 **)(this + 0x30);\n puVar3 = *(undefined8 **)(this + 0x38);\n if (puVar2 != puVar3) {\n do {\n pvVar1 = (void *)*puVar2;\n if (pvVar1 != (void *)0x0) {\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }\n puVar2 = puVar2 + 1;\n } while (*(undefined8 **)(this + 0x38) != puVar2);\n puVar3 = *(undefined8 **)(this + 0x30);\n }\n if (puVar3 != (undefined8 *)0x0) {\n operator_delete(puVar3);\n return;\n }\n return;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "puVar2 = *(undefined8 **)(this + 0x30);" (assignment_expression "puVar2 = *(undefined8 **)(this + 0x30)" identifier = (pointer_expression "*(undefined8 **)(this + 0x30)" * (cast_expression "(undefined8 **)(this + 0x30)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x30)" ( (binary_expression "this + 0x30" identifier + number_literal) ))))) ;) (expression_statement "puVar3 = *(undefined8 **)(this + 0x38);" (assignment_expression "puVar3 = *(undefined8 **)(this + 0x38)" identifier = (pointer_expression "*(undefined8 **)(this + 0x38)" * (cast_expression "(undefined8 **)(this + 0x38)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x38)" ( (binary_expression "this + 0x38" identifier + number_literal) ))))) ;) (if_statement "if (puVar2 != puVar3) {\n do {\n pvVar1 = (void *)*puVar2;\n if (pvVar1 != (void *)0x0) {\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }\n puVar2 = puVar2 + 1;\n } while (*(undefined8 **)(this + 0x38) != puVar2);\n puVar3 = *(undefined8 **)(this + 0x30);\n }" if (parenthesized_expression "(puVar2 != puVar3)" ( (binary_expression "puVar2 != puVar3" identifier != identifier) )) (compound_statement "{\n do {\n pvVar1 = (void *)*puVar2;\n if (pvVar1 != (void *)0x0) {\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }\n puVar2 = puVar2 + 1;\n } while (*(undefined8 **)(this + 0x38) != puVar2);\n puVar3 = *(undefined8 **)(this + 0x30);\n }" { (do_statement "do {\n pvVar1 = (void *)*puVar2;\n if (pvVar1 != (void *)0x0) {\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }\n puVar2 = puVar2 + 1;\n } while (*(undefined8 **)(this + 0x38) != puVar2);" do (compound_statement "{\n pvVar1 = (void *)*puVar2;\n if (pvVar1 != (void *)0x0) {\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }\n puVar2 = puVar2 + 1;\n }" { (expression_statement "pvVar1 = (void *)*puVar2;" (assignment_expression "pvVar1 = (void *)*puVar2" identifier = (cast_expression "(void *)*puVar2" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }" if (parenthesized_expression "(pvVar1 != (void *)0x0)" ( (binary_expression "pvVar1 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(*(void **)((long)pvVar1 + 8));\n locale::~locale((locale *)((long)pvVar1 + 0x10));\n operator_delete(pvVar1);\n }" { (expression_statement "free(*(void **)((long)pvVar1 + 8));" (call_expression "free(*(void **)((long)pvVar1 + 8))" identifier (argument_list "(*(void **)((long)pvVar1 + 8))" ( (pointer_expression "*(void **)((long)pvVar1 + 8)" * (cast_expression "(void **)((long)pvVar1 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)pvVar1 + 8)" ( (binary_expression "(long)pvVar1 + 8" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ))) ;) (labeled_statement "locale::~locale((locale *)((long)pvVar1 + 0x10));" statement_identifier : (ERROR ":" :) (expression_statement "~locale((locale *)((long)pvVar1 + 0x10));" (unary_expression "~locale((locale *)((long)pvVar1 + 0x10))" ~ (call_expression "locale((locale *)((long)pvVar1 + 0x10))" identifier (argument_list "((locale *)((long)pvVar1 + 0x10))" ( (cast_expression "(locale *)((long)pvVar1 + 0x10)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar1 + 0x10)" ( (binary_expression "(long)pvVar1 + 0x10" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )))) ;)) (expression_statement "operator_delete(pvVar1);" (call_expression "operator_delete(pvVar1)" identifier (argument_list "(pvVar1)" ( identifier ))) ;) })) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(undefined8 **)(this + 0x38) != puVar2)" ( (binary_expression "*(undefined8 **)(this + 0x38) != puVar2" (pointer_expression "*(undefined8 **)(this + 0x38)" * (cast_expression "(undefined8 **)(this + 0x38)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x38)" ( (binary_expression "this + 0x38" identifier + number_literal) )))) != identifier) )) ;) (expression_statement "puVar3 = *(undefined8 **)(this + 0x30);" (assignment_expression "puVar3 = *(undefined8 **)(this + 0x30)" identifier = (pointer_expression "*(undefined8 **)(this + 0x30)" * (cast_expression "(undefined8 **)(this + 0x30)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x30)" ( (binary_expression "this + 0x30" identifier + number_literal) ))))) ;) })) (if_statement "if (puVar3 != (undefined8 *)0x0) {\n operator_delete(puVar3);\n return;\n }" if (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)) )) (compound_statement "{\n operator_delete(puVar3);\n return;\n }" { (expression_statement "operator_delete(puVar3);" (call_expression "operator_delete(puVar3)" identifier (argument_list "(puVar3)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002e35d0(long param_1)\n\n{\n long lVar1;\n long *plVar2;\n long *plVar3;\n \n plVar2 = *(long **)(param_1 + 0x30);\n plVar3 = *(long **)(param_1 + 0x38);\n if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }\n if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_002e35d0(long param_1)\n\n{\n long lVar1;\n long *plVar2;\n long *plVar3;\n \n plVar2 = *(long **)(param_1 + 0x30);\n plVar3 = *(long **)(param_1 + 0x38);\n if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }\n if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_002e35d0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n long *plVar2;\n long *plVar3;\n \n plVar2 = *(long **)(param_1 + 0x30);\n plVar3 = *(long **)(param_1 + 0x38);\n if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }\n if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (expression_statement "plVar2 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar2 = *(long **)(param_1 + 0x30)" identifier = (pointer_expression "*(long **)(param_1 + 0x30)" * (cast_expression "(long **)(param_1 + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "plVar3 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x38)" identifier = (pointer_expression "*(long **)(param_1 + 0x38)" * (cast_expression "(long **)(param_1 + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }" if (parenthesized_expression "(plVar2 != plVar3)" ( (binary_expression "plVar2 != plVar3" identifier != identifier) )) (compound_statement "{\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }" { (do_statement "do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);" do (compound_statement "{\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n }" { (expression_statement "lVar1 = *plVar2;" (assignment_expression "lVar1 = *plVar2" identifier = (pointer_expression "*plVar2" * identifier)) ;) (if_statement "if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }" { (expression_statement "free(*(void **)(lVar1 + 8));" (call_expression "free(*(void **)(lVar1 + 8))" identifier (argument_list "(*(void **)(lVar1 + 8))" ( (pointer_expression "*(void **)(lVar1 + 8)" * (cast_expression "(void **)(lVar1 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_002a4ec0(lVar1 + 0x10);" (call_expression "FUN_002a4ec0(lVar1 + 0x10)" identifier (argument_list "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) ))) ;) (expression_statement "FUN_002a2980(lVar1);" (call_expression "FUN_002a2980(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) })) (expression_statement "plVar2 = plVar2 + 1;" (assignment_expression "plVar2 = plVar2 + 1" identifier = (binary_expression "plVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(long **)(param_1 + 0x38) != plVar2)" ( (binary_expression "*(long **)(param_1 + 0x38) != plVar2" (pointer_expression "*(long **)(param_1 + 0x38)" * (cast_expression "(long **)(param_1 + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) != identifier) )) ;) (expression_statement "plVar3 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x30)" identifier = (pointer_expression "*(long **)(param_1 + 0x30)" * (cast_expression "(long **)(param_1 + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) })) (if_statement "if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }" if (parenthesized_expression "(plVar3 != (long *)0x0)" ( (binary_expression "plVar3 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002a2980();\n return;\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) 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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (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 IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_002e35d0(long param_1)\n\n{\n long lVar1;\n long *plVar2;\n long *plVar3;\n \n plVar2 = *(long **)(param_1 + 0x30);\n plVar3 = *(long **)(param_1 + 0x38);\n if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }\n if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002e35d0(long param_1)" (identifier "FUN_002e35d0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n long *plVar2;\n long *plVar3;\n \n plVar2 = *(long **)(param_1 + 0x30);\n plVar3 = *(long **)(param_1 + 0x38);\n if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }\n if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (expression_statement "plVar2 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar2 = *(long **)(param_1 + 0x30)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)(param_1 + 0x30)" (* "*") (cast_expression "(long **)(param_1 + 0x30)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "plVar3 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x38)" (identifier "plVar3") (= "=") (pointer_expression "*(long **)(param_1 + 0x38)" (* "*") (cast_expression "(long **)(param_1 + 0x38)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (if_statement "if (plVar2 != plVar3) {\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }" (if "if") (parenthesized_expression "(plVar2 != plVar3)" (( "(") (binary_expression "plVar2 != plVar3" (identifier "plVar2") (!= "!=") (identifier "plVar3")) () ")")) (compound_statement "{\n do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);\n plVar3 = *(long **)(param_1 + 0x30);\n }" ({ "{") (do_statement "do {\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n } while (*(long **)(param_1 + 0x38) != plVar2);" (do "do") (compound_statement "{\n lVar1 = *plVar2;\n if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }\n plVar2 = plVar2 + 1;\n }" ({ "{") (expression_statement "lVar1 = *plVar2;" (assignment_expression "lVar1 = *plVar2" (identifier "lVar1") (= "=") (pointer_expression "*plVar2" (* "*") (identifier "plVar2"))) (; ";")) (if_statement "if (lVar1 != 0) {\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n free(*(void **)(lVar1 + 8));\n FUN_002a4ec0(lVar1 + 0x10);\n FUN_002a2980(lVar1);\n }" ({ "{") (expression_statement "free(*(void **)(lVar1 + 8));" (call_expression "free(*(void **)(lVar1 + 8))" (identifier "free") (argument_list "(*(void **)(lVar1 + 8))" (( "(") (pointer_expression "*(void **)(lVar1 + 8)" (* "*") (cast_expression "(void **)(lVar1 + 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 8)" (( "(") (binary_expression "lVar1 + 8" (identifier "lVar1") (+ "+") (number_literal "8")) () ")")))) () ")"))) (; ";")) (expression_statement "FUN_002a4ec0(lVar1 + 0x10);" (call_expression "FUN_002a4ec0(lVar1 + 0x10)" (identifier "FUN_002a4ec0") (argument_list "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")"))) (; ";")) (expression_statement "FUN_002a2980(lVar1);" (call_expression "FUN_002a2980(lVar1)" (identifier "FUN_002a2980") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar2 = plVar2 + 1;" (assignment_expression "plVar2 = plVar2 + 1" (identifier "plVar2") (= "=") (binary_expression "plVar2 + 1" (identifier "plVar2") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(long **)(param_1 + 0x38) != plVar2)" (( "(") (binary_expression "*(long **)(param_1 + 0x38) != plVar2" (pointer_expression "*(long **)(param_1 + 0x38)" (* "*") (cast_expression "(long **)(param_1 + 0x38)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (!= "!=") (identifier "plVar2")) () ")")) (; ";")) (expression_statement "plVar3 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar3 = *(long **)(param_1 + 0x30)" (identifier "plVar3") (= "=") (pointer_expression "*(long **)(param_1 + 0x30)" (* "*") (cast_expression "(long **)(param_1 + 0x30)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (} "}"))) (if_statement "if (plVar3 != (long *)0x0) {\n FUN_002a2980();\n return;\n }" (if "if") (parenthesized_expression "(plVar3 != (long *)0x0)" (( "(") (binary_expression "plVar3 != (long *)0x0" (identifier "plVar3") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_002a2980();\n return;\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::Catalogs::~Catalogs() */ void __thiscall std::function_1::~function_1(function_1 *var_1) { void *var_4; type_1 *var_2; type_1 *var_3; var_2 = *(type_1 **)(var_1 + 0x30); var_3 = *(type_1 **)(var_1 + 0x38); if (var_2 != var_3) { do { var_4 = (void *)*var_2; if (var_4 != (void *)0x0) { var_5(*(void **)((long)var_4 + 8)); locale::~var_6((var_6 *)((long)var_4 + 0x10)); var_7(var_4); } var_2 = var_2 + 1; } while (*(type_1 **)(var_1 + 0x38) != var_2); var_3 = *(type_1 **)(var_1 + 0x30); } if (var_3 != (type_1 *)0x0) { var_7(var_3); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) 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: (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))))))) (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: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator 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: (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))) (return_statement))) (return_statement))))
null
void MASKED(long param_1) { long lVar1; long *plVar2; long *plVar3; plVar2 = *(long **)(param_1 + 0x30); plVar3 = *(long **)(param_1 + 0x38); if (plVar2 != plVar3) { do { lVar1 = *plVar2; if (lVar1 != 0) { free(*(void **)(lVar1 + 8)); FUN_002a4ec0(lVar1 + 0x10); FUN_002a2980(lVar1); } plVar2 = plVar2 + 1; } while (*(long **)(param_1 + 0x38) != plVar2); plVar3 = *(long **)(param_1 + 0x30); } if (plVar3 != (long *)0x0) { FUN_002a2980(); return; } return; }
8430_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
_M_date_formats
FUN_002eba50
/* std::__timepunct<char>::_M_date_formats(char const**) const */ void __thiscall std::__timepunct<char>::_M_date_formats(__timepunct<char> *this,char **param_1) { long lVar1; lVar1 = *(long *)(this + 0x10); *param_1 = *(char **)(lVar1 + 0x10); param_1[1] = *(char **)(lVar1 + 0x18); return; }
void FUN_002eba50(long param_1,undefined8 *param_2) { long lVar1; lVar1 = *(long *)(param_1 + 0x10); *param_2 = *(undefined8 *)(lVar1 + 0x10); param_2[1] = *(undefined8 *)(lVar1 + 0x18); return; }
MOV RAX,qword ptr [RDI + 0x10] MOV RDX,qword ptr [RAX + 0x10] MOV qword ptr [RSI],RDX MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr [RSI + 0x8],RAX RET
null
null
null
null
[('const-433', u'LOAD_-1204700589'), ('const-1', u'PTRADD_-1204700527'), (u'CAST_-1204700509', u'LOAD_-1204700589'), (u'CAST_-1204700496', u'LOAD_-1204700570'), (u'LOAD_-1204700589', u'INT_ADD_-1204700554'), ('tmp_47', u'PTRADD_-1204700527'), ('tmp_48', u'PTRADD_-1204700494'), ('const-16', u'INT_ADD_-1204700566'), ('const-433', u'LOAD_-1204700582'), (u'INT_ADD_-1204700566', u'CAST_-1204700504'), (u'PTRADD_-1204700527', u'CAST_-1204700509'), ('const-433', u'STORE_-1204700561'), (u'LOAD_-1204700570', u'STORE_-1204700561'), ('const-433', u'STORE_-1204700574'), (u'LOAD_-1204700582', u'STORE_-1204700574'), ('const-24', u'INT_ADD_-1204700554'), ('const-8', u'PTRADD_-1204700494'), (u'CAST_-1204700504', u'LOAD_-1204700582'), (u'INT_ADD_-1204700554', u'CAST_-1204700496'), ('const-0', u'RETURN_-1204700547'), ('const-1', u'PTRADD_-1204700494'), (u'PTRADD_-1204700494', u'STORE_-1204700561'), ('tmp_48', u'STORE_-1204700574'), ('const-433', u'LOAD_-1204700570'), ('const-16', u'PTRADD_-1204700527'), (u'LOAD_-1204700589', u'INT_ADD_-1204700566')]
[(u'CAST_-1204700509', u'LOAD_-1204700589'), (u'CAST_-1204700496', u'LOAD_-1204700570'), (u'LOAD_-1204700589', u'INT_ADD_-1204700554'), ('tmp_50', u'STORE_-1204700574'), (u'INT_ADD_-1204700573', u'CAST_-1204700509'), ('const-433', u'STORE_-1204700574'), ('tmp_49', u'INT_ADD_-1204700573'), ('const-16', u'INT_ADD_-1204700573'), ('const-16', u'INT_ADD_-1204700566'), ('const-1', u'PTRADD_-1204700494'), (u'INT_ADD_-1204700566', u'CAST_-1204700504'), ('const-433', u'STORE_-1204700561'), ('const-433', u'LOAD_-1204700589'), (u'LOAD_-1204700570', u'STORE_-1204700561'), (u'LOAD_-1204700582', u'STORE_-1204700574'), ('const-24', u'INT_ADD_-1204700554'), ('const-433', u'LOAD_-1204700570'), (u'CAST_-1204700504', u'LOAD_-1204700582'), (u'INT_ADD_-1204700554', u'CAST_-1204700496'), ('const-0', u'RETURN_-1204700547'), ('const-8', u'PTRADD_-1204700494'), ('tmp_50', u'PTRADD_-1204700494'), (u'PTRADD_-1204700494', u'STORE_-1204700561'), (u'LOAD_-1204700589', u'INT_ADD_-1204700566'), ('const-433', u'LOAD_-1204700582')]
null
null
002eba50
x64
O2
(translation_unit "void FUN_002eba50(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}\n\n" (function_definition "void FUN_002eba50(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}" primitive_type (function_declarator "FUN_002eba50(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*param_2 = *(undefined8 *)(lVar1 + 0x10);" (assignment_expression "*param_2 = *(undefined8 *)(lVar1 + 0x10)" (pointer_expression "*param_2" * identifier) = (pointer_expression "*(undefined8 *)(lVar1 + 0x10)" * (cast_expression "(undefined8 *)(lVar1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "param_2[1] = *(undefined8 *)(lVar1 + 0x18);" (assignment_expression "param_2[1] = *(undefined8 *)(lVar1 + 0x18)" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x18)" * (cast_expression "(undefined8 *)(lVar1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::__timepunct<char>::_M_date_formats(char const**) const */\n\nvoid __thiscall std::__timepunct<char>::_M_date_formats(__timepunct<char> *this,char **param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(this + 0x10);\n *param_1 = *(char **)(lVar1 + 0x10);\n param_1[1] = *(char **)(lVar1 + 0x18);\n return;\n}\n\n" comment (function_definition "void __thiscall std::__timepunct<char>::_M_date_formats(__timepunct<char> *this,char **param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(this + 0x10);\n *param_1 = *(char **)(lVar1 + 0x10);\n param_1[1] = *(char **)(lVar1 + 0x18);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::__timepunct<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "_M_date_formats(__timepunct<char> *this,char **param_1)" identifier (parameter_list "(__timepunct<char> *this,char **param_1)" ( (parameter_declaration "__timepunct<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "char **param_1" primitive_type (pointer_declarator "**param_1" * (pointer_declarator "*param_1" * identifier))) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(this + 0x10);\n *param_1 = *(char **)(lVar1 + 0x10);\n param_1[1] = *(char **)(lVar1 + 0x18);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(this + 0x10);" (assignment_expression "lVar1 = *(long *)(this + 0x10)" identifier = (pointer_expression "*(long *)(this + 0x10)" * (cast_expression "(long *)(this + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*param_1 = *(char **)(lVar1 + 0x10);" (assignment_expression "*param_1 = *(char **)(lVar1 + 0x10)" (pointer_expression "*param_1" * identifier) = (pointer_expression "*(char **)(lVar1 + 0x10)" * (cast_expression "(char **)(lVar1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "param_1[1] = *(char **)(lVar1 + 0x18);" (assignment_expression "param_1[1] = *(char **)(lVar1 + 0x18)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (pointer_expression "*(char **)(lVar1 + 0x18)" * (cast_expression "(char **)(lVar1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002eba50(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}\n\n" (function_definition "void FUN_002eba50(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}" primitive_type (function_declarator "FUN_002eba50(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*param_2 = *(undefined8 *)(lVar1 + 0x10);" (assignment_expression "*param_2 = *(undefined8 *)(lVar1 + 0x10)" (pointer_expression "*param_2" * identifier) = (pointer_expression "*(undefined8 *)(lVar1 + 0x10)" * (cast_expression "(undefined8 *)(lVar1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "param_2[1] = *(undefined8 *)(lVar1 + 0x18);" (assignment_expression "param_2[1] = *(undefined8 *)(lVar1 + 0x18)" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x18)" * (cast_expression "(undefined8 *)(lVar1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (return_statement return ;) })))
(function_definition "void FUN_002eba50(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002eba50(long param_1,undefined8 *param_2)" (identifier "FUN_002eba50") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "*param_2 = *(undefined8 *)(lVar1 + 0x10);" (assignment_expression "*param_2 = *(undefined8 *)(lVar1 + 0x10)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x10)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "param_2[1] = *(undefined8 *)(lVar1 + 0x18);" (assignment_expression "param_2[1] = *(undefined8 *)(lVar1 + 0x18)" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x18)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x18)" (( "(") (binary_expression "lVar1 + 0x18" (identifier "lVar1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::__timepunct<char>::_M_date_formats(char const**) const */ void __thiscall std::type_1<char>::function_1(type_1<char> *var_1,char **param_1) { long var_2; var_2 = *(long *)(var_1 + 0x10); *param_1 = *(char **)(var_2 + 0x10); param_1[1] = *(char **)(var_2 + 0x18); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (return_statement))))
null
void MASKED(long param_1,undefined8 *param_2) { long lVar1; lVar1 = *(long *)(param_1 + 0x10); *param_2 = *(undefined8 *)(lVar1 + 0x10); param_2[1] = *(undefined8 *)(lVar1 + 0x18); return; }
9048_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
rend
FUN_0030ccc0
/* std::string::rend() const */ void std::string::rend(void) { undefined8 *in_RSI; undefined8 *in_RDI; *in_RDI = *in_RSI; return; }
undefined8 * FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2) { *param_1 = *param_2; return param_1; }
MOV RDX,qword ptr [RSI] MOV RAX,RDI MOV qword ptr [RDI],RDX RET
null
null
null
null
[('const-0', u'RETURN_-1204826918'), (u'LOAD_-1204826942', u'STORE_-1204826931'), ('const-433', u'LOAD_-1204826942'), ('const-433', u'STORE_-1204826931'), ('tmp_24', u'LOAD_-1204826942'), ('tmp_25', u'STORE_-1204826931')]
[('const-0', u'RETURN_-1204826918'), (u'COPY_-1204826938', u'RETURN_-1204826918'), ('tmp_25', u'COPY_-1204826938'), (u'LOAD_-1204826942', u'STORE_-1204826931'), ('const-433', u'LOAD_-1204826942'), ('const-433', u'STORE_-1204826931'), ('tmp_24', u'LOAD_-1204826942'), ('tmp_25', u'STORE_-1204826931')]
null
null
0030ccc0
x64
O2
(translation_unit "undefined8 * FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" type_identifier (pointer_declarator "* FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)" * (function_declarator "FUN_0030ccc0(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 *param_1 = *param_2;\n return param_1;\n}" { (expression_statement "*param_1 = *param_2;" (assignment_expression "*param_1 = *param_2" (pointer_expression "*param_1" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* std::string::rend() const */\n\nvoid std::string::rend(void)\n\n{\n undefined8 *in_RSI;\n undefined8 *in_RDI;\n \n *in_RDI = *in_RSI;\n return;\n}\n\n" comment (function_definition "void std::string::rend(void)\n\n{\n undefined8 *in_RSI;\n undefined8 *in_RDI;\n \n *in_RDI = *in_RSI;\n return;\n}" primitive_type (ERROR "std::string::" identifier : : identifier : :) (function_declarator "rend(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *in_RSI;\n undefined8 *in_RDI;\n \n *in_RDI = *in_RSI;\n return;\n}" { (declaration "undefined8 *in_RSI;" type_identifier (pointer_declarator "*in_RSI" * identifier) ;) (declaration "undefined8 *in_RDI;" type_identifier (pointer_declarator "*in_RDI" * identifier) ;) (expression_statement "*in_RDI = *in_RSI;" (assignment_expression "*in_RDI = *in_RSI" (pointer_expression "*in_RDI" * identifier) = (pointer_expression "*in_RSI" * identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "undefined8 * FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" type_identifier (pointer_declarator "* FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)" * (function_declarator "FUN_0030ccc0(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 *param_1 = *param_2;\n return param_1;\n}" { (expression_statement "*param_1 = *param_2;" (assignment_expression "*param_1 = *param_2" (pointer_expression "*param_1" * identifier) = (pointer_expression "*param_2" * 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 (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (return_statement return IDENT ;) })))
(function_definition "undefined8 * FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)" (* "*") (function_declarator "FUN_0030ccc0(undefined8 *param_1,undefined8 *param_2)" (identifier "FUN_0030ccc0") (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 *param_1 = *param_2;\n return param_1;\n}" ({ "{") (expression_statement "*param_1 = *param_2;" (assignment_expression "*param_1 = *param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* std::string::rend() const */ void std::string::function_1(void) { type_1 *in_RSI; type_1 *in_RDI; *in_RDI = *in_RSI; return; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement (identifier)))))
null
undefined8 * MASKED(undefined8 *param_1,undefined8 *param_2) { *param_1 = *param_2; return param_1; }
261_du_and_du_strip.c
xzalloc
FUN_0010d660
void * xzalloc(size_t s) { void *pvVar1; pvVar1 = xmalloc(s); pvVar1 = memset(pvVar1,0,s); return pvVar1; }
void FUN_0010d660(size_t param_1) { void *__s; __s = (void *)FUN_0010d4b0(); memset(__s,0,param_1); return; }
PUSH RBX MOV RBX,RDI CALL 0x0010d4b0 MOV RDX,RBX XOR ESI,ESI POP RBX MOV RDI,RAX JMP 0x00103290
null
null
null
null
[(u'CALL_-1206921584', u'RETURN_-1206921580'), ('tmp_70', u'CALL_-1206921615'), ('const-0', u'RETURN_-1206921580'), ('const-0', u'CALL_-1206921584'), ('tmp_70', u'CALL_-1206921584'), (u'CALL_-1206921615', u'CALL_-1206921584')]
[('const-0', u'RETURN_-1206921580'), ('tmp_165', u'CALL_-1206921584'), (u'CALL_-1206921615', u'CAST_-1206921495'), (u'CAST_-1206921495', u'CALL_-1206921584'), ('const-0', u'CALL_-1206921584')]
null
null
0010d660
x64
O2
(translation_unit "void FUN_0010d660(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_0010d4b0();\n memset(__s,0,param_1);\n return;\n}\n\n" (function_definition "void FUN_0010d660(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_0010d4b0();\n memset(__s,0,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0010d660(size_t param_1)" identifier (parameter_list "(size_t param_1)" ( (parameter_declaration "size_t param_1" primitive_type identifier) ))) (compound_statement "{\n void *__s;\n \n __s = (void *)FUN_0010d4b0();\n memset(__s,0,param_1);\n return;\n}" { (declaration "void *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (expression_statement "__s = (void *)FUN_0010d4b0();" (assignment_expression "__s = (void *)FUN_0010d4b0()" identifier = (cast_expression "(void *)FUN_0010d4b0()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010d4b0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "memset(__s,0,param_1);" (call_expression "memset(__s,0,param_1)" identifier (argument_list "(__s,0,param_1)" ( identifier , number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void * xzalloc(size_t s)\n\n{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memset(pvVar1,0,s);\n return pvVar1;\n}\n\n" (function_definition "void * xzalloc(size_t s)\n\n{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memset(pvVar1,0,s);\n return pvVar1;\n}" primitive_type (pointer_declarator "* xzalloc(size_t s)" * (function_declarator "xzalloc(size_t s)" identifier (parameter_list "(size_t s)" ( (parameter_declaration "size_t s" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memset(pvVar1,0,s);\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = xmalloc(s);" (assignment_expression "pvVar1 = xmalloc(s)" identifier = (call_expression "xmalloc(s)" identifier (argument_list "(s)" ( identifier )))) ;) (expression_statement "pvVar1 = memset(pvVar1,0,s);" (assignment_expression "pvVar1 = memset(pvVar1,0,s)" identifier = (call_expression "memset(pvVar1,0,s)" identifier (argument_list "(pvVar1,0,s)" ( identifier , number_literal , identifier )))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit "void FUN_0010d660(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_0010d4b0();\n memset(__s,0,param_1);\n return;\n}\n\n" (function_definition "void FUN_0010d660(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_0010d4b0();\n memset(__s,0,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0010d660(size_t param_1)" identifier (parameter_list "(size_t param_1)" ( (parameter_declaration "size_t param_1" primitive_type identifier) ))) (compound_statement "{\n void *__s;\n \n __s = (void *)FUN_0010d4b0();\n memset(__s,0,param_1);\n return;\n}" { (declaration "void *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (expression_statement "__s = (void *)FUN_0010d4b0();" (assignment_expression "__s = (void *)FUN_0010d4b0()" identifier = (cast_expression "(void *)FUN_0010d4b0()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010d4b0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "memset(__s,0,param_1);" (call_expression "memset(__s,0,param_1)" identifier (argument_list "(__s,0,param_1)" ( identifier , number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0010d660(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_0010d4b0();\n memset(__s,0,param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0010d660(size_t param_1)" (identifier "FUN_0010d660") (parameter_list "(size_t param_1)" (( "(") (parameter_declaration "size_t param_1" (primitive_type "size_t") (identifier "param_1")) () ")"))) (compound_statement "{\n void *__s;\n \n __s = (void *)FUN_0010d4b0();\n memset(__s,0,param_1);\n return;\n}" ({ "{") (declaration "void *__s;" (primitive_type "void") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (expression_statement "__s = (void *)FUN_0010d4b0();" (assignment_expression "__s = (void *)FUN_0010d4b0()" (identifier "__s") (= "=") (cast_expression "(void *)FUN_0010d4b0()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0010d4b0()" (identifier "FUN_0010d4b0") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "memset(__s,0,param_1);" (call_expression "memset(__s,0,param_1)" (identifier "memset") (argument_list "(__s,0,param_1)" (( "(") (identifier "__s") (, ",") (number_literal "0") (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void * function_1(size_t s) { void *pvVar1; pvVar1 = var_1(s); pvVar1 = var_2(pvVar1,0,s); return pvVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier)))) (return_statement))))
null
void MASKED(size_t param_1) { void *__s; __s = (void *)FUN_0010d4b0(); memset(__s,0,param_1); return; }
2794_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
do_read_symbols
FUN_001a2190
/* DWARF original prototype: void do_read_symbols(Sized_relobj_incr<32,_false> * this, Read_symbols_data * param_1) */ void __thiscall gold::Sized_relobj_incr<32,_false>::do_read_symbols (Sized_relobj_incr<32,_false> *this,Read_symbols_data *param_1) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.cc",0x7eb,"do_read_symbols"); }
void FUN_001a2190(void) { /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols"); }
SUB RSP,0x8 LEA RDX,[0x341840] MOV ESI,0x7eb LEA RDI,[0x340864] CALL 0x00199900
null
null
null
null
[(u'COPY_-1207623222', u'CALL_-1207623236'), ('const-2027', u'CALL_-1207623236'), ('const-3410020', u'COPY_-1207623222'), (u'COPY_-1207623221', u'CALL_-1207623236'), ('const-1', u'RETURN_-1207623231'), ('const-3414080', u'COPY_-1207623221')]
[('const-2027', u'CALL_-1207623236'), (u'COPY_-1207623223', u'CALL_-1207623236'), ('const-3410020', u'COPY_-1207623223'), (u'COPY_-1207623222', u'CALL_-1207623236'), ('const-3414080', u'COPY_-1207623222'), ('const-1', u'RETURN_-1207623231')]
null
null
001a2190
x64
O2
(translation_unit "void FUN_001a2190(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}\n\n" (function_definition "void FUN_001a2190(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}" primitive_type (function_declarator "FUN_001a2190(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}" { comment (expression_statement "FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");" (call_expression "FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols")" identifier (argument_list "("../../gold/incremental.cc",0x7eb,"do_read_symbols")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_read_symbols"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: void do_read_symbols(Sized_relobj_incr<32,_false> * this,\n Read_symbols_data * param_1) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<32,_false>::do_read_symbols\n (Sized_relobj_incr<32,_false> *this,Read_symbols_data *param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}\n\n" comment (ERROR "void __thiscall\ngold::Sized_relobj_incr<32,_false>::do_read_symbols\n (Sized_relobj_incr<32,_false> *this,Read_symbols_data *param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x7eb," primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_read_symbols\n (Sized_relobj_incr<32,_false> *this,Read_symbols_data *param_1)\n\n{" identifier > : : (function_declarator "do_read_symbols\n (Sized_relobj_incr<32,_false> *this,Read_symbols_data *param_1)" identifier (parameter_list "(Sized_relobj_incr<32,_false> *this,Read_symbols_data *param_1)" ( (parameter_declaration "Sized_relobj_incr" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Read_symbols_data *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) {) comment identifier ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal ,) (expression_statement ""do_read_symbols");" (string_literal ""do_read_symbols"" " string_content ") (ERROR ")" )) ;) (ERROR "}" }))
(translation_unit "void FUN_001a2190(void)\n\n{\n \n FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}\n\n" (function_definition "void FUN_001a2190(void)\n\n{\n \n FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}" primitive_type (function_declarator "FUN_001a2190(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}" { (expression_statement "FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");" (call_expression "FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols")" identifier (argument_list "("../../gold/incremental.cc",0x7eb,"do_read_symbols")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_read_symbols"" " 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_001a2190(void)\n\n{\n \n FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}" (primitive_type "void") (function_declarator "FUN_001a2190(void)" (identifier "FUN_001a2190") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}" ({ "{") (expression_statement "FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols");" (call_expression "FUN_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols")" (identifier "FUN_00199900") (argument_list "("../../gold/incremental.cc",0x7eb,"do_read_symbols")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0x7eb") (, ",") (string_literal ""do_read_symbols"" (" """) (string_content "do_read_symbols") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: void do_read_symbols(Sized_relobj_incr<32,_false> * this, Read_symbols_data * param_1) */ void __thiscall gold::Sized_relobj_incr<32,_false>::do_read_symbols (Sized_relobj_incr<32,_false> *this,Read_symbols_data *param_1) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.cc",0x7eb,"do_read_symbols"); }
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_00199900("../../gold/incremental.cc",0x7eb,"do_read_symbols"); }
2498_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
parse_to_value
FUN_00193810
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_omagic * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __thiscall gold::General_options::Struct_omagic::parse_to_value (Struct_omagic *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_00193810(long param_1,undefined8 param_2,undefined8 param_3) { FUN_003b9d20(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 0x003b9d20 MOV byte ptr [RBX + 0x60],0x1 POP RBX RET
null
null
null
null
[(u'PTRSUB_-1207551872', u'CALL_-1207551953'), ('const-96', u'PTRSUB_-1207551862'), ('tmp_58', u'PTRSUB_-1207551872'), ('tmp_58', u'PTRSUB_-1207551862'), ('const-1', u'STORE_-1207551949'), (u'PTRSUB_-1207551862', u'STORE_-1207551949'), ('tmp_60', u'CALL_-1207551953'), ('tmp_59', u'CALL_-1207551953'), ('const-433', u'STORE_-1207551949'), ('const-0', u'RETURN_-1207551930'), ('const-97', u'PTRSUB_-1207551872')]
[(u'INT_ADD_-1207551949', u'CALL_-1207551953'), ('tmp_86', u'CALL_-1207551953'), ('const-97', u'INT_ADD_-1207551949'), ('tmp_84', u'INT_ADD_-1207551935'), (u'CAST_-1207551867', u'STORE_-1207551949'), (u'INT_ADD_-1207551935', u'CAST_-1207551867'), ('tmp_85', u'CALL_-1207551953'), ('const-1', u'STORE_-1207551949'), ('const-96', u'INT_ADD_-1207551935'), ('tmp_84', u'INT_ADD_-1207551949'), ('const-433', u'STORE_-1207551949'), ('const-0', u'RETURN_-1207551930')]
null
null
00193810
x64
O2
(translation_unit "void FUN_00193810(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9d20(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_00193810(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9d20(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00193810(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_003b9d20(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_003b9d20(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_003b9d20(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_omagic * this, char * option_name, char *\n arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_omagic::parse_to_value\n (Struct_omagic *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_omagic::parse_to_value\n (Struct_omagic *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_omagic::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_omagic *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" identifier (parameter_list "(Struct_omagic *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" ( (parameter_declaration "Struct_omagic *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_00193810(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9d20(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_00193810(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9d20(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00193810(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_003b9d20(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_003b9d20(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_003b9d20(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_00193810(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9d20(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00193810(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_00193810") (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_003b9d20(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" ({ "{") (expression_statement "FUN_003b9d20(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_003b9d20(param_2,param_3,param_1 + 0x61)" (identifier "FUN_003b9d20") (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_omagic * 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_003b9d20(param_2,param_3,param_1 + 0x61); *(undefined1 *)(param_1 + 0x60) = 1; return; }
10132_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
get_weekday
FUN_0033eda0
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::get_weekday(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, std::_Ios_Iostate&, tm*) const */ void std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::get_weekday (long *param_1) { /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_1 + 0x28))(); return; }
void FUN_0033eda0(long *param_1) { /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_1 + 0x28))(); return; }
MOV RAX,qword ptr [RDI] JMP qword ptr [RAX + 0x28]
null
null
null
null
[('const-40', u'INT_ADD_-1205015112'), ('const-433', u'LOAD_-1205015134'), (u'INT_ADD_-1205015112', u'CAST_-1205015056'), (u'CAST_-1205015056', u'LOAD_-1205015128'), ('const-433', u'LOAD_-1205015128'), (u'LOAD_-1205015134', u'INT_ADD_-1205015112'), ('const-1', u'RETURN_-1205015118'), (u'LOAD_-1205015128', u'CALLIND_-1205015121'), ('tmp_34', u'LOAD_-1205015134')]
[('const-40', u'INT_ADD_-1205015112'), ('const-433', u'LOAD_-1205015134'), (u'INT_ADD_-1205015112', u'CAST_-1205015056'), (u'CAST_-1205015056', u'LOAD_-1205015128'), ('const-433', u'LOAD_-1205015128'), (u'LOAD_-1205015134', u'INT_ADD_-1205015112'), ('const-1', u'RETURN_-1205015118'), (u'LOAD_-1205015128', u'CALLIND_-1205015121'), ('tmp_34', u'LOAD_-1205015134')]
null
null
0033eda0
x64
O2
(translation_unit "void FUN_0033eda0(long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x28))();\n return;\n}\n\n" (function_definition "void FUN_0033eda0(long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x28))();\n return;\n}" primitive_type (function_declarator "FUN_0033eda0(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x28))();\n return;\n}" { comment comment (expression_statement "(**(code **)(*param_1 + 0x28))();" (call_expression "(**(code **)(*param_1 + 0x28))()" (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 "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::get_weekday(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,\n std::_Ios_Iostate&, tm*) const */\n\nvoid std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::get_weekday\n (long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x28))();\n return;\n}\n\n" comment (declaration "void std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::get_weekday\n (long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x28))();" primitive_type (ERROR "std::time_get<" identifier : : identifier <) identifier , (ERROR "std::istreambuf_iterator<" identifier : : identifier <) identifier , (ERROR "std::char_traits<wchar_t>>>::" identifier : : identifier < identifier >> > : :) (function_declarator "get_weekday\n (long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x28))()" (function_declarator "get_weekday\n (long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x28))" (function_declarator "get_weekday\n (long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (ERROR "{" {) comment comment (parameter_list "(**(code **)(*param_1 + 0x28))" ( (parameter_declaration "**(code **)(*param_1 + 0x28)" type_identifier (abstract_pointer_declarator "**(code **)(*param_1 + 0x28)" * (abstract_pointer_declarator "*(code **)(*param_1 + 0x28)" * (abstract_function_declarator "(code **)(*param_1 + 0x28)" (abstract_function_declarator "(code **)" (parameter_list "(code **)" ( (parameter_declaration "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ))) (parameter_list "(*param_1 + 0x28)" ( (ERROR "*" *) (parameter_declaration "param_1" type_identifier) (ERROR "+ 0x28" + number_literal) )))))) ))) (parameter_list "()" ( ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0033eda0(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x28))();\n return;\n}\n\n" (function_definition "void FUN_0033eda0(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x28))();\n return;\n}" primitive_type (function_declarator "FUN_0033eda0(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n \n \n (**(code **)(*param_1 + 0x28))();\n return;\n}" { (expression_statement "(**(code **)(*param_1 + 0x28))();" (call_expression "(**(code **)(*param_1 + 0x28))()" (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 "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0033eda0(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x28))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0033eda0(long *param_1)" (identifier "FUN_0033eda0") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n \n \n (**(code **)(*param_1 + 0x28))();\n return;\n}" ({ "{") (expression_statement "(**(code **)(*param_1 + 0x28))();" (call_expression "(**(code **)(*param_1 + 0x28))()" (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 "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::get_weekday(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, std::_Ios_Iostate&, tm*) const */ void std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::function_1 (long *type_3) { /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */ /* WARNING: Treating indirect jump as call */ (type_1**(type_2 **)(*type_3 + 0x28))(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (return_statement))))
null
void MASKED(long *param_1) { /* WARNING: Could not recover jumptable at 0x0033eda3. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_1 + 0x28))(); return; }
110_sh4-linux-gnu-ranlib_and_sh4-linux-gnu-ranlib_strip.c
extract_file
FUN_00103e80
void extract_file(bfd *abfd) { FILE *pFVar1; bfd_boolean bVar2; int iVar3; void *__ptr; size_t sVar4; FILE *__s; int *piVar5; char *pcVar6; ulong uVar7; char *pcVar8; size_t __n; stat buf; __ptr = (void *)xmalloc(0x2000); bVar2 = is_valid_archive_path(abfd->filename); if (bVar2 == 0) { pcVar6 = abfd->filename; pcVar8 = (char *)dcgettext(0,"illegal pathname found in archive member: %s",5); non_fatal(pcVar8,pcVar6); } else { iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf); if (iVar3 != 0) { pcVar6 = abfd->filename; pcVar8 = "internal stat error on %s"; LAB_0010408e: pcVar8 = (char *)dcgettext(0,pcVar8,5); /* WARNING: Subroutine does not return */ fatal(pcVar8,pcVar6); } if (verbose != 0) { printf("x - %s\n",abfd->filename); } uVar7 = 0; bfd_seek(abfd,0,0); __s = (FILE *)0x0; if (buf.st_size == 0) { output_filename = abfd->filename; __s = fopen(output_filename,"w"); pFVar1 = __s; if (__s == (FILE *)0x0) { LAB_001040c6: perror(abfd->filename); /* WARNING: Subroutine does not return */ xexit(1); } } else { do { __n = 0x2000; if (buf.st_size - uVar7 < 0x2001) { __n = buf.st_size - uVar7; } sVar4 = bfd_bread(__ptr,__n,abfd); if (sVar4 != __n) { pcVar8 = "%s is not a valid archive"; pcVar6 = abfd->my_archive->filename; goto LAB_0010408e; } pFVar1 = (FILE *)output_file; if (__s == (FILE *)0x0) { output_filename = abfd->filename; __s = fopen(output_filename,"w"); pFVar1 = __s; if (__s == (FILE *)0x0) goto LAB_001040c6; } output_file = (FILE *)pFVar1; sVar4 = fwrite(__ptr,1,__n,__s); if (sVar4 != __n) { piVar5 = __errno_location(); pcVar6 = strerror(*piVar5); /* WARNING: Subroutine does not return */ fatal("%s: %s",output_filename,pcVar6); } uVar7 = uVar7 + __n; pFVar1 = (FILE *)output_file; } while (uVar7 < (ulong)buf.st_size); } output_file = (FILE *)pFVar1; fclose(__s); output_file = (FILE *)0x0; output_filename = (char *)0x0; chmod(abfd->filename,buf.st_mode); if (preserve_dates != 0) { buf.st_atim.tv_sec = buf.st_mtim.tv_sec; set_times(abfd->filename,&buf); } } free(__ptr); return; }
void FUN_00103e80(undefined8 *param_1) { FILE *pFVar1; int iVar2; void *__ptr; size_t sVar3; FILE *__s; undefined8 uVar4; int *piVar5; char *pcVar6; ulong uVar7; undefined8 uVar8; size_t __n; undefined1 local_c8 [24]; __mode_t local_b0; ulong local_98; undefined8 local_80; undefined8 local_70; __ptr = (void *)xmalloc(0x2000); iVar2 = FUN_001084f0(*param_1); if (iVar2 == 0) { uVar8 = *param_1; uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5); FUN_00107900(uVar4,uVar8); } else { iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1); if (iVar2 != 0) { uVar8 = *param_1; pcVar6 = "internal stat error on %s"; LAB_0010408e: uVar4 = dcgettext(0,pcVar6,5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar4,uVar8); } if (DAT_00110498 != 0) { printf("x - %s\n",*param_1); } uVar7 = 0; bfd_seek(param_1,0,0); __s = (FILE *)0x0; if (local_98 == 0) { DAT_001104b0 = (char *)*param_1; __s = fopen(DAT_001104b0,"w"); pFVar1 = __s; if (__s == (FILE *)0x0) { LAB_001040c6: perror((char *)*param_1); /* WARNING: Subroutine does not return */ xexit(1); } } else { do { __n = 0x2000; if (local_98 - uVar7 < 0x2001) { __n = local_98 - uVar7; } sVar3 = bfd_bread(__ptr,__n,param_1); if (sVar3 != __n) { pcVar6 = "%s is not a valid archive"; uVar8 = *(undefined8 *)param_1[0x1a]; goto LAB_0010408e; } pFVar1 = DAT_001104a8; if (__s == (FILE *)0x0) { DAT_001104b0 = (char *)*param_1; __s = fopen(DAT_001104b0,"w"); pFVar1 = __s; if (__s == (FILE *)0x0) goto LAB_001040c6; } DAT_001104a8 = pFVar1; sVar3 = fwrite(__ptr,1,__n,__s); if (sVar3 != __n) { piVar5 = __errno_location(); pcVar6 = strerror(*piVar5); /* WARNING: Subroutine does not return */ FUN_00107860("%s: %s",DAT_001104b0,pcVar6); } uVar7 = uVar7 + __n; pFVar1 = DAT_001104a8; } while (uVar7 < local_98); } DAT_001104a8 = pFVar1; fclose(__s); DAT_001104a8 = (FILE *)0x0; DAT_001104b0 = (char *)0x0; chmod((char *)*param_1,local_b0); if (DAT_00110490 != 0) { local_80 = local_70; FUN_00107050(*param_1,local_c8); } } free(__ptr); return; }
PUSH R15 PUSH R14 MOV R14,RDI MOV EDI,0x2000 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0xa8 CALL 0x00102270 MOV RDI,qword ptr [R14] MOV R12,RAX CALL 0x001084f0 TEST EAX,EAX JZ 0x00104050 MOV RAX,qword ptr [R14 + 0x8] LEA RSI,[RSP + 0x10] MOV RDI,R14 MOV qword ptr [RSP + 0x8],RSI CALL qword ptr [RAX + 0x1e0] TEST EAX,EAX JNZ 0x001040d8 MOV EDX,dword ptr [0x00110498] MOV R13,qword ptr [RSP + 0x40] TEST EDX,EDX JNZ 0x00104010 XOR EDX,EDX XOR ESI,ESI MOV RDI,R14 XOR EBX,EBX CALL 0x001025f0 XOR EBP,EBP TEST R13,R13 JNZ 0x00103f28 JMP 0x00103f90 MOV RCX,RBP MOV RDX,R15 MOV ESI,0x1 MOV RDI,R12 CALL 0x00102590 CMP RAX,R15 JNZ 0x001040a2 ADD RBX,R15 CMP R13,RBX JBE 0x00103fb9 MOV R8,R13 MOV R15D,0x2000 MOV RDX,R14 MOV RDI,R12 SUB R8,RBX CMP R8,0x2000 CMOVBE R15,R8 MOV RSI,R15 CALL 0x001025c0 CMP RAX,R15 JNZ 0x00104078 TEST RBP,RBP JNZ 0x00103f00 MOV RDI,qword ptr [R14] LEA RSI,[0x10a107] MOV qword ptr [0x001104b0],RDI CALL 0x001024f0 MOV RBP,RAX TEST RAX,RAX JZ 0x001040c6 MOV qword ptr [0x001104a8],RAX JMP 0x00103f00 MOV RDI,qword ptr [R14] LEA RSI,[0x10a107] MOV qword ptr [0x001104b0],RDI CALL 0x001024f0 MOV RBP,RAX TEST RAX,RAX JZ 0x001040c6 MOV qword ptr [0x001104a8],RAX MOV RDI,RBP CALL 0x00102180 MOV ESI,dword ptr [RSP + 0x28] MOV RDI,qword ptr [R14] MOV qword ptr [0x001104a8],0x0 MOV qword ptr [0x001104b0],0x0 CALL 0x001024a0 MOV EAX,dword ptr [0x00110490] TEST EAX,EAX JNZ 0x00104030 ADD RSP,0xa8 MOV RDI,R12 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 JMP 0x00102060 MOV RSI,qword ptr [R14] LEA RDI,[0x10a0ff] XOR EAX,EAX CALL 0x001021f0 JMP 0x00103ee3 MOV RAX,qword ptr [RSP + 0x68] MOV RSI,qword ptr [RSP + 0x8] MOV RDI,qword ptr [R14] MOV qword ptr [RSP + 0x58],RAX CALL 0x00107050 JMP 0x00103fed MOV RBX,qword ptr [R14] XOR EDI,EDI MOV EDX,0x5 LEA RSI,[0x10aaf8] CALL 0x001021b0 MOV RDI,RAX MOV RSI,RBX XOR EAX,EAX CALL 0x00107900 JMP 0x00103fed MOV RAX,qword ptr [R14 + 0xd0] MOV EDX,0x5 LEA RSI,[0x10a026] MOV RBX,qword ptr [RAX] XOR EDI,EDI CALL 0x001021b0 MOV RSI,RBX MOV RDI,RAX XOR EAX,EAX CALL 0x00107860 CALL 0x001020a0 MOV EDI,dword ptr [RAX] CALL 0x001025d0 MOV RSI,qword ptr [0x001104b0] LEA RDI,[0x10a109] MOV RDX,RAX XOR EAX,EAX CALL 0x00107860 MOV RDI,qword ptr [R14] CALL 0x00102520 MOV EDI,0x1 CALL 0x00102500 MOV RBX,qword ptr [R14] MOV EDX,0x5 LEA RSI,[0x10a004] JMP 0x0010408e
null
null
null
null
[('tmp_1302', u'PTRSUB_-1206958298'), (u'INDIRECT_-1206959001', u'MULTIEQUAL_-1206959052'), ('const-433', u'LOAD_-1206959590'), ('const-1089799', u'COPY_-1206958581'), (u'CALL_-1206960274', u'INDIRECT_-1206959127'), ('const-433', u'LOAD_-1206960012'), (u'PTRSUB_-1206958471', u'LOAD_-1206960092'), (u'INDIRECT_-1206958839', u'MULTIEQUAL_-1206958814'), ('const-5', u'CALL_-1206959561'), (u'INDIRECT_-1206958981', u'MULTIEQUAL_-1206958925'), ('const-1', u'RETURN_-1206959528'), (u'CALL_-1206960019', u'INDIRECT_-1206958935'), (u'INDIRECT_-1206958678', u'MULTIEQUAL_-1206958781'), ('const-0', u'INT_NOTEQUAL_-1206960326'), (u'MULTIEQUAL_-1206959272', u'INT_ADD_-1206959986'), (u'CALL_-1206959893', u'INDIRECT_-1206958835'), (u'CALL_-1206960432', u'INDIRECT_-1206958985'), (u'CAST_-1206958560', u'COPY_-1206958632'), (u'CALL_-1206960449', u'INDIRECT_-1206959183'), ('const-433', u'LOAD_-1206959586'), (u'CALL_-1206959644', u'INDIRECT_-1206958576'), (u'CALLIND_-1206960376', u'INDIRECT_-1206958923'), (u'INDIRECT_-1206958989', u'MULTIEQUAL_-1206958949'), ('tmp_1302', u'PTRSUB_-1206958135'), (u'CALL_-1206960021', u'INDIRECT_-1206958630'), (u'INDIRECT_-1206958929', u'MULTIEQUAL_-1206958565'), (u'MULTIEQUAL_-1206959467', u'CALL_-1206960027'), (u'CALL_-1206960019', u'INDIRECT_-1206959001'), (u'CALL_-1206960432', u'INDIRECT_-1206958927'), (u'INT_NOTEQUAL_-1206960361', u'CBRANCH_-1206960360'), (u'CALL_-1206959524', u'INDIRECT_-1206958744'), ('const-0', u'COPY_-1206959570'), (u'LOAD_-1206960412', u'PTRSUB_-1206958679'), (u'CALL_-1206960449', u'INDIRECT_-1206959117'), (u'CALL_-1206960432', u'INT_EQUAL_-1206960418'), ('const-0', u'COPY_-1206959996'), (u'CALL_-1206959893', u'INDIRECT_-1206958769'), (u'INDIRECT_-1206958773', u'MULTIEQUAL_-1206958748'), (u'INDIRECT_-1206959055', u'MULTIEQUAL_-1206958869'), (u'CALL_-1206960274', u'INDIRECT_-1206959094'), (u'INDIRECT_-1206959061', u'MULTIEQUAL_-1206958981'), (u'INDIRECT_-1206959022', u'CAST_-1206958560'), ('const-0', u'CALL_-1206959552'), (u'CALLIND_-1206960376', u'INDIRECT_-1206959138'), (u'PTRSUB_-1206958698', u'LOAD_-1206960412'), (u'INDIRECT_-1206958935', u'MULTIEQUAL_-1206958586'), (u'INDIRECT_-1206958747', u'MULTIEQUAL_-1206958841'), (u'CALL_-1206960019', u'INDIRECT_-1206958786'), ('const-1', u'RETURN_-1206959653'), (u'INDIRECT_-1206958624', u'MULTIEQUAL_-1206958602'), ('const-433', u'LOAD_-1206959684'), ('tmp_1302', u'PTRSUB_-1206958417'), (u'CALL_-1206960019', u'INDIRECT_-1206959034'), (u'CALL_-1206959533', u'INDIRECT_-1206958592'), (u'CALL_-1206960064', u'INDIRECT_-1206958904'), (u'CALL_-1206960021', u'INDIRECT_-1206958907'), ('const-5', u'CALL_-1206959552'), ('const-433', u'LOAD_-1206959608'), (u'CALL_-1206960027', u'INDIRECT_-1206958840'), (u'CALL_-1206959574', u'INDIRECT_-1206958642'), (u'CALL_-1206959672', u'INDIRECT_-1206958541'), (u'CALL_-1206959893', u'INDIRECT_-1206958587'), (u'CALL_-1206960021', u'INDIRECT_-1206958808'), (u'CALL_-1206960064', u'INDIRECT_-1206958937'), ('const--200', u'PTRSUB_-1206958693'), ('const-1089799', u'COPY_-1206958527'), (u'INDIRECT_-1206958747', u'MULTIEQUAL_-1206958716'), ('const-0', u'INT_NOTEQUAL_-1206960361'), (u'INDIRECT_-1206958629', u'COPY_-1206958683'), (u'CALL_-1206960274', u'INDIRECT_-1206959028'), ('const-1092344', u'COPY_-1206958333'), (u'INT_EQUAL_-1206959984', u'CBRANCH_-1206959981'), (u'COPY_-1206958238', u'CALL_-1206959534'), ('tmp_1302', u'PTRSUB_-1206958471'), (u'CALL_-1206959953', u'INDIRECT_-1206958747'), (u'INDIRECT_-1206958672', u'MULTIEQUAL_-1206958748'), ('tmp_787', u'CBRANCH_-1206959981'), (u'INDIRECT_-1206958995', u'MULTIEQUAL_-1206959085'), (u'INDIRECT_-1206958802', u'COPY_-1206958861'), (u'INDIRECT_-1206958717', u'CALL_-1206959976'), (u'CAST_-1206958198', u'CALL_-1206959533'), (u'INT_NOTEQUAL_-1206960326', u'CBRANCH_-1206960325'), (u'PTRSUB_-1206958417', u'LOAD_-1206960012'), ('const-8192', u'CALL_-1206960449'), (u'CALL_-1206960064', u'INDIRECT_-1206958838'), (u'INDIRECT_-1206958952', u'CAST_-1206958561'), (u'INDIRECT_-1206958805', u'MULTIEQUAL_-1206958899'), (u'COPY_-1206958605', u'MULTIEQUAL_-1206959272'), (u'CALL_-1206959976', u'INDIRECT_-1206958624'), (u'MULTIEQUAL_-1206959088', u'CALL_-1206959533'), (u'INDIRECT_-1206958937', u'MULTIEQUAL_-1206958902'), (u'LOAD_-1206959833', u'CALL_-1206959813'), ('const-1', u'CALL_-1206959658'), (u'MULTIEQUAL_-1206959272', u'INT_NOTEQUAL_-1206960003'), (u'CALL_-1206960021', u'INDIRECT_-1206958874'), (u'LOAD_-1206959585', u'MULTIEQUAL_-1206959088'), (u'INDIRECT_-1206958898', u'MULTIEQUAL_-1206958716'), (u'CALL_-1206959561', u'INDIRECT_-1206958606'), (u'CALL_-1206959534', u'INDIRECT_-1206958617'), (u'CALL_-1206960027', u'INDIRECT_-1206959055'), (u'CAST_-1206958703', u'CALL_-1206960027'), (u'INDIRECT_-1206959138', u'INT_NOTEQUAL_-1206960326'), ('const-433', u'LOAD_-1206959676'), (u'CALL_-1206959574', u'CALL_-1206959534'), (u'PTRSUB_-1206958679', u'LOAD_-1206960386'), ('const-0', u'CALL_-1206960274'), (u'MULTIEQUAL_-1206959467', u'MULTIEQUAL_-1206959426'), (u'CALL_-1206959552', u'INDIRECT_-1206958659'), (u'CALL_-1206960432', u'INDIRECT_-1206959204'), (u'INDIRECT_-1206958838', u'MULTIEQUAL_-1206958803'), ('tmp_231', u'CBRANCH_-1206960325'), ('const-0', u'PTRSUB_-1206958718'), ('tmp_759', u'CBRANCH_-1206960001'), (u'INDIRECT_-1206958691', u'COPY_-1206958735'), (u'INDIRECT_-1206958596', u'COPY_-1206958650'), ('const-0', u'CALL_-1206960274'), (u'CALLIND_-1206960376', u'INDIRECT_-1206958981'), ('const-0', u'PTRSUB_-1206958154'), ('const-0', u'COPY_-1206960008'), ('const-433', u'LOAD_-1206959459'), ('tmp_1302', u'CALL_-1206960019'), (u'CALL_-1206960064', u'COPY_-1206958493'), (u'CALL_-1206959533', u'INDIRECT_-1206958691'), (u'INDIRECT_-1206958898', u'MULTIEQUAL_-1206958862'), (u'INDIRECT_-1206959105', u'MULTIEQUAL_-1206958619'), (u'MULTIEQUAL_-1206959280', u'CALL_-1206960021'), (u'CALL_-1206960027', u'INDIRECT_-1206958898'), (u'INDIRECT_-1206958551', u'COPY_-1206958601'), (u'COPY_-1206960084', u'COPY_-1206958606'), (u'CALL_-1206959813', u'INDIRECT_-1206958705'), (u'INDIRECT_-1206958650', u'COPY_-1206958700'), (u'CALL_-1206960449', u'INDIRECT_-1206958968'), (u'CAST_-1206958246', u'CALL_-1206959524'), ('tmp_1302', u'PTRSUB_-1206958525'), ('const-1089801', u'COPY_-1206958238'), (u'CALL_-1206960274', u'INDIRECT_-1206959061'), (u'INDIRECT_-1206958523', u'MULTIEQUAL_-1206958602'), (u'CALL_-1206959953', u'MULTIEQUAL_-1206959467'), (u'MULTIEQUAL_-1206958835', u'CAST_-1206958408'), (u'INDIRECT_-1206958744', u'MULTIEQUAL_-1206958847'), (u'INDIRECT_-1206958850', u'MULTIEQUAL_-1206958775'), (u'INDIRECT_-1206958689', u'MULTIEQUAL_-1206958658'), (u'CALL_-1206960027', u'INDIRECT_-1206959022'), (u'CALL_-1206959644', u'INDIRECT_-1206958725'), (u'CAST_-1206958703', u'CALL_-1206959893'), (u'INDIRECT_-1206958995', u'MULTIEQUAL_-1206958632'), (u'CALL_-1206959953', u'INDIRECT_-1206958962'), (u'CALL_-1206959976', u'INDIRECT_-1206958839'), (u'INDIRECT_-1206958937', u'MULTIEQUAL_-1206958632'), (u'INDIRECT_-1206958879', u'MULTIEQUAL_-1206958804'), ('tmp_1302', u'PTRSUB_-1206958234'), (u'CALL_-1206960064', u'INT_EQUAL_-1206960046'), (u'COPY_-1206958606', u'MULTIEQUAL_-1206959272'), (u'PTRSUB_-1206958135', u'LOAD_-1206959459'), (u'INDIRECT_-1206959171', u'MULTIEQUAL_-1206959111'), (u'LOAD_-1206959608', u'PTRSUB_-1206958214'), ('tmp_832', u'CBRANCH_-1206959933'), (u'CALL_-1206959574', u'INDIRECT_-1206958576'), (u'INDIRECT_-1206959034', u'MULTIEQUAL_-1206958685'), ('const-0', u'PTRSUB_-1206958525'), (u'CALL_-1206960021', u'INDIRECT_-1206958841'), (u'CAST_-1206958703', u'CALL_-1206960019'), (u'PTRSUB_-1206958693', u'CALL_-1206959813'), (u'INDIRECT_-1206959055', u'MULTIEQUAL_-1206959015'), (u'CALL_-1206960064', u'INDIRECT_-1206958689'), (u'INDIRECT_-1206958824', u'MULTIEQUAL_-1206959111'), (u'CALL_-1206959893', u'INDIRECT_-1206958802'), (u'CALL_-1206959587', u'INDIRECT_-1206958617'), (u'CALL_-1206960064', u'INDIRECT_-1206958660'), (u'CALL_-1206959644', u'INDIRECT_-1206958791'), ('tmp_942', u'CBRANCH_-1206959976'), (u'INDIRECT_-1206959105', u'MULTIEQUAL_-1206959045'), (u'MULTIEQUAL_-1206959026', u'CALL_-1206959561'), (u'CALL_-1206959561', u'INDIRECT_-1206958639'), (u'INDIRECT_-1206958952', u'INT_EQUAL_-1206960248'), ('const-0', u'PTRSUB_-1206958417'), (u'INDIRECT_-1206958968', u'MULTIEQUAL_-1206958619'), ('const-0', u'INT_EQUAL_-1206960248'), (u'INT_EQUAL_-1206960418', u'CBRANCH_-1206960417'), (u'PTRSUB_-1206958718', u'LOAD_-1206960448'), (u'CALL_-1206959976', u'INDIRECT_-1206958773'), (u'INDIRECT_-1206959072', u'MULTIEQUAL_-1206959012'), ('const-0', u'INT_NOTEQUAL_-1206959953'), (u'CALL_-1206959953', u'INDIRECT_-1206958718'), (u'CALL_-1206960449', u'INDIRECT_-1206959216'), (u'CAST_-1206958408', u'COPY_-1206958479'), (u'INDIRECT_-1206959034', u'MULTIEQUAL_-1206959085'), (u'CALL_-1206959813', u'INDIRECT_-1206958672'), (u'CALL_-1206959534', u'INDIRECT_-1206958650'), (u'CALL_-1206960432', u'INDIRECT_-1206959014'), ('tmp_1302', u'CALLIND_-1206960376'), (u'INDIRECT_-1206958835', u'COPY_-1206958894'), (u'COPY_-1206958406', u'CALL_-1206959644'), (u'INDIRECT_-1206958935', u'MULTIEQUAL_-1206958986'), (u'INDIRECT_-1206958904', u'MULTIEQUAL_-1206958869'), (u'CALL_-1206959552', u'INDIRECT_-1206958758'), (u'CALL_-1206960432', u'INDIRECT_-1206959105'), (u'INDIRECT_-1206959094', u'MULTIEQUAL_-1206959015'), (u'INDIRECT_-1206958738', u'MULTIEQUAL_-1206958814'), (u'CALL_-1206959813', u'INDIRECT_-1206958523'), (u'PTRSUB_-1206958525', u'LOAD_-1206959981'), ('const-0', u'PTRSUB_-1206958275'), (u'INT_SUB_-1206960048', u'COPY_-1206958605'), ('const-0', u'COPY_-1206959543'), (u'INDIRECT_-1206958872', u'MULTIEQUAL_-1206958847'), (u'CALL_-1206959587', u'INDIRECT_-1206958650'), (u'CALL_-1206960019', u'INDIRECT_-1206958844'), (u'PTRSUB_-1206958275', u'LOAD_-1206959590'), ('tmp_373', u'CBRANCH_-1206960245'), (u'INDIRECT_-1206958871', u'MULTIEQUAL_-1206958565'), ('const-8192', u'COPY_-1206960084'), (u'CALL_-1206959574', u'INDIRECT_-1206958609'), (u'CALL_-1206959976', u'INDIRECT_-1206958595'), (u'INDIRECT_-1206958806', u'MULTIEQUAL_-1206958781'), ('const-0', u'PTRSUB_-1206958471'), ('const-0', u'PTRSUB_-1206958135'), (u'INDIRECT_-1206959001', u'MULTIEQUAL_-1206958652'), (u'CALL_-1206959953', u'COPY_-1206958549'), (u'CALL_-1206959534', u'INDIRECT_-1206958584'), (u'INDIRECT_-1206958771', u'MULTIEQUAL_-1206958847'), (u'INDIRECT_-1206958786', u'MULTIEQUAL_-1206958841'), ('tmp_3197', u'PTRSUB_-1206958693'), (u'INDIRECT_-1206958952', u'INT_SUB_-1206960048'), (u'CALL_-1206960019', u'INDIRECT_-1206958757'), ('const-8193', u'INT_LESS_-1206960026'), (u'INDIRECT_-1206958811', u'MULTIEQUAL_-1206958629'), (u'INDIRECT_-1206958896', u'MULTIEQUAL_-1206958533'), ('tmp_1151', u'BRANCH_-1206959438'), ('tmp_620', u'BRANCH_-1206959810'), (u'INDIRECT_-1206958725', u'MULTIEQUAL_-1206959012'), (u'INDIRECT_-1206958962', u'MULTIEQUAL_-1206958599'), (u'CALL_-1206959587', u'INDIRECT_-1206958683'), (u'PTRSUB_-1206958693', u'CALLIND_-1206960376'), (u'COPY_-1206959449', u'MULTIEQUAL_-1206959026'), (u'INDIRECT_-1206959088', u'MULTIEQUAL_-1206958902'), (u'CAST_-1206958596', u'COPY_-1206958667'), (u'CALL_-1206959644', u'INDIRECT_-1206958547'), (u'INDIRECT_-1206958658', u'COPY_-1206958702'), (u'CALLIND_-1206960376', u'INDIRECT_-1206959105'), ('tmp_125', u'CBRANCH_-1206960417'), (u'CALLIND_-1206960376', u'INDIRECT_-1206958894'), ('tmp_490', u'CBRANCH_-1206959952'), (u'INDIRECT_-1206959028', u'MULTIEQUAL_-1206958949'), (u'CALL_-1206959533', u'INDIRECT_-1206958625'), (u'CALL_-1206960449', u'CAST_-1206958703'), (u'LOAD_-1206959981', u'CALL_-1206959953'), (u'PTRSUB_-1206958298', u'LOAD_-1206959833'), ('const-0', u'RETURN_-1206959889'), ('const-480', u'PTRSUB_-1206958679'), ('tmp_1141', u'BRANCH_-1206959641'), (u'CALL_-1206959658', u'INDIRECT_-1206958596'), (u'LOAD_-1206960012', u'CALL_-1206959976'), (u'CALL_-1206959953', u'INDIRECT_-1206958805'), (u'CALL_-1206960019', u'INDIRECT_-1206958968'), (u'CALL_-1206960449', u'INDIRECT_-1206959150'), (u'CALL_-1206959644', u'INDIRECT_-1206958634'), (u'CALL_-1206959658', u'INDIRECT_-1206958563'), (u'INDIRECT_-1206958962', u'MULTIEQUAL_-1206959052'), (u'INDIRECT_-1206958904', u'MULTIEQUAL_-1206958599'), (u'CALL_-1206960021', u'INDIRECT_-1206958717'), (u'CALL_-1206960064', u'MULTIEQUAL_-1206959280'), (u'CALL_-1206960027', u'INT_NOTEQUAL_-1206960011'), (u'INDIRECT_-1206958718', u'MULTIEQUAL_-1206958812'), ('const-0', u'PTRSUB_-1206958341'), (u'MULTIEQUAL_-1206959272', u'INT_NOTEQUAL_-1206960011'), (u'INDIRECT_-1206959138', u'MULTIEQUAL_-1206958652'), ('const-1089574', u'COPY_-1206959594'), (u'CALL_-1206959534', u'INDIRECT_-1206958551'), ('tmp_191', u'CBRANCH_-1206960360'), (u'INT_ADD_-1206959986', u'MULTIEQUAL_-1206959448'), (u'CALL_-1206959561', u'INDIRECT_-1206958672'), (u'CALL_-1206959953', u'INDIRECT_-1206958896'), (u'INT_NOTEQUAL_-1206959953', u'CBRANCH_-1206959952'), (u'CALL_-1206959644', u'INDIRECT_-1206958758'), (u'CALL_-1206959552', u'CAST_-1206958246'), ('const-1089791', u'COPY_-1206958406'), (u'INDIRECT_-1206958937', u'MULTIEQUAL_-1206958862'), (u'PTRSUB_-1206958154', u'LOAD_-1206959684'), (u'CALL_-1206959953', u'INDIRECT_-1206958929'), (u'CALL_-1206959644', u'INDIRECT_-1206958824'), (u'COPY_-1206958549', u'MULTIEQUAL_-1206959022'), (u'INDIRECT_-1206958840', u'MULTIEQUAL_-1206958804'), (u'CALLIND_-1206960376', u'INDIRECT_-1206959072'), (u'LOAD_-1206959459', u'MULTIEQUAL_-1206959088'), (u'CALL_-1206960027', u'INDIRECT_-1206958989'), ('tmp_883', u'CBRANCH_-1206960009'), (u'LOAD_-1206960386', u'CALLIND_-1206960376'), ('tmp_1302', u'PTRSUB_-1206958698'), (u'CALL_-1206959587', u'INDIRECT_-1206958584'), (u'LOAD_-1206959586', u'CALL_-1206959574'), (u'INDIRECT_-1206958840', u'MULTIEQUAL_-1206958658'), (u'INDIRECT_-1206959072', u'MULTIEQUAL_-1206958586'), (u'INDIRECT_-1206958872', u'INT_NOTEQUAL_-1206959953'), (u'CALL_-1206960064', u'INDIRECT_-1206958747'), (u'INDIRECT_-1206958576', u'MULTIEQUAL_-1206958867'), (u'CALL_-1206960027', u'INDIRECT_-1206959088'), (u'CALL_-1206960274', u'INDIRECT_-1206958937'), (u'INDIRECT_-1206958660', u'MULTIEQUAL_-1206958629'), ('const-0', u'INT_EQUAL_-1206959984'), (u'CALL_-1206960449', u'INDIRECT_-1206958997'), (u'COPY_-1206958580', u'MULTIEQUAL_-1206959022'), (u'INDIRECT_-1206958530', u'COPY_-1206958584'), (u'MULTIEQUAL_-1206959448', u'INT_ADD_-1206959986'), (u'INT_SUB_-1206960048', u'INT_LESS_-1206960026'), (u'CALL_-1206959976', u'INDIRECT_-1206958872'), (u'INT_ADD_-1206959986', u'INT_LESS_-1206959967'), (u'INDIRECT_-1206958634', u'MULTIEQUAL_-1206958925'), (u'COPY_-1206958581', u'CALL_-1206959953'), (u'INT_LESS_-1206959967', u'CBRANCH_-1206959976'), (u'CALL_-1206959561', u'CAST_-1206958198'), ('const-1', u'RETURN_-1206959529'), (u'INDIRECT_-1206958811', u'MULTIEQUAL_-1206958775'), (u'INDIRECT_-1206958896', u'MULTIEQUAL_-1206958986'), (u'CALL_-1206959524', u'INDIRECT_-1206958645'), (u'INDIRECT_-1206958711', u'MULTIEQUAL_-1206958814'), (u'CALL_-1206959813', u'INDIRECT_-1206958738'), (u'INT_NOTEQUAL_-1206960003', u'CBRANCH_-1206960001'), (u'CALL_-1206960432', u'INDIRECT_-1206958956'), (u'CAST_-1206958508', u'COPY_-1206958580'), (u'CAST_-1206958561', u'INT_LESS_-1206959967'), (u'CALL_-1206959658', u'INDIRECT_-1206958629'), (u'INT_EQUAL_-1206959935', u'CBRANCH_-1206959933'), (u'CALL_-1206959561', u'INDIRECT_-1206958705'), ('const-433', u'LOAD_-1206959585'), (u'CALL_-1206960274', u'INDIRECT_-1206958850'), (u'INDIRECT_-1206958838', u'MULTIEQUAL_-1206958533'), (u'CALL_-1206960432', u'INDIRECT_-1206959138'), (u'CALL_-1206960027', u'INDIRECT_-1206958811'), (u'CALLIND_-1206960376', u'INDIRECT_-1206958952'), (u'INDIRECT_-1206958968', u'CAST_-1206958508'), (u'CALL_-1206959813', u'INDIRECT_-1206958771'), (u'INDIRECT_-1206958592', u'COPY_-1206958636'), (u'INDIRECT_-1206958989', u'MULTIEQUAL_-1206958803'), (u'MULTIEQUAL_-1206959022', u'CAST_-1206958596'), (u'CALL_-1206960449', u'INDIRECT_-1206959026'), (u'CALL_-1206959552', u'INDIRECT_-1206958725'), (u'INT_LESS_-1206960026', u'CBRANCH_-1206960033'), (u'INDIRECT_-1206958595', u'COPY_-1206959827'), (u'CALL_-1206960064', u'INDIRECT_-1206958871'), ('tmp_1302', u'CALL_-1206960274'), (u'CALL_-1206960019', u'INT_NOTEQUAL_-1206960003'), ('tmp_1302', u'PTRSUB_-1206958154'), ('const-1', u'CALL_-1206960027'), (u'INDIRECT_-1206958576', u'CALL_-1206959534'), (u'INDIRECT_-1206959022', u'MULTIEQUAL_-1206958981'), (u'INDIRECT_-1206958923', u'MULTIEQUAL_-1206958867'), (u'MULTIEQUAL_-1206959426', u'MULTIEQUAL_-1206959467'), (u'MULTIEQUAL_-1206959272', u'CALL_-1206960019'), (u'CALL_-1206959976', u'INDIRECT_-1206958806'), (u'CALL_-1206960274', u'INDIRECT_-1206958879'), (u'INDIRECT_-1206958617', u'COPY_-1206958667'), (u'INDIRECT_-1206959171', u'MULTIEQUAL_-1206958685'), (u'MULTIEQUAL_-1206959426', u'INT_EQUAL_-1206959984'), (u'INDIRECT_-1206958547', u'MULTIEQUAL_-1206958838'), ('tmp_1233', u'BRANCH_-1206959521'), (u'CALL_-1206959672', u'INDIRECT_-1206958607'), (u'CALL_-1206959953', u'INT_EQUAL_-1206959935'), ('tmp_1302', u'PTRSUB_-1206958341'), ('const-0', u'INT_EQUAL_-1206960046'), ('const-433', u'LOAD_-1206959833'), (u'CALLIND_-1206960376', u'INT_NOTEQUAL_-1206960361'), (u'INDIRECT_-1206958769', u'COPY_-1206958828'), (u'CALL_-1206959524', u'INDIRECT_-1206958711'), (u'MULTIEQUAL_-1206959448', u'INT_SUB_-1206960048'), (u'LOAD_-1206959684', u'CALL_-1206959672'), (u'CALL_-1206959658', u'INDIRECT_-1206958530'), (u'INDIRECT_-1206958563', u'COPY_-1206958617'), (u'INT_EQUAL_-1206960248', u'CBRANCH_-1206960245'), ('const-1089540', u'COPY_-1206959449'), (u'COPY_-1206958632', u'MULTIEQUAL_-1206958835'), ('tmp_1302', u'PTRSUB_-1206958718'), (u'COPY_-1206958527', u'CALL_-1206960064'), (u'INDIRECT_-1206959138', u'MULTIEQUAL_-1206959078'), (u'PTRSUB_-1206958341', u'LOAD_-1206959676'), (u'CALL_-1206959552', u'INDIRECT_-1206958692'), (u'CALL_-1206959524', u'INDIRECT_-1206958678'), (u'INDIRECT_-1206958758', u'MULTIEQUAL_-1206959045'), (u'CALL_-1206959953', u'INDIRECT_-1206958995'), (u'INDIRECT_-1206959088', u'MULTIEQUAL_-1206959048'), (u'INDIRECT_-1206958705', u'MULTIEQUAL_-1206958781'), (u'PTRSUB_-1206958234', u'LOAD_-1206959608'), ('const-0', u'CALL_-1206959561'), (u'CALL_-1206959587', u'LOAD_-1206959586'), (u'CALL_-1206959524', u'INDIRECT_-1206958496'), (u'INDIRECT_-1206958757', u'MULTIEQUAL_-1206958812'), (u'CALL_-1206959552', u'INDIRECT_-1206958510'), (u'INT_NOTEQUAL_-1206960011', u'CBRANCH_-1206960009'), (u'CALL_-1206960432', u'INDIRECT_-1206959171'), ('const-0', u'PTRSUB_-1206958214'), (u'COPY_-1206959594', u'MULTIEQUAL_-1206959026'), (u'MULTIEQUAL_-1206959467', u'MULTIEQUAL_-1206959280'), (u'INDIRECT_-1206958894', u'MULTIEQUAL_-1206958838'), (u'INDIRECT_-1206958496', u'MULTIEQUAL_-1206958602'), (u'INDIRECT_-1206958844', u'MULTIEQUAL_-1206958899'), (u'CALL_-1206959574', u'INDIRECT_-1206958675'), (u'INDIRECT_-1206959127', u'MULTIEQUAL_-1206959048'), (u'COPY_-1206958493', u'MULTIEQUAL_-1206958835'), (u'INDIRECT_-1206958645', u'MULTIEQUAL_-1206958748'), (u'CALL_-1206959893', u'INDIRECT_-1206958736'), (u'CALLIND_-1206960376', u'INDIRECT_-1206959171'), ('const-0', u'PTRSUB_-1206958298'), (u'LOAD_-1206959590', u'CALL_-1206959524'), (u'PTRSUB_-1206958214', u'LOAD_-1206959585'), (u'CALL_-1206960021', u'INDIRECT_-1206958659'), (u'INDIRECT_-1206958584', u'COPY_-1206958634'), ('const-433', u'LOAD_-1206960386'), ('const-0', u'INT_EQUAL_-1206960418'), (u'CALL_-1206960449', u'INDIRECT_-1206958939'), ('const-208', u'PTRSUB_-1206958234'), (u'LOAD_-1206960092', u'CALL_-1206960064'), ('tmp_419', u'CBRANCH_-1206960044'), ('tmp_1302', u'PTRSUB_-1206958275'), (u'MULTIEQUAL_-1206959272', u'CALL_-1206960027'), ('tmp_715', u'CBRANCH_-1206960033'), (u'CALL_-1206959533', u'INDIRECT_-1206958658'), (u'COPY_-1206958333', u'CALL_-1206959552'), (u'COPY_-1206959543', u'MULTIEQUAL_-1206959426'), ('const-433', u'LOAD_-1206959981'), (u'CALL_-1206959672', u'INDIRECT_-1206958574'), ('const-8', u'PTRSUB_-1206958698'), (u'INT_EQUAL_-1206960046', u'CBRANCH_-1206960044'), (u'COPY_-1206959570', u'MULTIEQUAL_-1206959448'), (u'INDIRECT_-1206958736', u'COPY_-1206958795'), (u'INDIRECT_-1206958791', u'MULTIEQUAL_-1206959078'), (u'LOAD_-1206960448', u'CALL_-1206960432'), (u'INDIRECT_-1206958625', u'COPY_-1206958669'), ('const-433', u'LOAD_-1206960448'), ('const-0', u'INT_EQUAL_-1206959935'), ('const-433', u'LOAD_-1206960412'), (u'CALL_-1206959672', u'INDIRECT_-1206958640'), (u'LOAD_-1206959676', u'CALL_-1206959644'), ('const-433', u'LOAD_-1206960092')]
[('tmp_3200', u'PTRADD_-1206958247'), (u'PTRADD_-1206958247', u'LOAD_-1206959608'), (u'INDIRECT_-1206958795', u'MULTIEQUAL_-1206959082'), (u'INDIRECT_-1206958898', u'MULTIEQUAL_-1206958842'), (u'CALL_-1206960432', u'INDIRECT_-1206958960'), (u'CALL_-1206960449', u'INDIRECT_-1206959030'), (u'CALL_-1206959976', u'INDIRECT_-1206958777'), ('const-1', u'RETURN_-1206959528'), (u'INDIRECT_-1206958972', u'COPY_-1206958595'), (u'CALL_-1206960019', u'INDIRECT_-1206958972'), ('tmp_3198', u'PTRSUB_-1206958698'), (u'INDIRECT_-1206958751', u'MULTIEQUAL_-1206958720'), ('const-0', u'INT_NOTEQUAL_-1206960326'), (u'CALL_-1206960021', u'INDIRECT_-1206958845'), (u'CALL_-1206959534', u'INDIRECT_-1206958555'), ('const-1089799', u'COPY_-1206958585'), ('const-8', u'PTRADD_-1206958247'), (u'CALLIND_-1206960376', u'INDIRECT_-1206959109'), ('const-433', u'LOAD_-1206959833'), (u'CALL_-1206960027', u'INDIRECT_-1206958902'), (u'INT_ADD_-1206960370', u'CAST_-1206958676'), (u'MULTIEQUAL_-1206959452', u'INT_ADD_-1206959986'), ('const-433', u'LOAD_-1206960412'), (u'INT_NOTEQUAL_-1206960361', u'CBRANCH_-1206960360'), (u'INDIRECT_-1206959059', u'MULTIEQUAL_-1206959019'), (u'INDIRECT_-1206959076', u'MULTIEQUAL_-1206958590'), (u'CALL_-1206960432', u'INT_EQUAL_-1206960418'), ('const-0', u'COPY_-1206959996'), (u'CALLIND_-1206960376', u'INDIRECT_-1206958898'), (u'INDIRECT_-1206959026', u'MULTIEQUAL_-1206958985'), (u'LOAD_-1206960412', u'INT_ADD_-1206960370'), (u'CALL_-1206959953', u'INDIRECT_-1206958809'), (u'INDIRECT_-1206958664', u'MULTIEQUAL_-1206958633'), (u'CALL_-1206960449', u'CAST_-1206958718'), ('tmp_3200', u'LOAD_-1206959684'), (u'CALL_-1206960027', u'INDIRECT_-1206958844'), (u'CAST_-1206958412', u'CALL_-1206959976'), (u'CALL_-1206959976', u'INDIRECT_-1206958843'), (u'INDIRECT_-1206958600', u'COPY_-1206958654'), ('const-1', u'RETURN_-1206959653'), (u'INDIRECT_-1206958551', u'MULTIEQUAL_-1206958842'), (u'CALL_-1206960021', u'INDIRECT_-1206958812'), (u'INDIRECT_-1206958633', u'COPY_-1206958687'), (u'CALL_-1206960019', u'INDIRECT_-1206959038'), (u'CAST_-1206958718', u'CALL_-1206960019'), (u'INDIRECT_-1206958810', u'MULTIEQUAL_-1206958785'), ('const-433', u'LOAD_-1206959684'), (u'INDIRECT_-1206958941', u'MULTIEQUAL_-1206958906'), (u'CALL_-1206959561', u'INDIRECT_-1206958610'), (u'CALL_-1206960064', u'INDIRECT_-1206958842'), (u'INDIRECT_-1206958939', u'MULTIEQUAL_-1206958590'), (u'CALL_-1206959893', u'INDIRECT_-1206958839'), (u'INDIRECT_-1206959092', u'MULTIEQUAL_-1206959052'), ('tmp_3200', u'CALL_-1206960019'), (u'INDIRECT_-1206958777', u'MULTIEQUAL_-1206958752'), (u'CAST_-1206958718', u'CALL_-1206960027'), ('const-0', u'INT_NOTEQUAL_-1206960361'), (u'CAST_-1206958467', u'CALL_-1206960064'), (u'CALL_-1206959976', u'INDIRECT_-1206958810'), (u'INT_EQUAL_-1206959984', u'CBRANCH_-1206959981'), (u'CALL_-1206959893', u'INDIRECT_-1206958740'), (u'CALL_-1206959658', u'INDIRECT_-1206958633'), ('tmp_787', u'CBRANCH_-1206959981'), (u'MULTIEQUAL_-1206958839', u'COPY_-1206958494'), (u'CALL_-1206959561', u'CALL_-1206959533'), (u'CALL_-1206960449', u'INDIRECT_-1206959154'), (u'CALL_-1206959672', u'INDIRECT_-1206958644'), (u'INDIRECT_-1206958956', u'INT_EQUAL_-1206960248'), (u'INT_NOTEQUAL_-1206960326', u'CBRANCH_-1206960325'), (u'CALL_-1206960027', u'INDIRECT_-1206958993'), (u'INDIRECT_-1206958676', u'MULTIEQUAL_-1206958752'), ('const-1089540', u'COPY_-1206959449'), (u'INDIRECT_-1206958775', u'MULTIEQUAL_-1206958851'), (u'CALL_-1206960064', u'INDIRECT_-1206958693'), (u'CALL_-1206959534', u'INDIRECT_-1206958588'), (u'CALL_-1206960432', u'INDIRECT_-1206959109'), (u'LOAD_-1206959833', u'CALL_-1206959813'), (u'CALL_-1206959644', u'INDIRECT_-1206958729'), (u'COPY_-1206958585', u'CALL_-1206959953'), (u'CALL_-1206959658', u'INDIRECT_-1206958534'), (u'CALLIND_-1206960376', u'INDIRECT_-1206959076'), ('const--200', u'PTRSUB_-1206958698'), (u'CALL_-1206960021', u'INDIRECT_-1206958634'), (u'INDIRECT_-1206958580', u'MULTIEQUAL_-1206958871'), (u'CALL_-1206959574', u'CALL_-1206959534'), (u'CALLIND_-1206960376', u'INDIRECT_-1206958985'), (u'CALL_-1206959533', u'INDIRECT_-1206958629'), (u'CALL_-1206960019', u'INDIRECT_-1206959005'), (u'CALL_-1206959587', u'INDIRECT_-1206958687'), (u'CALL_-1206960274', u'INDIRECT_-1206959065'), ('tmp_231', u'CBRANCH_-1206960325'), ('tmp_3200', u'LOAD_-1206959676'), ('const-1089574', u'COPY_-1206959594'), (u'CALL_-1206959813', u'INDIRECT_-1206958775'), ('tmp_759', u'CBRANCH_-1206960001'), (u'INDIRECT_-1206958839', u'COPY_-1206958898'), ('tmp_3200', u'CALLIND_-1206960376'), (u'CALL_-1206960027', u'INDIRECT_-1206959026'), ('const-0', u'COPY_-1206960008'), (u'INT_SUB_-1206960048', u'COPY_-1206958620'), (u'INDIRECT_-1206958927', u'MULTIEQUAL_-1206958871'), (u'CALL_-1206959534', u'INDIRECT_-1206958621'), (u'CALL_-1206959574', u'INDIRECT_-1206958613'), (u'COPY_-1206958564', u'MULTIEQUAL_-1206959026'), (u'INDIRECT_-1206958806', u'COPY_-1206958865'), (u'CALL_-1206959953', u'INDIRECT_-1206958933'), (u'CALL_-1206959813', u'INDIRECT_-1206958709'), (u'INDIRECT_-1206959032', u'MULTIEQUAL_-1206958953'), (u'CALL_-1206960274', u'INDIRECT_-1206959131'), (u'CALLIND_-1206960376', u'INDIRECT_-1206959142'), (u'CALL_-1206960019', u'INDIRECT_-1206958761'), (u'CALL_-1206960064', u'INDIRECT_-1206958875'), (u'CALL_-1206959552', u'INDIRECT_-1206958663'), (u'INDIRECT_-1206958809', u'MULTIEQUAL_-1206958903'), (u'CALL_-1206959574', u'INDIRECT_-1206958580'), (u'INDIRECT_-1206958908', u'MULTIEQUAL_-1206958873'), (u'INDIRECT_-1206958621', u'COPY_-1206958671'), (u'INDIRECT_-1206958742', u'MULTIEQUAL_-1206958818'), (u'MULTIEQUAL_-1206959276', u'INT_NOTEQUAL_-1206960011'), ('const-5', u'CALL_-1206959552'), (u'CALL_-1206959976', u'INDIRECT_-1206958628'), (u'CALL_-1206960064', u'INT_EQUAL_-1206960046'), (u'COPY_-1206958242', u'CALL_-1206959534'), (u'INDIRECT_-1206958875', u'MULTIEQUAL_-1206958569'), (u'CALL_-1206960064', u'INDIRECT_-1206958664'), (u'COPY_-1206958337', u'CALL_-1206959552'), (u'CALL_-1206959552', u'INDIRECT_-1206958729'), (u'INDIRECT_-1206958844', u'MULTIEQUAL_-1206958662'), ('tmp_832', u'CBRANCH_-1206959933'), (u'INDIRECT_-1206958721', u'CALL_-1206959976'), (u'CALL_-1206960432', u'INDIRECT_-1206959175'), (u'INDIRECT_-1206958993', u'MULTIEQUAL_-1206958953'), (u'CALL_-1206959953', u'INDIRECT_-1206958900'), (u'CAST_-1206958718', u'CALL_-1206959893'), (u'MULTIEQUAL_-1206959430', u'INT_EQUAL_-1206959984'), (u'CALL_-1206959893', u'INDIRECT_-1206958591'), (u'CALL_-1206960027', u'INDIRECT_-1206958815'), (u'CALL_-1206960019', u'INDIRECT_-1206958848'), (u'CALL_-1206960449', u'INDIRECT_-1206958972'), ('tmp_942', u'CBRANCH_-1206959976'), (u'CALL_-1206960064', u'INDIRECT_-1206958908'), (u'CALL_-1206960021', u'INDIRECT_-1206958721'), ('const-0', u'INT_EQUAL_-1206960248'), (u'INDIRECT_-1206958762', u'MULTIEQUAL_-1206959049'), (u'MULTIEQUAL_-1206959284', u'CALL_-1206960021'), (u'INT_EQUAL_-1206960418', u'CBRANCH_-1206960417'), ('const-0', u'CALL_-1206960274'), (u'MULTIEQUAL_-1206959276', u'INT_NOTEQUAL_-1206960003'), (u'CALL_-1206959644', u'INDIRECT_-1206958551'), (u'INDIRECT_-1206958748', u'MULTIEQUAL_-1206958851'), ('const-0', u'INT_NOTEQUAL_-1206959953'), (u'INDIRECT_-1206959142', u'MULTIEQUAL_-1206958656'), (u'CALL_-1206960064', u'INDIRECT_-1206958941'), (u'CALL_-1206960274', u'INDIRECT_-1206958941'), (u'CALL_-1206960064', u'MULTIEQUAL_-1206959284'), (u'INDIRECT_-1206958555', u'COPY_-1206958605'), (u'CALL_-1206959953', u'COPY_-1206958564'), ('const-1089801', u'COPY_-1206958242'), (u'INDIRECT_-1206958638', u'MULTIEQUAL_-1206958929'), (u'CALL_-1206959587', u'INDIRECT_-1206958588'), (u'INDIRECT_-1206958527', u'MULTIEQUAL_-1206958606'), (u'INDIRECT_-1206958908', u'MULTIEQUAL_-1206958603'), (u'CALL_-1206959953', u'INDIRECT_-1206958966'), (u'INDIRECT_-1206958722', u'MULTIEQUAL_-1206958816'), (u'INDIRECT_-1206959142', u'INT_NOTEQUAL_-1206960326'), (u'CALL_-1206960432', u'INDIRECT_-1206959018'), (u'INDIRECT_-1206958956', u'INT_SUB_-1206960048'), ('const-8', u'PTRADD_-1206958704'), (u'PTRSUB_-1206958698', u'CALL_-1206959813'), (u'CALL_-1206959561', u'INDIRECT_-1206958643'), (u'CALL_-1206959574', u'INDIRECT_-1206958679'), (u'CALL_-1206960449', u'INDIRECT_-1206958943'), (u'CALL_-1206959552', u'CALL_-1206959524'), ('tmp_373', u'CBRANCH_-1206960245'), (u'INDIRECT_-1206958876', u'MULTIEQUAL_-1206958851'), (u'INDIRECT_-1206958500', u'MULTIEQUAL_-1206958606'), (u'INDIRECT_-1206958902', u'MULTIEQUAL_-1206958720'), ('const-8192', u'COPY_-1206960084'), (u'CALL_-1206960019', u'INDIRECT_-1206958939'), (u'PTRADD_-1206958704', u'LOAD_-1206960412'), (u'INDIRECT_-1206959038', u'MULTIEQUAL_-1206959089'), (u'CALL_-1206959893', u'INDIRECT_-1206958806'), (u'CALL_-1206959524', u'INDIRECT_-1206958682'), (u'CALL_-1206959552', u'INDIRECT_-1206958762'), (u'INDIRECT_-1206958999', u'MULTIEQUAL_-1206958636'), (u'COPY_-1206958410', u'CALL_-1206959644'), ('const-26', u'PTRADD_-1206958247'), (u'CALL_-1206959976', u'INDIRECT_-1206958599'), ('const-433', u'LOAD_-1206959590'), (u'LOAD_-1206960092', u'CAST_-1206958467'), (u'INDIRECT_-1206959076', u'MULTIEQUAL_-1206959016'), (u'INDIRECT_-1206959065', u'MULTIEQUAL_-1206958985'), (u'CALL_-1206960021', u'INDIRECT_-1206958878'), ('const-433', u'LOAD_-1206959585'), (u'INDIRECT_-1206958534', u'COPY_-1206958588'), (u'INDIRECT_-1206958883', u'MULTIEQUAL_-1206958808'), (u'INDIRECT_-1206958740', u'COPY_-1206958799'), ('const-0', u'CALL_-1206959561'), (u'INDIRECT_-1206959109', u'MULTIEQUAL_-1206959049'), (u'CALL_-1206959953', u'INDIRECT_-1206958999'), ('tmp_1151', u'BRANCH_-1206959438'), ('const-433', u'LOAD_-1206960092'), (u'INDIRECT_-1206959175', u'MULTIEQUAL_-1206959115'), ('tmp_620', u'BRANCH_-1206959810'), (u'CAST_-1206958676', u'LOAD_-1206960386'), (u'CALL_-1206960064', u'COPY_-1206958508'), (u'CALL_-1206959533', u'INDIRECT_-1206958662'), (u'MULTIEQUAL_-1206959471', u'CALL_-1206960027'), (u'INDIRECT_-1206958900', u'MULTIEQUAL_-1206958990'), (u'MULTIEQUAL_-1206959092', u'CALL_-1206959533'), (u'CALL_-1206960432', u'INDIRECT_-1206958931'), (u'INDIRECT_-1206959142', u'MULTIEQUAL_-1206959082'), ('tmp_125', u'CBRANCH_-1206960417'), (u'INDIRECT_-1206958693', u'MULTIEQUAL_-1206958662'), ('tmp_490', u'CBRANCH_-1206959952'), (u'INDIRECT_-1206958966', u'MULTIEQUAL_-1206959056'), ('tmp_3200', u'LOAD_-1206959590'), ('const-5', u'CALL_-1206959561'), ('const-0', u'RETURN_-1206959889'), (u'CALL_-1206959644', u'INDIRECT_-1206958795'), ('const-480', u'INT_ADD_-1206960370'), (u'CALL_-1206959561', u'INDIRECT_-1206958709'), ('tmp_1141', u'BRANCH_-1206959641'), (u'MULTIEQUAL_-1206959430', u'MULTIEQUAL_-1206959471'), (u'CALL_-1206959552', u'INDIRECT_-1206958514'), (u'CALL_-1206959953', u'INDIRECT_-1206958722'), (u'CALL_-1206959524', u'INDIRECT_-1206958748'), (u'INDIRECT_-1206959005', u'MULTIEQUAL_-1206958656'), (u'INDIRECT_-1206958682', u'MULTIEQUAL_-1206958785'), ('const-433', u'LOAD_-1206959676'), (u'CAST_-1206958156', u'CALL_-1206959672'), (u'INDIRECT_-1206959026', u'COPY_-1206958647'), (u'LOAD_-1206959585', u'MULTIEQUAL_-1206959092'), (u'CALL_-1206960027', u'INT_NOTEQUAL_-1206960011'), (u'CALLIND_-1206960376', u'INDIRECT_-1206958956'), (u'INDIRECT_-1206958761', u'MULTIEQUAL_-1206958816'), (u'INDIRECT_-1206958649', u'MULTIEQUAL_-1206958752'), ('tmp_191', u'CBRANCH_-1206960360'), (u'INDIRECT_-1206958844', u'MULTIEQUAL_-1206958808'), (u'INDIRECT_-1206959092', u'MULTIEQUAL_-1206958906'), ('tmp_3200', u'LOAD_-1206960012'), (u'INT_ADD_-1206959986', u'MULTIEQUAL_-1206959452'), (u'INDIRECT_-1206958902', u'MULTIEQUAL_-1206958866'), (u'INT_NOTEQUAL_-1206959953', u'CBRANCH_-1206959952'), (u'INDIRECT_-1206958773', u'COPY_-1206958832'), (u'MULTIEQUAL_-1206959276', u'INT_ADD_-1206959986'), ('tmp_883', u'CBRANCH_-1206960009'), (u'LOAD_-1206960386', u'CALLIND_-1206960376'), (u'LOAD_-1206959586', u'CALL_-1206959574'), ('const-0', u'COPY_-1206959574'), ('tmp_3200', u'LOAD_-1206960448'), (u'CALL_-1206959533', u'INDIRECT_-1206958596'), (u'INDIRECT_-1206958941', u'MULTIEQUAL_-1206958636'), (u'INDIRECT_-1206959059', u'MULTIEQUAL_-1206958873'), (u'CALL_-1206959534', u'INDIRECT_-1206958654'), (u'COPY_-1206960084', u'COPY_-1206958621'), ('const-0', u'INT_EQUAL_-1206959984'), ('const-0', u'CALL_-1206959552'), (u'CALL_-1206959587', u'INDIRECT_-1206958654'), (u'INT_SUB_-1206960048', u'INT_LESS_-1206960026'), (u'INDIRECT_-1206958956', u'INT_LESS_-1206959967'), (u'INDIRECT_-1206958842', u'MULTIEQUAL_-1206958807'), (u'INDIRECT_-1206958815', u'MULTIEQUAL_-1206958779'), (u'INT_ADD_-1206959986', u'INT_LESS_-1206959967'), (u'CALL_-1206960019', u'INDIRECT_-1206958790'), (u'INT_LESS_-1206959967', u'CBRANCH_-1206959976'), ('const-433', u'LOAD_-1206960012'), ('const-433', u'LOAD_-1206959981'), ('const-1', u'RETURN_-1206959529'), (u'CALL_-1206960027', u'INDIRECT_-1206959059'), (u'CALL_-1206959587', u'INDIRECT_-1206958621'), (u'CALL_-1206960274', u'INDIRECT_-1206958883'), (u'LOAD_-1206960012', u'CAST_-1206958412'), (u'CALL_-1206959524', u'INDIRECT_-1206958715'), (u'INT_NOTEQUAL_-1206960003', u'CBRANCH_-1206960001'), (u'CALL_-1206959813', u'INDIRECT_-1206958527'), (u'INDIRECT_-1206959109', u'MULTIEQUAL_-1206958623'), (u'INDIRECT_-1206959098', u'MULTIEQUAL_-1206959019'), (u'CALL_-1206960449', u'INDIRECT_-1206959187'), (u'LOAD_-1206959684', u'CAST_-1206958156'), (u'COPY_-1206959547', u'MULTIEQUAL_-1206959430'), (u'INDIRECT_-1206958729', u'MULTIEQUAL_-1206959016'), (u'CALL_-1206959644', u'INDIRECT_-1206958580'), (u'INDIRECT_-1206958848', u'MULTIEQUAL_-1206958903'), ('const-8192', u'CALL_-1206960449'), ('tmp_3200', u'PTRADD_-1206958704'), (u'INDIRECT_-1206958790', u'MULTIEQUAL_-1206958845'), (u'MULTIEQUAL_-1206959471', u'MULTIEQUAL_-1206959430'), (u'INT_EQUAL_-1206959935', u'CBRANCH_-1206959933'), (u'CALL_-1206960449', u'INDIRECT_-1206959121'), (u'CALLIND_-1206960376', u'INDIRECT_-1206959175'), (u'INDIRECT_-1206958939', u'MULTIEQUAL_-1206958990'), (u'INDIRECT_-1206959038', u'MULTIEQUAL_-1206958689'), (u'INDIRECT_-1206958854', u'MULTIEQUAL_-1206958779'), (u'CALL_-1206959953', u'INDIRECT_-1206958751'), ('const-1089799', u'COPY_-1206958531'), (u'COPY_-1206958621', u'MULTIEQUAL_-1206959276'), ('tmp_3200', u'LOAD_-1206959981'), (u'INDIRECT_-1206958876', u'INT_NOTEQUAL_-1206959953'), (u'CALL_-1206959533', u'INDIRECT_-1206958695'), (u'MULTIEQUAL_-1206959471', u'MULTIEQUAL_-1206959284'), (u'CALL_-1206959524', u'INDIRECT_-1206958649'), (u'INDIRECT_-1206958933', u'MULTIEQUAL_-1206958569'), (u'CALL_-1206960432', u'INDIRECT_-1206959142'), (u'COPY_-1206959449', u'MULTIEQUAL_-1206959030'), (u'INT_LESS_-1206960026', u'CBRANCH_-1206960033'), (u'INDIRECT_-1206958843', u'MULTIEQUAL_-1206958818'), (u'CALL_-1206960019', u'INT_NOTEQUAL_-1206960003'), (u'CALL_-1206959813', u'INDIRECT_-1206958676'), (u'INDIRECT_-1206958815', u'MULTIEQUAL_-1206958633'), (u'CALL_-1206959574', u'INDIRECT_-1206958646'), (u'INDIRECT_-1206958828', u'MULTIEQUAL_-1206959115'), (u'MULTIEQUAL_-1206959030', u'CALL_-1206959561'), ('const-433', u'LOAD_-1206959586'), (u'CALL_-1206960432', u'INDIRECT_-1206959208'), (u'INDIRECT_-1206958941', u'MULTIEQUAL_-1206958866'), ('const-1092344', u'COPY_-1206958337'), ('const-0', u'COPY_-1206959547'), ('tmp_1233', u'BRANCH_-1206959521'), (u'LOAD_-1206959459', u'MULTIEQUAL_-1206959092'), (u'COPY_-1206958508', u'MULTIEQUAL_-1206958839'), (u'CALL_-1206959953', u'INT_EQUAL_-1206959935'), (u'CALL_-1206959644', u'INDIRECT_-1206958638'), (u'CALL_-1206960021', u'INDIRECT_-1206958911'), (u'COPY_-1206958531', u'CALL_-1206960064'), ('const-0', u'INT_EQUAL_-1206960046'), (u'INDIRECT_-1206958966', u'MULTIEQUAL_-1206958603'), (u'INDIRECT_-1206958695', u'COPY_-1206958739'), (u'CALLIND_-1206960376', u'INT_NOTEQUAL_-1206960361'), (u'COPY_-1206958595', u'MULTIEQUAL_-1206959026'), (u'MULTIEQUAL_-1206959276', u'CALL_-1206960019'), (u'CALL_-1206959976', u'INDIRECT_-1206958876'), (u'CALL_-1206959644', u'INDIRECT_-1206958762'), (u'INDIRECT_-1206958599', u'COPY_-1206959827'), (u'CALL_-1206959953', u'MULTIEQUAL_-1206959471'), (u'INT_EQUAL_-1206960248', u'CBRANCH_-1206960245'), (u'INDIRECT_-1206959175', u'MULTIEQUAL_-1206958689'), (u'INDIRECT_-1206958715', u'MULTIEQUAL_-1206958818'), (u'MULTIEQUAL_-1206959452', u'INT_SUB_-1206960048'), (u'CALL_-1206959552', u'INDIRECT_-1206958696'), (u'CALL_-1206959672', u'INDIRECT_-1206958611'), (u'CALL_-1206960027', u'INDIRECT_-1206959092'), (u'INDIRECT_-1206958654', u'COPY_-1206958704'), ('const-433', u'LOAD_-1206960448'), (u'INDIRECT_-1206958662', u'COPY_-1206958706'), (u'CALL_-1206959587', u'LOAD_-1206959586'), ('const-8193', u'INT_LESS_-1206960026'), (u'INDIRECT_-1206958580', u'CALL_-1206959534'), (u'CALL_-1206959524', u'INDIRECT_-1206958500'), ('const-433', u'LOAD_-1206959459'), (u'INDIRECT_-1206958588', u'COPY_-1206958638'), (u'INDIRECT_-1206958629', u'COPY_-1206958673'), (u'INT_NOTEQUAL_-1206960011', u'CBRANCH_-1206960009'), ('const-0', u'CALL_-1206960274'), (u'COPY_-1206958647', u'MULTIEQUAL_-1206958839'), ('const-1', u'PTRADD_-1206958704'), (u'CAST_-1206958237', u'LOAD_-1206959585'), (u'CALL_-1206959561', u'INDIRECT_-1206958676'), (u'INDIRECT_-1206958999', u'MULTIEQUAL_-1206959089'), (u'CALL_-1206960274', u'INDIRECT_-1206959098'), (u'MULTIEQUAL_-1206959026', u'COPY_-1206958682'), ('const-433', u'LOAD_-1206959608'), (u'INDIRECT_-1206959005', u'MULTIEQUAL_-1206959056'), ('const-433', u'LOAD_-1206960386'), (u'CALL_-1206959658', u'INDIRECT_-1206958600'), (u'CALL_-1206960449', u'INDIRECT_-1206959001'), (u'CALL_-1206960432', u'INDIRECT_-1206958989'), (u'COPY_-1206959574', u'MULTIEQUAL_-1206959452'), (u'INDIRECT_-1206958993', u'MULTIEQUAL_-1206958807'), (u'INDIRECT_-1206958628', u'MULTIEQUAL_-1206958606'), (u'LOAD_-1206959590', u'CALL_-1206959524'), (u'CALL_-1206959672', u'INDIRECT_-1206958545'), (u'CAST_-1206958521', u'CALL_-1206959953'), ('tmp_3200', u'CALL_-1206960274'), ('const-0', u'INT_EQUAL_-1206960418'), (u'CALL_-1206959644', u'INDIRECT_-1206958828'), (u'CALL_-1206960021', u'INDIRECT_-1206958663'), (u'INDIRECT_-1206958985', u'MULTIEQUAL_-1206958929'), (u'COPY_-1206958620', u'MULTIEQUAL_-1206959276'), (u'CALL_-1206960064', u'INDIRECT_-1206958751'), (u'INDIRECT_-1206958751', u'MULTIEQUAL_-1206958845'), (u'LOAD_-1206959608', u'CAST_-1206958237'), (u'INDIRECT_-1206958900', u'MULTIEQUAL_-1206958537'), ('tmp_419', u'CBRANCH_-1206960044'), (u'CALL_-1206960449', u'INDIRECT_-1206959220'), (u'CALLIND_-1206960376', u'INDIRECT_-1206958927'), ('tmp_715', u'CBRANCH_-1206960033'), (u'INDIRECT_-1206958709', u'MULTIEQUAL_-1206958785'), (u'COPY_-1206959594', u'MULTIEQUAL_-1206959030'), ('const-1', u'CALL_-1206959658'), ('tmp_3200', u'LOAD_-1206959833'), (u'CALL_-1206959813', u'INDIRECT_-1206958742'), (u'INDIRECT_-1206958567', u'COPY_-1206958621'), (u'INDIRECT_-1206958596', u'COPY_-1206958640'), (u'CALL_-1206959658', u'INDIRECT_-1206958567'), (u'CALL_-1206960274', u'INDIRECT_-1206959032'), (u'INDIRECT_-1206958842', u'MULTIEQUAL_-1206958537'), (u'INT_EQUAL_-1206960046', u'CBRANCH_-1206960044'), ('const-1', u'CALL_-1206960027'), ('tmp_3200', u'LOAD_-1206959459'), (u'LOAD_-1206960448', u'CALL_-1206960432'), (u'CALL_-1206959893', u'INDIRECT_-1206958773'), ('tmp_3200', u'LOAD_-1206960092'), (u'MULTIEQUAL_-1206959276', u'CALL_-1206960027'), (u'INDIRECT_-1206958972', u'MULTIEQUAL_-1206958623'), ('const-1089791', u'COPY_-1206958410'), ('const-0', u'INT_EQUAL_-1206959935'), (u'CALL_-1206959672', u'INDIRECT_-1206958578'), (u'INDIRECT_-1206959131', u'MULTIEQUAL_-1206959052'), (u'CALL_-1206960274', u'INDIRECT_-1206958854'), (u'LOAD_-1206959981', u'CAST_-1206958521'), (u'LOAD_-1206959676', u'CALL_-1206959644')]
null
null
00103e80
x64
O2
(translation_unit "void FUN_00103e80(undefined8 *param_1)\n\n{\n FILE *pFVar1;\n int iVar2;\n void *__ptr;\n size_t sVar3;\n FILE *__s;\n undefined8 uVar4;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n undefined8 uVar8;\n size_t __n;\n undefined1 local_c8 [24];\n __mode_t local_b0;\n ulong local_98;\n undefined8 local_80;\n undefined8 local_70;\n \n __ptr = (void *)xmalloc(0x2000);\n iVar2 = FUN_001084f0(*param_1);\n if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }\n free(__ptr);\n return;\n}\n\n" (function_definition "void FUN_00103e80(undefined8 *param_1)\n\n{\n FILE *pFVar1;\n int iVar2;\n void *__ptr;\n size_t sVar3;\n FILE *__s;\n undefined8 uVar4;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n undefined8 uVar8;\n size_t __n;\n undefined1 local_c8 [24];\n __mode_t local_b0;\n ulong local_98;\n undefined8 local_80;\n undefined8 local_70;\n \n __ptr = (void *)xmalloc(0x2000);\n iVar2 = FUN_001084f0(*param_1);\n if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }\n free(__ptr);\n return;\n}" primitive_type (function_declarator "FUN_00103e80(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n FILE *pFVar1;\n int iVar2;\n void *__ptr;\n size_t sVar3;\n FILE *__s;\n undefined8 uVar4;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n undefined8 uVar8;\n size_t __n;\n undefined1 local_c8 [24];\n __mode_t local_b0;\n ulong local_98;\n undefined8 local_80;\n undefined8 local_70;\n \n __ptr = (void *)xmalloc(0x2000);\n iVar2 = FUN_001084f0(*param_1);\n if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }\n free(__ptr);\n return;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "FILE *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "undefined1 local_c8 [24];" type_identifier (array_declarator "local_c8 [24]" identifier [ number_literal ]) ;) (declaration "__mode_t local_b0;" type_identifier identifier ;) (declaration "ulong local_98;" type_identifier identifier ;) (declaration "undefined8 local_80;" type_identifier identifier ;) (declaration "undefined8 local_70;" type_identifier identifier ;) (expression_statement "__ptr = (void *)xmalloc(0x2000);" (assignment_expression "__ptr = (void *)xmalloc(0x2000)" identifier = (cast_expression "(void *)xmalloc(0x2000)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x2000)" identifier (argument_list "(0x2000)" ( number_literal ))))) ;) (expression_statement "iVar2 = FUN_001084f0(*param_1);" (assignment_expression "iVar2 = FUN_001084f0(*param_1)" identifier = (call_expression "FUN_001084f0(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }" { (expression_statement "uVar8 = *param_1;" (assignment_expression "uVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);" (assignment_expression "uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5)" identifier = (call_expression "dcgettext(0,"illegal pathname found in archive member: %s",5)" identifier (argument_list "(0,"illegal pathname found in archive member: %s",5)" ( number_literal , (string_literal ""illegal pathname found in archive member: %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00107900(uVar4,uVar8);" (call_expression "FUN_00107900(uVar4,uVar8)" identifier (argument_list "(uVar4,uVar8)" ( identifier , identifier ))) ;) }) (else_clause "else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" else (compound_statement "{\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" { (expression_statement "iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);" (assignment_expression "iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1)" identifier = (call_expression "(**(code **)(param_1[1] + 0x1e0))(param_1)" (parenthesized_expression "(**(code **)(param_1[1] + 0x1e0))" ( (pointer_expression "**(code **)(param_1[1] + 0x1e0)" * (pointer_expression "*(code **)(param_1[1] + 0x1e0)" * (cast_expression "(code **)(param_1[1] + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[1] + 0x1e0)" ( (binary_expression "param_1[1] + 0x1e0" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar4,uVar8);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar4,uVar8);\n }" { (expression_statement "uVar8 = *param_1;" (assignment_expression "uVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "pcVar6 = "internal stat error on %s";" (assignment_expression "pcVar6 = "internal stat error on %s"" identifier = (string_literal ""internal stat error on %s"" " string_content ")) ;) (labeled_statement "LAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);" statement_identifier : (expression_statement "uVar4 = dcgettext(0,pcVar6,5);" (assignment_expression "uVar4 = dcgettext(0,pcVar6,5)" identifier = (call_expression "dcgettext(0,pcVar6,5)" identifier (argument_list "(0,pcVar6,5)" ( number_literal , identifier , number_literal )))) ;)) comment (expression_statement "FUN_00107860(uVar4,uVar8);" (call_expression "FUN_00107860(uVar4,uVar8)" identifier (argument_list "(uVar4,uVar8)" ( identifier , identifier ))) ;) })) (if_statement "if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }" if (parenthesized_expression "(DAT_00110498 != 0)" ( (binary_expression "DAT_00110498 != 0" identifier != number_literal) )) (compound_statement "{\n printf("x - %s\n",*param_1);\n }" { (expression_statement "printf("x - %s\n",*param_1);" (call_expression "printf("x - %s\n",*param_1)" identifier (argument_list "("x - %s\n",*param_1)" ( (string_literal ""x - %s\n"" " string_content escape_sequence ") , (pointer_expression "*param_1" * identifier) ))) ;) })) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (expression_statement "bfd_seek(param_1,0,0);" (call_expression "bfd_seek(param_1,0,0)" identifier (argument_list "(param_1,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "__s = (FILE *)0x0;" (assignment_expression "__s = (FILE *)0x0" identifier = (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" if (parenthesized_expression "(local_98 == 0)" ( (binary_expression "local_98 == 0" identifier == number_literal) )) (compound_statement "{\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }" { (expression_statement "DAT_001104b0 = (char *)*param_1;" (assignment_expression "DAT_001104b0 = (char *)*param_1" identifier = (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__s = fopen(DAT_001104b0,"w");" (assignment_expression "__s = fopen(DAT_001104b0,"w")" identifier = (call_expression "fopen(DAT_001104b0,"w")" identifier (argument_list "(DAT_001104b0,"w")" ( identifier , (string_literal ""w"" " string_content ") )))) ;) (expression_statement "pFVar1 = __s;" (assignment_expression "pFVar1 = __s" identifier = identifier) ;) (if_statement "if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001040c6:\n perror((char *)*param_1);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" { (labeled_statement "LAB_001040c6:\n perror((char *)*param_1);" statement_identifier : (expression_statement "perror((char *)*param_1);" (call_expression "perror((char *)*param_1)" identifier (argument_list "((char *)*param_1)" ( (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;)) comment (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) }) (else_clause "else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" else (compound_statement "{\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" { (do_statement "do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);" do (compound_statement "{\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n }" { (expression_statement "__n = 0x2000;" (assignment_expression "__n = 0x2000" identifier = number_literal) ;) (if_statement "if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }" if (parenthesized_expression "(local_98 - uVar7 < 0x2001)" ( (binary_expression "local_98 - uVar7 < 0x2001" (binary_expression "local_98 - uVar7" identifier - identifier) < number_literal) )) (compound_statement "{\n __n = local_98 - uVar7;\n }" { (expression_statement "__n = local_98 - uVar7;" (assignment_expression "__n = local_98 - uVar7" identifier = (binary_expression "local_98 - uVar7" identifier - identifier)) ;) })) (expression_statement "sVar3 = bfd_bread(__ptr,__n,param_1);" (assignment_expression "sVar3 = bfd_bread(__ptr,__n,param_1)" identifier = (call_expression "bfd_bread(__ptr,__n,param_1)" identifier (argument_list "(__ptr,__n,param_1)" ( identifier , identifier , identifier )))) ;) (if_statement "if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }" if (parenthesized_expression "(sVar3 != __n)" ( (binary_expression "sVar3 != __n" identifier != identifier) )) (compound_statement "{\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }" { (expression_statement "pcVar6 = "%s is not a valid archive";" (assignment_expression "pcVar6 = "%s is not a valid archive"" identifier = (string_literal ""%s is not a valid archive"" " string_content ")) ;) (expression_statement "uVar8 = *(undefined8 *)param_1[0x1a];" (assignment_expression "uVar8 = *(undefined8 *)param_1[0x1a]" identifier = (pointer_expression "*(undefined8 *)param_1[0x1a]" * (cast_expression "(undefined8 *)param_1[0x1a]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x1a]" identifier [ number_literal ])))) ;) (goto_statement "goto LAB_0010408e;" goto statement_identifier ;) })) (expression_statement "pFVar1 = DAT_001104a8;" (assignment_expression "pFVar1 = DAT_001104a8" identifier = identifier) ;) (if_statement "if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }" { (expression_statement "DAT_001104b0 = (char *)*param_1;" (assignment_expression "DAT_001104b0 = (char *)*param_1" identifier = (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__s = fopen(DAT_001104b0,"w");" (assignment_expression "__s = fopen(DAT_001104b0,"w")" identifier = (call_expression "fopen(DAT_001104b0,"w")" identifier (argument_list "(DAT_001104b0,"w")" ( identifier , (string_literal ""w"" " string_content ") )))) ;) (expression_statement "pFVar1 = __s;" (assignment_expression "pFVar1 = __s" identifier = identifier) ;) (if_statement "if (__s == (FILE *)0x0) goto LAB_001040c6;" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001040c6;" goto statement_identifier ;)) })) (expression_statement "DAT_001104a8 = pFVar1;" (assignment_expression "DAT_001104a8 = pFVar1" identifier = identifier) ;) (expression_statement "sVar3 = fwrite(__ptr,1,__n,__s);" (assignment_expression "sVar3 = fwrite(__ptr,1,__n,__s)" identifier = (call_expression "fwrite(__ptr,1,__n,__s)" identifier (argument_list "(__ptr,1,__n,__s)" ( identifier , number_literal , identifier , identifier )))) ;) (if_statement "if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }" if (parenthesized_expression "(sVar3 != __n)" ( (binary_expression "sVar3 != __n" identifier != identifier) )) (compound_statement "{\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar6 = strerror(*piVar5);" (assignment_expression "pcVar6 = strerror(*piVar5)" identifier = (call_expression "strerror(*piVar5)" identifier (argument_list "(*piVar5)" ( (pointer_expression "*piVar5" * identifier) )))) ;) comment (expression_statement "FUN_00107860("%s: %s",DAT_001104b0,pcVar6);" (call_expression "FUN_00107860("%s: %s",DAT_001104b0,pcVar6)" identifier (argument_list "("%s: %s",DAT_001104b0,pcVar6)" ( (string_literal ""%s: %s"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "uVar7 = uVar7 + __n;" (assignment_expression "uVar7 = uVar7 + __n" identifier = (binary_expression "uVar7 + __n" identifier + identifier)) ;) (expression_statement "pFVar1 = DAT_001104a8;" (assignment_expression "pFVar1 = DAT_001104a8" identifier = identifier) ;) }) while (parenthesized_expression "(uVar7 < local_98)" ( (binary_expression "uVar7 < local_98" identifier < identifier) )) ;) }))) (expression_statement "DAT_001104a8 = pFVar1;" (assignment_expression "DAT_001104a8 = pFVar1" identifier = identifier) ;) (expression_statement "fclose(__s);" (call_expression "fclose(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "DAT_001104a8 = (FILE *)0x0;" (assignment_expression "DAT_001104a8 = (FILE *)0x0" identifier = (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "DAT_001104b0 = (char *)0x0;" (assignment_expression "DAT_001104b0 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "chmod((char *)*param_1,local_b0);" (call_expression "chmod((char *)*param_1,local_b0)" identifier (argument_list "((char *)*param_1,local_b0)" ( (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , identifier ))) ;) (if_statement "if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }" if (parenthesized_expression "(DAT_00110490 != 0)" ( (binary_expression "DAT_00110490 != 0" identifier != number_literal) )) (compound_statement "{\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }" { (expression_statement "local_80 = local_70;" (assignment_expression "local_80 = local_70" identifier = identifier) ;) (expression_statement "FUN_00107050(*param_1,local_c8);" (call_expression "FUN_00107050(*param_1,local_c8)" identifier (argument_list "(*param_1,local_c8)" ( (pointer_expression "*param_1" * identifier) , identifier ))) ;) })) }))) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void extract_file(bfd *abfd)\n\n{\n FILE *pFVar1;\n bfd_boolean bVar2;\n int iVar3;\n void *__ptr;\n size_t sVar4;\n FILE *__s;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n char *pcVar8;\n size_t __n;\n stat buf;\n \n __ptr = (void *)xmalloc(0x2000);\n bVar2 = is_valid_archive_path(abfd->filename);\n if (bVar2 == 0) {\n pcVar6 = abfd->filename;\n pcVar8 = (char *)dcgettext(0,"illegal pathname found in archive member: %s",5);\n non_fatal(pcVar8,pcVar6);\n }\n else {\n iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf);\n if (iVar3 != 0) {\n pcVar6 = abfd->filename;\n pcVar8 = "internal stat error on %s";\nLAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar8,pcVar6);\n }\n if (verbose != 0) {\n printf("x - %s\n",abfd->filename);\n }\n uVar7 = 0;\n bfd_seek(abfd,0,0);\n __s = (FILE *)0x0;\n if (buf.st_size == 0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }\n output_file = (FILE *)pFVar1;\n fclose(__s);\n output_file = (FILE *)0x0;\n output_filename = (char *)0x0;\n chmod(abfd->filename,buf.st_mode);\n if (preserve_dates != 0) {\n buf.st_atim.tv_sec = buf.st_mtim.tv_sec;\n set_times(abfd->filename,&buf);\n }\n }\n free(__ptr);\n return;\n}\n\n" (function_definition "void extract_file(bfd *abfd)\n\n{\n FILE *pFVar1;\n bfd_boolean bVar2;\n int iVar3;\n void *__ptr;\n size_t sVar4;\n FILE *__s;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n char *pcVar8;\n size_t __n;\n stat buf;\n \n __ptr = (void *)xmalloc(0x2000);\n bVar2 = is_valid_archive_path(abfd->filename);\n if (bVar2 == 0) {\n pcVar6 = abfd->filename;\n pcVar8 = (char *)dcgettext(0,"illegal pathname found in archive member: %s",5);\n non_fatal(pcVar8,pcVar6);\n }\n else {\n iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf);\n if (iVar3 != 0) {\n pcVar6 = abfd->filename;\n pcVar8 = "internal stat error on %s";\nLAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar8,pcVar6);\n }\n if (verbose != 0) {\n printf("x - %s\n",abfd->filename);\n }\n uVar7 = 0;\n bfd_seek(abfd,0,0);\n __s = (FILE *)0x0;\n if (buf.st_size == 0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }\n output_file = (FILE *)pFVar1;\n fclose(__s);\n output_file = (FILE *)0x0;\n output_filename = (char *)0x0;\n chmod(abfd->filename,buf.st_mode);\n if (preserve_dates != 0) {\n buf.st_atim.tv_sec = buf.st_mtim.tv_sec;\n set_times(abfd->filename,&buf);\n }\n }\n free(__ptr);\n return;\n}" primitive_type (function_declarator "extract_file(bfd *abfd)" identifier (parameter_list "(bfd *abfd)" ( (parameter_declaration "bfd *abfd" type_identifier (pointer_declarator "*abfd" * identifier)) ))) (compound_statement "{\n FILE *pFVar1;\n bfd_boolean bVar2;\n int iVar3;\n void *__ptr;\n size_t sVar4;\n FILE *__s;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n char *pcVar8;\n size_t __n;\n stat buf;\n \n __ptr = (void *)xmalloc(0x2000);\n bVar2 = is_valid_archive_path(abfd->filename);\n if (bVar2 == 0) {\n pcVar6 = abfd->filename;\n pcVar8 = (char *)dcgettext(0,"illegal pathname found in archive member: %s",5);\n non_fatal(pcVar8,pcVar6);\n }\n else {\n iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf);\n if (iVar3 != 0) {\n pcVar6 = abfd->filename;\n pcVar8 = "internal stat error on %s";\nLAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar8,pcVar6);\n }\n if (verbose != 0) {\n printf("x - %s\n",abfd->filename);\n }\n uVar7 = 0;\n bfd_seek(abfd,0,0);\n __s = (FILE *)0x0;\n if (buf.st_size == 0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }\n output_file = (FILE *)pFVar1;\n fclose(__s);\n output_file = (FILE *)0x0;\n output_filename = (char *)0x0;\n chmod(abfd->filename,buf.st_mode);\n if (preserve_dates != 0) {\n buf.st_atim.tv_sec = buf.st_mtim.tv_sec;\n set_times(abfd->filename,&buf);\n }\n }\n free(__ptr);\n return;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (declaration "bfd_boolean bVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "FILE *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "stat buf;" type_identifier identifier ;) (expression_statement "__ptr = (void *)xmalloc(0x2000);" (assignment_expression "__ptr = (void *)xmalloc(0x2000)" identifier = (cast_expression "(void *)xmalloc(0x2000)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x2000)" identifier (argument_list "(0x2000)" ( number_literal ))))) ;) (expression_statement "bVar2 = is_valid_archive_path(abfd->filename);" (assignment_expression "bVar2 = is_valid_archive_path(abfd->filename)" identifier = (call_expression "is_valid_archive_path(abfd->filename)" identifier (argument_list "(abfd->filename)" ( (field_expression "abfd->filename" identifier -> field_identifier) )))) ;) (if_statement "if (bVar2 == 0) {\n pcVar6 = abfd->filename;\n pcVar8 = (char *)dcgettext(0,"illegal pathname found in archive member: %s",5);\n non_fatal(pcVar8,pcVar6);\n }\n else {\n iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf);\n if (iVar3 != 0) {\n pcVar6 = abfd->filename;\n pcVar8 = "internal stat error on %s";\nLAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar8,pcVar6);\n }\n if (verbose != 0) {\n printf("x - %s\n",abfd->filename);\n }\n uVar7 = 0;\n bfd_seek(abfd,0,0);\n __s = (FILE *)0x0;\n if (buf.st_size == 0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }\n output_file = (FILE *)pFVar1;\n fclose(__s);\n output_file = (FILE *)0x0;\n output_filename = (char *)0x0;\n chmod(abfd->filename,buf.st_mode);\n if (preserve_dates != 0) {\n buf.st_atim.tv_sec = buf.st_mtim.tv_sec;\n set_times(abfd->filename,&buf);\n }\n }" if (parenthesized_expression "(bVar2 == 0)" ( (binary_expression "bVar2 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar6 = abfd->filename;\n pcVar8 = (char *)dcgettext(0,"illegal pathname found in archive member: %s",5);\n non_fatal(pcVar8,pcVar6);\n }" { (expression_statement "pcVar6 = abfd->filename;" (assignment_expression "pcVar6 = abfd->filename" identifier = (field_expression "abfd->filename" identifier -> field_identifier)) ;) (expression_statement "pcVar8 = (char *)dcgettext(0,"illegal pathname found in archive member: %s",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0,"illegal pathname found in archive member: %s",5)" identifier = (cast_expression "(char *)dcgettext(0,"illegal pathname found in archive member: %s",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"illegal pathname found in archive member: %s",5)" identifier (argument_list "(0,"illegal pathname found in archive member: %s",5)" ( number_literal , (string_literal ""illegal pathname found in archive member: %s"" " string_content ") , number_literal ))))) ;) (expression_statement "non_fatal(pcVar8,pcVar6);" (call_expression "non_fatal(pcVar8,pcVar6)" identifier (argument_list "(pcVar8,pcVar6)" ( identifier , identifier ))) ;) }) (else_clause "else {\n iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf);\n if (iVar3 != 0) {\n pcVar6 = abfd->filename;\n pcVar8 = "internal stat error on %s";\nLAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar8,pcVar6);\n }\n if (verbose != 0) {\n printf("x - %s\n",abfd->filename);\n }\n uVar7 = 0;\n bfd_seek(abfd,0,0);\n __s = (FILE *)0x0;\n if (buf.st_size == 0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }\n output_file = (FILE *)pFVar1;\n fclose(__s);\n output_file = (FILE *)0x0;\n output_filename = (char *)0x0;\n chmod(abfd->filename,buf.st_mode);\n if (preserve_dates != 0) {\n buf.st_atim.tv_sec = buf.st_mtim.tv_sec;\n set_times(abfd->filename,&buf);\n }\n }" else (compound_statement "{\n iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf);\n if (iVar3 != 0) {\n pcVar6 = abfd->filename;\n pcVar8 = "internal stat error on %s";\nLAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar8,pcVar6);\n }\n if (verbose != 0) {\n printf("x - %s\n",abfd->filename);\n }\n uVar7 = 0;\n bfd_seek(abfd,0,0);\n __s = (FILE *)0x0;\n if (buf.st_size == 0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }\n output_file = (FILE *)pFVar1;\n fclose(__s);\n output_file = (FILE *)0x0;\n output_filename = (char *)0x0;\n chmod(abfd->filename,buf.st_mode);\n if (preserve_dates != 0) {\n buf.st_atim.tv_sec = buf.st_mtim.tv_sec;\n set_times(abfd->filename,&buf);\n }\n }" { (expression_statement "iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf);" (assignment_expression "iVar3 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf)" identifier = (call_expression "(*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf)" (parenthesized_expression "(*abfd->xvec->_bfd_stat_arch_elt)" ( (pointer_expression "*abfd->xvec->_bfd_stat_arch_elt" * (field_expression "abfd->xvec->_bfd_stat_arch_elt" (field_expression "abfd->xvec" identifier -> field_identifier) -> field_identifier)) )) (argument_list "(abfd,&buf)" ( identifier , (pointer_expression "&buf" & identifier) )))) ;) (if_statement "if (iVar3 != 0) {\n pcVar6 = abfd->filename;\n pcVar8 = "internal stat error on %s";\nLAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar8,pcVar6);\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar6 = abfd->filename;\n pcVar8 = "internal stat error on %s";\nLAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar8,pcVar6);\n }" { (expression_statement "pcVar6 = abfd->filename;" (assignment_expression "pcVar6 = abfd->filename" identifier = (field_expression "abfd->filename" identifier -> field_identifier)) ;) (expression_statement "pcVar8 = "internal stat error on %s";" (assignment_expression "pcVar8 = "internal stat error on %s"" identifier = (string_literal ""internal stat error on %s"" " string_content ")) ;) (labeled_statement "LAB_0010408e:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);" statement_identifier : (expression_statement "pcVar8 = (char *)dcgettext(0,pcVar8,5);" (assignment_expression "pcVar8 = (char *)dcgettext(0,pcVar8,5)" identifier = (cast_expression "(char *)dcgettext(0,pcVar8,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,pcVar8,5)" identifier (argument_list "(0,pcVar8,5)" ( number_literal , identifier , number_literal ))))) ;)) comment (expression_statement "fatal(pcVar8,pcVar6);" (call_expression "fatal(pcVar8,pcVar6)" identifier (argument_list "(pcVar8,pcVar6)" ( identifier , identifier ))) ;) })) (if_statement "if (verbose != 0) {\n printf("x - %s\n",abfd->filename);\n }" if (parenthesized_expression "(verbose != 0)" ( (binary_expression "verbose != 0" identifier != number_literal) )) (compound_statement "{\n printf("x - %s\n",abfd->filename);\n }" { (expression_statement "printf("x - %s\n",abfd->filename);" (call_expression "printf("x - %s\n",abfd->filename)" identifier (argument_list "("x - %s\n",abfd->filename)" ( (string_literal ""x - %s\n"" " string_content escape_sequence ") , (field_expression "abfd->filename" identifier -> field_identifier) ))) ;) })) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (expression_statement "bfd_seek(abfd,0,0);" (call_expression "bfd_seek(abfd,0,0)" identifier (argument_list "(abfd,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "__s = (FILE *)0x0;" (assignment_expression "__s = (FILE *)0x0" identifier = (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (buf.st_size == 0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }" if (parenthesized_expression "(buf.st_size == 0)" ( (binary_expression "buf.st_size == 0" (field_expression "buf.st_size" identifier . field_identifier) == number_literal) )) (compound_statement "{\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n }" { (expression_statement "output_filename = abfd->filename;" (assignment_expression "output_filename = abfd->filename" identifier = (field_expression "abfd->filename" identifier -> field_identifier)) ;) (expression_statement "__s = fopen(output_filename,"w");" (assignment_expression "__s = fopen(output_filename,"w")" identifier = (call_expression "fopen(output_filename,"w")" identifier (argument_list "(output_filename,"w")" ( identifier , (string_literal ""w"" " string_content ") )))) ;) (expression_statement "pFVar1 = __s;" (assignment_expression "pFVar1 = __s" identifier = identifier) ;) (if_statement "if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001040c6:\n perror(abfd->filename);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" { (labeled_statement "LAB_001040c6:\n perror(abfd->filename);" statement_identifier : (expression_statement "perror(abfd->filename);" (call_expression "perror(abfd->filename)" identifier (argument_list "(abfd->filename)" ( (field_expression "abfd->filename" identifier -> field_identifier) ))) ;)) comment (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) }) (else_clause "else {\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }" else (compound_statement "{\n do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);\n }" { (do_statement "do {\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n } while (uVar7 < (ulong)buf.st_size);" do (compound_statement "{\n __n = 0x2000;\n if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }\n sVar4 = bfd_bread(__ptr,__n,abfd);\n if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }\n pFVar1 = (FILE *)output_file;\n if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n output_file = (FILE *)pFVar1;\n sVar4 = fwrite(__ptr,1,__n,__s);\n if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = (FILE *)output_file;\n }" { (expression_statement "__n = 0x2000;" (assignment_expression "__n = 0x2000" identifier = number_literal) ;) (if_statement "if (buf.st_size - uVar7 < 0x2001) {\n __n = buf.st_size - uVar7;\n }" if (parenthesized_expression "(buf.st_size - uVar7 < 0x2001)" ( (binary_expression "buf.st_size - uVar7 < 0x2001" (binary_expression "buf.st_size - uVar7" (field_expression "buf.st_size" identifier . field_identifier) - identifier) < number_literal) )) (compound_statement "{\n __n = buf.st_size - uVar7;\n }" { (expression_statement "__n = buf.st_size - uVar7;" (assignment_expression "__n = buf.st_size - uVar7" identifier = (binary_expression "buf.st_size - uVar7" (field_expression "buf.st_size" identifier . field_identifier) - identifier)) ;) })) (expression_statement "sVar4 = bfd_bread(__ptr,__n,abfd);" (assignment_expression "sVar4 = bfd_bread(__ptr,__n,abfd)" identifier = (call_expression "bfd_bread(__ptr,__n,abfd)" identifier (argument_list "(__ptr,__n,abfd)" ( identifier , identifier , identifier )))) ;) (if_statement "if (sVar4 != __n) {\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }" if (parenthesized_expression "(sVar4 != __n)" ( (binary_expression "sVar4 != __n" identifier != identifier) )) (compound_statement "{\n pcVar8 = "%s is not a valid archive";\n pcVar6 = abfd->my_archive->filename;\n goto LAB_0010408e;\n }" { (expression_statement "pcVar8 = "%s is not a valid archive";" (assignment_expression "pcVar8 = "%s is not a valid archive"" identifier = (string_literal ""%s is not a valid archive"" " string_content ")) ;) (expression_statement "pcVar6 = abfd->my_archive->filename;" (assignment_expression "pcVar6 = abfd->my_archive->filename" identifier = (field_expression "abfd->my_archive->filename" (field_expression "abfd->my_archive" identifier -> field_identifier) -> field_identifier)) ;) (goto_statement "goto LAB_0010408e;" goto statement_identifier ;) })) (expression_statement "pFVar1 = (FILE *)output_file;" (assignment_expression "pFVar1 = (FILE *)output_file" identifier = (cast_expression "(FILE *)output_file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (__s == (FILE *)0x0) {\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n output_filename = abfd->filename;\n __s = fopen(output_filename,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }" { (expression_statement "output_filename = abfd->filename;" (assignment_expression "output_filename = abfd->filename" identifier = (field_expression "abfd->filename" identifier -> field_identifier)) ;) (expression_statement "__s = fopen(output_filename,"w");" (assignment_expression "__s = fopen(output_filename,"w")" identifier = (call_expression "fopen(output_filename,"w")" identifier (argument_list "(output_filename,"w")" ( identifier , (string_literal ""w"" " string_content ") )))) ;) (expression_statement "pFVar1 = __s;" (assignment_expression "pFVar1 = __s" identifier = identifier) ;) (if_statement "if (__s == (FILE *)0x0) goto LAB_001040c6;" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001040c6;" goto statement_identifier ;)) })) (expression_statement "output_file = (FILE *)pFVar1;" (assignment_expression "output_file = (FILE *)pFVar1" identifier = (cast_expression "(FILE *)pFVar1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "sVar4 = fwrite(__ptr,1,__n,__s);" (assignment_expression "sVar4 = fwrite(__ptr,1,__n,__s)" identifier = (call_expression "fwrite(__ptr,1,__n,__s)" identifier (argument_list "(__ptr,1,__n,__s)" ( identifier , number_literal , identifier , identifier )))) ;) (if_statement "if (sVar4 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }" if (parenthesized_expression "(sVar4 != __n)" ( (binary_expression "sVar4 != __n" identifier != identifier) )) (compound_statement "{\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n /* WARNING: Subroutine does not return */\n fatal("%s: %s",output_filename,pcVar6);\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar6 = strerror(*piVar5);" (assignment_expression "pcVar6 = strerror(*piVar5)" identifier = (call_expression "strerror(*piVar5)" identifier (argument_list "(*piVar5)" ( (pointer_expression "*piVar5" * identifier) )))) ;) comment (expression_statement "fatal("%s: %s",output_filename,pcVar6);" (call_expression "fatal("%s: %s",output_filename,pcVar6)" identifier (argument_list "("%s: %s",output_filename,pcVar6)" ( (string_literal ""%s: %s"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "uVar7 = uVar7 + __n;" (assignment_expression "uVar7 = uVar7 + __n" identifier = (binary_expression "uVar7 + __n" identifier + identifier)) ;) (expression_statement "pFVar1 = (FILE *)output_file;" (assignment_expression "pFVar1 = (FILE *)output_file" identifier = (cast_expression "(FILE *)output_file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) }) while (parenthesized_expression "(uVar7 < (ulong)buf.st_size)" ( (binary_expression "uVar7 < (ulong)buf.st_size" identifier < (cast_expression "(ulong)buf.st_size" ( (type_descriptor "ulong" type_identifier) ) (field_expression "buf.st_size" identifier . field_identifier))) )) ;) }))) (expression_statement "output_file = (FILE *)pFVar1;" (assignment_expression "output_file = (FILE *)pFVar1" identifier = (cast_expression "(FILE *)pFVar1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "fclose(__s);" (call_expression "fclose(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "output_file = (FILE *)0x0;" (assignment_expression "output_file = (FILE *)0x0" identifier = (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "output_filename = (char *)0x0;" (assignment_expression "output_filename = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "chmod(abfd->filename,buf.st_mode);" (call_expression "chmod(abfd->filename,buf.st_mode)" identifier (argument_list "(abfd->filename,buf.st_mode)" ( (field_expression "abfd->filename" identifier -> field_identifier) , (field_expression "buf.st_mode" identifier . field_identifier) ))) ;) (if_statement "if (preserve_dates != 0) {\n buf.st_atim.tv_sec = buf.st_mtim.tv_sec;\n set_times(abfd->filename,&buf);\n }" if (parenthesized_expression "(preserve_dates != 0)" ( (binary_expression "preserve_dates != 0" identifier != number_literal) )) (compound_statement "{\n buf.st_atim.tv_sec = buf.st_mtim.tv_sec;\n set_times(abfd->filename,&buf);\n }" { (expression_statement "buf.st_atim.tv_sec = buf.st_mtim.tv_sec;" (assignment_expression "buf.st_atim.tv_sec = buf.st_mtim.tv_sec" (field_expression "buf.st_atim.tv_sec" (field_expression "buf.st_atim" identifier . field_identifier) . field_identifier) = (field_expression "buf.st_mtim.tv_sec" (field_expression "buf.st_mtim" identifier . field_identifier) . field_identifier)) ;) (expression_statement "set_times(abfd->filename,&buf);" (call_expression "set_times(abfd->filename,&buf)" identifier (argument_list "(abfd->filename,&buf)" ( (field_expression "abfd->filename" identifier -> field_identifier) , (pointer_expression "&buf" & identifier) ))) ;) })) }))) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00103e80(undefined8 *param_1)\n\n{\n FILE *pFVar1;\n int iVar2;\n void *__ptr;\n size_t sVar3;\n FILE *__s;\n undefined8 uVar4;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n undefined8 uVar8;\n size_t __n;\n undefined1 local_c8 [24];\n __mode_t local_b0;\n ulong local_98;\n undefined8 local_80;\n undefined8 local_70;\n \n __ptr = (void *)xmalloc(0x2000);\n iVar2 = FUN_001084f0(*param_1);\n if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }\n free(__ptr);\n return;\n}\n\n" (function_definition "void FUN_00103e80(undefined8 *param_1)\n\n{\n FILE *pFVar1;\n int iVar2;\n void *__ptr;\n size_t sVar3;\n FILE *__s;\n undefined8 uVar4;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n undefined8 uVar8;\n size_t __n;\n undefined1 local_c8 [24];\n __mode_t local_b0;\n ulong local_98;\n undefined8 local_80;\n undefined8 local_70;\n \n __ptr = (void *)xmalloc(0x2000);\n iVar2 = FUN_001084f0(*param_1);\n if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }\n free(__ptr);\n return;\n}" primitive_type (function_declarator "FUN_00103e80(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n FILE *pFVar1;\n int iVar2;\n void *__ptr;\n size_t sVar3;\n FILE *__s;\n undefined8 uVar4;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n undefined8 uVar8;\n size_t __n;\n undefined1 local_c8 [24];\n __mode_t local_b0;\n ulong local_98;\n undefined8 local_80;\n undefined8 local_70;\n \n __ptr = (void *)xmalloc(0x2000);\n iVar2 = FUN_001084f0(*param_1);\n if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }\n free(__ptr);\n return;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "FILE *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "undefined1 local_c8 [24];" type_identifier (array_declarator "local_c8 [24]" identifier [ number_literal ]) ;) (declaration "__mode_t local_b0;" type_identifier identifier ;) (declaration "ulong local_98;" type_identifier identifier ;) (declaration "undefined8 local_80;" type_identifier identifier ;) (declaration "undefined8 local_70;" type_identifier identifier ;) (expression_statement "__ptr = (void *)xmalloc(0x2000);" (assignment_expression "__ptr = (void *)xmalloc(0x2000)" identifier = (cast_expression "(void *)xmalloc(0x2000)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x2000)" identifier (argument_list "(0x2000)" ( number_literal ))))) ;) (expression_statement "iVar2 = FUN_001084f0(*param_1);" (assignment_expression "iVar2 = FUN_001084f0(*param_1)" identifier = (call_expression "FUN_001084f0(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }" { (expression_statement "uVar8 = *param_1;" (assignment_expression "uVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);" (assignment_expression "uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5)" identifier = (call_expression "dcgettext(0,"illegal pathname found in archive member: %s",5)" identifier (argument_list "(0,"illegal pathname found in archive member: %s",5)" ( number_literal , (string_literal ""illegal pathname found in archive member: %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00107900(uVar4,uVar8);" (call_expression "FUN_00107900(uVar4,uVar8)" identifier (argument_list "(uVar4,uVar8)" ( identifier , identifier ))) ;) }) (else_clause "else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" else (compound_statement "{\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" { (expression_statement "iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);" (assignment_expression "iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1)" identifier = (call_expression "(**(code **)(param_1[1] + 0x1e0))(param_1)" (parenthesized_expression "(**(code **)(param_1[1] + 0x1e0))" ( (pointer_expression "**(code **)(param_1[1] + 0x1e0)" * (pointer_expression "*(code **)(param_1[1] + 0x1e0)" * (cast_expression "(code **)(param_1[1] + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[1] + 0x1e0)" ( (binary_expression "param_1[1] + 0x1e0" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }" { (expression_statement "uVar8 = *param_1;" (assignment_expression "uVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "pcVar6 = "internal stat error on %s";" (assignment_expression "pcVar6 = "internal stat error on %s"" identifier = (string_literal ""internal stat error on %s"" " string_content ")) ;) (labeled_statement "LAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);" statement_identifier : (expression_statement "uVar4 = dcgettext(0,pcVar6,5);" (assignment_expression "uVar4 = dcgettext(0,pcVar6,5)" identifier = (call_expression "dcgettext(0,pcVar6,5)" identifier (argument_list "(0,pcVar6,5)" ( number_literal , identifier , number_literal )))) ;)) (expression_statement "FUN_00107860(uVar4,uVar8);" (call_expression "FUN_00107860(uVar4,uVar8)" identifier (argument_list "(uVar4,uVar8)" ( identifier , identifier ))) ;) })) (if_statement "if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }" if (parenthesized_expression "(DAT_00110498 != 0)" ( (binary_expression "DAT_00110498 != 0" identifier != number_literal) )) (compound_statement "{\n printf("x - %s\n",*param_1);\n }" { (expression_statement "printf("x - %s\n",*param_1);" (call_expression "printf("x - %s\n",*param_1)" identifier (argument_list "("x - %s\n",*param_1)" ( (string_literal ""x - %s\n"" " string_content escape_sequence ") , (pointer_expression "*param_1" * identifier) ))) ;) })) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (expression_statement "bfd_seek(param_1,0,0);" (call_expression "bfd_seek(param_1,0,0)" identifier (argument_list "(param_1,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "__s = (FILE *)0x0;" (assignment_expression "__s = (FILE *)0x0" identifier = (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" if (parenthesized_expression "(local_98 == 0)" ( (binary_expression "local_98 == 0" identifier == number_literal) )) (compound_statement "{\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }" { (expression_statement "DAT_001104b0 = (char *)*param_1;" (assignment_expression "DAT_001104b0 = (char *)*param_1" identifier = (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__s = fopen(DAT_001104b0,"w");" (assignment_expression "__s = fopen(DAT_001104b0,"w")" identifier = (call_expression "fopen(DAT_001104b0,"w")" identifier (argument_list "(DAT_001104b0,"w")" ( identifier , (string_literal ""w"" " string_content ") )))) ;) (expression_statement "pFVar1 = __s;" (assignment_expression "pFVar1 = __s" identifier = identifier) ;) (if_statement "if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }" { (labeled_statement "LAB_001040c6:\n perror((char *)*param_1);" statement_identifier : (expression_statement "perror((char *)*param_1);" (call_expression "perror((char *)*param_1)" identifier (argument_list "((char *)*param_1)" ( (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;)) (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) }) (else_clause "else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" else (compound_statement "{\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" { (do_statement "do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);" do (compound_statement "{\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n }" { (expression_statement "__n = 0x2000;" (assignment_expression "__n = 0x2000" identifier = number_literal) ;) (if_statement "if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }" if (parenthesized_expression "(local_98 - uVar7 < 0x2001)" ( (binary_expression "local_98 - uVar7 < 0x2001" (binary_expression "local_98 - uVar7" identifier - identifier) < number_literal) )) (compound_statement "{\n __n = local_98 - uVar7;\n }" { (expression_statement "__n = local_98 - uVar7;" (assignment_expression "__n = local_98 - uVar7" identifier = (binary_expression "local_98 - uVar7" identifier - identifier)) ;) })) (expression_statement "sVar3 = bfd_bread(__ptr,__n,param_1);" (assignment_expression "sVar3 = bfd_bread(__ptr,__n,param_1)" identifier = (call_expression "bfd_bread(__ptr,__n,param_1)" identifier (argument_list "(__ptr,__n,param_1)" ( identifier , identifier , identifier )))) ;) (if_statement "if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }" if (parenthesized_expression "(sVar3 != __n)" ( (binary_expression "sVar3 != __n" identifier != identifier) )) (compound_statement "{\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }" { (expression_statement "pcVar6 = "%s is not a valid archive";" (assignment_expression "pcVar6 = "%s is not a valid archive"" identifier = (string_literal ""%s is not a valid archive"" " string_content ")) ;) (expression_statement "uVar8 = *(undefined8 *)param_1[0x1a];" (assignment_expression "uVar8 = *(undefined8 *)param_1[0x1a]" identifier = (pointer_expression "*(undefined8 *)param_1[0x1a]" * (cast_expression "(undefined8 *)param_1[0x1a]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x1a]" identifier [ number_literal ])))) ;) (goto_statement "goto LAB_0010408e;" goto statement_identifier ;) })) (expression_statement "pFVar1 = DAT_001104a8;" (assignment_expression "pFVar1 = DAT_001104a8" identifier = identifier) ;) (if_statement "if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }" { (expression_statement "DAT_001104b0 = (char *)*param_1;" (assignment_expression "DAT_001104b0 = (char *)*param_1" identifier = (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__s = fopen(DAT_001104b0,"w");" (assignment_expression "__s = fopen(DAT_001104b0,"w")" identifier = (call_expression "fopen(DAT_001104b0,"w")" identifier (argument_list "(DAT_001104b0,"w")" ( identifier , (string_literal ""w"" " string_content ") )))) ;) (expression_statement "pFVar1 = __s;" (assignment_expression "pFVar1 = __s" identifier = identifier) ;) (if_statement "if (__s == (FILE *)0x0) goto LAB_001040c6;" if (parenthesized_expression "(__s == (FILE *)0x0)" ( (binary_expression "__s == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001040c6;" goto statement_identifier ;)) })) (expression_statement "DAT_001104a8 = pFVar1;" (assignment_expression "DAT_001104a8 = pFVar1" identifier = identifier) ;) (expression_statement "sVar3 = fwrite(__ptr,1,__n,__s);" (assignment_expression "sVar3 = fwrite(__ptr,1,__n,__s)" identifier = (call_expression "fwrite(__ptr,1,__n,__s)" identifier (argument_list "(__ptr,1,__n,__s)" ( identifier , number_literal , identifier , identifier )))) ;) (if_statement "if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }" if (parenthesized_expression "(sVar3 != __n)" ( (binary_expression "sVar3 != __n" identifier != identifier) )) (compound_statement "{\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar6 = strerror(*piVar5);" (assignment_expression "pcVar6 = strerror(*piVar5)" identifier = (call_expression "strerror(*piVar5)" identifier (argument_list "(*piVar5)" ( (pointer_expression "*piVar5" * identifier) )))) ;) (expression_statement "FUN_00107860("%s: %s",DAT_001104b0,pcVar6);" (call_expression "FUN_00107860("%s: %s",DAT_001104b0,pcVar6)" identifier (argument_list "("%s: %s",DAT_001104b0,pcVar6)" ( (string_literal ""%s: %s"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "uVar7 = uVar7 + __n;" (assignment_expression "uVar7 = uVar7 + __n" identifier = (binary_expression "uVar7 + __n" identifier + identifier)) ;) (expression_statement "pFVar1 = DAT_001104a8;" (assignment_expression "pFVar1 = DAT_001104a8" identifier = identifier) ;) }) while (parenthesized_expression "(uVar7 < local_98)" ( (binary_expression "uVar7 < local_98" identifier < identifier) )) ;) }))) (expression_statement "DAT_001104a8 = pFVar1;" (assignment_expression "DAT_001104a8 = pFVar1" identifier = identifier) ;) (expression_statement "fclose(__s);" (call_expression "fclose(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "DAT_001104a8 = (FILE *)0x0;" (assignment_expression "DAT_001104a8 = (FILE *)0x0" identifier = (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "DAT_001104b0 = (char *)0x0;" (assignment_expression "DAT_001104b0 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "chmod((char *)*param_1,local_b0);" (call_expression "chmod((char *)*param_1,local_b0)" identifier (argument_list "((char *)*param_1,local_b0)" ( (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , identifier ))) ;) (if_statement "if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }" if (parenthesized_expression "(DAT_00110490 != 0)" ( (binary_expression "DAT_00110490 != 0" identifier != number_literal) )) (compound_statement "{\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }" { (expression_statement "local_80 = local_70;" (assignment_expression "local_80 = local_70" identifier = identifier) ;) (expression_statement "FUN_00107050(*param_1,local_c8);" (call_expression "FUN_00107050(*param_1,local_c8)" identifier (argument_list "(*param_1,local_c8)" ( (pointer_expression "*param_1" * identifier) , 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 TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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 = (call_expression IDENT (argument_list ( (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 IDENT = (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 = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , LIT )))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;)) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (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 = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (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 != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , IDENT ))) ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00103e80(undefined8 *param_1)\n\n{\n FILE *pFVar1;\n int iVar2;\n void *__ptr;\n size_t sVar3;\n FILE *__s;\n undefined8 uVar4;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n undefined8 uVar8;\n size_t __n;\n undefined1 local_c8 [24];\n __mode_t local_b0;\n ulong local_98;\n undefined8 local_80;\n undefined8 local_70;\n \n __ptr = (void *)xmalloc(0x2000);\n iVar2 = FUN_001084f0(*param_1);\n if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }\n free(__ptr);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00103e80(undefined8 *param_1)" (identifier "FUN_00103e80") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n FILE *pFVar1;\n int iVar2;\n void *__ptr;\n size_t sVar3;\n FILE *__s;\n undefined8 uVar4;\n int *piVar5;\n char *pcVar6;\n ulong uVar7;\n undefined8 uVar8;\n size_t __n;\n undefined1 local_c8 [24];\n __mode_t local_b0;\n ulong local_98;\n undefined8 local_80;\n undefined8 local_70;\n \n __ptr = (void *)xmalloc(0x2000);\n iVar2 = FUN_001084f0(*param_1);\n if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }\n free(__ptr);\n return;\n}" ({ "{") (declaration "FILE *pFVar1;" (type_identifier "FILE") (pointer_declarator "*pFVar1" (* "*") (identifier "pFVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "FILE *__s;" (type_identifier "FILE") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "char *pcVar6;" (primitive_type "char") (pointer_declarator "*pcVar6" (* "*") (identifier "pcVar6")) (; ";")) (declaration "ulong uVar7;" (type_identifier "ulong") (identifier "uVar7") (; ";")) (declaration "undefined8 uVar8;" (type_identifier "undefined8") (identifier "uVar8") (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "undefined1 local_c8 [24];" (type_identifier "undefined1") (array_declarator "local_c8 [24]" (identifier "local_c8") ([ "[") (number_literal "24") (] "]")) (; ";")) (declaration "__mode_t local_b0;" (type_identifier "__mode_t") (identifier "local_b0") (; ";")) (declaration "ulong local_98;" (type_identifier "ulong") (identifier "local_98") (; ";")) (declaration "undefined8 local_80;" (type_identifier "undefined8") (identifier "local_80") (; ";")) (declaration "undefined8 local_70;" (type_identifier "undefined8") (identifier "local_70") (; ";")) (expression_statement "__ptr = (void *)xmalloc(0x2000);" (assignment_expression "__ptr = (void *)xmalloc(0x2000)" (identifier "__ptr") (= "=") (cast_expression "(void *)xmalloc(0x2000)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x2000)" (identifier "xmalloc") (argument_list "(0x2000)" (( "(") (number_literal "0x2000") () ")"))))) (; ";")) (expression_statement "iVar2 = FUN_001084f0(*param_1);" (assignment_expression "iVar2 = FUN_001084f0(*param_1)" (identifier "iVar2") (= "=") (call_expression "FUN_001084f0(*param_1)" (identifier "FUN_001084f0") (argument_list "(*param_1)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }\n else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar8 = *param_1;\n uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);\n FUN_00107900(uVar4,uVar8);\n }" ({ "{") (expression_statement "uVar8 = *param_1;" (assignment_expression "uVar8 = *param_1" (identifier "uVar8") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5);" (assignment_expression "uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,"illegal pathname found in archive member: %s",5)" (identifier "dcgettext") (argument_list "(0,"illegal pathname found in archive member: %s",5)" (( "(") (number_literal "0") (, ",") (string_literal ""illegal pathname found in archive member: %s"" (" """) (string_content "illegal pathname found in archive member: %s") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00107900(uVar4,uVar8);" (call_expression "FUN_00107900(uVar4,uVar8)" (identifier "FUN_00107900") (argument_list "(uVar4,uVar8)" (( "(") (identifier "uVar4") (, ",") (identifier "uVar8") () ")"))) (; ";")) (} "}")) (else_clause "else {\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" (else "else") (compound_statement "{\n iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);\n if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }\n if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }\n uVar7 = 0;\n bfd_seek(param_1,0,0);\n __s = (FILE *)0x0;\n if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }\n DAT_001104a8 = pFVar1;\n fclose(__s);\n DAT_001104a8 = (FILE *)0x0;\n DAT_001104b0 = (char *)0x0;\n chmod((char *)*param_1,local_b0);\n if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }\n }" ({ "{") (expression_statement "iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1);" (assignment_expression "iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1)" (identifier "iVar2") (= "=") (call_expression "(**(code **)(param_1[1] + 0x1e0))(param_1)" (parenthesized_expression "(**(code **)(param_1[1] + 0x1e0))" (( "(") (pointer_expression "**(code **)(param_1[1] + 0x1e0)" (* "*") (pointer_expression "*(code **)(param_1[1] + 0x1e0)" (* "*") (cast_expression "(code **)(param_1[1] + 0x1e0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1[1] + 0x1e0)" (( "(") (binary_expression "param_1[1] + 0x1e0" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0x1e0")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) {\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar8 = *param_1;\n pcVar6 = "internal stat error on %s";\nLAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);\n \n FUN_00107860(uVar4,uVar8);\n }" ({ "{") (expression_statement "uVar8 = *param_1;" (assignment_expression "uVar8 = *param_1" (identifier "uVar8") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "pcVar6 = "internal stat error on %s";" (assignment_expression "pcVar6 = "internal stat error on %s"" (identifier "pcVar6") (= "=") (string_literal ""internal stat error on %s"" (" """) (string_content "internal stat error on %s") (" """))) (; ";")) (labeled_statement "LAB_0010408e:\n uVar4 = dcgettext(0,pcVar6,5);" (statement_identifier "LAB_0010408e") (: ":") (expression_statement "uVar4 = dcgettext(0,pcVar6,5);" (assignment_expression "uVar4 = dcgettext(0,pcVar6,5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,pcVar6,5)" (identifier "dcgettext") (argument_list "(0,pcVar6,5)" (( "(") (number_literal "0") (, ",") (identifier "pcVar6") (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "FUN_00107860(uVar4,uVar8);" (call_expression "FUN_00107860(uVar4,uVar8)" (identifier "FUN_00107860") (argument_list "(uVar4,uVar8)" (( "(") (identifier "uVar4") (, ",") (identifier "uVar8") () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_00110498 != 0) {\n printf("x - %s\n",*param_1);\n }" (if "if") (parenthesized_expression "(DAT_00110498 != 0)" (( "(") (binary_expression "DAT_00110498 != 0" (identifier "DAT_00110498") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n printf("x - %s\n",*param_1);\n }" ({ "{") (expression_statement "printf("x - %s\n",*param_1);" (call_expression "printf("x - %s\n",*param_1)" (identifier "printf") (argument_list "("x - %s\n",*param_1)" (( "(") (string_literal ""x - %s\n"" (" """) (string_content "x - %s") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" (identifier "uVar7") (= "=") (number_literal "0")) (; ";")) (expression_statement "bfd_seek(param_1,0,0);" (call_expression "bfd_seek(param_1,0,0)" (identifier "bfd_seek") (argument_list "(param_1,0,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "__s = (FILE *)0x0;" (assignment_expression "__s = (FILE *)0x0" (identifier "__s") (= "=") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (local_98 == 0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }\n else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" (if "if") (parenthesized_expression "(local_98 == 0)" (( "(") (binary_expression "local_98 == 0" (identifier "local_98") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }\n }" ({ "{") (expression_statement "DAT_001104b0 = (char *)*param_1;" (assignment_expression "DAT_001104b0 = (char *)*param_1" (identifier "DAT_001104b0") (= "=") (cast_expression "(char *)*param_1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "__s = fopen(DAT_001104b0,"w");" (assignment_expression "__s = fopen(DAT_001104b0,"w")" (identifier "__s") (= "=") (call_expression "fopen(DAT_001104b0,"w")" (identifier "fopen") (argument_list "(DAT_001104b0,"w")" (( "(") (identifier "DAT_001104b0") (, ",") (string_literal ""w"" (" """) (string_content "w") (" """)) () ")")))) (; ";")) (expression_statement "pFVar1 = __s;" (assignment_expression "pFVar1 = __s" (identifier "pFVar1") (= "=") (identifier "__s")) (; ";")) (if_statement "if (__s == (FILE *)0x0) {\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }" (if "if") (parenthesized_expression "(__s == (FILE *)0x0)" (( "(") (binary_expression "__s == (FILE *)0x0" (identifier "__s") (== "==") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_001040c6:\n perror((char *)*param_1);\n \n xexit(1);\n }" ({ "{") (labeled_statement "LAB_001040c6:\n perror((char *)*param_1);" (statement_identifier "LAB_001040c6") (: ":") (expression_statement "perror((char *)*param_1);" (call_expression "perror((char *)*param_1)" (identifier "perror") (argument_list "((char *)*param_1)" (( "(") (cast_expression "(char *)*param_1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")"))) (; ";"))) (expression_statement "xexit(1);" (call_expression "xexit(1)" (identifier "xexit") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" (else "else") (compound_statement "{\n do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);\n }" ({ "{") (do_statement "do {\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n } while (uVar7 < local_98);" (do "do") (compound_statement "{\n __n = 0x2000;\n if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }\n sVar3 = bfd_bread(__ptr,__n,param_1);\n if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }\n pFVar1 = DAT_001104a8;\n if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }\n DAT_001104a8 = pFVar1;\n sVar3 = fwrite(__ptr,1,__n,__s);\n if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }\n uVar7 = uVar7 + __n;\n pFVar1 = DAT_001104a8;\n }" ({ "{") (expression_statement "__n = 0x2000;" (assignment_expression "__n = 0x2000" (identifier "__n") (= "=") (number_literal "0x2000")) (; ";")) (if_statement "if (local_98 - uVar7 < 0x2001) {\n __n = local_98 - uVar7;\n }" (if "if") (parenthesized_expression "(local_98 - uVar7 < 0x2001)" (( "(") (binary_expression "local_98 - uVar7 < 0x2001" (binary_expression "local_98 - uVar7" (identifier "local_98") (- "-") (identifier "uVar7")) (< "<") (number_literal "0x2001")) () ")")) (compound_statement "{\n __n = local_98 - uVar7;\n }" ({ "{") (expression_statement "__n = local_98 - uVar7;" (assignment_expression "__n = local_98 - uVar7" (identifier "__n") (= "=") (binary_expression "local_98 - uVar7" (identifier "local_98") (- "-") (identifier "uVar7"))) (; ";")) (} "}"))) (expression_statement "sVar3 = bfd_bread(__ptr,__n,param_1);" (assignment_expression "sVar3 = bfd_bread(__ptr,__n,param_1)" (identifier "sVar3") (= "=") (call_expression "bfd_bread(__ptr,__n,param_1)" (identifier "bfd_bread") (argument_list "(__ptr,__n,param_1)" (( "(") (identifier "__ptr") (, ",") (identifier "__n") (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (sVar3 != __n) {\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }" (if "if") (parenthesized_expression "(sVar3 != __n)" (( "(") (binary_expression "sVar3 != __n" (identifier "sVar3") (!= "!=") (identifier "__n")) () ")")) (compound_statement "{\n pcVar6 = "%s is not a valid archive";\n uVar8 = *(undefined8 *)param_1[0x1a];\n goto LAB_0010408e;\n }" ({ "{") (expression_statement "pcVar6 = "%s is not a valid archive";" (assignment_expression "pcVar6 = "%s is not a valid archive"" (identifier "pcVar6") (= "=") (string_literal ""%s is not a valid archive"" (" """) (string_content "%s is not a valid archive") (" """))) (; ";")) (expression_statement "uVar8 = *(undefined8 *)param_1[0x1a];" (assignment_expression "uVar8 = *(undefined8 *)param_1[0x1a]" (identifier "uVar8") (= "=") (pointer_expression "*(undefined8 *)param_1[0x1a]" (* "*") (cast_expression "(undefined8 *)param_1[0x1a]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x1a]" (identifier "param_1") ([ "[") (number_literal "0x1a") (] "]"))))) (; ";")) (goto_statement "goto LAB_0010408e;" (goto "goto") (statement_identifier "LAB_0010408e") (; ";")) (} "}"))) (expression_statement "pFVar1 = DAT_001104a8;" (assignment_expression "pFVar1 = DAT_001104a8" (identifier "pFVar1") (= "=") (identifier "DAT_001104a8")) (; ";")) (if_statement "if (__s == (FILE *)0x0) {\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }" (if "if") (parenthesized_expression "(__s == (FILE *)0x0)" (( "(") (binary_expression "__s == (FILE *)0x0" (identifier "__s") (== "==") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n DAT_001104b0 = (char *)*param_1;\n __s = fopen(DAT_001104b0,"w");\n pFVar1 = __s;\n if (__s == (FILE *)0x0) goto LAB_001040c6;\n }" ({ "{") (expression_statement "DAT_001104b0 = (char *)*param_1;" (assignment_expression "DAT_001104b0 = (char *)*param_1" (identifier "DAT_001104b0") (= "=") (cast_expression "(char *)*param_1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "__s = fopen(DAT_001104b0,"w");" (assignment_expression "__s = fopen(DAT_001104b0,"w")" (identifier "__s") (= "=") (call_expression "fopen(DAT_001104b0,"w")" (identifier "fopen") (argument_list "(DAT_001104b0,"w")" (( "(") (identifier "DAT_001104b0") (, ",") (string_literal ""w"" (" """) (string_content "w") (" """)) () ")")))) (; ";")) (expression_statement "pFVar1 = __s;" (assignment_expression "pFVar1 = __s" (identifier "pFVar1") (= "=") (identifier "__s")) (; ";")) (if_statement "if (__s == (FILE *)0x0) goto LAB_001040c6;" (if "if") (parenthesized_expression "(__s == (FILE *)0x0)" (( "(") (binary_expression "__s == (FILE *)0x0" (identifier "__s") (== "==") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_001040c6;" (goto "goto") (statement_identifier "LAB_001040c6") (; ";"))) (} "}"))) (expression_statement "DAT_001104a8 = pFVar1;" (assignment_expression "DAT_001104a8 = pFVar1" (identifier "DAT_001104a8") (= "=") (identifier "pFVar1")) (; ";")) (expression_statement "sVar3 = fwrite(__ptr,1,__n,__s);" (assignment_expression "sVar3 = fwrite(__ptr,1,__n,__s)" (identifier "sVar3") (= "=") (call_expression "fwrite(__ptr,1,__n,__s)" (identifier "fwrite") (argument_list "(__ptr,1,__n,__s)" (( "(") (identifier "__ptr") (, ",") (number_literal "1") (, ",") (identifier "__n") (, ",") (identifier "__s") () ")")))) (; ";")) (if_statement "if (sVar3 != __n) {\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }" (if "if") (parenthesized_expression "(sVar3 != __n)" (( "(") (binary_expression "sVar3 != __n" (identifier "sVar3") (!= "!=") (identifier "__n")) () ")")) (compound_statement "{\n piVar5 = __errno_location();\n pcVar6 = strerror(*piVar5);\n \n FUN_00107860("%s: %s",DAT_001104b0,pcVar6);\n }" ({ "{") (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" (identifier "piVar5") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar6 = strerror(*piVar5);" (assignment_expression "pcVar6 = strerror(*piVar5)" (identifier "pcVar6") (= "=") (call_expression "strerror(*piVar5)" (identifier "strerror") (argument_list "(*piVar5)" (( "(") (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) () ")")))) (; ";")) (expression_statement "FUN_00107860("%s: %s",DAT_001104b0,pcVar6);" (call_expression "FUN_00107860("%s: %s",DAT_001104b0,pcVar6)" (identifier "FUN_00107860") (argument_list "("%s: %s",DAT_001104b0,pcVar6)" (( "(") (string_literal ""%s: %s"" (" """) (string_content "%s: %s") (" """)) (, ",") (identifier "DAT_001104b0") (, ",") (identifier "pcVar6") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar7 = uVar7 + __n;" (assignment_expression "uVar7 = uVar7 + __n" (identifier "uVar7") (= "=") (binary_expression "uVar7 + __n" (identifier "uVar7") (+ "+") (identifier "__n"))) (; ";")) (expression_statement "pFVar1 = DAT_001104a8;" (assignment_expression "pFVar1 = DAT_001104a8" (identifier "pFVar1") (= "=") (identifier "DAT_001104a8")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar7 < local_98)" (( "(") (binary_expression "uVar7 < local_98" (identifier "uVar7") (< "<") (identifier "local_98")) () ")")) (; ";")) (} "}")))) (expression_statement "DAT_001104a8 = pFVar1;" (assignment_expression "DAT_001104a8 = pFVar1" (identifier "DAT_001104a8") (= "=") (identifier "pFVar1")) (; ";")) (expression_statement "fclose(__s);" (call_expression "fclose(__s)" (identifier "fclose") (argument_list "(__s)" (( "(") (identifier "__s") () ")"))) (; ";")) (expression_statement "DAT_001104a8 = (FILE *)0x0;" (assignment_expression "DAT_001104a8 = (FILE *)0x0" (identifier "DAT_001104a8") (= "=") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "DAT_001104b0 = (char *)0x0;" (assignment_expression "DAT_001104b0 = (char *)0x0" (identifier "DAT_001104b0") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "chmod((char *)*param_1,local_b0);" (call_expression "chmod((char *)*param_1,local_b0)" (identifier "chmod") (argument_list "((char *)*param_1,local_b0)" (( "(") (cast_expression "(char *)*param_1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (, ",") (identifier "local_b0") () ")"))) (; ";")) (if_statement "if (DAT_00110490 != 0) {\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }" (if "if") (parenthesized_expression "(DAT_00110490 != 0)" (( "(") (binary_expression "DAT_00110490 != 0" (identifier "DAT_00110490") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_80 = local_70;\n FUN_00107050(*param_1,local_c8);\n }" ({ "{") (expression_statement "local_80 = local_70;" (assignment_expression "local_80 = local_70" (identifier "local_80") (= "=") (identifier "local_70")) (; ";")) (expression_statement "FUN_00107050(*param_1,local_c8);" (call_expression "FUN_00107050(*param_1,local_c8)" (identifier "FUN_00107050") (argument_list "(*param_1,local_c8)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (identifier "local_c8") () ")"))) (; ";")) (} "}"))) (} "}")))) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *abfd) { type_2 *pFVar1; type_3 var_3; int var_6; void *__ptr; size_t var_17; type_2 *var_12; int *piVar5; char *pcVar6; type_4 var_15; char *pcVar8; size_t var_18; type_5 buf; __ptr = (void *)var_1(0x2000); var_3 = var_2(abfd->filename); if (var_3 == 0) { pcVar6 = abfd->filename; pcVar8 = (char *)var_4(0,"illegal pathname found in archive member: %s",5); var_5(pcVar8,pcVar6); } else { var_6 = (*abfd->xvec->_bfd_stat_arch_elt)(abfd,&buf); if (var_6 != 0) { pcVar6 = abfd->filename; pcVar8 = "internal stat error on %s"; LAB_0010408e: pcVar8 = (char *)var_4(0,pcVar8,5); /* WARNING: Subroutine does not return */ var_7(pcVar8,pcVar6); } if (var_8 != 0) { var_9("x - %s\n",abfd->filename); } var_15 = 0; var_10(abfd,0,0); var_12 = (type_2 *)0x0; if (buf.st_size == 0) { output_filename = abfd->filename; var_12 = var_11(output_filename,"w"); pFVar1 = var_12; if (var_12 == (type_2 *)0x0) { LAB_001040c6: var_13(abfd->filename); /* WARNING: Subroutine does not return */ var_14(1); } } else { do { var_18 = 0x2000; if (buf.st_size - var_15 < 0x2001) { var_18 = buf.st_size - var_15; } var_17 = var_16(__ptr,var_18,abfd); if (var_17 != var_18) { pcVar8 = "%s is not a valid archive"; pcVar6 = abfd->my_archive->filename; goto LAB_0010408e; } pFVar1 = (type_2 *)output_file; if (var_12 == (type_2 *)0x0) { output_filename = abfd->filename; var_12 = var_11(output_filename,"w"); pFVar1 = var_12; if (var_12 == (type_2 *)0x0) goto LAB_001040c6; } output_file = (type_2 *)pFVar1; var_17 = var_19(__ptr,1,var_18,var_12); if (var_17 != var_18) { piVar5 = var_20(); pcVar6 = var_21(*piVar5); /* WARNING: Subroutine does not return */ var_7("%s: %s",output_filename,pcVar6); } var_15 = var_15 + var_18; pFVar1 = (type_2 *)output_file; } while (var_15 < (type_4)buf.st_size); } output_file = (type_2 *)pFVar1; var_22(var_12); output_file = (type_2 *)0x0; output_filename = (char *)0x0; var_23(abfd->filename,buf.st_mode); if (var_24 != 0) { buf.st_atim.tv_sec = buf.st_mtim.tv_sec; var_25(abfd->filename,&buf); } } var_26(__ptr); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (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: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (goto_statement label: (statement_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: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (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: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { FILE *pFVar1; int iVar2; void *__ptr; size_t sVar3; FILE *__s; undefined8 uVar4; int *piVar5; char *pcVar6; ulong uVar7; undefined8 uVar8; size_t __n; undefined1 local_c8 [24]; __mode_t local_b0; ulong local_98; undefined8 local_80; undefined8 local_70; __ptr = (void *)xmalloc(0x2000); iVar2 = FUN_001084f0(*param_1); if (iVar2 == 0) { uVar8 = *param_1; uVar4 = dcgettext(0,"illegal pathname found in archive member: %s",5); FUN_00107900(uVar4,uVar8); } else { iVar2 = (**(code **)(param_1[1] + 0x1e0))(param_1); if (iVar2 != 0) { uVar8 = *param_1; pcVar6 = "internal stat error on %s"; LAB_0010408e: uVar4 = dcgettext(0,pcVar6,5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar4,uVar8); } if (DAT_00110498 != 0) { printf("x - %s\n",*param_1); } uVar7 = 0; bfd_seek(param_1,0,0); __s = (FILE *)0x0; if (local_98 == 0) { DAT_001104b0 = (char *)*param_1; __s = fopen(DAT_001104b0,"w"); pFVar1 = __s; if (__s == (FILE *)0x0) { LAB_001040c6: perror((char *)*param_1); /* WARNING: Subroutine does not return */ xexit(1); } } else { do { __n = 0x2000; if (local_98 - uVar7 < 0x2001) { __n = local_98 - uVar7; } sVar3 = bfd_bread(__ptr,__n,param_1); if (sVar3 != __n) { pcVar6 = "%s is not a valid archive"; uVar8 = *(undefined8 *)param_1[0x1a]; goto LAB_0010408e; } pFVar1 = DAT_001104a8; if (__s == (FILE *)0x0) { DAT_001104b0 = (char *)*param_1; __s = fopen(DAT_001104b0,"w"); pFVar1 = __s; if (__s == (FILE *)0x0) goto LAB_001040c6; } DAT_001104a8 = pFVar1; sVar3 = fwrite(__ptr,1,__n,__s); if (sVar3 != __n) { piVar5 = __errno_location(); pcVar6 = strerror(*piVar5); /* WARNING: Subroutine does not return */ FUN_00107860("%s: %s",DAT_001104b0,pcVar6); } uVar7 = uVar7 + __n; pFVar1 = DAT_001104a8; } while (uVar7 < local_98); } DAT_001104a8 = pFVar1; fclose(__s); DAT_001104a8 = (FILE *)0x0; DAT_001104b0 = (char *)0x0; chmod((char *)*param_1,local_b0); if (DAT_00110490 != 0) { local_80 = local_70; FUN_00107050(*param_1,local_c8); } } free(__ptr); return; }
7676_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
seekoff
FUN_002db470
/* std::__basic_file<char>::seekoff(long, std::_Ios_Seekdir) */ void __thiscall std::__basic_file<char>::seekoff(__basic_file<char> *this,__off64_t param_1,int param_3) { int __fd; __fd = fd(this); lseek64(__fd,param_1,param_3); return; }
void FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3) { int __fd; __fd = FUN_002db2b0(); lseek64(__fd,param_2,param_3); return; }
PUSH RBP MOV EBP,EDX PUSH RBX MOV RBX,RSI SUB RSP,0x8 CALL 0x002db2b0 ADD RSP,0x8 MOV EDX,EBP MOV RSI,RBX MOV EDI,EAX POP RBX POP RBP JMP 0x001478e0
null
null
null
null
[('tmp_230', u'CALL_-1204636522'), (u'CALL_-1204636522', u'CALL_-1204636481'), ('tmp_229', u'CALL_-1204636481'), ('tmp_241', u'CALL_-1204636481'), ('const-0', u'RETURN_-1204636477')]
[('tmp_299', u'CALL_-1204636481'), (u'CALL_-1204636522', u'CALL_-1204636481'), ('tmp_231', u'CALL_-1204636481'), ('const-0', u'RETURN_-1204636477')]
null
null
002db470
x64
O2
(translation_unit "void FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3)\n\n{\n int __fd;\n \n __fd = FUN_002db2b0();\n lseek64(__fd,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3)\n\n{\n int __fd;\n \n __fd = FUN_002db2b0();\n lseek64(__fd,param_2,param_3);\n return;\n}" primitive_type (function_declarator "FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3)" identifier (parameter_list "(undefined8 param_1,__off64_t param_2,int param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "__off64_t param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int __fd;\n \n __fd = FUN_002db2b0();\n lseek64(__fd,param_2,param_3);\n return;\n}" { (declaration "int __fd;" primitive_type identifier ;) (expression_statement "__fd = FUN_002db2b0();" (assignment_expression "__fd = FUN_002db2b0()" identifier = (call_expression "FUN_002db2b0()" identifier (argument_list "()" ( )))) ;) (expression_statement "lseek64(__fd,param_2,param_3);" (call_expression "lseek64(__fd,param_2,param_3)" identifier (argument_list "(__fd,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::__basic_file<char>::seekoff(long, std::_Ios_Seekdir) */\n\nvoid __thiscall\nstd::__basic_file<char>::seekoff(__basic_file<char> *this,__off64_t param_1,int param_3)\n\n{\n int __fd;\n \n __fd = fd(this);\n lseek64(__fd,param_1,param_3);\n return;\n}\n\n" comment (function_definition "void __thiscall\nstd::__basic_file<char>::seekoff(__basic_file<char> *this,__off64_t param_1,int param_3)\n\n{\n int __fd;\n \n __fd = fd(this);\n lseek64(__fd,param_1,param_3);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::__basic_file<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "seekoff(__basic_file<char> *this,__off64_t param_1,int param_3)" identifier (parameter_list "(__basic_file<char> *this,__off64_t param_1,int param_3)" ( (parameter_declaration "__basic_file<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "__off64_t param_1" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int __fd;\n \n __fd = fd(this);\n lseek64(__fd,param_1,param_3);\n return;\n}" { (declaration "int __fd;" primitive_type identifier ;) (expression_statement "__fd = fd(this);" (assignment_expression "__fd = fd(this)" identifier = (call_expression "fd(this)" identifier (argument_list "(this)" ( identifier )))) ;) (expression_statement "lseek64(__fd,param_1,param_3);" (call_expression "lseek64(__fd,param_1,param_3)" identifier (argument_list "(__fd,param_1,param_3)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3)\n\n{\n int __fd;\n \n __fd = FUN_002db2b0();\n lseek64(__fd,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3)\n\n{\n int __fd;\n \n __fd = FUN_002db2b0();\n lseek64(__fd,param_2,param_3);\n return;\n}" primitive_type (function_declarator "FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3)" identifier (parameter_list "(undefined8 param_1,__off64_t param_2,int param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "__off64_t param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int __fd;\n \n __fd = FUN_002db2b0();\n lseek64(__fd,param_2,param_3);\n return;\n}" { (declaration "int __fd;" primitive_type identifier ;) (expression_statement "__fd = FUN_002db2b0();" (assignment_expression "__fd = FUN_002db2b0()" identifier = (call_expression "FUN_002db2b0()" identifier (argument_list "()" ( )))) ;) (expression_statement "lseek64(__fd,param_2,param_3);" (call_expression "lseek64(__fd,param_2,param_3)" identifier (argument_list "(__fd,param_2,param_3)" ( 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) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3)\n\n{\n int __fd;\n \n __fd = FUN_002db2b0();\n lseek64(__fd,param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002db470(undefined8 param_1,__off64_t param_2,int param_3)" (identifier "FUN_002db470") (parameter_list "(undefined8 param_1,__off64_t param_2,int param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "__off64_t param_2" (type_identifier "__off64_t") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int __fd;\n \n __fd = FUN_002db2b0();\n lseek64(__fd,param_2,param_3);\n return;\n}" ({ "{") (declaration "int __fd;" (primitive_type "int") (identifier "__fd") (; ";")) (expression_statement "__fd = FUN_002db2b0();" (assignment_expression "__fd = FUN_002db2b0()" (identifier "__fd") (= "=") (call_expression "FUN_002db2b0()" (identifier "FUN_002db2b0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "lseek64(__fd,param_2,param_3);" (call_expression "lseek64(__fd,param_2,param_3)" (identifier "lseek64") (argument_list "(__fd,param_2,param_3)" (( "(") (identifier "__fd") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::__basic_file<char>::seekoff(long, std::_Ios_Seekdir) */ void __thiscall std::type_1<char>::function_1(type_1<char> *this,type_2 param_1,int param_3) { int __fd; __fd = var_1(this); var_2(__fd,param_1,param_3); 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: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
null
void MASKED(undefined8 param_1,__off64_t param_2,int param_3) { int __fd; __fd = FUN_002db2b0(); lseek64(__fd,param_2,param_3); return; }
140_x86_64-linux-gnux32-ar_and_x86_64-linux-gnux32-ar_strip.c
usage
FUN_001053f0
void usage(int help) { char *pcVar1; char *__format; FILE *__stream; pcVar1 = (char *)dcgettext(0, "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n" ,5); __stream = stdout; if (help == 0) { __stream = stderr; } fprintf(__stream,pcVar1,program_name); pcVar1 = program_name; __format = (char *)dcgettext(0," %s -M [<mri-script]\n",5); fprintf(__stream,__format,pcVar1); pcVar1 = (char *)dcgettext(0," commands:\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0, " r[ab][f][u] - replace existing or insert new file(s) into the archive\n" ,5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," s - act as ranlib\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," command specific modifiers:\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5 ); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n", 5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [P] - use full path names when matching\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [o] - preserve original dates\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0, " [u] - only replace files that are newer than current archive contents\n" ,5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," generic modifiers:\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [T] - make a thin archive\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [v] - be verbose\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," [V] - display the version number\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," @<file> - read options from <file>\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n", 5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," optional:\n",5); fprintf(__stream,pcVar1); pcVar1 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5); fprintf(__stream,pcVar1); ar_emul_usage((FILE *)__stream); list_supported_targets(program_name,(FILE *)__stream); if (help != 0) { pcVar1 = (char *)dcgettext(0,"Report bugs to %s\n",5); fprintf(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>"); } /* WARNING: Subroutine does not return */ xexit(help ^ 1); }
void FUN_001053f0(uint param_1) { undefined8 uVar1; char *pcVar2; FILE *__stream; pcVar2 = (char *)dcgettext(0, "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n" ,5); __stream = stdout; if (param_1 == 0) { __stream = stderr; } fprintf(__stream,pcVar2,DAT_00110690); uVar1 = DAT_00110690; pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5); fprintf(__stream,pcVar2,uVar1); pcVar2 = (char *)dcgettext(0," commands:\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0, " r[ab][f][u] - replace existing or insert new file(s) into the archive\n" ,5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5 ); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n", 5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0, " [u] - only replace files that are newer than current archive contents\n" ,5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n", 5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," optional:\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5); fprintf(__stream,pcVar2); FUN_00107260(__stream); FUN_00107a80(DAT_00110690,__stream); if (param_1 != 0) { pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5); fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>"); } /* WARNING: Subroutine does not return */ xexit(param_1 ^ 1); }
PUSH R12 MOV EDX,0x5 LEA RSI,[0x10b4d8] PUSH RBP MOV EBP,EDI XOR EDI,EDI PUSH RBX CALL 0x001021b0 TEST EBP,EBP MOV RBX,qword ptr [0x00110400] CMOVZ RBX,qword ptr [0x00110440] MOV RDX,qword ptr [0x00110690] MOV RSI,RAX XOR EAX,EAX MOV RDI,RBX CALL 0x00102340 XOR EDI,EDI MOV R12,qword ptr [0x00110690] MOV EDX,0x5 LEA RSI,[0x10b099] CALL 0x001021b0 MOV RDX,R12 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b0b5] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b558] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b590] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b5c0] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b5f8] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b630] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b680] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b6a0] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b6d8] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b0c1] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b710] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b748] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b790] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b7d8] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b810] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b840] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b870] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b8a8] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b8d8] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b918] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b0df] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b970] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b9b0] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b9e8] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10ba18] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b0f4] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10ba40] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10ba70] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10baa0] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10b111] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x10bae8] CALL 0x001021b0 MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 MOV RDI,RBX CALL 0x00107260 MOV RDI,qword ptr [0x00110690] MOV RSI,RBX CALL 0x00107a80 TEST EBP,EBP JNZ 0x0010585d MOV EDI,EBP XOR EDI,0x1 CALL 0x00102500 XOR EDI,EDI MOV EDX,0x5 LEA RSI,[0x10b086] CALL 0x001021b0 LEA RDX,[0x10b478] MOV RDI,RBX MOV RSI,RAX XOR EAX,EAX CALL 0x00102340 JMP 0x00105853
null
null
null
null
[(u'CALL_-1206953715', u'INDIRECT_-1206951394'), (u'CALL_-1206953157', u'INDIRECT_-1206951041'), (u'CALL_-1206954831', u'INDIRECT_-1206951949'), (u'CALL_-1206953557', u'INDIRECT_-1206951306'), ('const-0', u'CALL_-1206953681'), ('const-0', u'CALL_-1206953557'), (u'CAST_-1206950834', u'CALL_-1206953467'), (u'CALL_-1206954149', u'INDIRECT_-1206951575'), ('const-5', u'CALL_-1206954363'), (u'INDIRECT_-1206950973', u'MULTIEQUAL_-1206950930'), (u'CALL_-1206954211', u'INDIRECT_-1206951609'), (u'CALL_-1206952971', u'INDIRECT_-1206951024'), (u'CALL_-1206952877', u'INDIRECT_-1206950900'), ('const-1093813', u'COPY_-1206951628'), (u'COPY_-1206951293', u'CALL_-1206954177'), (u'COPY_-1206951677', u'MULTIEQUAL_-1206953134'), (u'CALL_-1206954487', u'CAST_-1206951362'), ('const-5', u'CALL_-1206954487'), (u'CALL_-1206953929', u'INDIRECT_-1206951599'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954459'), (u'CALL_-1206954673', u'INDIRECT_-1206951934'), (u'CALL_-1206953343', u'INDIRECT_-1206951278'), (u'INDIRECT_-1206951993', u'COPY_-1206951656'), (u'CALL_-1206952897', u'INDIRECT_-1206950987'), (u'CALL_-1206953405', u'INDIRECT_-1206951151'), (u'CALL_-1206953681', u'CAST_-1206950933'), (u'CALL_-1206954769', u'INDIRECT_-1206952061'), (u'CALL_-1206954521', u'INDIRECT_-1206951779'), (u'CALL_-1206954797', u'CAST_-1206951527'), (u'CALL_-1206954053', u'CAST_-1206951131'), (u'CALL_-1206954905', u'INDIRECT_-1206952139'), ('const-1096424', u'COPY_-1206950636'), ('const-0', u'CALL_-1206954863'), ('const-5', u'CALL_-1206953991'), ('const-0', u'CALL_-1206953867'), (u'CALL_-1206954087', u'INDIRECT_-1206951614'), ('const-1095640', u'COPY_-1206951194'), (u'CALL_-1206954797', u'INDIRECT_-1206951929'), ('const-1095384', u'COPY_-1206951358'), (u'CALL_-1206953309', u'INDIRECT_-1206951244'), (u'CALL_-1206954549', u'INDIRECT_-1206951793'), ('const-1095296', u'COPY_-1206951424'), (u'COPY_-1206951556', u'CALL_-1206954673'), (u'CALL_-1206954177', u'CAST_-1206951197'), ('const-5', u'CALL_-1206953743'), (u'CAST_-1206951263', u'CALL_-1206954273'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206952971'), (u'CALL_-1206953929', u'INDIRECT_-1206951453'), ('const-1096352', u'COPY_-1206950701'), (u'CAST_-1206950933', u'CALL_-1206953653'), ('const-1096048', u'COPY_-1206950931'), (u'CALL_-1206953033', u'INDIRECT_-1206950981'), (u'CALL_-1206952801', u'INDIRECT_-1206950836'), (u'CALL_-1206954239', u'INDIRECT_-1206951623'), (u'CAST_-1206951461', u'CALL_-1206954645'), ('const-0', u'CALL_-1206954425'), ('const-5', u'CALL_-1206953681'), ('const-1093825', u'COPY_-1206951339'), (u'COPY_-1206950865', u'CALL_-1206953371'), (u'CALL_-1206953281', u'INDIRECT_-1206951174'), ('const-0', u'CALL_-1206953247'), (u'MULTIEQUAL_-1206953134', u'CAST_-1206950499'), (u'CAST_-1206950603', u'CALL_-1206953033'), (u'INT_NOTEQUAL_-1206952862', u'CBRANCH_-1206952861'), (u'CAST_-1206950537', u'CALL_-1206952909'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953963'), (u'CAST_-1206951527', u'CALL_-1206954769'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953901'), (u'CALL_-1206954549', u'INDIRECT_-1206951866'), (u'CALL_-1206954521', u'INDIRECT_-1206951852'), ('const-0', u'CALL_-1206954115'), (u'CALL_-1206953529', u'INDIRECT_-1206951219'), ('const-1095000', u'COPY_-1206951589'), (u'CALL_-1206953715', u'INDIRECT_-1206951467'), (u'CALL_-1206954487', u'INDIRECT_-1206951759'), (u'CALL_-1206953867', u'INDIRECT_-1206951419'), (u'CALL_-1206954611', u'INDIRECT_-1206951900'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954521'), (u'CALL_-1206954769', u'INDIRECT_-1206951915'), (u'CALL_-1206954549', u'INDIRECT_-1206951939'), (u'CALL_-1206953495', u'INDIRECT_-1206951272'), (u'COPY_-1206950636', u'CALL_-1206952937'), (u'CALL_-1206953557', u'INDIRECT_-1206951233'), (u'CALL_-1206953495', u'INDIRECT_-1206951199'), (u'CALL_-1206954087', u'INDIRECT_-1206951541'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954025'), ('const-0', u'CALL_-1206953433'), ('const-5', u'CALL_-1206954425'), ('const-5', u'CALL_-1206953495'), (u'CAST_-1206951131', u'CALL_-1206954025'), (u'CALL_-1206954487', u'INDIRECT_-1206951905'), (u'COPY_-1206951490', u'CALL_-1206954549'), ('const-5', u'CALL_-1206952801'), (u'CALL_-1206953619', u'INDIRECT_-1206951267'), (u'CALL_-1206953371', u'INDIRECT_-1206951131'), (u'CALL_-1206953247', u'INDIRECT_-1206951229'), (u'CALL_-1206952801', u'INDIRECT_-1206950982'), (u'CALL_-1206954239', u'CAST_-1206951230'), (u'CAST_-1206950570', u'CALL_-1206952971'), (u'INDIRECT_-1206952177', u'COPY_-1206951677'), (u'CAST_-1206951032', u'CALL_-1206953839'), (u'CALL_-1206954025', u'INDIRECT_-1206951507'), (u'CALL_-1206954301', u'INDIRECT_-1206951730'), (u'CALL_-1206952937', u'INDIRECT_-1206950933'), (u'CALL_-1206953653', u'INDIRECT_-1206951287'), (u'COPY_-1206951656', u'CALL_-1206954831'), (u'CALL_-1206954735', u'INDIRECT_-1206951895'), (u'INDIRECT_-1206950853', u'COPY_-1206950912'), ('const-1', u'RETURN_-1206952832'), ('const-0', u'CALL_-1206952999'), (u'CALL_-1206954397', u'INDIRECT_-1206951857'), ('const-5', u'CALL_-1206954239'), (u'CALL_-1206953095', u'INDIRECT_-1206951157'), (u'CALL_-1206953777', u'INDIRECT_-1206951518'), (u'INDIRECT_-1206950926', u'COPY_-1206950985'), (u'COPY_-1206951424', u'CALL_-1206954425'), (u'CALL_-1206953529', u'INDIRECT_-1206951292'), ('tmp_2624', u'CBRANCH_-1206952861'), (u'CALL_-1206952909', u'INDIRECT_-1206951067'), (u'CALL_-1206953653', u'INDIRECT_-1206951433'), ('const-5', u'CALL_-1206953433'), (u'CAST_-1206950465', u'CALL_-1206952765'), (u'CALL_-1206953309', u'INDIRECT_-1206951171'), (u'CALL_-1206954487', u'INDIRECT_-1206951832'), (u'CALL_-1206954273', u'INDIRECT_-1206951643'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953715'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954831'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953653'), (u'COPY_-1206951029', u'CALL_-1206953681'), ('const-0', u'INT_NOTEQUAL_-1206952862'), (u'CALL_-1206954583', u'INDIRECT_-1206951959'), (u'CALL_-1206953991', u'CAST_-1206951098'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954273'), (u'CAST_-1206950867', u'CALL_-1206953529'), (u'CAST_-1206951395', u'CALL_-1206954521'), (u'CALL_-1206952877', u'INDIRECT_-1206950973'), ('const-1093766', u'COPY_-1206950601'), (u'CALL_-1206953061', u'INDIRECT_-1206950993'), (u'CALL_-1206954707', u'INDIRECT_-1206952027'), (u'CALL_-1206954549', u'CAST_-1206951395'), (u'CALL_-1206952801', u'CAST_-1206950465'), (u'CAST_-1206950900', u'CALL_-1206953591'), (u'CALL_-1206953467', u'INDIRECT_-1206951258'), (u'CALL_-1206953743', u'INDIRECT_-1206951481'), (u'CALL_-1206953681', u'INDIRECT_-1206951374'), ('const-5', u'CALL_-1206953247'), (u'COPY_-1206951339', u'CALL_-1206954239'), (u'CALL_-1206952937', u'INDIRECT_-1206951006'), (u'COPY_-1206951227', u'CALL_-1206954053'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954583'), ('const-0', u'CALL_-1206954053'), (u'COPY_-1206951128', u'CALL_-1206953867'), (u'CALL_-1206953653', u'INDIRECT_-1206951360'), (u'INDIRECT_-1206950815', u'MULTIEQUAL_-1206950857'), ('const-0', u'CALL_-1206954363'), (u'CALL_-1206953557', u'CAST_-1206950867'), (u'CALL_-1206952971', u'INDIRECT_-1206951097'), ('const-1095216', u'COPY_-1206951457'), (u'CALL_-1206953343', u'INDIRECT_-1206951132'), ('const-1093785', u'COPY_-1206951664'), (u'CALL_-1206954645', u'INDIRECT_-1206951920'), (u'CALL_-1206954521', u'INDIRECT_-1206951925'), (u'CALL_-1206954115', u'INDIRECT_-1206951701'), ('const-1095696', u'COPY_-1206951161'), ('const-5', u'CALL_-1206953185'), (u'CAST_-1206950636', u'CALL_-1206953095'), (u'CALL_-1206953619', u'INDIRECT_-1206951413'), ('const-0', u'CALL_-1206953371'), ('const-0', u'CALL_-1206953309'), (u'CALL_-1206952999', u'INDIRECT_-1206951036'), (u'CALL_-1206954053', u'INDIRECT_-1206951521'), (u'CALL_-1206953929', u'INDIRECT_-1206951526'), (u'CALL_-1206954363', u'INDIRECT_-1206951691'), (u'CALL_-1206953433', u'INDIRECT_-1206951165'), (u'INDIRECT_-1206950999', u'COPY_-1206951058'), (u'CALL_-1206953495', u'INDIRECT_-1206951345'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954149'), (u'CALL_-1206953123', u'INDIRECT_-1206951023'), (u'CALL_-1206954239', u'INDIRECT_-1206951769'), (u'CALL_-1206952837', u'INDIRECT_-1206950926'), (u'CALL_-1206954583', u'INDIRECT_-1206951813'), (u'CALL_-1206954645', u'INDIRECT_-1206951993'), (u'CALL_-1206953805', u'INDIRECT_-1206951441'), (u'CALL_-1206952801', u'INDIRECT_-1206950909'), (u'CALL_-1206952765', u'INDIRECT_-1206950888'), (u'COPY_-1206950734', u'CALL_-1206953123'), (u'CALL_-1206954863', u'INDIRECT_-1206952039'), (u'CALL_-1206953867', u'CAST_-1206951032'), ('const-5', u'CALL_-1206952999'), ('const-0', u'CALL_-1206952937'), ('const-0', u'CALL_-1206953495'), (u'CALL_-1206953901', u'INDIRECT_-1206951585'), ('const-0', u'CALL_-1206953929'), (u'CALL_-1206954673', u'INDIRECT_-1206952007'), (u'COPY_-1206951260', u'CALL_-1206954115'), (u'CALL_-1206953839', u'INDIRECT_-1206951551'), (u'COPY_-1206951194', u'CALL_-1206953991'), (u'CAST_-1206950768', u'CALL_-1206953343'), (u'CAST_-1206951065', u'CALL_-1206953901'), ('const-5', u'CALL_-1206954053'), (u'CAST_-1206951197', u'CALL_-1206954149'), (u'CAST_-1206951098', u'CALL_-1206953963'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953343'), (u'COPY_-1206950996', u'CALL_-1206953619'), (u'COPY_-1206950931', u'CALL_-1206953495'), (u'CALL_-1206954735', u'CAST_-1206951494'), (u'CALL_-1206952909', u'INDIRECT_-1206950921'), ('const-5', u'CALL_-1206954115'), (u'INDIRECT_-1206950914', u'CALL_-1206952877'), (u'CALL_-1206953467', u'INDIRECT_-1206951185'), ('tmp_2960', u'INT_EQUAL_-1206954958'), (u'CAST_-1206950515', u'CALL_-1206952897'), (u'CAST_-1206951494', u'CALL_-1206954707'), (u'CALL_-1206953185', u'INDIRECT_-1206951053'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954335'), (u'CALL_-1206954335', u'INDIRECT_-1206951750'), (u'COPY_-1206951358', u'CALL_-1206954301'), (u'CALL_-1206954583', u'INDIRECT_-1206951886'), (u'CAST_-1206951164', u'CALL_-1206954087'), ('const-5', u'CALL_-1206954611'), (u'CALL_-1206953743', u'INDIRECT_-1206951408'), ('const-5', u'CALL_-1206953867'), (u'CAST_-1206950499', u'CALL_-1206952877'), (u'CALL_-1206954863', u'INDIRECT_-1206952112'), ('const-0', u'CALL_-1206954611'), (u'CALL_-1206953123', u'CAST_-1206950636'), ('const-0', u'CALL_-1206954301'), (u'CALL_-1206953805', u'CAST_-1206950999'), (u'CALL_-1206953281', u'INDIRECT_-1206951247'), (u'CAST_-1206950735', u'CALL_-1206953281'), (u'INT_EQUAL_-1206954958', u'CBRANCH_-1206954947'), (u'CALL_-1206953185', u'INDIRECT_-1206951199'), (u'COPY_-1206951523', u'CALL_-1206954611'), ('const-5', u'CALL_-1206953371'), (u'CALL_-1206953805', u'INDIRECT_-1206951368'), (u'COPY_-1206951391', u'CALL_-1206954363'), (u'CALL_-1206953991', u'INDIRECT_-1206951487'), (u'CALL_-1206953405', u'INDIRECT_-1206951224'), (u'CALL_-1206954025', u'INDIRECT_-1206951580'), (u'CALL_-1206953371', u'CAST_-1206950768'), (u'CALL_-1206952897', u'INDIRECT_-1206950914'), (u'CALL_-1206954335', u'INDIRECT_-1206951823'), ('const-0', u'CALL_-1206953743'), (u'CALL_-1206953529', u'INDIRECT_-1206951365'), (u'CALL_-1206954972', u'INDIRECT_-1206952031'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953591'), (u'CALL_-1206954087', u'INDIRECT_-1206951687'), (u'CALL_-1206954459', u'INDIRECT_-1206951745'), ('const-5', u'CALL_-1206953123'), (u'COPY_-1206950701', u'CALL_-1206953061'), (u'CALL_-1206953681', u'INDIRECT_-1206951301'), ('const-1095960', u'COPY_-1206950996'), (u'CALL_-1206953963', u'INDIRECT_-1206951546'), (u'CALL_-1206953247', u'INDIRECT_-1206951156'), ('const-1096304', u'COPY_-1206950734'), ('const-1093905', u'COPY_-1206950696'), (u'CALL_-1206953557', u'INDIRECT_-1206951379'), (u'CALL_-1206954025', u'INDIRECT_-1206951653'), (u'CALL_-1206953123', u'INDIRECT_-1206951096'), (u'CALL_-1206952877', u'INDIRECT_-1206951046'), (u'CALL_-1206952897', u'INDIRECT_-1206951060'), (u'CALL_-1206953371', u'INDIRECT_-1206951277'), (u'INT_XOR_-1206952831', u'CALL_-1206952837'), ('const-0', u'CALL_-1206953619'), (u'CALL_-1206954972', u'INDIRECT_-1206952104'), ('const-5', u'CALL_-1206953929'), (u'CALL_-1206954301', u'CAST_-1206951263'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954645'), ('const-1094872', u'COPY_-1206951720'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954087'), (u'CALL_-1206954735', u'INDIRECT_-1206952041'), (u'COPY_-1206951589', u'CALL_-1206954735'), (u'CALL_-1206953185', u'INDIRECT_-1206951126'), (u'COPY_-1206951095', u'CALL_-1206953805'), (u'CALL_-1206954905', u'INDIRECT_-1206952066'), (u'CAST_-1206951627', u'CALL_-1206954905'), ('const-0', u'CALL_-1206954797'), ('const-0', u'CALL_-1206952801'), ('const-1', u'INT_XOR_-1206952831'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953839'), ('const-1093876', u'COPY_-1206950825'), (u'CALL_-1206953777', u'INDIRECT_-1206951445'), (u'CALL_-1206954673', u'INDIRECT_-1206951861'), (u'CALL_-1206954459', u'INDIRECT_-1206951818'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953467'), (u'CALL_-1206953405', u'INDIRECT_-1206951297'), (u'CALL_-1206954115', u'CAST_-1206951164'), (u'COPY_-1206950898', u'CALL_-1206953433'), ('const-5', u'CALL_-1206954177'), ('const-1095328', u'COPY_-1206951391'), (u'CALL_-1206953343', u'INDIRECT_-1206951205'), (u'CALL_-1206954211', u'INDIRECT_-1206951755'), ('const-1095848', u'COPY_-1206951062'), (u'CALL_-1206954397', u'INDIRECT_-1206951784'), ('const-1093855', u'COPY_-1206950986'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953777'), (u'CAST_-1206950702', u'CALL_-1206953219'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206952765'), ('const-5', u'CALL_-1206954863'), (u'CALL_-1206954425', u'CAST_-1206951329'), (u'COPY_-1206950825', u'CALL_-1206953247'), (u'CALL_-1206954611', u'CAST_-1206951428'), (u'CALL_-1206954301', u'INDIRECT_-1206951657'), (u'CAST_-1206951563', u'CALL_-1206954831'), ('const-5', u'CALL_-1206954735'), (u'CALL_-1206953095', u'INDIRECT_-1206951084'), (u'CALL_-1206953033', u'INDIRECT_-1206951127'), ('const-1095104', u'COPY_-1206951523'), (u'CALL_-1206953681', u'INDIRECT_-1206951447'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954769'), (u'CALL_-1206953061', u'INDIRECT_-1206951066'), ('const-0', u'CALL_-1206954972'), (u'CALL_-1206953929', u'CAST_-1206951065'), (u'CALL_-1206954797', u'INDIRECT_-1206952002'), (u'CALL_-1206954797', u'INDIRECT_-1206952075'), (u'CALL_-1206954273', u'INDIRECT_-1206951716'), (u'CALL_-1206953839', u'INDIRECT_-1206951405'), (u'CALL_-1206954831', u'INDIRECT_-1206952022'), ('const-5', u'CALL_-1206954301'), (u'CALL_-1206954301', u'INDIRECT_-1206951803'), ('const-5', u'CALL_-1206953557'), ('const-1095792', u'COPY_-1206951095'), (u'CALL_-1206954425', u'INDIRECT_-1206951725'), (u'CALL_-1206953963', u'INDIRECT_-1206951473'), (u'CALL_-1206953963', u'INDIRECT_-1206951619'), (u'CALL_-1206953247', u'CAST_-1206950702'), (u'CALL_-1206954459', u'INDIRECT_-1206951891'), ('const-0', u'CALL_-1206954549'), (u'CALL_-1206953219', u'INDIRECT_-1206951071'), (u'CAST_-1206950669', u'CALL_-1206953157'), (u'CALL_-1206953867', u'INDIRECT_-1206951565'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953529'), (u'CALL_-1206954053', u'INDIRECT_-1206951594'), (u'CAST_-1206951362', u'CALL_-1206954459'), (u'CALL_-1206953371', u'INDIRECT_-1206951204'), (u'COPY_-1206951628', u'CALL_-1206954797'), ('const-1096168', u'COPY_-1206950865'), (u'CALL_-1206953219', u'INDIRECT_-1206951144'), (u'CALL_-1206953901', u'INDIRECT_-1206951512'), ('const-1096216', u'COPY_-1206950832'), (u'CAST_-1206951296', u'CALL_-1206954335'), (u'CALL_-1206953061', u'CAST_-1206950603'), ('const-1094776', u'COPY_-1206950574'), (u'CALL_-1206954425', u'INDIRECT_-1206951798'), (u'CALL_-1206953805', u'INDIRECT_-1206951514'), (u'CALL_-1206953185', u'CAST_-1206950669'), (u'CALL_-1206954611', u'INDIRECT_-1206951973'), (u'CALL_-1206953157', u'INDIRECT_-1206951114'), ('const-0', u'CALL_-1206953123'), (u'CALL_-1206952971', u'INDIRECT_-1206950951'), (u'CALL_-1206952765', u'INDIRECT_-1206950815'), (u'CALL_-1206954611', u'INDIRECT_-1206951827'), (u'CALL_-1206954397', u'INDIRECT_-1206951711'), (u'CALL_-1206953309', u'INDIRECT_-1206951098'), (u'CALL_-1206953991', u'INDIRECT_-1206951560'), (u'CALL_-1206953467', u'INDIRECT_-1206951331'), (u'CALL_-1206954177', u'INDIRECT_-1206951662'), (u'CALL_-1206954115', u'INDIRECT_-1206951628'), (u'CALL_-1206953033', u'INDIRECT_-1206951054'), ('const-5', u'CALL_-1206954549'), (u'CALL_-1206953901', u'INDIRECT_-1206951439'), ('const-1095744', u'COPY_-1206951128'), ('const-0', u'CALL_-1206953061'), (u'CALL_-1206953433', u'INDIRECT_-1206951311'), (u'INDIRECT_-1206950961', u'MULTIEQUAL_-1206951003'), (u'CALL_-1206953839', u'INDIRECT_-1206951478'), ('const-5', u'CALL_-1206954972'), (u'CALL_-1206954972', u'CAST_-1206951627'), ('const-5', u'CALL_-1206954673'), (u'CALL_-1206954149', u'INDIRECT_-1206951721'), (u'CAST_-1206950999', u'CALL_-1206953777'), ('const-5', u'CALL_-1206953805'), (u'INDIRECT_-1206950888', u'MULTIEQUAL_-1206950930'), (u'CALL_-1206954211', u'INDIRECT_-1206951682'), (u'COPY_-1206951062', u'CALL_-1206953743'), (u'CALL_-1206953619', u'CAST_-1206950900'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206952909'), (u'CALL_-1206953777', u'INDIRECT_-1206951372'), (u'CALL_-1206953061', u'INDIRECT_-1206951139'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953157'), (u'CALL_-1206954645', u'INDIRECT_-1206951847'), (u'CALL_-1206952999', u'INDIRECT_-1206951109'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954211'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953095'), (u'CALL_-1206953433', u'CAST_-1206950801'), (u'CAST_-1206951428', u'CALL_-1206954583'), (u'CALL_-1206953591', u'INDIRECT_-1206951253'), (u'CALL_-1206953715', u'INDIRECT_-1206951321'), (u'COPY_-1206951161', u'CALL_-1206953929'), (u'CALL_-1206953495', u'CAST_-1206950834'), ('const-5', u'CALL_-1206953061'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954397'), ('const-0', u'CALL_-1206954239'), (u'CAST_-1206950966', u'CALL_-1206953715'), (u'CALL_-1206954239', u'INDIRECT_-1206951696'), (u'CALL_-1206954905', u'INDIRECT_-1206951993'), ('const-1095896', u'COPY_-1206951029'), ('const-5', u'CALL_-1206953309'), (u'COPY_-1206950832', u'CALL_-1206953309'), (u'COPY_-1206950767', u'CALL_-1206953185'), ('const-0', u'CALL_-1206953805'), (u'CALL_-1206953619', u'INDIRECT_-1206951340'), (u'COPY_-1206950696', u'CALL_-1206952999'), ('const-0', u'CALL_-1206954177'), (u'CALL_-1206952999', u'INDIRECT_-1206950963'), (u'CALL_-1206953867', u'INDIRECT_-1206951492'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953281'), (u'CALL_-1206954363', u'CAST_-1206951296'), (u'CALL_-1206954707', u'INDIRECT_-1206951954'), (u'CALL_-1206953591', u'INDIRECT_-1206951399'), ('const-1095568', u'COPY_-1206951227'), (u'CALL_-1206954769', u'INDIRECT_-1206951988'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953405'), ('const-0', u'CALL_-1206954487'), (u'CALL_-1206954115', u'INDIRECT_-1206951555'), ('const-5', u'CALL_-1206953619'), (u'CALL_-1206954707', u'INDIRECT_-1206951881'), (u'CALL_-1206954831', u'INDIRECT_-1206952095'), (u'CALL_-1206953123', u'INDIRECT_-1206951169'), (u'CALL_-1206952937', u'CAST_-1206950537'), (u'CALL_-1206954425', u'INDIRECT_-1206951871'), (u'COPY_-1206950574', u'CALL_-1206952765'), (u'CALL_-1206954363', u'INDIRECT_-1206951764'), ('const-5', u'CALL_-1206954797'), (u'CALL_-1206953991', u'INDIRECT_-1206951633'), ('tmp_2960', u'INT_NOTEQUAL_-1206952862'), (u'CALL_-1206954053', u'INDIRECT_-1206951667'), (u'CALL_-1206952837', u'INDIRECT_-1206950853'), (u'CALL_-1206953309', u'CAST_-1206950735'), (u'CALL_-1206953157', u'INDIRECT_-1206951187'), (u'CALL_-1206954863', u'CAST_-1206951563'), ('tmp_2744', u'BRANCH_-1206952762'), (u'COPY_-1206951720', u'CALL_-1206954972'), (u'COPY_-1206950986', u'CALL_-1206953557'), (u'CALL_-1206954972', u'INDIRECT_-1206952177'), ('const-0', u'INT_EQUAL_-1206954958'), (u'CALL_-1206954863', u'INDIRECT_-1206951966'), (u'INDIRECT_-1206952031', u'CALL_-1206954905'), ('const-1095056', u'COPY_-1206951556'), (u'CALL_-1206952999', u'CAST_-1206950570'), (u'CALL_-1206953743', u'CAST_-1206950966'), (u'CALL_-1206954273', u'INDIRECT_-1206951789'), (u'CALL_-1206952909', u'INDIRECT_-1206950994'), ('const-0', u'CALL_-1206954735'), ('const-1095160', u'COPY_-1206951490'), (u'CALL_-1206953247', u'INDIRECT_-1206951083'), (u'CALL_-1206952837', u'INDIRECT_-1206950999'), (u'CALL_-1206954149', u'INDIRECT_-1206951648'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953033'), (u'COPY_-1206951678', u'MULTIEQUAL_-1206953134'), ('const-0', u'CALL_-1206953991'), ('const-1095440', u'COPY_-1206951293'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954905'), (u'CALL_-1206952937', u'INDIRECT_-1206951079'), (u'CALL_-1206953281', u'INDIRECT_-1206951101'), (u'CALL_-1206954177', u'INDIRECT_-1206951735'), ('const-0', u'CALL_-1206954673'), (u'CALL_-1206953095', u'INDIRECT_-1206951011'), ('const-1096112', u'COPY_-1206950898'), (u'CAST_-1206950801', u'CALL_-1206953405'), ('const-1096256', u'COPY_-1206950767'), (u'COPY_-1206951664', u'CALL_-1206954863'), (u'CALL_-1206954177', u'INDIRECT_-1206951589'), (u'CALL_-1206953433', u'INDIRECT_-1206951238'), (u'CALL_-1206952765', u'INDIRECT_-1206950961'), (u'CALL_-1206953591', u'INDIRECT_-1206951326'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954707'), ('const-5', u'CALL_-1206952937'), (u'COPY_-1206951457', u'CALL_-1206954487'), (u'COPY_-1206950601', u'CALL_-1206952801'), (u'CALL_-1206954673', u'CAST_-1206951461'), (u'INDIRECT_-1206950900', u'MULTIEQUAL_-1206950857'), ('tmp_2960', u'INT_XOR_-1206952831'), (u'CAST_-1206951230', u'CALL_-1206954211'), (u'CALL_-1206953219', u'INDIRECT_-1206951217'), (u'CALL_-1206954735', u'INDIRECT_-1206951968'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953219'), ('const-0', u'CALL_-1206953185'), (u'CAST_-1206951329', u'CALL_-1206954397'), (u'CALL_-1206954335', u'INDIRECT_-1206951677'), (u'INDIRECT_-1206952104', u'COPY_-1206951678'), ('const-1095496', u'COPY_-1206951260'), (u'INDIRECT_-1206951046', u'MULTIEQUAL_-1206951003'), ('tmp_96', u'CBRANCH_-1206954947'), (u'MULTIEQUAL_-1206953134', u'CAST_-1206950515'), (u'CALL_-1206954363', u'INDIRECT_-1206951837'), (u'CALL_-1206953743', u'INDIRECT_-1206951335')]
[(u'CALL_-1206953715', u'INDIRECT_-1206951394'), (u'CALL_-1206953157', u'INDIRECT_-1206951041'), (u'CALL_-1206953557', u'INDIRECT_-1206951306'), (u'CALL_-1206954831', u'INDIRECT_-1206951949'), (u'CAST_-1206950834', u'CALL_-1206953467'), (u'CALL_-1206954149', u'INDIRECT_-1206951575'), (u'INDIRECT_-1206950973', u'MULTIEQUAL_-1206950930'), ('const-5', u'CALL_-1206953185'), ('const-5', u'CALL_-1206954797'), (u'CALL_-1206954211', u'INDIRECT_-1206951609'), (u'CALL_-1206952971', u'INDIRECT_-1206951024'), (u'CALL_-1206952877', u'INDIRECT_-1206950900'), ('const-1095744', u'COPY_-1206951128'), ('const-5', u'CALL_-1206953309'), (u'COPY_-1206951293', u'CALL_-1206954177'), (u'COPY_-1206951677', u'MULTIEQUAL_-1206953134'), (u'CALL_-1206954487', u'CAST_-1206951362'), (u'CALL_-1206953929', u'INDIRECT_-1206951599'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954459'), (u'CALL_-1206954673', u'INDIRECT_-1206951934'), (u'CALL_-1206953343', u'INDIRECT_-1206951278'), (u'INDIRECT_-1206951993', u'COPY_-1206951656'), (u'CALL_-1206952897', u'INDIRECT_-1206950987'), (u'CALL_-1206953405', u'INDIRECT_-1206951151'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206952877'), (u'CALL_-1206953681', u'CAST_-1206950933'), (u'CALL_-1206954769', u'INDIRECT_-1206952061'), (u'CALL_-1206954521', u'INDIRECT_-1206951779'), (u'CALL_-1206954797', u'CAST_-1206951527'), (u'CALL_-1206954053', u'CAST_-1206951131'), (u'CALL_-1206954905', u'INDIRECT_-1206952139'), ('const-5', u'CALL_-1206954301'), ('const-0', u'CALL_-1206953371'), ('const-5', u'CALL_-1206953929'), (u'CALL_-1206954087', u'INDIRECT_-1206951614'), (u'CALL_-1206954797', u'INDIRECT_-1206951929'), ('const-0', u'CALL_-1206954115'), (u'CALL_-1206953309', u'INDIRECT_-1206951244'), (u'CALL_-1206954549', u'INDIRECT_-1206951793'), ('const-5', u'CALL_-1206954673'), ('const-5', u'CALL_-1206952999'), (u'COPY_-1206951556', u'CALL_-1206954673'), ('const-1095848', u'COPY_-1206951062'), (u'CALL_-1206954177', u'CAST_-1206951197'), (u'CAST_-1206951263', u'CALL_-1206954273'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206952971'), (u'CALL_-1206953929', u'INDIRECT_-1206951453'), ('const-1096256', u'COPY_-1206950767'), (u'CAST_-1206950933', u'CALL_-1206953653'), (u'CALL_-1206953033', u'INDIRECT_-1206950981'), ('const-5', u'CALL_-1206953495'), (u'CALL_-1206952801', u'INDIRECT_-1206950836'), ('const-0', u'CALL_-1206953185'), (u'CALL_-1206954239', u'INDIRECT_-1206951623'), (u'CAST_-1206951461', u'CALL_-1206954645'), ('const-5', u'CALL_-1206953743'), (u'COPY_-1206950865', u'CALL_-1206953371'), (u'CALL_-1206953281', u'INDIRECT_-1206951174'), ('const-0', u'CALL_-1206952999'), ('const-0', u'CALL_-1206953805'), (u'CAST_-1206950603', u'CALL_-1206953033'), (u'INT_NOTEQUAL_-1206952862', u'CBRANCH_-1206952861'), (u'CAST_-1206950537', u'CALL_-1206952909'), ('const-1095384', u'COPY_-1206951358'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953963'), (u'CAST_-1206951527', u'CALL_-1206954769'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953901'), (u'CALL_-1206954549', u'INDIRECT_-1206951866'), (u'CALL_-1206954521', u'INDIRECT_-1206951852'), ('const-0', u'CALL_-1206953123'), (u'CALL_-1206953529', u'INDIRECT_-1206951219'), (u'CALL_-1206953715', u'INDIRECT_-1206951467'), (u'CALL_-1206954487', u'INDIRECT_-1206951759'), (u'CALL_-1206953867', u'INDIRECT_-1206951419'), (u'CALL_-1206954611', u'INDIRECT_-1206951900'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954521'), (u'CALL_-1206954769', u'INDIRECT_-1206951915'), ('const-1095496', u'COPY_-1206951260'), (u'CALL_-1206954549', u'INDIRECT_-1206951939'), ('tmp_7057', u'INT_EQUAL_-1206954958'), (u'CALL_-1206953495', u'INDIRECT_-1206951272'), (u'COPY_-1206950636', u'CALL_-1206952937'), ('tmp_7057', u'INT_NOTEQUAL_-1206952862'), (u'CALL_-1206953557', u'INDIRECT_-1206951233'), (u'CALL_-1206953495', u'INDIRECT_-1206951199'), (u'CALL_-1206954087', u'INDIRECT_-1206951541'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954025'), (u'CAST_-1206951131', u'CALL_-1206954025'), (u'CALL_-1206954487', u'INDIRECT_-1206951905'), (u'COPY_-1206951490', u'CALL_-1206954549'), (u'CALL_-1206953619', u'INDIRECT_-1206951267'), (u'CALL_-1206953371', u'INDIRECT_-1206951131'), ('const-0', u'CALL_-1206954487'), ('const-0', u'CALL_-1206954735'), (u'CALL_-1206953247', u'INDIRECT_-1206951229'), (u'CALL_-1206952801', u'INDIRECT_-1206950982'), ('const-5', u'CALL_-1206954487'), ('const-0', u'CALL_-1206953681'), (u'CALL_-1206954239', u'CAST_-1206951230'), (u'CAST_-1206950570', u'CALL_-1206952971'), (u'INDIRECT_-1206952177', u'COPY_-1206951677'), (u'CAST_-1206951032', u'CALL_-1206953839'), (u'CALL_-1206954025', u'INDIRECT_-1206951507'), (u'CALL_-1206954301', u'INDIRECT_-1206951730'), (u'CALL_-1206952937', u'INDIRECT_-1206950933'), (u'CALL_-1206953653', u'INDIRECT_-1206951287'), (u'COPY_-1206951656', u'CALL_-1206954831'), ('const-1094776', u'COPY_-1206950574'), (u'CALL_-1206954735', u'INDIRECT_-1206951895'), (u'INDIRECT_-1206950853', u'COPY_-1206950912'), ('const-1', u'RETURN_-1206952832'), (u'CALL_-1206954397', u'INDIRECT_-1206951857'), (u'CALL_-1206952801', u'CAST_-1206950467'), (u'CALL_-1206953095', u'INDIRECT_-1206951157'), (u'CALL_-1206953777', u'INDIRECT_-1206951518'), ('const-5', u'CALL_-1206953247'), ('const-0', u'CALL_-1206953991'), (u'INDIRECT_-1206950926', u'COPY_-1206950985'), (u'COPY_-1206951424', u'CALL_-1206954425'), (u'CALL_-1206953529', u'INDIRECT_-1206951292'), ('tmp_2624', u'CBRANCH_-1206952861'), (u'CALL_-1206952909', u'INDIRECT_-1206951067'), (u'CALL_-1206953653', u'INDIRECT_-1206951433'), ('const-1093876', u'COPY_-1206950825'), ('const-1093766', u'COPY_-1206950601'), ('const-1094872', u'COPY_-1206951720'), ('const-1095056', u'COPY_-1206951556'), ('const-5', u'CALL_-1206953123'), (u'CALL_-1206953309', u'INDIRECT_-1206951171'), (u'CALL_-1206954487', u'INDIRECT_-1206951832'), (u'CALL_-1206954273', u'INDIRECT_-1206951643'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953715'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954831'), ('const-0', u'CALL_-1206954363'), ('tmp_7057', u'INT_XOR_-1206952831'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953653'), (u'COPY_-1206951029', u'CALL_-1206953681'), ('const-0', u'INT_NOTEQUAL_-1206952862'), (u'CALL_-1206954583', u'INDIRECT_-1206951959'), (u'CALL_-1206953991', u'CAST_-1206951098'), ('const-0', u'CALL_-1206954177'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954273'), ('const-5', u'CALL_-1206954363'), (u'CAST_-1206950867', u'CALL_-1206953529'), (u'CAST_-1206951395', u'CALL_-1206954521'), (u'CALL_-1206952877', u'INDIRECT_-1206950973'), (u'CALL_-1206953061', u'INDIRECT_-1206950993'), (u'CALL_-1206954707', u'INDIRECT_-1206952027'), (u'CALL_-1206954549', u'CAST_-1206951395'), (u'CAST_-1206950900', u'CALL_-1206953591'), (u'CALL_-1206953467', u'INDIRECT_-1206951258'), (u'CALL_-1206953743', u'INDIRECT_-1206951481'), (u'CALL_-1206953681', u'INDIRECT_-1206951374'), (u'COPY_-1206951339', u'CALL_-1206954239'), ('const-5', u'CALL_-1206954177'), (u'CALL_-1206952937', u'INDIRECT_-1206951006'), ('const-5', u'CALL_-1206954425'), ('const-5', u'CALL_-1206953805'), (u'COPY_-1206951227', u'CALL_-1206954053'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954583'), (u'COPY_-1206951128', u'CALL_-1206953867'), (u'CALL_-1206953653', u'INDIRECT_-1206951360'), (u'INDIRECT_-1206950815', u'MULTIEQUAL_-1206950857'), (u'CALL_-1206953557', u'CAST_-1206950867'), (u'CALL_-1206952971', u'INDIRECT_-1206951097'), (u'CALL_-1206953343', u'INDIRECT_-1206951132'), (u'CALL_-1206954645', u'INDIRECT_-1206951920'), (u'CALL_-1206954521', u'INDIRECT_-1206951925'), (u'CALL_-1206954115', u'INDIRECT_-1206951701'), (u'CAST_-1206950636', u'CALL_-1206953095'), (u'CALL_-1206953619', u'INDIRECT_-1206951413'), (u'CALL_-1206952999', u'INDIRECT_-1206951036'), (u'CALL_-1206954053', u'INDIRECT_-1206951521'), (u'CALL_-1206953929', u'INDIRECT_-1206951526'), (u'CALL_-1206954363', u'INDIRECT_-1206951691'), ('const-1095896', u'COPY_-1206951029'), (u'CALL_-1206953433', u'INDIRECT_-1206951165'), ('const-0', u'CALL_-1206952937'), (u'INDIRECT_-1206950999', u'COPY_-1206951058'), (u'CALL_-1206953495', u'INDIRECT_-1206951345'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954149'), (u'CALL_-1206953123', u'INDIRECT_-1206951023'), (u'CALL_-1206954239', u'INDIRECT_-1206951769'), (u'CALL_-1206952837', u'INDIRECT_-1206950926'), (u'CALL_-1206954645', u'INDIRECT_-1206951993'), (u'CALL_-1206954583', u'INDIRECT_-1206951813'), (u'CALL_-1206953805', u'INDIRECT_-1206951441'), (u'CALL_-1206952801', u'INDIRECT_-1206950909'), (u'CALL_-1206952765', u'INDIRECT_-1206950888'), ('const-0', u'CALL_-1206954053'), ('const-0', u'CALL_-1206953433'), (u'COPY_-1206950734', u'CALL_-1206953123'), (u'CALL_-1206954863', u'INDIRECT_-1206952039'), (u'CALL_-1206953867', u'CAST_-1206951032'), (u'CALL_-1206953901', u'INDIRECT_-1206951585'), (u'CALL_-1206954673', u'INDIRECT_-1206952007'), (u'COPY_-1206951260', u'CALL_-1206954115'), (u'CALL_-1206953839', u'INDIRECT_-1206951551'), (u'COPY_-1206951194', u'CALL_-1206953991'), (u'CAST_-1206950768', u'CALL_-1206953343'), (u'CAST_-1206951065', u'CALL_-1206953901'), (u'CAST_-1206951197', u'CALL_-1206954149'), (u'CAST_-1206951098', u'CALL_-1206953963'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953343'), (u'COPY_-1206950996', u'CALL_-1206953619'), (u'COPY_-1206950931', u'CALL_-1206953495'), (u'CAST_-1206950467', u'CALL_-1206952765'), (u'CALL_-1206954735', u'CAST_-1206951494'), ('const-1096168', u'COPY_-1206950865'), (u'CALL_-1206952909', u'INDIRECT_-1206950921'), (u'INDIRECT_-1206950914', u'CALL_-1206952877'), ('const-5', u'CALL_-1206954239'), (u'CALL_-1206953467', u'INDIRECT_-1206951185'), (u'CAST_-1206951494', u'CALL_-1206954707'), (u'CALL_-1206953185', u'INDIRECT_-1206951053'), (u'CALL_-1206954335', u'INDIRECT_-1206951750'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954335'), (u'CALL_-1206954583', u'INDIRECT_-1206951886'), (u'COPY_-1206951358', u'CALL_-1206954301'), (u'CAST_-1206951164', u'CALL_-1206954087'), ('const-0', u'CALL_-1206953929'), ('const-0', u'CALL_-1206954301'), (u'CALL_-1206953743', u'INDIRECT_-1206951408'), (u'CALL_-1206954863', u'INDIRECT_-1206952112'), (u'CALL_-1206953123', u'CAST_-1206950636'), (u'CALL_-1206953805', u'CAST_-1206950999'), (u'CALL_-1206953281', u'INDIRECT_-1206951247'), (u'CAST_-1206950735', u'CALL_-1206953281'), (u'INT_EQUAL_-1206954958', u'CBRANCH_-1206954947'), (u'CALL_-1206953185', u'INDIRECT_-1206951199'), (u'COPY_-1206951523', u'CALL_-1206954611'), (u'CALL_-1206953805', u'INDIRECT_-1206951368'), (u'COPY_-1206951391', u'CALL_-1206954363'), (u'CALL_-1206953991', u'INDIRECT_-1206951487'), (u'CALL_-1206953405', u'INDIRECT_-1206951224'), (u'CALL_-1206954025', u'INDIRECT_-1206951580'), (u'CALL_-1206953371', u'CAST_-1206950768'), (u'CALL_-1206952897', u'INDIRECT_-1206950914'), (u'CALL_-1206954335', u'INDIRECT_-1206951823'), (u'CALL_-1206953529', u'INDIRECT_-1206951365'), (u'CALL_-1206954972', u'INDIRECT_-1206952031'), ('const-1093825', u'COPY_-1206951339'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953591'), (u'CALL_-1206954087', u'INDIRECT_-1206951687'), ('const-1095640', u'COPY_-1206951194'), (u'CALL_-1206954459', u'INDIRECT_-1206951745'), (u'COPY_-1206950701', u'CALL_-1206953061'), ('const-1095104', u'COPY_-1206951523'), (u'CALL_-1206953681', u'INDIRECT_-1206951301'), ('const-0', u'CALL_-1206953309'), ('const-0', u'CALL_-1206953495'), (u'CALL_-1206953963', u'INDIRECT_-1206951546'), (u'CALL_-1206953247', u'INDIRECT_-1206951156'), (u'CALL_-1206953557', u'INDIRECT_-1206951379'), ('const-1096048', u'COPY_-1206950931'), (u'CALL_-1206954025', u'INDIRECT_-1206951653'), ('const-1095960', u'COPY_-1206950996'), (u'CALL_-1206953123', u'INDIRECT_-1206951096'), (u'CALL_-1206952877', u'INDIRECT_-1206951046'), (u'CALL_-1206952897', u'INDIRECT_-1206951060'), (u'CALL_-1206953371', u'INDIRECT_-1206951277'), (u'INT_XOR_-1206952831', u'CALL_-1206952837'), (u'CALL_-1206954972', u'INDIRECT_-1206952104'), ('const-1095440', u'COPY_-1206951293'), ('const-1093813', u'COPY_-1206951628'), ('const-5', u'CALL_-1206954115'), (u'CALL_-1206954301', u'CAST_-1206951263'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954645'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954087'), (u'CALL_-1206954735', u'INDIRECT_-1206952041'), (u'COPY_-1206951589', u'CALL_-1206954735'), (u'CALL_-1206953185', u'INDIRECT_-1206951126'), (u'COPY_-1206951095', u'CALL_-1206953805'), (u'CALL_-1206954905', u'INDIRECT_-1206952066'), (u'CAST_-1206951627', u'CALL_-1206954905'), ('const-1', u'INT_XOR_-1206952831'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953839'), ('const-1096112', u'COPY_-1206950898'), (u'CALL_-1206953777', u'INDIRECT_-1206951445'), (u'CALL_-1206954673', u'INDIRECT_-1206951861'), (u'CALL_-1206954459', u'INDIRECT_-1206951818'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953467'), (u'CALL_-1206953405', u'INDIRECT_-1206951297'), (u'CALL_-1206954115', u'CAST_-1206951164'), (u'COPY_-1206950898', u'CALL_-1206953433'), ('const-5', u'CALL_-1206954549'), ('const-1096424', u'COPY_-1206950636'), (u'CALL_-1206953343', u'INDIRECT_-1206951205'), ('const-5', u'CALL_-1206954053'), (u'CALL_-1206954211', u'INDIRECT_-1206951755'), (u'CALL_-1206954397', u'INDIRECT_-1206951784'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953777'), (u'CAST_-1206950702', u'CALL_-1206953219'), ('const-1095328', u'COPY_-1206951391'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206952765'), (u'COPY_-1206950825', u'CALL_-1206953247'), (u'CALL_-1206954425', u'CAST_-1206951329'), (u'CALL_-1206954611', u'CAST_-1206951428'), (u'CALL_-1206954301', u'INDIRECT_-1206951657'), ('const-1093855', u'COPY_-1206950986'), ('const-1096352', u'COPY_-1206950701'), (u'CAST_-1206951563', u'CALL_-1206954831'), (u'CALL_-1206953095', u'INDIRECT_-1206951084'), (u'CALL_-1206953033', u'INDIRECT_-1206951127'), (u'CALL_-1206953681', u'INDIRECT_-1206951447'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954769'), (u'CALL_-1206953061', u'INDIRECT_-1206951066'), (u'CALL_-1206953929', u'CAST_-1206951065'), ('const-5', u'CALL_-1206953061'), (u'CALL_-1206954797', u'INDIRECT_-1206952002'), (u'CALL_-1206954797', u'INDIRECT_-1206952075'), ('const-0', u'CALL_-1206954611'), (u'CALL_-1206954273', u'INDIRECT_-1206951716'), (u'CALL_-1206953839', u'INDIRECT_-1206951405'), (u'CALL_-1206954831', u'INDIRECT_-1206952022'), (u'CALL_-1206954301', u'INDIRECT_-1206951803'), (u'CALL_-1206954425', u'INDIRECT_-1206951725'), (u'CALL_-1206953963', u'INDIRECT_-1206951473'), (u'CALL_-1206953963', u'INDIRECT_-1206951619'), (u'CALL_-1206953247', u'CAST_-1206950702'), (u'CALL_-1206954459', u'INDIRECT_-1206951891'), ('const-5', u'CALL_-1206954735'), (u'CALL_-1206953219', u'INDIRECT_-1206951071'), (u'CAST_-1206950669', u'CALL_-1206953157'), (u'CALL_-1206953867', u'INDIRECT_-1206951565'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953529'), (u'CALL_-1206954053', u'INDIRECT_-1206951594'), (u'CAST_-1206951362', u'CALL_-1206954459'), (u'CALL_-1206953371', u'INDIRECT_-1206951204'), ('const-1095000', u'COPY_-1206951589'), (u'COPY_-1206951628', u'CALL_-1206954797'), (u'CALL_-1206953219', u'INDIRECT_-1206951144'), (u'CALL_-1206953901', u'INDIRECT_-1206951512'), (u'CAST_-1206951296', u'CALL_-1206954335'), (u'CALL_-1206953061', u'CAST_-1206950603'), (u'CALL_-1206954425', u'INDIRECT_-1206951798'), (u'CALL_-1206953805', u'INDIRECT_-1206951514'), (u'CALL_-1206953185', u'CAST_-1206950669'), (u'CALL_-1206954611', u'INDIRECT_-1206951973'), (u'CALL_-1206953157', u'INDIRECT_-1206951114'), (u'CALL_-1206952971', u'INDIRECT_-1206950951'), (u'CALL_-1206952765', u'INDIRECT_-1206950815'), (u'CALL_-1206954611', u'INDIRECT_-1206951827'), (u'CALL_-1206954397', u'INDIRECT_-1206951711'), (u'CALL_-1206953309', u'INDIRECT_-1206951098'), (u'CALL_-1206953991', u'INDIRECT_-1206951560'), (u'CALL_-1206953467', u'INDIRECT_-1206951331'), (u'CALL_-1206954177', u'INDIRECT_-1206951662'), (u'CALL_-1206954115', u'INDIRECT_-1206951628'), (u'CALL_-1206953033', u'INDIRECT_-1206951054'), (u'CALL_-1206953901', u'INDIRECT_-1206951439'), ('const-5', u'CALL_-1206954611'), (u'CALL_-1206953433', u'INDIRECT_-1206951311'), (u'INDIRECT_-1206950961', u'MULTIEQUAL_-1206951003'), (u'CALL_-1206953839', u'INDIRECT_-1206951478'), (u'CALL_-1206954972', u'CAST_-1206951627'), (u'CALL_-1206954149', u'INDIRECT_-1206951721'), (u'CAST_-1206950999', u'CALL_-1206953777'), (u'INDIRECT_-1206950888', u'MULTIEQUAL_-1206950930'), ('const-5', u'CALL_-1206952801'), (u'CALL_-1206954211', u'INDIRECT_-1206951682'), (u'COPY_-1206951062', u'CALL_-1206953743'), (u'CALL_-1206953619', u'CAST_-1206950900'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206952909'), (u'CALL_-1206953777', u'INDIRECT_-1206951372'), (u'CALL_-1206953061', u'INDIRECT_-1206951139'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953157'), ('const-5', u'CALL_-1206953433'), ('const-5', u'CALL_-1206952937'), (u'CALL_-1206954645', u'INDIRECT_-1206951847'), ('const-0', u'CALL_-1206954797'), (u'CALL_-1206952999', u'INDIRECT_-1206951109'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954211'), ('const-0', u'CALL_-1206954863'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953095'), ('const-5', u'CALL_-1206953991'), ('const-5', u'CALL_-1206953681'), ('const-0', u'CALL_-1206954673'), (u'CALL_-1206953433', u'CAST_-1206950801'), (u'CAST_-1206951428', u'CALL_-1206954583'), (u'CALL_-1206953591', u'INDIRECT_-1206951253'), (u'CALL_-1206953715', u'INDIRECT_-1206951321'), (u'COPY_-1206951161', u'CALL_-1206953929'), (u'CALL_-1206953495', u'CAST_-1206950834'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954397'), (u'CAST_-1206950966', u'CALL_-1206953715'), ('const-5', u'CALL_-1206954972'), (u'CALL_-1206954239', u'INDIRECT_-1206951696'), (u'CALL_-1206954905', u'INDIRECT_-1206951993'), ('const-0', u'CALL_-1206952801'), ('const-0', u'CALL_-1206954972'), (u'COPY_-1206950832', u'CALL_-1206953309'), (u'COPY_-1206950767', u'CALL_-1206953185'), ('const-0', u'CALL_-1206953867'), ('const-0', u'CALL_-1206953743'), ('const-1095792', u'COPY_-1206951095'), (u'CALL_-1206953619', u'INDIRECT_-1206951340'), ('const-0', u'CALL_-1206953619'), (u'COPY_-1206950696', u'CALL_-1206952999'), (u'CALL_-1206952999', u'INDIRECT_-1206950963'), (u'CALL_-1206953867', u'INDIRECT_-1206951492'), ('const-1095696', u'COPY_-1206951161'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953281'), (u'CALL_-1206954363', u'CAST_-1206951296'), ('const-0', u'CALL_-1206954425'), (u'CALL_-1206954707', u'INDIRECT_-1206951954'), (u'CALL_-1206953591', u'INDIRECT_-1206951399'), ('const-1093905', u'COPY_-1206950696'), (u'CALL_-1206954769', u'INDIRECT_-1206951988'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953405'), (u'CALL_-1206954115', u'INDIRECT_-1206951555'), (u'CALL_-1206954707', u'INDIRECT_-1206951881'), (u'CALL_-1206954831', u'INDIRECT_-1206952095'), ('const-1095568', u'COPY_-1206951227'), (u'CALL_-1206953123', u'INDIRECT_-1206951169'), (u'CALL_-1206952937', u'CAST_-1206950537'), (u'CALL_-1206954425', u'INDIRECT_-1206951871'), (u'COPY_-1206950574', u'CALL_-1206952765'), (u'CALL_-1206954363', u'INDIRECT_-1206951764'), ('const-0', u'CALL_-1206954239'), (u'CALL_-1206953991', u'INDIRECT_-1206951633'), (u'CALL_-1206954053', u'INDIRECT_-1206951667'), ('const-1096216', u'COPY_-1206950832'), (u'CALL_-1206952837', u'INDIRECT_-1206950853'), (u'CALL_-1206953309', u'CAST_-1206950735'), (u'CALL_-1206953157', u'INDIRECT_-1206951187'), (u'CALL_-1206954863', u'CAST_-1206951563'), ('tmp_2744', u'BRANCH_-1206952762'), (u'COPY_-1206951720', u'CALL_-1206954972'), (u'COPY_-1206950986', u'CALL_-1206953557'), (u'CALL_-1206954972', u'INDIRECT_-1206952177'), ('const-0', u'INT_EQUAL_-1206954958'), (u'CALL_-1206954863', u'INDIRECT_-1206951966'), (u'INDIRECT_-1206952031', u'CALL_-1206954905'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206952897'), (u'CALL_-1206952999', u'CAST_-1206950570'), ('const-0', u'CALL_-1206953557'), ('const-5', u'CALL_-1206953619'), (u'CALL_-1206953743', u'CAST_-1206950966'), (u'CALL_-1206954273', u'INDIRECT_-1206951789'), ('const-5', u'CALL_-1206953867'), (u'CALL_-1206952909', u'INDIRECT_-1206950994'), (u'CALL_-1206953247', u'INDIRECT_-1206951083'), (u'CALL_-1206952837', u'INDIRECT_-1206950999'), (u'CALL_-1206954149', u'INDIRECT_-1206951648'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953033'), ('const-1093785', u'COPY_-1206951664'), (u'COPY_-1206951678', u'MULTIEQUAL_-1206953134'), ('const-0', u'CALL_-1206953247'), ('const-5', u'CALL_-1206954863'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954905'), (u'CALL_-1206952937', u'INDIRECT_-1206951079'), ('const-5', u'CALL_-1206953371'), (u'CALL_-1206953281', u'INDIRECT_-1206951101'), ('const-1096304', u'COPY_-1206950734'), ('const-1095216', u'COPY_-1206951457'), (u'CALL_-1206954177', u'INDIRECT_-1206951735'), (u'CALL_-1206953095', u'INDIRECT_-1206951011'), ('const-0', u'CALL_-1206953061'), ('const-0', u'CALL_-1206954549'), (u'CAST_-1206950801', u'CALL_-1206953405'), (u'COPY_-1206951664', u'CALL_-1206954863'), (u'CALL_-1206954177', u'INDIRECT_-1206951589'), (u'CALL_-1206953433', u'INDIRECT_-1206951238'), ('const-1095160', u'COPY_-1206951490'), (u'CALL_-1206952765', u'INDIRECT_-1206950961'), (u'CALL_-1206953591', u'INDIRECT_-1206951326'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206954707'), (u'COPY_-1206951457', u'CALL_-1206954487'), (u'COPY_-1206950601', u'CALL_-1206952801'), (u'CALL_-1206954673', u'CAST_-1206951461'), (u'INDIRECT_-1206950900', u'MULTIEQUAL_-1206950857'), (u'CAST_-1206951230', u'CALL_-1206954211'), (u'CALL_-1206953219', u'INDIRECT_-1206951217'), (u'CALL_-1206954735', u'INDIRECT_-1206951968'), (u'MULTIEQUAL_-1206953134', u'CALL_-1206953219'), (u'CAST_-1206951329', u'CALL_-1206954397'), (u'CALL_-1206954335', u'INDIRECT_-1206951677'), ('const-1095296', u'COPY_-1206951424'), (u'INDIRECT_-1206952104', u'COPY_-1206951678'), (u'INDIRECT_-1206951046', u'MULTIEQUAL_-1206951003'), ('tmp_96', u'CBRANCH_-1206954947'), (u'CALL_-1206954363', u'INDIRECT_-1206951837'), (u'CALL_-1206953743', u'INDIRECT_-1206951335'), ('const-5', u'CALL_-1206953557')]
null
null
001053f0
x64
O2
(translation_unit "void FUN_001053f0(uint param_1)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n FILE *__stream;\n \n pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (param_1 == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar2,DAT_00110690);\n uVar1 = DAT_00110690;\n pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar2);\n FUN_00107260(__stream);\n FUN_00107a80(DAT_00110690,__stream);\n if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n xexit(param_1 ^ 1);\n}\n\n" (function_definition "void FUN_001053f0(uint param_1)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n FILE *__stream;\n \n pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (param_1 == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar2,DAT_00110690);\n uVar1 = DAT_00110690;\n pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar2);\n FUN_00107260(__stream);\n FUN_00107a80(DAT_00110690,__stream);\n if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n xexit(param_1 ^ 1);\n}" primitive_type (function_declarator "FUN_001053f0(uint param_1)" identifier (parameter_list "(uint param_1)" ( (parameter_declaration "uint param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char *pcVar2;\n FILE *__stream;\n \n pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (param_1 == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar2,DAT_00110690);\n uVar1 = DAT_00110690;\n pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar2);\n FUN_00107260(__stream);\n FUN_00107a80(DAT_00110690,__stream);\n if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n xexit(param_1 ^ 1);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" identifier (argument_list "(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" ( number_literal , (string_literal ""Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "__stream = stdout;" (assignment_expression "__stream = stdout" identifier = identifier) ;) (if_statement "if (param_1 == 0) {\n __stream = stderr;\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n __stream = stderr;\n }" { (expression_statement "__stream = stderr;" (assignment_expression "__stream = stderr" identifier = identifier) ;) })) (expression_statement "fprintf(__stream,pcVar2,DAT_00110690);" (call_expression "fprintf(__stream,pcVar2,DAT_00110690)" identifier (argument_list "(__stream,pcVar2,DAT_00110690)" ( identifier , identifier , identifier ))) ;) (expression_statement "uVar1 = DAT_00110690;" (assignment_expression "uVar1 = DAT_00110690" identifier = identifier) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5)" identifier = (cast_expression "(char *)dcgettext(0," %s -M [<mri-script]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," %s -M [<mri-script]\n",5)" identifier (argument_list "(0," %s -M [<mri-script]\n",5)" ( number_literal , (string_literal "" %s -M [<mri-script]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2,uVar1);" (call_expression "fprintf(__stream,pcVar2,uVar1)" identifier (argument_list "(__stream,pcVar2,uVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," commands:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," commands:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," commands:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," commands:\n",5)" identifier (argument_list "(0," commands:\n",5)" ( number_literal , (string_literal "" commands:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," d - delete file(s) from the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," d - delete file(s) from the archive\n",5)" identifier (argument_list "(0," d - delete file(s) from the archive\n",5)" ( number_literal , (string_literal "" d - delete file(s) from the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," m[ab] - move file(s) in the archive\n",5)" identifier (argument_list "(0," m[ab] - move file(s) in the archive\n",5)" ( number_literal , (string_literal "" m[ab] - move file(s) in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," p - print file(s) found in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," p - print file(s) found in the archive\n",5)" identifier (argument_list "(0," p - print file(s) found in the archive\n",5)" ( number_literal , (string_literal "" p - print file(s) found in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" identifier (argument_list "(0," q[f] - quick append file(s) to the archive\n",5)" ( number_literal , (string_literal "" q[f] - quick append file(s) to the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" identifier (argument_list "(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" ( number_literal , (string_literal "" r[ab][f][u] - replace existing or insert new file(s) into the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5)" identifier = (cast_expression "(char *)dcgettext(0," s - act as ranlib\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," s - act as ranlib\n",5)" identifier (argument_list "(0," s - act as ranlib\n",5)" ( number_literal , (string_literal "" s - act as ranlib\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," t[O][v] - display contents of the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," t[O][v] - display contents of the archive\n",5)" identifier (argument_list "(0," t[O][v] - display contents of the archive\n",5)" ( number_literal , (string_literal "" t[O][v] - display contents of the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," x[o] - extract file(s) from the archive\n",5)" identifier (argument_list "(0," x[o] - extract file(s) from the archive\n",5)" ( number_literal , (string_literal "" x[o] - extract file(s) from the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," command specific modifiers:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," command specific modifiers:\n",5)" identifier (argument_list "(0," command specific modifiers:\n",5)" ( number_literal , (string_literal "" command specific modifiers:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [a] - put file(s) after [member-name]\n",5)" identifier (argument_list "(0," [a] - put file(s) after [member-name]\n",5)" ( number_literal , (string_literal "" [a] - put file(s) after [member-name]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );" (assignment_expression "pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" identifier = (cast_expression "(char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" identifier (argument_list "(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" ( number_literal , (string_literal "" [b] - put file(s) before [member-name] (same as [i])\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" identifier (argument_list "(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" ( number_literal , (string_literal "" [D] - use zero for timestamps and uids/gids (default)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" identifier (argument_list "(0," [U] - use actual timestamps and uids/gids\n",5)" ( number_literal , (string_literal "" [U] - use actual timestamps and uids/gids\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [N] - use instance [count] of name\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [N] - use instance [count] of name\n",5)" identifier (argument_list "(0," [N] - use instance [count] of name\n",5)" ( number_literal , (string_literal "" [N] - use instance [count] of name\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [f] - truncate inserted file names\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [f] - truncate inserted file names\n",5)" identifier (argument_list "(0," [f] - truncate inserted file names\n",5)" ( number_literal , (string_literal "" [f] - truncate inserted file names\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [P] - use full path names when matching\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [P] - use full path names when matching\n",5)" identifier (argument_list "(0," [P] - use full path names when matching\n",5)" ( number_literal , (string_literal "" [P] - use full path names when matching\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [o] - preserve original dates\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [o] - preserve original dates\n",5)" identifier (argument_list "(0," [o] - preserve original dates\n",5)" ( number_literal , (string_literal "" [o] - preserve original dates\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [O] - display offsets of files in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [O] - display offsets of files in the archive\n",5)" identifier (argument_list "(0," [O] - display offsets of files in the archive\n",5)" ( number_literal , (string_literal "" [O] - display offsets of files in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" identifier (argument_list "(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" ( number_literal , (string_literal "" [u] - only replace files that are newer than current archive contents\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," generic modifiers:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," generic modifiers:\n",5)" identifier (argument_list "(0," generic modifiers:\n",5)" ( number_literal , (string_literal "" generic modifiers:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [c] - do not warn if the library had to be created\n",5)" identifier (argument_list "(0," [c] - do not warn if the library had to be created\n",5)" ( number_literal , (string_literal "" [c] - do not warn if the library had to be created\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" identifier (argument_list "(0," [s] - create an archive index (cf. ranlib)\n",5)" ( number_literal , (string_literal "" [s] - create an archive index (cf. ranlib)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [S] - do not build a symbol table\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [S] - do not build a symbol table\n",5)" identifier (argument_list "(0," [S] - do not build a symbol table\n",5)" ( number_literal , (string_literal "" [S] - do not build a symbol table\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [T] - make a thin archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [T] - make a thin archive\n",5)" identifier (argument_list "(0," [T] - make a thin archive\n",5)" ( number_literal , (string_literal "" [T] - make a thin archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [v] - be verbose\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [v] - be verbose\n",5)" identifier (argument_list "(0," [v] - be verbose\n",5)" ( number_literal , (string_literal "" [v] - be verbose\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [V] - display the version number\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [V] - display the version number\n",5)" identifier (argument_list "(0," [V] - display the version number\n",5)" ( number_literal , (string_literal "" [V] - display the version number\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5)" identifier = (cast_expression "(char *)dcgettext(0," @<file> - read options from <file>\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," @<file> - read options from <file>\n",5)" identifier (argument_list "(0," @<file> - read options from <file>\n",5)" ( number_literal , (string_literal "" @<file> - read options from <file>\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" identifier (argument_list "(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" ( number_literal , (string_literal "" --target=BFDNAME - specify the target object format as BFDNAME\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," optional:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," optional:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," optional:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," optional:\n",5)" identifier (argument_list "(0," optional:\n",5)" ( number_literal , (string_literal "" optional:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5)" identifier = (cast_expression "(char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --plugin <p> - load the specified plugin\n",5)" identifier (argument_list "(0," --plugin <p> - load the specified plugin\n",5)" ( number_literal , (string_literal "" --plugin <p> - load the specified plugin\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "FUN_00107260(__stream);" (call_expression "FUN_00107260(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "FUN_00107a80(DAT_00110690,__stream);" (call_expression "FUN_00107a80(DAT_00110690,__stream)" identifier (argument_list "(DAT_00110690,__stream)" ( identifier , identifier ))) ;) (if_statement "if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>");\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Report bugs to %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Report bugs to %s\n",5)" identifier (argument_list "(0,"Report bugs to %s\n",5)" ( number_literal , (string_literal ""Report bugs to %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>");" (call_expression "fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>")" identifier (argument_list "(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>")" ( identifier , identifier , (string_literal ""<http://www.sourceware.org/bugzilla/>"" " string_content ") ))) ;) })) comment (expression_statement "xexit(param_1 ^ 1);" (call_expression "xexit(param_1 ^ 1)" identifier (argument_list "(param_1 ^ 1)" ( (binary_expression "param_1 ^ 1" identifier ^ number_literal) ))) ;) })))
(translation_unit "void usage(int help)\n\n{\n char *pcVar1;\n char *__format;\n FILE *__stream;\n \n pcVar1 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (help == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar1,program_name);\n pcVar1 = program_name;\n __format = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,__format,pcVar1);\n pcVar1 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar1);\n ar_emul_usage((FILE *)__stream);\n list_supported_targets(program_name,(FILE *)__stream);\n if (help != 0) {\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n xexit(help ^ 1);\n}\n\n" (function_definition "void usage(int help)\n\n{\n char *pcVar1;\n char *__format;\n FILE *__stream;\n \n pcVar1 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (help == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar1,program_name);\n pcVar1 = program_name;\n __format = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,__format,pcVar1);\n pcVar1 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar1);\n ar_emul_usage((FILE *)__stream);\n list_supported_targets(program_name,(FILE *)__stream);\n if (help != 0) {\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n xexit(help ^ 1);\n}" primitive_type (function_declarator "usage(int help)" identifier (parameter_list "(int help)" ( (parameter_declaration "int help" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n char *__format;\n FILE *__stream;\n \n pcVar1 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (help == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar1,program_name);\n pcVar1 = program_name;\n __format = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,__format,pcVar1);\n pcVar1 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar1);\n pcVar1 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar1);\n ar_emul_usage((FILE *)__stream);\n list_supported_targets(program_name,(FILE *)__stream);\n if (help != 0) {\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }\n /* WARNING: Subroutine does not return */\n xexit(help ^ 1);\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" identifier (argument_list "(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" ( number_literal , (string_literal ""Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "__stream = stdout;" (assignment_expression "__stream = stdout" identifier = identifier) ;) (if_statement "if (help == 0) {\n __stream = stderr;\n }" if (parenthesized_expression "(help == 0)" ( (binary_expression "help == 0" identifier == number_literal) )) (compound_statement "{\n __stream = stderr;\n }" { (expression_statement "__stream = stderr;" (assignment_expression "__stream = stderr" identifier = identifier) ;) })) (expression_statement "fprintf(__stream,pcVar1,program_name);" (call_expression "fprintf(__stream,pcVar1,program_name)" identifier (argument_list "(__stream,pcVar1,program_name)" ( identifier , identifier , identifier ))) ;) (expression_statement "pcVar1 = program_name;" (assignment_expression "pcVar1 = program_name" identifier = identifier) ;) (expression_statement "__format = (char *)dcgettext(0," %s -M [<mri-script]\n",5);" (assignment_expression "__format = (char *)dcgettext(0," %s -M [<mri-script]\n",5)" identifier = (cast_expression "(char *)dcgettext(0," %s -M [<mri-script]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," %s -M [<mri-script]\n",5)" identifier (argument_list "(0," %s -M [<mri-script]\n",5)" ( number_literal , (string_literal "" %s -M [<mri-script]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,__format,pcVar1);" (call_expression "fprintf(__stream,__format,pcVar1)" identifier (argument_list "(__stream,__format,pcVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," commands:\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," commands:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," commands:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," commands:\n",5)" identifier (argument_list "(0," commands:\n",5)" ( number_literal , (string_literal "" commands:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," d - delete file(s) from the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," d - delete file(s) from the archive\n",5)" identifier (argument_list "(0," d - delete file(s) from the archive\n",5)" ( number_literal , (string_literal "" d - delete file(s) from the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," m[ab] - move file(s) in the archive\n",5)" identifier (argument_list "(0," m[ab] - move file(s) in the archive\n",5)" ( number_literal , (string_literal "" m[ab] - move file(s) in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," p - print file(s) found in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," p - print file(s) found in the archive\n",5)" identifier (argument_list "(0," p - print file(s) found in the archive\n",5)" ( number_literal , (string_literal "" p - print file(s) found in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" identifier (argument_list "(0," q[f] - quick append file(s) to the archive\n",5)" ( number_literal , (string_literal "" q[f] - quick append file(s) to the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" identifier (argument_list "(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" ( number_literal , (string_literal "" r[ab][f][u] - replace existing or insert new file(s) into the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," s - act as ranlib\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," s - act as ranlib\n",5)" identifier = (cast_expression "(char *)dcgettext(0," s - act as ranlib\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," s - act as ranlib\n",5)" identifier (argument_list "(0," s - act as ranlib\n",5)" ( number_literal , (string_literal "" s - act as ranlib\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," t[O][v] - display contents of the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," t[O][v] - display contents of the archive\n",5)" identifier (argument_list "(0," t[O][v] - display contents of the archive\n",5)" ( number_literal , (string_literal "" t[O][v] - display contents of the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," x[o] - extract file(s) from the archive\n",5)" identifier (argument_list "(0," x[o] - extract file(s) from the archive\n",5)" ( number_literal , (string_literal "" x[o] - extract file(s) from the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," command specific modifiers:\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," command specific modifiers:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," command specific modifiers:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," command specific modifiers:\n",5)" identifier (argument_list "(0," command specific modifiers:\n",5)" ( number_literal , (string_literal "" command specific modifiers:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [a] - put file(s) after [member-name]\n",5)" identifier (argument_list "(0," [a] - put file(s) after [member-name]\n",5)" ( number_literal , (string_literal "" [a] - put file(s) after [member-name]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );" (assignment_expression "pcVar1 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" identifier = (cast_expression "(char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" identifier (argument_list "(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" ( number_literal , (string_literal "" [b] - put file(s) before [member-name] (same as [i])\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" identifier (argument_list "(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" ( number_literal , (string_literal "" [D] - use zero for timestamps and uids/gids (default)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" identifier (argument_list "(0," [U] - use actual timestamps and uids/gids\n",5)" ( number_literal , (string_literal "" [U] - use actual timestamps and uids/gids\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [N] - use instance [count] of name\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [N] - use instance [count] of name\n",5)" identifier (argument_list "(0," [N] - use instance [count] of name\n",5)" ( number_literal , (string_literal "" [N] - use instance [count] of name\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [f] - truncate inserted file names\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [f] - truncate inserted file names\n",5)" identifier (argument_list "(0," [f] - truncate inserted file names\n",5)" ( number_literal , (string_literal "" [f] - truncate inserted file names\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [P] - use full path names when matching\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [P] - use full path names when matching\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [P] - use full path names when matching\n",5)" identifier (argument_list "(0," [P] - use full path names when matching\n",5)" ( number_literal , (string_literal "" [P] - use full path names when matching\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [o] - preserve original dates\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [o] - preserve original dates\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [o] - preserve original dates\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [o] - preserve original dates\n",5)" identifier (argument_list "(0," [o] - preserve original dates\n",5)" ( number_literal , (string_literal "" [o] - preserve original dates\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [O] - display offsets of files in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [O] - display offsets of files in the archive\n",5)" identifier (argument_list "(0," [O] - display offsets of files in the archive\n",5)" ( number_literal , (string_literal "" [O] - display offsets of files in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" identifier (argument_list "(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" ( number_literal , (string_literal "" [u] - only replace files that are newer than current archive contents\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," generic modifiers:\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," generic modifiers:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," generic modifiers:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," generic modifiers:\n",5)" identifier (argument_list "(0," generic modifiers:\n",5)" ( number_literal , (string_literal "" generic modifiers:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [c] - do not warn if the library had to be created\n",5)" identifier (argument_list "(0," [c] - do not warn if the library had to be created\n",5)" ( number_literal , (string_literal "" [c] - do not warn if the library had to be created\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" identifier (argument_list "(0," [s] - create an archive index (cf. ranlib)\n",5)" ( number_literal , (string_literal "" [s] - create an archive index (cf. ranlib)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [S] - do not build a symbol table\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [S] - do not build a symbol table\n",5)" identifier (argument_list "(0," [S] - do not build a symbol table\n",5)" ( number_literal , (string_literal "" [S] - do not build a symbol table\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [T] - make a thin archive\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [T] - make a thin archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [T] - make a thin archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [T] - make a thin archive\n",5)" identifier (argument_list "(0," [T] - make a thin archive\n",5)" ( number_literal , (string_literal "" [T] - make a thin archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [v] - be verbose\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [v] - be verbose\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [v] - be verbose\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [v] - be verbose\n",5)" identifier (argument_list "(0," [v] - be verbose\n",5)" ( number_literal , (string_literal "" [v] - be verbose\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," [V] - display the version number\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," [V] - display the version number\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [V] - display the version number\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [V] - display the version number\n",5)" identifier (argument_list "(0," [V] - display the version number\n",5)" ( number_literal , (string_literal "" [V] - display the version number\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," @<file> - read options from <file>\n",5)" identifier = (cast_expression "(char *)dcgettext(0," @<file> - read options from <file>\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," @<file> - read options from <file>\n",5)" identifier (argument_list "(0," @<file> - read options from <file>\n",5)" ( number_literal , (string_literal "" @<file> - read options from <file>\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" identifier (argument_list "(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" ( number_literal , (string_literal "" --target=BFDNAME - specify the target object format as BFDNAME\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," optional:\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," optional:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," optional:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," optional:\n",5)" identifier (argument_list "(0," optional:\n",5)" ( number_literal , (string_literal "" optional:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5)" identifier = (cast_expression "(char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --plugin <p> - load the specified plugin\n",5)" identifier (argument_list "(0," --plugin <p> - load the specified plugin\n",5)" ( number_literal , (string_literal "" --plugin <p> - load the specified plugin\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1);" (call_expression "fprintf(__stream,pcVar1)" identifier (argument_list "(__stream,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "ar_emul_usage((FILE *)__stream);" (call_expression "ar_emul_usage((FILE *)__stream)" identifier (argument_list "((FILE *)__stream)" ( (cast_expression "(FILE *)__stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "list_supported_targets(program_name,(FILE *)__stream);" (call_expression "list_supported_targets(program_name,(FILE *)__stream)" identifier (argument_list "(program_name,(FILE *)__stream)" ( identifier , (cast_expression "(FILE *)__stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (if_statement "if (help != 0) {\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }" if (parenthesized_expression "(help != 0)" ( (binary_expression "help != 0" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");\n }" { (expression_statement "pcVar1 = (char *)dcgettext(0,"Report bugs to %s\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"Report bugs to %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Report bugs to %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Report bugs to %s\n",5)" identifier (argument_list "(0,"Report bugs to %s\n",5)" ( number_literal , (string_literal ""Report bugs to %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>");" (call_expression "fprintf(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>")" identifier (argument_list "(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>")" ( identifier , identifier , (string_literal ""<http://www.sourceware.org/bugzilla/>"" " string_content ") ))) ;) })) comment (expression_statement "xexit(help ^ 1);" (call_expression "xexit(help ^ 1)" identifier (argument_list "(help ^ 1)" ( (binary_expression "help ^ 1" identifier ^ number_literal) ))) ;) })))
(translation_unit "void FUN_001053f0(uint param_1)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n FILE *__stream;\n \n pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (param_1 == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar2,DAT_00110690);\n uVar1 = DAT_00110690;\n pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar2);\n FUN_00107260(__stream);\n FUN_00107a80(DAT_00110690,__stream);\n if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);\n}\n\n" (function_definition "void FUN_001053f0(uint param_1)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n FILE *__stream;\n \n pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (param_1 == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar2,DAT_00110690);\n uVar1 = DAT_00110690;\n pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar2);\n FUN_00107260(__stream);\n FUN_00107a80(DAT_00110690,__stream);\n if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);\n}" primitive_type (function_declarator "FUN_001053f0(uint param_1)" identifier (parameter_list "(uint param_1)" ( (parameter_declaration "uint param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char *pcVar2;\n FILE *__stream;\n \n pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (param_1 == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar2,DAT_00110690);\n uVar1 = DAT_00110690;\n pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar2);\n FUN_00107260(__stream);\n FUN_00107a80(DAT_00110690,__stream);\n if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" identifier (argument_list "(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" ( number_literal , (string_literal ""Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "__stream = stdout;" (assignment_expression "__stream = stdout" identifier = identifier) ;) (if_statement "if (param_1 == 0) {\n __stream = stderr;\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n __stream = stderr;\n }" { (expression_statement "__stream = stderr;" (assignment_expression "__stream = stderr" identifier = identifier) ;) })) (expression_statement "fprintf(__stream,pcVar2,DAT_00110690);" (call_expression "fprintf(__stream,pcVar2,DAT_00110690)" identifier (argument_list "(__stream,pcVar2,DAT_00110690)" ( identifier , identifier , identifier ))) ;) (expression_statement "uVar1 = DAT_00110690;" (assignment_expression "uVar1 = DAT_00110690" identifier = identifier) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5)" identifier = (cast_expression "(char *)dcgettext(0," %s -M [<mri-script]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," %s -M [<mri-script]\n",5)" identifier (argument_list "(0," %s -M [<mri-script]\n",5)" ( number_literal , (string_literal "" %s -M [<mri-script]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2,uVar1);" (call_expression "fprintf(__stream,pcVar2,uVar1)" identifier (argument_list "(__stream,pcVar2,uVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," commands:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," commands:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," commands:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," commands:\n",5)" identifier (argument_list "(0," commands:\n",5)" ( number_literal , (string_literal "" commands:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," d - delete file(s) from the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," d - delete file(s) from the archive\n",5)" identifier (argument_list "(0," d - delete file(s) from the archive\n",5)" ( number_literal , (string_literal "" d - delete file(s) from the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," m[ab] - move file(s) in the archive\n",5)" identifier (argument_list "(0," m[ab] - move file(s) in the archive\n",5)" ( number_literal , (string_literal "" m[ab] - move file(s) in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," p - print file(s) found in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," p - print file(s) found in the archive\n",5)" identifier (argument_list "(0," p - print file(s) found in the archive\n",5)" ( number_literal , (string_literal "" p - print file(s) found in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" identifier (argument_list "(0," q[f] - quick append file(s) to the archive\n",5)" ( number_literal , (string_literal "" q[f] - quick append file(s) to the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" identifier (argument_list "(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" ( number_literal , (string_literal "" r[ab][f][u] - replace existing or insert new file(s) into the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5)" identifier = (cast_expression "(char *)dcgettext(0," s - act as ranlib\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," s - act as ranlib\n",5)" identifier (argument_list "(0," s - act as ranlib\n",5)" ( number_literal , (string_literal "" s - act as ranlib\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," t[O][v] - display contents of the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," t[O][v] - display contents of the archive\n",5)" identifier (argument_list "(0," t[O][v] - display contents of the archive\n",5)" ( number_literal , (string_literal "" t[O][v] - display contents of the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," x[o] - extract file(s) from the archive\n",5)" identifier (argument_list "(0," x[o] - extract file(s) from the archive\n",5)" ( number_literal , (string_literal "" x[o] - extract file(s) from the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," command specific modifiers:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," command specific modifiers:\n",5)" identifier (argument_list "(0," command specific modifiers:\n",5)" ( number_literal , (string_literal "" command specific modifiers:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [a] - put file(s) after [member-name]\n",5)" identifier (argument_list "(0," [a] - put file(s) after [member-name]\n",5)" ( number_literal , (string_literal "" [a] - put file(s) after [member-name]\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );" (assignment_expression "pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" identifier = (cast_expression "(char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" identifier (argument_list "(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" ( number_literal , (string_literal "" [b] - put file(s) before [member-name] (same as [i])\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" identifier (argument_list "(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" ( number_literal , (string_literal "" [D] - use zero for timestamps and uids/gids (default)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" identifier (argument_list "(0," [U] - use actual timestamps and uids/gids\n",5)" ( number_literal , (string_literal "" [U] - use actual timestamps and uids/gids\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [N] - use instance [count] of name\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [N] - use instance [count] of name\n",5)" identifier (argument_list "(0," [N] - use instance [count] of name\n",5)" ( number_literal , (string_literal "" [N] - use instance [count] of name\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [f] - truncate inserted file names\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [f] - truncate inserted file names\n",5)" identifier (argument_list "(0," [f] - truncate inserted file names\n",5)" ( number_literal , (string_literal "" [f] - truncate inserted file names\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [P] - use full path names when matching\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [P] - use full path names when matching\n",5)" identifier (argument_list "(0," [P] - use full path names when matching\n",5)" ( number_literal , (string_literal "" [P] - use full path names when matching\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [o] - preserve original dates\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [o] - preserve original dates\n",5)" identifier (argument_list "(0," [o] - preserve original dates\n",5)" ( number_literal , (string_literal "" [o] - preserve original dates\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [O] - display offsets of files in the archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [O] - display offsets of files in the archive\n",5)" identifier (argument_list "(0," [O] - display offsets of files in the archive\n",5)" ( number_literal , (string_literal "" [O] - display offsets of files in the archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" identifier (argument_list "(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" ( number_literal , (string_literal "" [u] - only replace files that are newer than current archive contents\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," generic modifiers:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," generic modifiers:\n",5)" identifier (argument_list "(0," generic modifiers:\n",5)" ( number_literal , (string_literal "" generic modifiers:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [c] - do not warn if the library had to be created\n",5)" identifier (argument_list "(0," [c] - do not warn if the library had to be created\n",5)" ( number_literal , (string_literal "" [c] - do not warn if the library had to be created\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" identifier (argument_list "(0," [s] - create an archive index (cf. ranlib)\n",5)" ( number_literal , (string_literal "" [s] - create an archive index (cf. ranlib)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [S] - do not build a symbol table\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [S] - do not build a symbol table\n",5)" identifier (argument_list "(0," [S] - do not build a symbol table\n",5)" ( number_literal , (string_literal "" [S] - do not build a symbol table\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [T] - make a thin archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [T] - make a thin archive\n",5)" identifier (argument_list "(0," [T] - make a thin archive\n",5)" ( number_literal , (string_literal "" [T] - make a thin archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [v] - be verbose\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [v] - be verbose\n",5)" identifier (argument_list "(0," [v] - be verbose\n",5)" ( number_literal , (string_literal "" [v] - be verbose\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5)" identifier = (cast_expression "(char *)dcgettext(0," [V] - display the version number\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," [V] - display the version number\n",5)" identifier (argument_list "(0," [V] - display the version number\n",5)" ( number_literal , (string_literal "" [V] - display the version number\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5)" identifier = (cast_expression "(char *)dcgettext(0," @<file> - read options from <file>\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," @<file> - read options from <file>\n",5)" identifier (argument_list "(0," @<file> - read options from <file>\n",5)" ( number_literal , (string_literal "" @<file> - read options from <file>\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" identifier (argument_list "(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" ( number_literal , (string_literal "" --target=BFDNAME - specify the target object format as BFDNAME\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," optional:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," optional:\n",5)" identifier = (cast_expression "(char *)dcgettext(0," optional:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," optional:\n",5)" identifier (argument_list "(0," optional:\n",5)" ( number_literal , (string_literal "" optional:\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5)" identifier = (cast_expression "(char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," --plugin <p> - load the specified plugin\n",5)" identifier (argument_list "(0," --plugin <p> - load the specified plugin\n",5)" ( number_literal , (string_literal "" --plugin <p> - load the specified plugin\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" identifier (argument_list "(__stream,pcVar2)" ( identifier , identifier ))) ;) (expression_statement "FUN_00107260(__stream);" (call_expression "FUN_00107260(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "FUN_00107a80(DAT_00110690,__stream);" (call_expression "FUN_00107a80(DAT_00110690,__stream)" identifier (argument_list "(DAT_00110690,__stream)" ( identifier , identifier ))) ;) (if_statement "if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);\n}" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);\n}" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Report bugs to %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Report bugs to %s\n",5)" identifier (argument_list "(0,"Report bugs to %s\n",5)" ( number_literal , (string_literal ""Report bugs to %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);" (call_expression "fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1)" identifier (argument_list "(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1)" ( identifier , identifier , (ERROR ""<http:\n }" " string_content }) (call_expression "xexit(param_1 ^ 1)" identifier (argument_list "(param_1 ^ 1)" ( (binary_expression "param_1 ^ 1" identifier ^ number_literal) ))) ))) ;) })) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (ERROR " string_content }) (call_expression IDENT (argument_list ( (binary_expression IDENT ^ LIT) ))) ))) ;) })) })))
(function_definition "void FUN_001053f0(uint param_1)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n FILE *__stream;\n \n pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (param_1 == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar2,DAT_00110690);\n uVar1 = DAT_00110690;\n pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar2);\n FUN_00107260(__stream);\n FUN_00107a80(DAT_00110690,__stream);\n if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);\n}" (primitive_type "void") (function_declarator "FUN_001053f0(uint param_1)" (identifier "FUN_001053f0") (parameter_list "(uint param_1)" (( "(") (parameter_declaration "uint param_1" (type_identifier "uint") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n char *pcVar2;\n FILE *__stream;\n \n pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);\n __stream = stdout;\n if (param_1 == 0) {\n __stream = stderr;\n }\n fprintf(__stream,pcVar2,DAT_00110690);\n uVar1 = DAT_00110690;\n pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);\n fprintf(__stream,pcVar2,uVar1);\n pcVar2 = (char *)dcgettext(0," commands:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," optional:\n",5);\n fprintf(__stream,pcVar2);\n pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);\n fprintf(__stream,pcVar2);\n FUN_00107260(__stream);\n FUN_00107a80(DAT_00110690,__stream);\n if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "FILE *__stream;" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream")) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal ""Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"" (" """) (string_content "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "__stream = stdout;" (assignment_expression "__stream = stdout" (identifier "__stream") (= "=") (identifier "stdout")) (; ";")) (if_statement "if (param_1 == 0) {\n __stream = stderr;\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n __stream = stderr;\n }" ({ "{") (expression_statement "__stream = stderr;" (assignment_expression "__stream = stderr" (identifier "__stream") (= "=") (identifier "stderr")) (; ";")) (} "}"))) (expression_statement "fprintf(__stream,pcVar2,DAT_00110690);" (call_expression "fprintf(__stream,pcVar2,DAT_00110690)" (identifier "fprintf") (argument_list "(__stream,pcVar2,DAT_00110690)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") (, ",") (identifier "DAT_00110690") () ")"))) (; ";")) (expression_statement "uVar1 = DAT_00110690;" (assignment_expression "uVar1 = DAT_00110690" (identifier "uVar1") (= "=") (identifier "DAT_00110690")) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," %s -M [<mri-script]\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," %s -M [<mri-script]\n",5)" (identifier "dcgettext") (argument_list "(0," %s -M [<mri-script]\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" %s -M [<mri-script]\n"" (" """) (string_content " %s -M [<mri-script]") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2,uVar1);" (call_expression "fprintf(__stream,pcVar2,uVar1)" (identifier "fprintf") (argument_list "(__stream,pcVar2,uVar1)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," commands:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," commands:\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," commands:\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," commands:\n",5)" (identifier "dcgettext") (argument_list "(0," commands:\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" commands:\n"" (" """) (string_content " commands:") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," d - delete file(s) from the archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," d - delete file(s) from the archive\n",5)" (identifier "dcgettext") (argument_list "(0," d - delete file(s) from the archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" d - delete file(s) from the archive\n"" (" """) (string_content " d - delete file(s) from the archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," m[ab] - move file(s) in the archive\n",5)" (identifier "dcgettext") (argument_list "(0," m[ab] - move file(s) in the archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" m[ab] - move file(s) in the archive\n"" (" """) (string_content " m[ab] - move file(s) in the archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," p - print file(s) found in the archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," p - print file(s) found in the archive\n",5)" (identifier "dcgettext") (argument_list "(0," p - print file(s) found in the archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" p - print file(s) found in the archive\n"" (" """) (string_content " p - print file(s) found in the archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," q[f] - quick append file(s) to the archive\n",5)" (identifier "dcgettext") (argument_list "(0," q[f] - quick append file(s) to the archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" q[f] - quick append file(s) to the archive\n"" (" """) (string_content " q[f] - quick append file(s) to the archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal "" r[ab][f][u] - replace existing or insert new file(s) into the archive\n"" (" """) (string_content " r[ab][f][u] - replace existing or insert new file(s) into the archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," s - act as ranlib\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," s - act as ranlib\n",5)" (identifier "dcgettext") (argument_list "(0," s - act as ranlib\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" s - act as ranlib\n"" (" """) (string_content " s - act as ranlib") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," t[O][v] - display contents of the archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," t[O][v] - display contents of the archive\n",5)" (identifier "dcgettext") (argument_list "(0," t[O][v] - display contents of the archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" t[O][v] - display contents of the archive\n"" (" """) (string_content " t[O][v] - display contents of the archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," x[o] - extract file(s) from the archive\n",5)" (identifier "dcgettext") (argument_list "(0," x[o] - extract file(s) from the archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" x[o] - extract file(s) from the archive\n"" (" """) (string_content " x[o] - extract file(s) from the archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," command specific modifiers:\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," command specific modifiers:\n",5)" (identifier "dcgettext") (argument_list "(0," command specific modifiers:\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" command specific modifiers:\n"" (" """) (string_content " command specific modifiers:") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [a] - put file(s) after [member-name]\n",5)" (identifier "dcgettext") (argument_list "(0," [a] - put file(s) after [member-name]\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [a] - put file(s) after [member-name]\n"" (" """) (string_content " [a] - put file(s) after [member-name]") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n );" (assignment_expression "pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" (identifier "dcgettext") (argument_list "(0," [b] - put file(s) before [member-name] (same as [i])\n",5\n )" (( "(") (number_literal "0") (, ",") (string_literal "" [b] - put file(s) before [member-name] (same as [i])\n"" (" """) (string_content " [b] - put file(s) before [member-name] (same as [i])") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" (identifier "dcgettext") (argument_list "(0," [D] - use zero for timestamps and uids/gids (default)\n",\n 5)" (( "(") (number_literal "0") (, ",") (string_literal "" [D] - use zero for timestamps and uids/gids (default)\n"" (" """) (string_content " [D] - use zero for timestamps and uids/gids (default)") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [U] - use actual timestamps and uids/gids\n",5)" (identifier "dcgettext") (argument_list "(0," [U] - use actual timestamps and uids/gids\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [U] - use actual timestamps and uids/gids\n"" (" """) (string_content " [U] - use actual timestamps and uids/gids") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [N] - use instance [count] of name\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [N] - use instance [count] of name\n",5)" (identifier "dcgettext") (argument_list "(0," [N] - use instance [count] of name\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [N] - use instance [count] of name\n"" (" """) (string_content " [N] - use instance [count] of name") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [f] - truncate inserted file names\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [f] - truncate inserted file names\n",5)" (identifier "dcgettext") (argument_list "(0," [f] - truncate inserted file names\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [f] - truncate inserted file names\n"" (" """) (string_content " [f] - truncate inserted file names") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [P] - use full path names when matching\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [P] - use full path names when matching\n",5)" (identifier "dcgettext") (argument_list "(0," [P] - use full path names when matching\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [P] - use full path names when matching\n"" (" """) (string_content " [P] - use full path names when matching") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [o] - preserve original dates\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [o] - preserve original dates\n",5)" (identifier "dcgettext") (argument_list "(0," [o] - preserve original dates\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [o] - preserve original dates\n"" (" """) (string_content " [o] - preserve original dates") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [O] - display offsets of files in the archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [O] - display offsets of files in the archive\n",5)" (identifier "dcgettext") (argument_list "(0," [O] - display offsets of files in the archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [O] - display offsets of files in the archive\n"" (" """) (string_content " [O] - display offsets of files in the archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n " [u] - only replace files that are newer than current archive contents\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal "" [u] - only replace files that are newer than current archive contents\n"" (" """) (string_content " [u] - only replace files that are newer than current archive contents") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," generic modifiers:\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," generic modifiers:\n",5)" (identifier "dcgettext") (argument_list "(0," generic modifiers:\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" generic modifiers:\n"" (" """) (string_content " generic modifiers:") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [c] - do not warn if the library had to be created\n",5)" (identifier "dcgettext") (argument_list "(0," [c] - do not warn if the library had to be created\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [c] - do not warn if the library had to be created\n"" (" """) (string_content " [c] - do not warn if the library had to be created") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5)" (identifier "dcgettext") (argument_list "(0," [s] - create an archive index (cf. ranlib)\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [s] - create an archive index (cf. ranlib)\n"" (" """) (string_content " [s] - create an archive index (cf. ranlib)") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [S] - do not build a symbol table\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [S] - do not build a symbol table\n",5)" (identifier "dcgettext") (argument_list "(0," [S] - do not build a symbol table\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [S] - do not build a symbol table\n"" (" """) (string_content " [S] - do not build a symbol table") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [T] - make a thin archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [T] - make a thin archive\n",5)" (identifier "dcgettext") (argument_list "(0," [T] - make a thin archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [T] - make a thin archive\n"" (" """) (string_content " [T] - make a thin archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [v] - be verbose\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [v] - be verbose\n",5)" (identifier "dcgettext") (argument_list "(0," [v] - be verbose\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [v] - be verbose\n"" (" """) (string_content " [v] - be verbose") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," [V] - display the version number\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," [V] - display the version number\n",5)" (identifier "dcgettext") (argument_list "(0," [V] - display the version number\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" [V] - display the version number\n"" (" """) (string_content " [V] - display the version number") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," @<file> - read options from <file>\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," @<file> - read options from <file>\n",5)" (identifier "dcgettext") (argument_list "(0," @<file> - read options from <file>\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" @<file> - read options from <file>\n"" (" """) (string_content " @<file> - read options from <file>") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" (identifier "dcgettext") (argument_list "(0," --target=BFDNAME - specify the target object format as BFDNAME\n",\n 5)" (( "(") (number_literal "0") (, ",") (string_literal "" --target=BFDNAME - specify the target object format as BFDNAME\n"" (" """) (string_content " --target=BFDNAME - specify the target object format as BFDNAME") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," optional:\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," optional:\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," optional:\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," optional:\n",5)" (identifier "dcgettext") (argument_list "(0," optional:\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" optional:\n"" (" """) (string_content " optional:") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," --plugin <p> - load the specified plugin\n",5)" (identifier "dcgettext") (argument_list "(0," --plugin <p> - load the specified plugin\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" --plugin <p> - load the specified plugin\n"" (" """) (string_content " --plugin <p> - load the specified plugin") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2);" (call_expression "fprintf(__stream,pcVar2)" (identifier "fprintf") (argument_list "(__stream,pcVar2)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "FUN_00107260(__stream);" (call_expression "FUN_00107260(__stream)" (identifier "FUN_00107260") (argument_list "(__stream)" (( "(") (identifier "__stream") () ")"))) (; ";")) (expression_statement "FUN_00107a80(DAT_00110690,__stream);" (call_expression "FUN_00107a80(DAT_00110690,__stream)" (identifier "FUN_00107a80") (argument_list "(DAT_00110690,__stream)" (( "(") (identifier "DAT_00110690") (, ",") (identifier "__stream") () ")"))) (; ";")) (if_statement "if (param_1 != 0) {\n pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 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,"Report bugs to %s\n",5);\n fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);\n}" ({ "{") (expression_statement "pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,"Report bugs to %s\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"Report bugs to %s\n",5)" (identifier "dcgettext") (argument_list "(0,"Report bugs to %s\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Report bugs to %s\n"" (" """) (string_content "Report bugs to %s") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1);" (call_expression "fprintf(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1)" (identifier "fprintf") (argument_list "(__stream,pcVar2,"<http:\n }\n \n xexit(param_1 ^ 1)" (( "(") (identifier "__stream") (, ",") (identifier "pcVar2") (, ",") (ERROR ""<http:\n }" (" """) (string_content "<http:") (} "}")) (call_expression "xexit(param_1 ^ 1)" (identifier "xexit") (argument_list "(param_1 ^ 1)" (( "(") (binary_expression "param_1 ^ 1" (identifier "param_1") (^ "^") (number_literal "1")) () ")"))) () ""))) (; ";")) (} "}"))) (} "")))
void function_1(int var_2) { char *pcVar1; char *__format; type_1 *__stream; pcVar1 = (char *)var_1(0, "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n" ,5); __stream = stdout; if (var_2 == 0) { __stream = stderr; } var_3(__stream,pcVar1,program_name); pcVar1 = program_name; __format = (char *)var_1(0," %s -M [<mri-script]\n",5); var_3(__stream,__format,pcVar1); pcVar1 = (char *)var_1(0," commands:\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," d - delete file(s) from the archive\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," m[ab] - move file(s) in the archive\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," p - print file(s) found in the archive\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," q[f] - quick append file(s) to the archive\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0, " r[ab][f][u] - replace existing or insert new file(s) into the archive\n" ,5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," s - act as ranlib\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," t[O][v] - display contents of the archive\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," x[o] - extract file(s) from the archive\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," command specific modifiers:\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [a] - put file(s) after [member-name]\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [b] - put file(s) before [member-name] (same as [i])\n",5 ); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [D] - use zero for timestamps and uids/gids (default)\n", 5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [U] - use actual timestamps and uids/gids\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [N] - use instance [count] of name\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [f] - truncate inserted file names\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [P] - use full path names when matching\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [o] - preserve original dates\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [O] - display offsets of files in the archive\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0, " [u] - only replace files that are newer than current archive contents\n" ,5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," generic modifiers:\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [c] - do not warn if the library had to be created\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [s] - create an archive index (cf. ranlib)\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [S] - do not build a symbol table\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [T] - make a thin archive\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [v] - be verbose\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," [V] - display the version number\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," @<file> - read options from <file>\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," --target=BFDNAME - specify the target object format as BFDNAME\n", 5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," optional:\n",5); var_3(__stream,pcVar1); pcVar1 = (char *)var_1(0," --plugin <p> - load the specified plugin\n",5); var_3(__stream,pcVar1); var_4((type_1 *)__stream); var_5(program_name,(type_1 *)__stream); if (var_2 != 0) { pcVar1 = (char *)var_1(0,"Report bugs to %s\n",5); var_3(__stream,pcVar1,"<http://www.sourceware.org/bugzilla/>"); } /* WARNING: Subroutine does not return */ var_6(var_2 ^ 1); }
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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (ERROR (string_content)) (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) (MISSING ")")))))) (MISSING "}"))))
null
void MASKED(uint param_1) { undefined8 uVar1; char *pcVar2; FILE *__stream; pcVar2 = (char *)dcgettext(0, "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n" ,5); __stream = stdout; if (param_1 == 0) { __stream = stderr; } fprintf(__stream,pcVar2,DAT_00110690); uVar1 = DAT_00110690; pcVar2 = (char *)dcgettext(0," %s -M [<mri-script]\n",5); fprintf(__stream,pcVar2,uVar1); pcVar2 = (char *)dcgettext(0," commands:\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," d - delete file(s) from the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," m[ab] - move file(s) in the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," p - print file(s) found in the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," q[f] - quick append file(s) to the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0, " r[ab][f][u] - replace existing or insert new file(s) into the archive\n" ,5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," s - act as ranlib\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," t[O][v] - display contents of the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," x[o] - extract file(s) from the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," command specific modifiers:\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [a] - put file(s) after [member-name]\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [b] - put file(s) before [member-name] (same as [i])\n",5 ); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [D] - use zero for timestamps and uids/gids (default)\n", 5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [U] - use actual timestamps and uids/gids\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [N] - use instance [count] of name\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [f] - truncate inserted file names\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [P] - use full path names when matching\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [o] - preserve original dates\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [O] - display offsets of files in the archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0, " [u] - only replace files that are newer than current archive contents\n" ,5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," generic modifiers:\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [c] - do not warn if the library had to be created\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [s] - create an archive index (cf. ranlib)\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [S] - do not build a symbol table\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [T] - make a thin archive\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [v] - be verbose\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," [V] - display the version number\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," @<file> - read options from <file>\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," --target=BFDNAME - specify the target object format as BFDNAME\n", 5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," optional:\n",5); fprintf(__stream,pcVar2); pcVar2 = (char *)dcgettext(0," --plugin <p> - load the specified plugin\n",5); fprintf(__stream,pcVar2); FUN_00107260(__stream); FUN_00107a80(DAT_00110690,__stream); if (param_1 != 0) { pcVar2 = (char *)dcgettext(0,"Report bugs to %s\n",5); fprintf(__stream,pcVar2,"<http://www.sourceware.org/bugzilla/>"); } /* WARNING: Subroutine does not return */ xexit(param_1 ^ 1); }
7041_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
script_exp_binary_rshift
FUN_002b14f0
Expression * gold::script_exp_binary_rshift(Expression *left,Expression *right) { Expression *pEVar1; pEVar1 = (Expression *)operator_new(0x18); pEVar1[1]._vptr_Expression = (_func_int_varargs **)left; pEVar1[2]._vptr_Expression = (_func_int_varargs **)right; pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Binary_rshift_0042ccb0; return pEVar1; }
void FUN_002b14f0(undefined8 param_1,undefined8 param_2) { undefined8 *puVar1; puVar1 = (undefined8 *)FUN_002d94a0(0x18); puVar1[1] = param_1; puVar1[2] = param_2; *puVar1 = &PTR_FUN_0042ccb0; return; }
PUSH RBP MOV RBP,RDI MOV EDI,0x18 PUSH RBX MOV RBX,RSI SUB RSP,0x8 CALL 0x002d94a0 LEA RDX,[0x42ccb0] MOV qword ptr [RAX + 0x8],RBP MOV qword ptr [RAX + 0x10],RBX MOV qword ptr [RAX],RDX ADD RSP,0x8 POP RBX POP RBP RET
null
null
null
null
[('const-433', u'STORE_-1204546251'), ('const-4377776', u'PTRSUB_-1204546146'), (u'CAST_-1204546162', u'PTRADD_-1204546154'), (u'PTRSUB_-1204546141', u'STORE_-1204546251'), (u'CAST_-1204546144', u'STORE_-1204546257'), (u'PTRADD_-1204546154', u'PTRSUB_-1204546152'), ('const-1', u'PTRADD_-1204546154'), (u'PTRSUB_-1204546146', u'STORE_-1204546257'), ('const-24', u'CALL_-1204546276'), ('const-8', u'PTRADD_-1204546148'), (u'CAST_-1204546162', u'PTRSUB_-1204546141'), (u'CAST_-1204546162', u'RETURN_-1204546215'), ('tmp_140', u'CAST_-1204546144'), ('const-8', u'PTRADD_-1204546154'), ('const-0', u'PTRSUB_-1204546152'), (u'CAST_-1204546139', u'STORE_-1204546251'), ('const-0', u'PTRSUB_-1204546141'), (u'PTRADD_-1204546148', u'PTRSUB_-1204546146'), (u'CAST_-1204546149', u'STORE_-1204546264'), (u'CAST_-1204546162', u'PTRADD_-1204546148'), ('const-2', u'PTRADD_-1204546148'), ('const-0', u'PTRSUB_-1204546146'), (u'PTRSUB_-1204546152', u'STORE_-1204546264'), (u'CALL_-1204546276', u'CAST_-1204546162'), ('const-0', u'PTRSUB_-1204546146'), ('tmp_139', u'CAST_-1204546149'), ('const-433', u'STORE_-1204546257'), ('const-0', u'RETURN_-1204546215'), ('const-433', u'STORE_-1204546264'), (u'PTRSUB_-1204546146', u'CAST_-1204546139')]
[(u'PTRADD_-1204546153', u'STORE_-1204546264'), (u'PTRADD_-1204546148', u'STORE_-1204546257'), ('const-8', u'PTRADD_-1204546148'), (u'PTRSUB_-1204546145', u'STORE_-1204546251'), (u'CALL_-1204546276', u'CAST_-1204546164'), (u'CAST_-1204546164', u'PTRADD_-1204546153'), ('const-8', u'PTRADD_-1204546153'), ('const-24', u'CALL_-1204546276'), ('const-433', u'STORE_-1204546257'), ('tmp_185', u'STORE_-1204546257'), ('const-433', u'STORE_-1204546251'), ('const-2', u'PTRADD_-1204546148'), ('const-433', u'STORE_-1204546264'), ('const-1', u'PTRADD_-1204546153'), (u'CAST_-1204546164', u'STORE_-1204546251'), ('const-0', u'RETURN_-1204546215'), ('tmp_183', u'STORE_-1204546264'), ('const-0', u'PTRSUB_-1204546145'), ('const-4377776', u'PTRSUB_-1204546145'), (u'CAST_-1204546164', u'PTRADD_-1204546148')]
null
null
002b14f0
x64
O2
(translation_unit "void FUN_002b14f0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042ccb0;\n return;\n}\n\n" (function_definition "void FUN_002b14f0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042ccb0;\n return;\n}" primitive_type (function_declarator "FUN_002b14f0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042ccb0;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x18)" identifier = (cast_expression "(undefined8 *)FUN_002d94a0(0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = &PTR_FUN_0042ccb0;" (assignment_expression "*puVar1 = &PTR_FUN_0042ccb0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_0042ccb0" & identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "Expression * gold::script_exp_binary_rshift(Expression *left,Expression *right)\n\n{\n Expression *pEVar1;\n \n pEVar1 = (Expression *)operator_new(0x18);\n pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;\n pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;\n pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Binary_rshift_0042ccb0;\n return pEVar1;\n}\n\n" (ERROR "Expression * gold::script_exp_binary_rshift(Expression *left,Expression *right)" (binary_expression "Expression * gold" identifier * identifier) : : (call_expression "script_exp_binary_rshift(Expression *left,Expression *right)" identifier (argument_list "(Expression *left,Expression *right)" ( (binary_expression "Expression *left" identifier * identifier) , (binary_expression "Expression *right" identifier * identifier) )))) (compound_statement "{\n Expression *pEVar1;\n \n pEVar1 = (Expression *)operator_new(0x18);\n pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;\n pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;\n pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Binary_rshift_0042ccb0;\n return pEVar1;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "pEVar1 = (Expression *)operator_new(0x18);" (assignment_expression "pEVar1 = (Expression *)operator_new(0x18)" identifier = (cast_expression "(Expression *)operator_new(0x18)" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;" (assignment_expression "pEVar1[1]._vptr_Expression = (_func_int_varargs **)left" (field_expression "pEVar1[1]._vptr_Expression" (subscript_expression "pEVar1[1]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_func_int_varargs **)left" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;" (assignment_expression "pEVar1[2]._vptr_Expression = (_func_int_varargs **)right" (field_expression "pEVar1[2]._vptr_Expression" (subscript_expression "pEVar1[2]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_func_int_varargs **)right" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Binary_rshift_0042ccb0;" (assignment_expression "pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Binary_rshift_0042ccb0" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Binary_rshift_0042ccb0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Binary_rshift_0042ccb0" & identifier))) ;) (return_statement "return pEVar1;" return identifier ;) }))
(translation_unit "void FUN_002b14f0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042ccb0;\n return;\n}\n\n" (function_definition "void FUN_002b14f0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042ccb0;\n return;\n}" primitive_type (function_declarator "FUN_002b14f0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042ccb0;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x18)" identifier = (cast_expression "(undefined8 *)FUN_002d94a0(0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = &PTR_FUN_0042ccb0;" (assignment_expression "*puVar1 = &PTR_FUN_0042ccb0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_0042ccb0" & identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return ;) })))
(function_definition "void FUN_002b14f0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042ccb0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b14f0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_002b14f0") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042ccb0;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x18)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)FUN_002d94a0(0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d94a0(0x18)" (identifier "FUN_002d94a0") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*puVar1 = &PTR_FUN_0042ccb0;" (assignment_expression "*puVar1 = &PTR_FUN_0042ccb0" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&PTR_FUN_0042ccb0" (& "&") (identifier "PTR_FUN_0042ccb0"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 * gold::script_exp_binary_rshift(type_1 *left,type_1 *right) { type_1 *pEVar1; pEVar1 = (type_1 *)var_1(0x18); pEVar1[1]._vptr_Expression = (type_2 **)left; pEVar1[2]._vptr_Expression = (type_2 **)right; pEVar1->_vptr_Expression = (type_2 **)&PTR__Binary_rshift_0042ccb0; return pEVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement))))
null
void MASKED(undefined8 param_1,undefined8 param_2) { undefined8 *puVar1; puVar1 = (undefined8 *)FUN_002d94a0(0x18); puVar1[1] = param_1; puVar1[2] = param_2; *puVar1 = &PTR_FUN_0042ccb0; return; }
7202_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
value
FUN_002b3cf0
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: uint64_t value(Unary_minus * this, Expression_eval_info * eei) */ uint64_t __thiscall gold::Unary_minus::value(Unary_minus *this,Expression_eval_info *eei) { uint64_t uVar1; char *format; Output_section *arg_section; uVar1 = Expression::eval_maybe_dot ((this->super_Unary_expression).arg_,eei->symtab,eei->layout, eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section, &arg_section,eei->result_alignment_pointer,(STT *)0x0,(STV *)0x0,(uchar *)0x0, false,eei->is_valid_pointer); if (arg_section != (Output_section *)0x0) { if (parameters->options_ == (General_options *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } if ((parameters->options_->relocatable_).value != false) { format = (char *)gettext("unary minus applied to section relative value"); gold_warning(format); return -uVar1; } } return -uVar1; }
long FUN_002b3cf0(long param_1,undefined8 *param_2) { long lVar1; undefined8 uVar2; long local_10; lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2) ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10, param_2[6],0,0,0,0,param_2[10]); if (local_10 != 0) { if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x5c,"options"); } if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') { uVar2 = gettext("unary minus applied to section relative value"); FUN_001783d0(uVar2); return -lVar1; } } return -lVar1; }
PUSH RBX SUB RSP,0x10 MOVZX ECX,byte ptr [RSI + 0x10] MOV RDX,qword ptr [RSI + 0x8] MOV RDI,qword ptr [RDI + 0x8] MOV R9,qword ptr [RSI + 0x18] PUSH qword ptr [RSI + 0x50] MOVZX R8D,byte ptr [RSI + 0x11] PUSH 0x0 PUSH 0x0 PUSH 0x0 PUSH 0x0 PUSH qword ptr [RSI + 0x30] LEA RAX,[RSP + 0x38] PUSH RAX PUSH qword ptr [RSI + 0x20] MOV RSI,qword ptr [RSI] CALL 0x002b1020 ADD RSP,0x40 NEG RAX CMP qword ptr [RSP + 0x8],0x0 MOV RBX,RAX JZ 0x002b3d54 MOV RAX,qword ptr [0x0043e6b0] MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x002b3d7f CMP byte ptr [RAX + 0x5051],0x0 JNZ 0x002b3d60 ADD RSP,0x10 MOV RAX,RBX POP RBX RET LEA RDI,[0x38c4a8] CALL 0x00147320 MOV RDI,RAX XOR EAX,EAX CALL 0x001783d0 ADD RSP,0x10 MOV RAX,RBX POP RBX RET LEA RDX,[0x38c9b8] MOV ESI,0x5c LEA RDI,[0x3726d0] CALL 0x0017c650
null
null
null
null
[(u'LOAD_-1204536060', u'CALL_-1204535956'), (u'PTRSUB_-1204535520', u'LOAD_-1204535874'), ('tmp_265', u'CBRANCH_-1204535905'), ('const-48', u'PTRSUB_-1204535582'), (u'COPY_-1204535771', u'RETURN_-1204535751'), (u'PTRSUB_-1204535616', u'LOAD_-1204536052'), (u'CALL_-1204535956', u'INT_2COMP_-1204535918'), (u'INDIRECT_-1204535524', u'COPY_-1204535579'), ('const-3720360', u'COPY_-1204535574'), ('const-80', u'PTRSUB_-1204535600'), ('const-0', u'CALL_-1204535956'), ('tmp_512', u'PTRSUB_-1204535582'), (u'CALL_-1204535808', u'INDIRECT_-1204535566'), (u'INT_2COMP_-1204535918', u'COPY_-1204535771'), (u'INDIRECT_-1204535555', u'COPY_-1204535600'), (u'CALL_-1204535808', u'CAST_-1204535493'), (u'PTRSUB_-1204535582', u'LOAD_-1204535994'), ('const-17', u'PTRSUB_-1204535596'), (u'LOAD_-1204535874', u'INT_NOTEQUAL_-1204535858'), ('const-0', u'CALL_-1204535956'), (u'INDIRECT_-1204535635', u'COPY_-1204535635'), ('const-92', u'CALL_-1204535728'), ('const-16', u'PTRSUB_-1204535533'), ('const-433', u'LOAD_-1204536038'), (u'INDIRECT_-1204535591', u'INT_NOTEQUAL_-1204535913'), ('const-32', u'PTRSUB_-1204535571'), (u'PTRSUB_-1204535599', u'LOAD_-1204536045'), (u'INT_2COMP_-1204535918', u'COPY_-1204535840'), ('const-433', u'LOAD_-1204535968'), ('tmp_511', u'PTRSUB_-1204535611'), (u'LOAD_-1204536031', u'CALL_-1204535956'), ('const-16', u'PTRSUB_-1204535621'), (u'LOAD_-1204535994', u'CALL_-1204535956'), ('const-24', u'PTRSUB_-1204535605'), ('const-433', u'LOAD_-1204536060'), ('const-0', u'INT_NOTEQUAL_-1204535913'), (u'CALL_-1204535728', u'INDIRECT_-1204535524'), ('const-0', u'RETURN_-1204535820'), ('const-3721656', u'COPY_-1204535530'), (u'CAST_-1204535493', u'CALL_-1204535784'), ('tmp_512', u'PTRSUB_-1204535571'), ('const-433', u'LOAD_-1204536023'), (u'LOAD_-1204536038', u'CALL_-1204535956'), ('tmp_853', u'PTRSUB_-1204535578'), ('tmp_512', u'PTRSUB_-1204535621'), (u'LOAD_-1204536045', u'CALL_-1204535956'), (u'CALL_-1204535956', u'INDIRECT_-1204535635'), (u'INDIRECT_-1204535635', u'PTRSUB_-1204535533'), (u'LOAD_-1204535896', u'PTRSUB_-1204535523'), (u'PTRSUB_-1204535605', u'LOAD_-1204536038'), ('const-0', u'INT_EQUAL_-1204535877'), ('const-8', u'PTRSUB_-1204535616'), ('const-8', u'PTRSUB_-1204535599'), ('const-0', u'RETURN_-1204535751'), (u'PTRSUB_-1204535621', u'LOAD_-1204536060'), (u'PTRSUB_-1204535611', u'PTRSUB_-1204535599'), ('const-433', u'LOAD_-1204536045'), (u'INT_NOTEQUAL_-1204535858', u'CBRANCH_-1204535852'), ('const-433', u'LOAD_-1204536031'), ('const-433', u'LOAD_-1204536052'), (u'PTRSUB_-1204535578', u'CALL_-1204535956'), ('const--16', u'PTRSUB_-1204535578'), (u'COPY_-1204535530', u'CALL_-1204535728'), ('const-433', u'LOAD_-1204535994'), ('const-3614416', u'COPY_-1204535532'), ('tmp_512', u'PTRSUB_-1204535616'), ('tmp_512', u'PTRSUB_-1204535605'), (u'PTRSUB_-1204535596', u'LOAD_-1204536023'), ('tmp_339', u'CBRANCH_-1204535852'), (u'LOAD_-1204535896', u'INT_EQUAL_-1204535877'), (u'LOAD_-1204536052', u'CALL_-1204535956'), (u'PTRSUB_-1204535567', u'LOAD_-1204535968'), (u'CALL_-1204535784', u'INDIRECT_-1204535555'), (u'PTRSUB_-1204535533', u'LOAD_-1204535896'), ('const-20464', u'PTRSUB_-1204535523'), ('tmp_512', u'PTRSUB_-1204535600'), ('const-0', u'CALL_-1204535956'), ('const-433', u'LOAD_-1204535896'), (u'PTRSUB_-1204535571', u'LOAD_-1204535975'), (u'LOAD_-1204535968', u'CALL_-1204535956'), (u'COPY_-1204535840', u'RETURN_-1204535820'), ('const-433', u'LOAD_-1204535874'), (u'PTRSUB_-1204535523', u'PTRSUB_-1204535520'), ('const-1', u'RETURN_-1204535723'), ('const-0', u'PTRSUB_-1204535611'), (u'CALL_-1204535956', u'INDIRECT_-1204535591'), (u'LOAD_-1204536023', u'CALL_-1204535956'), (u'LOAD_-1204535975', u'CALL_-1204535956'), (u'COPY_-1204535574', u'CALL_-1204535808'), (u'PTRSUB_-1204535600', u'LOAD_-1204536031'), ('const-433', u'LOAD_-1204535975'), ('const-0', u'CALL_-1204535956'), ('tmp_512', u'PTRSUB_-1204535567'), (u'INT_NOTEQUAL_-1204535913', u'CBRANCH_-1204535905'), (u'INT_EQUAL_-1204535877', u'CBRANCH_-1204535875'), ('const-97', u'PTRSUB_-1204535520'), ('tmp_301', u'CBRANCH_-1204535875'), ('const-0', u'INT_NOTEQUAL_-1204535858'), (u'COPY_-1204535532', u'CALL_-1204535728'), ('const-0', u'PTRSUB_-1204535567'), ('tmp_512', u'PTRSUB_-1204535596')]
[('const--16', u'PTRSUB_-1204535604'), (u'LOAD_-1204536060', u'CALL_-1204535956'), ('tmp_265', u'CBRANCH_-1204535905'), (u'COPY_-1204535771', u'RETURN_-1204535751'), (u'CALL_-1204535956', u'INT_2COMP_-1204535918'), ('const-17', u'INT_ADD_-1204536007'), (u'PTRADD_-1204535626', u'LOAD_-1204536031'), ('const-4', u'PTRADD_-1204535598'), (u'PTRADD_-1204535598', u'LOAD_-1204535975'), (u'INT_2COMP_-1204535918', u'COPY_-1204535771'), (u'INDIRECT_-1204535548', u'COPY_-1204535603'), ('const-0', u'INT_NOTEQUAL_-1204535913'), (u'CALL_-1204535808', u'CALL_-1204535784'), ('const-433', u'LOAD_-1204536031'), (u'CAST_-1204535630', u'LOAD_-1204536045'), (u'INDIRECT_-1204535659', u'PTRADD_-1204535834'), ('tmp_818', u'PTRADD_-1204535645'), ('const-0', u'CALL_-1204535956'), ('const-2', u'PTRADD_-1204535645'), (u'LOAD_-1204535874', u'INT_NOTEQUAL_-1204535858'), (u'CALL_-1204535728', u'INDIRECT_-1204535548'), ('tmp_818', u'PTRADD_-1204535631'), ('const-433', u'LOAD_-1204536023'), (u'PTRADD_-1204535631', u'LOAD_-1204536038'), (u'INT_ADD_-1204536007', u'CAST_-1204535617'), ('tmp_818', u'CAST_-1204535618'), ('const-8', u'PTRADD_-1204535631'), (u'PTRADD_-1204535645', u'CAST_-1204535639'), ('const-3720360', u'COPY_-1204535597'), (u'INT_2COMP_-1204535918', u'COPY_-1204535840'), ('const-16', u'PTRADD_-1204535834'), ('tmp_817', u'PTRSUB_-1204535604'), ('tmp_820', u'INT_ADD_-1204536029'), ('const-8', u'PTRADD_-1204535598'), (u'LOAD_-1204536031', u'CALL_-1204535956'), (u'INT_ADD_-1204535858', u'CAST_-1204535548'), (u'LOAD_-1204535994', u'CALL_-1204535956'), ('const-0', u'INT_NOTEQUAL_-1204535858'), ('tmp_818', u'PTRADD_-1204535609'), ('const-8', u'PTRADD_-1204535640'), ('const-0', u'RETURN_-1204535820'), (u'COPY_-1204535555', u'CALL_-1204535728'), ('tmp_818', u'PTRADD_-1204535626'), (u'INDIRECT_-1204535579', u'COPY_-1204535624'), (u'LOAD_-1204536038', u'CALL_-1204535956'), ('const-0', u'CALL_-1204535956'), (u'LOAD_-1204536045', u'CALL_-1204535956'), ('const-8', u'INT_ADD_-1204536029'), ('const-0', u'INT_EQUAL_-1204535877'), ('const-92', u'CALL_-1204535728'), ('const-0', u'RETURN_-1204535751'), ('const-1', u'PTRADD_-1204535834'), (u'CAST_-1204535618', u'INT_ADD_-1204536007'), ('const-10', u'PTRADD_-1204535626'), (u'PTRSUB_-1204535604', u'CALL_-1204535956'), (u'INT_NOTEQUAL_-1204535858', u'CBRANCH_-1204535852'), (u'CAST_-1204535558', u'LOAD_-1204535896'), ('const-433', u'LOAD_-1204535874'), ('const-433', u'LOAD_-1204535975'), ('const-6', u'PTRADD_-1204535609'), ('const-1', u'PTRADD_-1204535640'), ('const-0', u'CALL_-1204535956'), (u'CAST_-1204535548', u'LOAD_-1204535874'), ('tmp_339', u'CBRANCH_-1204535852'), (u'COPY_-1204535597', u'CALL_-1204535808'), (u'LOAD_-1204535896', u'INT_EQUAL_-1204535877'), (u'LOAD_-1204536052', u'CALL_-1204535956'), ('const-433', u'LOAD_-1204535994'), (u'PTRADD_-1204535834', u'CAST_-1204535558'), ('const-433', u'LOAD_-1204536052'), (u'CALL_-1204535784', u'INDIRECT_-1204535579'), ('const-433', u'LOAD_-1204536045'), ('const-3614416', u'COPY_-1204535555'), (u'CALL_-1204535956', u'INDIRECT_-1204535659'), (u'INDIRECT_-1204535659', u'COPY_-1204535659'), (u'INT_ADD_-1204536029', u'CAST_-1204535630'), ('tmp_818', u'LOAD_-1204535968'), ('const-433', u'LOAD_-1204535896'), ('const-8', u'PTRADD_-1204535626'), (u'COPY_-1204535553', u'CALL_-1204535728'), (u'LOAD_-1204535968', u'CALL_-1204535956'), (u'COPY_-1204535840', u'RETURN_-1204535820'), ('const-1', u'RETURN_-1204535723'), ('const-433', u'LOAD_-1204536060'), (u'PTRADD_-1204535640', u'LOAD_-1204536052'), (u'LOAD_-1204536023', u'CALL_-1204535956'), (u'LOAD_-1204535975', u'CALL_-1204535956'), (u'CAST_-1204535639', u'LOAD_-1204536060'), ('tmp_818', u'PTRADD_-1204535640'), ('const-433', u'LOAD_-1204535968'), ('const-8', u'PTRADD_-1204535609'), ('const-20561', u'INT_ADD_-1204535858'), ('const-3721656', u'COPY_-1204535553'), ('tmp_818', u'PTRADD_-1204535598'), (u'INT_NOTEQUAL_-1204535913', u'CBRANCH_-1204535905'), (u'PTRADD_-1204535609', u'LOAD_-1204535994'), (u'CALL_-1204535956', u'INDIRECT_-1204535616'), (u'INDIRECT_-1204535616', u'INT_NOTEQUAL_-1204535913'), (u'INT_EQUAL_-1204535877', u'CBRANCH_-1204535875'), ('const-0', u'CALL_-1204535956'), ('const-433', u'LOAD_-1204536038'), ('tmp_301', u'CBRANCH_-1204535875'), ('const-3', u'PTRADD_-1204535631'), ('const-8', u'PTRADD_-1204535645'), (u'CALL_-1204535808', u'INDIRECT_-1204535590'), (u'LOAD_-1204535896', u'INT_ADD_-1204535858'), (u'CAST_-1204535617', u'LOAD_-1204536023')]
null
null
002b3cf0
x64
O2
(translation_unit "long FUN_002b3cf0(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long local_10;\n \n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);\n if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }\n return -lVar1;\n}\n\n" (function_definition "long FUN_002b3cf0(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long local_10;\n \n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);\n if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }\n return -lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_002b3cf0(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long local_10;\n \n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);\n if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }\n return -lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "long local_10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);" (assignment_expression "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , (pointer_expression "&local_10" & identifier) , (subscript_expression "param_2[6]" identifier [ number_literal ]) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (if_statement "if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }" if (parenthesized_expression "(local_10 != 0)" ( (binary_expression "local_10 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }" { (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }" { (expression_statement "uVar2 = gettext("unary minus applied to section relative value");" (assignment_expression "uVar2 = gettext("unary minus applied to section relative value")" identifier = (call_expression "gettext("unary minus applied to section relative value")" identifier (argument_list "("unary minus applied to section relative value")" ( (string_literal ""unary minus applied to section relative value"" " string_content ") )))) ;) (expression_statement "FUN_001783d0(uVar2);" (call_expression "FUN_001783d0(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (return_statement "return -lVar1;" return (unary_expression "-lVar1" - identifier) ;) })) })) (return_statement "return -lVar1;" return (unary_expression "-lVar1" - identifier) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t value(Unary_minus * this, Expression_eval_info * eei) */\n\nuint64_t __thiscall gold::Unary_minus::value(Unary_minus *this,Expression_eval_info *eei)\n\n{\n uint64_t uVar1;\n char *format;\n Output_section *arg_section;\n \n uVar1 = Expression::eval_maybe_dot\n ((this->super_Unary_expression).arg_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &arg_section,eei->result_alignment_pointer,(STT *)0x0,(STV *)0x0,(uchar *)0x0,\n false,eei->is_valid_pointer);\n if (arg_section != (Output_section *)0x0) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("unary minus applied to section relative value");\n gold_warning(format);\n return -uVar1;\n }\n }\n return -uVar1;\n}\n\n" comment comment comment (function_definition "uint64_t __thiscall gold::Unary_minus::value(Unary_minus *this,Expression_eval_info *eei)\n\n{\n uint64_t uVar1;\n char *format;\n Output_section *arg_section;\n \n uVar1 = Expression::eval_maybe_dot\n ((this->super_Unary_expression).arg_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &arg_section,eei->result_alignment_pointer,(STT *)0x0,(STV *)0x0,(uchar *)0x0,\n false,eei->is_valid_pointer);\n if (arg_section != (Output_section *)0x0) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("unary minus applied to section relative value");\n gold_warning(format);\n return -uVar1;\n }\n }\n return -uVar1;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Unary_minus::" identifier : : identifier : :) (function_declarator "value(Unary_minus *this,Expression_eval_info *eei)" identifier (parameter_list "(Unary_minus *this,Expression_eval_info *eei)" ( (parameter_declaration "Unary_minus *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Expression_eval_info *eei" type_identifier (pointer_declarator "*eei" * identifier)) ))) (compound_statement "{\n uint64_t uVar1;\n char *format;\n Output_section *arg_section;\n \n uVar1 = Expression::eval_maybe_dot\n ((this->super_Unary_expression).arg_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &arg_section,eei->result_alignment_pointer,(STT *)0x0,(STV *)0x0,(uchar *)0x0,\n false,eei->is_valid_pointer);\n if (arg_section != (Output_section *)0x0) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("unary minus applied to section relative value");\n gold_warning(format);\n return -uVar1;\n }\n }\n return -uVar1;\n}" { (declaration "uint64_t uVar1;" primitive_type identifier ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "Output_section *arg_section;" type_identifier (pointer_declarator "*arg_section" * identifier) ;) (ERROR "uVar1 = Expression::" (assignment_expression "uVar1 = Expression" identifier = identifier) : :) (expression_statement "eval_maybe_dot\n ((this->super_Unary_expression).arg_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &arg_section,eei->result_alignment_pointer,(STT *)0x0,(STV *)0x0,(uchar *)0x0,\n false,eei->is_valid_pointer);" (call_expression "eval_maybe_dot\n ((this->super_Unary_expression).arg_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &arg_section,eei->result_alignment_pointer,(STT *)0x0,(STV *)0x0,(uchar *)0x0,\n false,eei->is_valid_pointer)" identifier (argument_list "((this->super_Unary_expression).arg_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &arg_section,eei->result_alignment_pointer,(STT *)0x0,(STV *)0x0,(uchar *)0x0,\n false,eei->is_valid_pointer)" ( (field_expression "(this->super_Unary_expression).arg_" (parenthesized_expression "(this->super_Unary_expression)" ( (field_expression "this->super_Unary_expression" identifier -> field_identifier) )) . field_identifier) , (field_expression "eei->symtab" identifier -> field_identifier) , (field_expression "eei->layout" identifier -> field_identifier) , (field_expression "eei->check_assertions" identifier -> field_identifier) , (field_expression "eei->is_dot_available" identifier -> field_identifier) , (field_expression "eei->dot_value" identifier -> field_identifier) , (field_expression "eei->dot_section" identifier -> field_identifier) , (pointer_expression "&arg_section" & identifier) , (field_expression "eei->result_alignment_pointer" identifier -> field_identifier) , (cast_expression "(STT *)0x0" ( (type_descriptor "STT *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(STV *)0x0" ( (type_descriptor "STV *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , false , (field_expression "eei->is_valid_pointer" identifier -> field_identifier) ))) ;) (if_statement "if (arg_section != (Output_section *)0x0) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("unary minus applied to section relative value");\n gold_warning(format);\n return -uVar1;\n }\n }" if (parenthesized_expression "(arg_section != (Output_section *)0x0)" ( (binary_expression "arg_section != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("unary minus applied to section relative value");\n gold_warning(format);\n return -uVar1;\n }\n }" { (if_statement "if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("unary minus applied to section relative value");\n gold_warning(format);\n return -uVar1;\n }" if (parenthesized_expression "((parameters->options_->relocatable_).value != false)" ( (binary_expression "(parameters->options_->relocatable_).value != false" (field_expression "(parameters->options_->relocatable_).value" (parenthesized_expression "(parameters->options_->relocatable_)" ( (field_expression "parameters->options_->relocatable_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) != false) )) (compound_statement "{\n format = (char *)gettext("unary minus applied to section relative value");\n gold_warning(format);\n return -uVar1;\n }" { (expression_statement "format = (char *)gettext("unary minus applied to section relative value");" (assignment_expression "format = (char *)gettext("unary minus applied to section relative value")" identifier = (cast_expression "(char *)gettext("unary minus applied to section relative value")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("unary minus applied to section relative value")" identifier (argument_list "("unary minus applied to section relative value")" ( (string_literal ""unary minus applied to section relative value"" " string_content ") ))))) ;) (expression_statement "gold_warning(format);" (call_expression "gold_warning(format)" identifier (argument_list "(format)" ( identifier ))) ;) (return_statement "return -uVar1;" return (unary_expression "-uVar1" - identifier) ;) })) })) (return_statement "return -uVar1;" return (unary_expression "-uVar1" - identifier) ;) })))
(translation_unit "long FUN_002b3cf0(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long local_10;\n \n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);\n if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }\n return -lVar1;\n}\n\n" (function_definition "long FUN_002b3cf0(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long local_10;\n \n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);\n if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }\n return -lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_002b3cf0(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long local_10;\n \n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);\n if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }\n return -lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "long local_10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);" (assignment_expression "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , (pointer_expression "&local_10" & identifier) , (subscript_expression "param_2[6]" identifier [ number_literal ]) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (if_statement "if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }" if (parenthesized_expression "(local_10 != 0)" ( (binary_expression "local_10 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }" { (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }" { (expression_statement "uVar2 = gettext("unary minus applied to section relative value");" (assignment_expression "uVar2 = gettext("unary minus applied to section relative value")" identifier = (call_expression "gettext("unary minus applied to section relative value")" identifier (argument_list "("unary minus applied to section relative value")" ( (string_literal ""unary minus applied to section relative value"" " string_content ") )))) ;) (expression_statement "FUN_001783d0(uVar2);" (call_expression "FUN_001783d0(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (return_statement "return -lVar1;" return (unary_expression "-lVar1" - identifier) ;) })) })) (return_statement "return -lVar1;" return (unary_expression "-lVar1" - identifier) ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (pointer_expression & IDENT) , (subscript_expression IDENT [ LIT ]) , LIT , LIT , LIT , LIT , (subscript_expression IDENT [ LIT ]) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return (unary_expression - IDENT) ;) })) })) (return_statement return (unary_expression - IDENT) ;) })))
(function_definition "long FUN_002b3cf0(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long local_10;\n \n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);\n if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }\n return -lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_002b3cf0(long param_1,undefined8 *param_2)" (identifier "FUN_002b3cf0") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long local_10;\n \n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);\n if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }\n return -lVar1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "long local_10;" (sized_type_specifier "long" (long "long")) (identifier "local_10") (; ";")) (expression_statement "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10]);" (assignment_expression "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" (identifier "lVar1") (= "=") (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" (identifier "FUN_002b1020") (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10,\n param_2[6],0,0,0,0,param_2[10])" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 8)" (* "*") (cast_expression "(undefined8 *)(param_1 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (, ",") (pointer_expression "*(undefined1 *)(param_2 + 2)" (* "*") (cast_expression "(undefined1 *)(param_2 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" (* "*") (cast_expression "(undefined1 *)((long)param_2 + 0x11)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x11)" (( "(") (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x11")) () ")")))) (, ",") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (, ",") (pointer_expression "&local_10" (& "&") (identifier "local_10")) (, ",") (subscript_expression "param_2[6]" (identifier "param_2") ([ "[") (number_literal "6") (] "]")) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]")) () ")")))) (; ";")) (if_statement "if (local_10 != 0) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }" (if "if") (parenthesized_expression "(local_10 != 0)" (( "(") (binary_expression "local_10 != 0" (identifier "local_10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }\n }" ({ "{") (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }" (if "if") (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" (( "(") (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (* "*") (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x5051")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar2 = gettext("unary minus applied to section relative value");\n FUN_001783d0(uVar2);\n return -lVar1;\n }" ({ "{") (expression_statement "uVar2 = gettext("unary minus applied to section relative value");" (assignment_expression "uVar2 = gettext("unary minus applied to section relative value")" (identifier "uVar2") (= "=") (call_expression "gettext("unary minus applied to section relative value")" (identifier "gettext") (argument_list "("unary minus applied to section relative value")" (( "(") (string_literal ""unary minus applied to section relative value"" (" """) (string_content "unary minus applied to section relative value") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001783d0(uVar2);" (call_expression "FUN_001783d0(uVar2)" (identifier "FUN_001783d0") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return -lVar1;" (return "return") (unary_expression "-lVar1" (- "-") (identifier "lVar1")) (; ";")) (} "}"))) (} "}"))) (return_statement "return -lVar1;" (return "return") (unary_expression "-lVar1" (- "-") (identifier "lVar1")) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: uint64_t value(Unary_minus * this, Expression_eval_info * eei) */ uint64_t __thiscall gold::type_1::function_1(type_1 *this,type_2 *eei) { uint64_t uVar1; char *format; type_3 *var_2; uVar1 = Expression::var_1 ((this->super_Unary_expression).arg_,eei->symtab,eei->layout, eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section, &var_2,eei->result_alignment_pointer,(type_4 *)0x0,(type_5 *)0x0,(type_6 *)0x0, false,eei->is_valid_pointer); if (var_2 != (type_3 *)0x0) { if (parameters->options_ == (type_7 *)0x0) { /* WARNING: Subroutine does not return */ var_3("../../gold/parameters.h",0x5c,"options"); } if ((parameters->options_->relocatable_).function_1 != false) { format = (char *)var_4("unary minus applied to section relative value"); var_5(format); return -uVar1; } } return -uVar1; }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (number_literal) (number_literal) (number_literal) (number_literal) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (unary_expression argument: (identifier))))))) (return_statement (unary_expression argument: (identifier))))))
null
long MASKED(long param_1,undefined8 *param_2) { long lVar1; undefined8 uVar2; long local_10; lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2) ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],&local_10, param_2[6],0,0,0,0,param_2[10]); if (local_10 != 0) { if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x5c,"options"); } if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') { uVar2 = gettext("unary minus applied to section relative value"); FUN_001783d0(uVar2); return -lVar1; } } return -lVar1; }
931_libtomcrypt.so.1.0_and_libtomcrypt.so.1.0_strip.c
lcm
FUN_00160500
int lcm(void *a,void *b,void *c) { if (a == (void *)0x0) { /* WARNING: Subroutine does not return */ crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154); } if (b != (void *)0x0) { if (c != (void *)0x0) { __gmpz_lcm(c,a,b); return 0; } /* WARNING: Subroutine does not return */ crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156); } /* WARNING: Subroutine does not return */ crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155); }
undefined8 FUN_00160500(long param_1,long param_2,long param_3) { if (param_1 == 0) { /* WARNING: Subroutine does not return */ crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154); } if (param_2 != 0) { if (param_3 != 0) { __gmpz_lcm(param_3,param_1,param_2); return 0; } /* WARNING: Subroutine does not return */ crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156); } /* WARNING: Subroutine does not return */ crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155); }
SUB RSP,0x8 TEST RDI,RDI JZ 0x0016052b TEST RSI,RSI JZ 0x0016055b MOV RAX,RDX TEST RDX,RDX JZ 0x00160543 MOV RDX,RSI MOV RSI,RDI MOV RDI,RAX CALL 0x00114620 XOR EAX,EAX ADD RSP,0x8 RET MOV EDX,0x154 LEA RSI,[0x1bdb28] LEA RDI,[0x1aa70e] CALL 0x00114270 MOV EDX,0x156 LEA RSI,[0x1bdb28] LEA RDI,[0x1bbc2c] CALL 0x00114270 MOV EDX,0x155 LEA RSI,[0x1bdb28] LEA RDI,[0x1c07ee] CALL 0x00114270
null
null
null
null
[('tmp_243', u'CALL_-1207368365'), (u'COPY_-1207368151', u'CALL_-1207368250'), ('const-1', u'RETURN_-1207368277'), ('tmp_243', u'INT_EQUAL_-1207368420'), ('tmp_245', u'INT_NOTEQUAL_-1207368385'), (u'COPY_-1207368203', u'CALL_-1207368290'), (u'COPY_-1207368178', u'CALL_-1207368282'), (u'COPY_-1207368153', u'CALL_-1207368250'), ('const-340', u'CALL_-1207368290'), (u'COPY_-1207368291', u'RETURN_-1207368329'), ('const-1817644', u'COPY_-1207368180'), ('const-0', u'RETURN_-1207368329'), ('const-0', u'COPY_-1207368291'), ('tmp_245', u'CALL_-1207368365'), ('tmp_76', u'CBRANCH_-1207368403'), ('tmp_104', u'CBRANCH_-1207368384'), ('const-341', u'CALL_-1207368250'), ('const-1825576', u'COPY_-1207368153'), ('const-0', u'INT_NOTEQUAL_-1207368404'), (u'COPY_-1207368206', u'CALL_-1207368290'), ('const-1825576', u'COPY_-1207368178'), (u'INT_NOTEQUAL_-1207368404', u'CBRANCH_-1207368403'), ('const-0', u'INT_NOTEQUAL_-1207368385'), ('const-1825576', u'COPY_-1207368203'), ('const-1', u'RETURN_-1207368245'), ('const-0', u'INT_EQUAL_-1207368420'), ('tmp_50', u'CBRANCH_-1207368418'), ('const-1746702', u'COPY_-1207368206'), ('tmp_244', u'INT_NOTEQUAL_-1207368404'), ('tmp_244', u'CALL_-1207368365'), (u'COPY_-1207368180', u'CALL_-1207368282'), ('const-1', u'RETURN_-1207368285'), (u'INT_NOTEQUAL_-1207368385', u'CBRANCH_-1207368384'), ('const-1837038', u'COPY_-1207368151'), ('const-342', u'CALL_-1207368282'), (u'INT_EQUAL_-1207368420', u'CBRANCH_-1207368418')]
[('const-1825576', u'COPY_-1207368209'), ('tmp_433', u'CALL_-1207368365'), ('const-1', u'RETURN_-1207368277'), ('const-1825576', u'COPY_-1207368184'), ('const-340', u'CALL_-1207368290'), ('const-1746702', u'COPY_-1207368212'), ('tmp_434', u'INT_NOTEQUAL_-1207368385'), ('const-0', u'COPY_-1207368362'), ('tmp_431', u'INT_EQUAL_-1207368420'), ('const-0', u'RETURN_-1207368329'), (u'COPY_-1207368157', u'CALL_-1207368250'), (u'COPY_-1207368184', u'CALL_-1207368282'), ('tmp_434', u'CALL_-1207368365'), ('const-342', u'CALL_-1207368282'), ('tmp_76', u'CBRANCH_-1207368403'), ('tmp_104', u'CBRANCH_-1207368384'), ('const-1837038', u'COPY_-1207368157'), ('const-341', u'CALL_-1207368250'), (u'COPY_-1207368186', u'CALL_-1207368282'), ('const-0', u'INT_NOTEQUAL_-1207368404'), (u'INT_NOTEQUAL_-1207368404', u'CBRANCH_-1207368403'), ('const-0', u'INT_NOTEQUAL_-1207368385'), ('const-1', u'RETURN_-1207368245'), ('const-0', u'INT_EQUAL_-1207368420'), ('tmp_50', u'CBRANCH_-1207368418'), (u'COPY_-1207368212', u'CALL_-1207368290'), ('const-1825576', u'COPY_-1207368159'), (u'COPY_-1207368159', u'CALL_-1207368250'), ('const-1', u'RETURN_-1207368285'), ('const-1817644', u'COPY_-1207368186'), (u'INT_NOTEQUAL_-1207368385', u'CBRANCH_-1207368384'), ('tmp_433', u'INT_NOTEQUAL_-1207368404'), (u'INT_EQUAL_-1207368420', u'CBRANCH_-1207368418'), ('tmp_431', u'CALL_-1207368365'), (u'COPY_-1207368209', u'CALL_-1207368290'), (u'COPY_-1207368362', u'RETURN_-1207368329')]
null
null
00160500
x64
O2
(translation_unit "undefined8 FUN_00160500(long param_1,long param_2,long param_3)\n\n{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}\n\n" (function_definition "undefined8 FUN_00160500(long param_1,long param_2,long param_3)\n\n{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}" type_identifier (function_declarator "FUN_00160500(long param_1,long param_2,long param_3)" identifier (parameter_list "(long param_1,long param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}" { (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }" { comment (expression_statement "crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);" (call_expression "crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154)" identifier (argument_list "("a != NULL","src/math/gmp_desc.c",0x154)" ( (string_literal ""a != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }" if (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) (compound_statement "{\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }" { (if_statement "if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }" { (expression_statement "__gmpz_lcm(param_3,param_1,param_2);" (call_expression "__gmpz_lcm(param_3,param_1,param_2)" identifier (argument_list "(param_3,param_1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) comment (expression_statement "crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);" (call_expression "crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156)" identifier (argument_list "("c != NULL","src/math/gmp_desc.c",0x156)" ( (string_literal ""c != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })) comment (expression_statement "crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);" (call_expression "crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155)" identifier (argument_list "("b != NULL","src/math/gmp_desc.c",0x155)" ( (string_literal ""b != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })))
(translation_unit "int lcm(void *a,void *b,void *c)\n\n{\n if (a == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (b != (void *)0x0) {\n if (c != (void *)0x0) {\n __gmpz_lcm(c,a,b);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}\n\n" (function_definition "int lcm(void *a,void *b,void *c)\n\n{\n if (a == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (b != (void *)0x0) {\n if (c != (void *)0x0) {\n __gmpz_lcm(c,a,b);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}" primitive_type (function_declarator "lcm(void *a,void *b,void *c)" identifier (parameter_list "(void *a,void *b,void *c)" ( (parameter_declaration "void *a" primitive_type (pointer_declarator "*a" * identifier)) , (parameter_declaration "void *b" primitive_type (pointer_declarator "*b" * identifier)) , (parameter_declaration "void *c" primitive_type (pointer_declarator "*c" * identifier)) ))) (compound_statement "{\n if (a == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (b != (void *)0x0) {\n if (c != (void *)0x0) {\n __gmpz_lcm(c,a,b);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}" { (if_statement "if (a == (void *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }" if (parenthesized_expression "(a == (void *)0x0)" ( (binary_expression "a == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }" { comment (expression_statement "crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);" (call_expression "crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154)" identifier (argument_list "("a != NULL","src/math/gmp_desc.c",0x154)" ( (string_literal ""a != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (b != (void *)0x0) {\n if (c != (void *)0x0) {\n __gmpz_lcm(c,a,b);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }" if (parenthesized_expression "(b != (void *)0x0)" ( (binary_expression "b != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (c != (void *)0x0) {\n __gmpz_lcm(c,a,b);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }" { (if_statement "if (c != (void *)0x0) {\n __gmpz_lcm(c,a,b);\n return 0;\n }" if (parenthesized_expression "(c != (void *)0x0)" ( (binary_expression "c != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __gmpz_lcm(c,a,b);\n return 0;\n }" { (expression_statement "__gmpz_lcm(c,a,b);" (call_expression "__gmpz_lcm(c,a,b)" identifier (argument_list "(c,a,b)" ( identifier , identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) comment (expression_statement "crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);" (call_expression "crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156)" identifier (argument_list "("c != NULL","src/math/gmp_desc.c",0x156)" ( (string_literal ""c != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })) comment (expression_statement "crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);" (call_expression "crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155)" identifier (argument_list "("b != NULL","src/math/gmp_desc.c",0x155)" ( (string_literal ""b != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })))
(translation_unit "undefined8 FUN_00160500(long param_1,long param_2,long param_3)\n\n{\n if (param_1 == 0) {\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n \n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}\n\n" (function_definition "undefined8 FUN_00160500(long param_1,long param_2,long param_3)\n\n{\n if (param_1 == 0) {\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n \n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}" type_identifier (function_declarator "FUN_00160500(long param_1,long param_2,long param_3)" identifier (parameter_list "(long param_1,long param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n \n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}" { (if_statement "if (param_1 == 0) {\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }" { (expression_statement "crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);" (call_expression "crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154)" identifier (argument_list "("a != NULL","src/math/gmp_desc.c",0x154)" ( (string_literal ""a != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }" if (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) (compound_statement "{\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }" { (if_statement "if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }" { (expression_statement "__gmpz_lcm(param_3,param_1,param_2);" (call_expression "__gmpz_lcm(param_3,param_1,param_2)" identifier (argument_list "(param_3,param_1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);" (call_expression "crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156)" identifier (argument_list "("c != NULL","src/math/gmp_desc.c",0x156)" ( (string_literal ""c != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);" (call_expression "crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155)" identifier (argument_list "("b != NULL","src/math/gmp_desc.c",0x155)" ( (string_literal ""b != NULL"" " string_content ") , (string_literal ""src/math/gmp_desc.c"" " string_content ") , number_literal ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT ))) ;) })))
(function_definition "undefined8 FUN_00160500(long param_1,long param_2,long param_3)\n\n{\n if (param_1 == 0) {\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n \n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}" (type_identifier "undefined8") (function_declarator "FUN_00160500(long param_1,long param_2,long param_3)" (identifier "FUN_00160500") (parameter_list "(long param_1,long param_2,long param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n if (param_1 == 0) {\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }\n if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }\n \n crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);\n}" ({ "{") (if_statement "if (param_1 == 0) {\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);\n }" ({ "{") (expression_statement "crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154);" (call_expression "crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154)" (identifier "crypt_argchk") (argument_list "("a != NULL","src/math/gmp_desc.c",0x154)" (( "(") (string_literal ""a != NULL"" (" """) (string_content "a != NULL") (" """)) (, ",") (string_literal ""src/math/gmp_desc.c"" (" """) (string_content "src/math/gmp_desc.c") (" """)) (, ",") (number_literal "0x154") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 != 0) {\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }" (if "if") (parenthesized_expression "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }\n \n crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);\n }" ({ "{") (if_statement "if (param_3 != 0) {\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }" (if "if") (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n __gmpz_lcm(param_3,param_1,param_2);\n return 0;\n }" ({ "{") (expression_statement "__gmpz_lcm(param_3,param_1,param_2);" (call_expression "__gmpz_lcm(param_3,param_1,param_2)" (identifier "__gmpz_lcm") (argument_list "(param_3,param_1,param_2)" (( "(") (identifier "param_3") (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156);" (call_expression "crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156)" (identifier "crypt_argchk") (argument_list "("c != NULL","src/math/gmp_desc.c",0x156)" (( "(") (string_literal ""c != NULL"" (" """) (string_content "c != NULL") (" """)) (, ",") (string_literal ""src/math/gmp_desc.c"" (" """) (string_content "src/math/gmp_desc.c") (" """)) (, ",") (number_literal "0x156") () ")"))) (; ";")) (} "}"))) (expression_statement "crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155);" (call_expression "crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155)" (identifier "crypt_argchk") (argument_list "("b != NULL","src/math/gmp_desc.c",0x155)" (( "(") (string_literal ""b != NULL"" (" """) (string_content "b != NULL") (" """)) (, ",") (string_literal ""src/math/gmp_desc.c"" (" """) (string_content "src/math/gmp_desc.c") (" """)) (, ",") (number_literal "0x155") () ")"))) (; ";")) (} "}")))
int function_1(void *var_1,void *var_3,void *var_4) { if (var_1 == (void *)0x0) { /* WARNING: Subroutine does not return */ var_2("a != NULL","src/math/gmp_desc.c",0x154); } if (var_3 != (void *)0x0) { if (var_4 != (void *)0x0) { var_5(var_4,var_1,var_3); return 0; } /* WARNING: Subroutine does not return */ var_2("c != NULL","src/math/gmp_desc.c",0x156); } /* WARNING: Subroutine does not return */ var_2("b != NULL","src/math/gmp_desc.c",0x155); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal)))))))
null
undefined8 MASKED(long param_1,long param_2,long param_3) { if (param_1 == 0) { /* WARNING: Subroutine does not return */ crypt_argchk("a != NULL","src/math/gmp_desc.c",0x154); } if (param_2 != 0) { if (param_3 != 0) { __gmpz_lcm(param_3,param_1,param_2); return 0; } /* WARNING: Subroutine does not return */ crypt_argchk("c != NULL","src/math/gmp_desc.c",0x156); } /* WARNING: Subroutine does not return */ crypt_argchk("b != NULL","src/math/gmp_desc.c",0x155); }
4902_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
initialize_input_to_output_maps
FUN_00225e50
/* DWARF original prototype: void initialize_input_to_output_maps(Sized_relobj_file<32,_false> * this) */ void __thiscall gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps (Sized_relobj_file<32,_false> *this) { byte bVar1; uint uVar2; pointer pSVar3; long lVar4; uVar2 = this->local_symbol_count_; if (uVar2 < 2) { return; } lVar4 = 0x18; do { pSVar3 = (this->local_values_). super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>. _M_impl._M_start; bVar1 = (&pSVar3->field_0xb)[lVar4]; if (-1 < (char)bVar1) { if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map"); } Merged_symbol_value<32>::initialize_input_to_output_map (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this, *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff); } lVar4 = lVar4 + 0x18; if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) { return; } } while( true ); }
void FUN_00225e50(long param_1) { byte bVar1; uint uVar2; long lVar3; long lVar4; uVar2 = *(uint *)(param_1 + 0x120); if (uVar2 < 2) { return; } lVar4 = 0x18; do { lVar3 = *(long *)(param_1 + 0x160) + lVar4; bVar1 = *(byte *)(lVar3 + 0xb); if (-1 < (char)bVar1) { if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) { /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map"); } FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff); } lVar4 = lVar4 + 0x18; if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) { return; } } while( true ); }
MOV EAX,dword ptr [RDI + 0x120] CMP EAX,0x1 JBE 0x00225ec0 SUB EAX,0x2 PUSH R12 LEA RAX,[RAX + RAX*0x2] PUSH RBP MOV RBP,RDI PUSH RBX LEA R12,[0x30 + RAX*0x8] MOV EBX,0x18 NOP word ptr CS:[RAX + RAX*0x1] MOV RAX,qword ptr [RBP + 0x160] ADD RAX,RBX MOVZX EDX,byte ptr [RAX + 0xb] TEST DL,DL JS 0x00225eb1 TEST DL,0x10 JZ 0x00225ec1 AND EDX,0x8 JZ 0x00225ec1 MOV EDX,dword ptr [RAX + 0x8] MOV RDI,qword ptr [RAX + 0x10] MOV RSI,RBP AND EDX,0x7ffffff CALL 0x00225e30 ADD RBX,0x18 CMP R12,RBX JNZ 0x00225e80 POP RBX POP RBP POP R12 RET RET LEA RDX,[0x34df10] MOV ESI,0x6c8 LEA RDI,[0x3383ac] CALL 0x00199900
null
null
null
null
[(u'PTRSUB_-1203937257', u'LOAD_-1203937616'), (u'MULTIEQUAL_-1203937350', u'PTRADD_-1203937242'), ('const-1736', u'CALL_-1203937419'), (u'LOAD_-1203937616', u'PTRSUB_-1203937242'), ('tmp_243', u'CBRANCH_-1203937542'), ('const-8', u'PTRSUB_-1203937221'), ('const-16', u'PTRSUB_-1203937215'), ('const-2', u'INT_SUB_-1203937663'), (u'PTRSUB_-1203937258', u'PTRSUB_-1203937257'), (u'INT_SUB_-1203937663', u'INT_ZEXT_-1203937464'), ('tmp_189', u'CBRANCH_-1203937573'), (u'PTRSUB_-1203937242', u'PTRADD_-1203937242'), ('const-0', u'RETURN_-1203937444'), (u'LOAD_-1203937709', u'INT_LESS_-1203937674'), ('const-433', u'LOAD_-1203937709'), (u'INT_EQUAL_-1203937544', u'CBRANCH_-1203937542'), ('const-1', u'PTRADD_-1203937242'), (u'INT_EQUAL_-1203937473', u'CBRANCH_-1203937470'), (u'INT_ZEXT_-1203937464', u'INT_MULT_-1203937616'), ('const-134217727', u'INT_AND_-1203937497'), ('const-288', u'PTRSUB_-1203937309'), (u'CAST_-1203937213', u'INT_ADD_-1203937261'), (u'INT_EQUAL_-1203937560', u'CBRANCH_-1203937558'), ('const-3376044', u'COPY_-1203937244'), (u'INT_AND_-1203937497', u'CALL_-1203937501'), (u'MULTIEQUAL_-1203937350', u'INT_ADD_-1203937481'), (u'COPY_-1203937243', u'CALL_-1203937419'), ('tmp_427', u'PTRSUB_-1203937260'), (u'INT_AND_-1203937304', u'INT_EQUAL_-1203937560'), ('tmp_427', u'PTRSUB_-1203937309'), (u'LOAD_-1203937616', u'PTRSUB_-1203937221'), ('const-433', u'LOAD_-1203937534'), ('tmp_41', u'CBRANCH_-1203937683'), ('const-3464976', u'COPY_-1203937243'), (u'INT_ADD_-1203937628', u'INT_EQUAL_-1203937473'), (u'INT_MULT_-1203937616', u'INT_ADD_-1203937628'), (u'CAST_-1203937217', u'LOAD_-1203937541'), ('const-0', u'RETURN_-1203937431'), (u'PTRSUB_-1203937259', u'PTRSUB_-1203937258'), (u'MULTIEQUAL_-1203937350', u'PTRADD_-1203937221'), (u'INT_ADD_-1203937481', u'MULTIEQUAL_-1203937350'), ('const-1', u'PTRADD_-1203937221'), ('const-0', u'INT_EQUAL_-1203937560'), (u'INT_ADD_-1203937481', u'INT_EQUAL_-1203937473'), ('const-2', u'INT_LESS_-1203937674'), ('const-433', u'LOAD_-1203937616'), (u'LOAD_-1203937594', u'INT_AND_-1203937298'), (u'CAST_-1203937232', u'INT_SLESS_-1203937573'), (u'LOAD_-1203937594', u'INT_AND_-1203937304'), ('tmp_215', u'CBRANCH_-1203937558'), (u'PTRADD_-1203937242', u'LOAD_-1203937594'), (u'PTRSUB_-1203937221', u'PTRADD_-1203937221'), (u'LOAD_-1203937616', u'PTRSUB_-1203937215'), (u'LOAD_-1203937541', u'INT_AND_-1203937497'), ('const-1', u'RETURN_-1203937414'), (u'PTRSUB_-1203937260', u'PTRSUB_-1203937259'), ('const-255', u'INT_SLESS_-1203937573'), (u'INT_AND_-1203937298', u'INT_EQUAL_-1203937544'), ('const-0', u'INT_EQUAL_-1203937544'), (u'INT_LESS_-1203937674', u'CBRANCH_-1203937683'), (u'MULTIEQUAL_-1203937350', u'INT_ADD_-1203937261'), ('const-11', u'PTRSUB_-1203937242'), ('const-433', u'LOAD_-1203937594'), ('const-24', u'INT_ADD_-1203937481'), ('const-0', u'PTRSUB_-1203937257'), (u'PTRADD_-1203937221', u'CAST_-1203937217'), (u'LOAD_-1203937709', u'INT_SUB_-1203937663'), ('const-0', u'PTRSUB_-1203937258'), (u'LOAD_-1203937534', u'CALL_-1203937501'), ('tmp_427', u'CAST_-1203937198'), (u'PTRSUB_-1203937309', u'LOAD_-1203937709'), ('const-24', u'COPY_-1203937636'), (u'CAST_-1203937198', u'CALL_-1203937501'), (u'PTRSUB_-1203937215', u'CAST_-1203937213'), ('const-0', u'PTRSUB_-1203937259'), (u'COPY_-1203937636', u'MULTIEQUAL_-1203937350'), ('const-16', u'INT_AND_-1203937304'), ('const-48', u'INT_ADD_-1203937628'), ('const-352', u'PTRSUB_-1203937260'), (u'INT_ADD_-1203937261', u'CAST_-1203937212'), (u'LOAD_-1203937594', u'CAST_-1203937232'), (u'CAST_-1203937212', u'LOAD_-1203937534'), (u'INT_SLESS_-1203937573', u'CBRANCH_-1203937573'), (u'COPY_-1203937244', u'CALL_-1203937419'), ('const-433', u'LOAD_-1203937541'), ('tmp_355', u'CBRANCH_-1203937470'), ('const-8', u'INT_AND_-1203937298'), ('const-24', u'INT_MULT_-1203937616')]
[('const-288', u'INT_ADD_-1203937693'), ('tmp_243', u'CBRANCH_-1203937542'), (u'LOAD_-1203937594', u'CAST_-1203937249'), (u'INT_AND_-1203937302', u'INT_EQUAL_-1203937544'), ('const-2', u'INT_SUB_-1203937663'), (u'INT_ADD_-1203937525', u'CAST_-1203937234'), (u'INT_SUB_-1203937663', u'INT_ZEXT_-1203937464'), (u'LOAD_-1203937616', u'INT_ADD_-1203937588'), ('tmp_189', u'CBRANCH_-1203937573'), (u'INT_ADD_-1203937588', u'INT_ADD_-1203937518'), ('const-0', u'RETURN_-1203937444'), ('const-0', u'INT_EQUAL_-1203937544'), (u'LOAD_-1203937709', u'INT_LESS_-1203937674'), (u'INT_EQUAL_-1203937544', u'CBRANCH_-1203937542'), (u'INT_EQUAL_-1203937473', u'CBRANCH_-1203937470'), (u'INT_ZEXT_-1203937464', u'INT_MULT_-1203937616'), ('const-134217727', u'INT_AND_-1203937497'), (u'INT_ADD_-1203937693', u'CAST_-1203937314'), ('const-433', u'LOAD_-1203937594'), ('const-16', u'INT_AND_-1203937308'), (u'INT_EQUAL_-1203937560', u'CBRANCH_-1203937558'), (u'INT_AND_-1203937497', u'CALL_-1203937501'), (u'CAST_-1203937314', u'LOAD_-1203937709'), (u'CAST_-1203937265', u'LOAD_-1203937616'), ('const-11', u'INT_ADD_-1203937578'), ('tmp_41', u'CBRANCH_-1203937683'), ('const-8', u'INT_AND_-1203937302'), (u'INT_ADD_-1203937628', u'INT_EQUAL_-1203937473'), (u'INT_MULT_-1203937616', u'INT_ADD_-1203937628'), ('const-2', u'INT_LESS_-1203937674'), ('const-0', u'RETURN_-1203937431'), (u'INT_ADD_-1203937518', u'CAST_-1203937230'), (u'CAST_-1203937254', u'LOAD_-1203937594'), (u'COPY_-1203937636', u'MULTIEQUAL_-1203937351'), (u'INT_ADD_-1203937481', u'INT_EQUAL_-1203937473'), ('tmp_783', u'INT_ADD_-1203937693'), (u'INT_ADD_-1203937588', u'INT_ADD_-1203937525'), ('const-3464976', u'COPY_-1203937246'), (u'LOAD_-1203937594', u'INT_AND_-1203937308'), (u'MULTIEQUAL_-1203937351', u'INT_ADD_-1203937481'), (u'INT_ADD_-1203937481', u'MULTIEQUAL_-1203937351'), ('tmp_783', u'CALL_-1203937501'), ('const-1736', u'CALL_-1203937419'), (u'MULTIEQUAL_-1203937351', u'INT_ADD_-1203937588'), ('tmp_215', u'CBRANCH_-1203937558'), (u'LOAD_-1203937541', u'INT_AND_-1203937497'), ('const-1', u'RETURN_-1203937414'), ('const-433', u'LOAD_-1203937534'), (u'INT_ADD_-1203937600', u'CAST_-1203937265'), (u'COPY_-1203937246', u'CALL_-1203937419'), (u'INT_LESS_-1203937674', u'CBRANCH_-1203937683'), (u'CAST_-1203937249', u'INT_SLESS_-1203937573'), ('const-24', u'INT_ADD_-1203937481'), ('const-433', u'LOAD_-1203937709'), (u'LOAD_-1203937709', u'INT_SUB_-1203937663'), ('const-24', u'INT_MULT_-1203937616'), (u'CAST_-1203937234', u'LOAD_-1203937541'), (u'LOAD_-1203937534', u'CALL_-1203937501'), ('tmp_783', u'INT_ADD_-1203937600'), (u'CAST_-1203937230', u'LOAD_-1203937534'), ('const-16', u'INT_ADD_-1203937518'), ('const-352', u'INT_ADD_-1203937600'), ('const-24', u'COPY_-1203937636'), (u'INT_AND_-1203937308', u'INT_EQUAL_-1203937560'), ('const-433', u'LOAD_-1203937541'), (u'INT_ADD_-1203937578', u'CAST_-1203937254'), ('const-48', u'INT_ADD_-1203937628'), (u'LOAD_-1203937594', u'INT_AND_-1203937302'), (u'INT_SLESS_-1203937573', u'CBRANCH_-1203937573'), ('const-3376044', u'COPY_-1203937247'), (u'INT_ADD_-1203937588', u'INT_ADD_-1203937578'), ('tmp_355', u'CBRANCH_-1203937470'), ('const-255', u'INT_SLESS_-1203937573'), ('const-0', u'INT_EQUAL_-1203937560'), (u'COPY_-1203937247', u'CALL_-1203937419'), ('const-8', u'INT_ADD_-1203937525'), ('const-433', u'LOAD_-1203937616')]
null
null
00225e50
x64
O2
(translation_unit "void FUN_00225e50(long param_1)\n\n{\n byte bVar1;\n uint uVar2;\n long lVar3;\n long lVar4;\n \n uVar2 = *(uint *)(param_1 + 0x120);\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}\n\n" (function_definition "void FUN_00225e50(long param_1)\n\n{\n byte bVar1;\n uint uVar2;\n long lVar3;\n long lVar4;\n \n uVar2 = *(uint *)(param_1 + 0x120);\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_00225e50(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 uint uVar2;\n long lVar3;\n long lVar4;\n \n uVar2 = *(uint *)(param_1 + 0x120);\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar2 = *(uint *)(param_1 + 0x120);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x120)" identifier = (pointer_expression "*(uint *)(param_1 + 0x120)" * (cast_expression "(uint *)(param_1 + 0x120)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) ))))) ;) (if_statement "if (uVar2 < 2) {\n return;\n }" if (parenthesized_expression "(uVar2 < 2)" ( (binary_expression "uVar2 < 2" identifier < number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "lVar4 = 0x18;" (assignment_expression "lVar4 = 0x18" identifier = number_literal) ;) (do_statement "do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );" do (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n }" { (expression_statement "lVar3 = *(long *)(param_1 + 0x160) + lVar4;" (assignment_expression "lVar3 = *(long *)(param_1 + 0x160) + lVar4" identifier = (binary_expression "*(long *)(param_1 + 0x160) + lVar4" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + identifier)) ;) (expression_statement "bVar1 = *(byte *)(lVar3 + 0xb);" (assignment_expression "bVar1 = *(byte *)(lVar3 + 0xb)" identifier = (pointer_expression "*(byte *)(lVar3 + 0xb)" * (cast_expression "(byte *)(lVar3 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0xb)" ( (binary_expression "lVar3 + 0xb" identifier + number_literal) ))))) ;) (if_statement "if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }" if (parenthesized_expression "(-1 < (char)bVar1)" ( (binary_expression "-1 < (char)bVar1" number_literal < (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier)) )) (compound_statement "{\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }" { (if_statement "if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }" if (parenthesized_expression "(((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 0x10) == 0)" ( (binary_expression "(bVar1 & 0x10) == 0" (parenthesized_expression "(bVar1 & 0x10)" ( (binary_expression "bVar1 & 0x10" 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 /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }" { comment (expression_statement "FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");" (call_expression "FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map")" identifier (argument_list "("../../gold/object.h",0x6c8,"initialize_input_to_output_map")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""initialize_input_to_output_map"" " string_content ") ))) ;) })) (expression_statement "FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);" (call_expression "FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff)" identifier (argument_list "(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff)" ( (pointer_expression "*(undefined8 *)(lVar3 + 0x10)" * (cast_expression "(undefined8 *)(lVar3 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) , identifier , (binary_expression "*(uint *)(lVar3 + 8) & 0x7ffffff" (pointer_expression "*(uint *)(lVar3 + 8)" * (cast_expression "(uint *)(lVar3 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) & number_literal) ))) ;) })) (expression_statement "lVar4 = lVar4 + 0x18;" (assignment_expression "lVar4 = lVar4 + 0x18" identifier = (binary_expression "lVar4 + 0x18" identifier + number_literal)) ;) (if_statement "if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }" if (parenthesized_expression "((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4)" ( (binary_expression "(ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4" (binary_expression "(ulong)(uVar2 - 2) * 0x18 + 0x30" (binary_expression "(ulong)(uVar2 - 2) * 0x18" (call_expression "(ulong)(uVar2 - 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar2 - 2)" ( (binary_expression "uVar2 - 2" identifier - number_literal) ))) * number_literal) + number_literal) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "/* DWARF original prototype: void initialize_input_to_output_maps(Sized_relobj_file<32,_false> *\n this) */\n\nvoid __thiscall\ngold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n (Sized_relobj_file<32,_false> *this)\n\n{\n byte bVar1;\n uint uVar2;\n pointer pSVar3;\n long lVar4;\n \n uVar2 = this->local_symbol_count_;\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;\n bVar1 = (&pSVar3->field_0xb)[lVar4];\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n Merged_symbol_value<32>::initialize_input_to_output_map\n (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n (Sized_relobj_file<32,_false> *this)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::initialize_input_to_output_maps\n (Sized_relobj_file<32,_false> *this)\n\n{\n byte" identifier > : : (function_declarator "initialize_input_to_output_maps\n (Sized_relobj_file<32,_false> *this)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { identifier) identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "pointer pSVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar2 = this->local_symbol_count_;" (assignment_expression "uVar2 = this->local_symbol_count_" identifier = (field_expression "this->local_symbol_count_" identifier -> field_identifier)) ;) (if_statement "if (uVar2 < 2) {\n return;\n }" if (parenthesized_expression "(uVar2 < 2)" ( (binary_expression "uVar2 < 2" identifier < number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "lVar4 = 0x18;" (assignment_expression "lVar4 = 0x18" identifier = number_literal) ;) (do_statement "do {\n pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;\n bVar1 = (&pSVar3->field_0xb)[lVar4];\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n Merged_symbol_value<32>::initialize_input_to_output_map\n (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );" do (compound_statement "{\n pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;\n bVar1 = (&pSVar3->field_0xb)[lVar4];\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n Merged_symbol_value<32>::initialize_input_to_output_map\n (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n }" { (expression_statement "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;" (field_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start" (field_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl" (binary_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_" (binary_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_" (binary_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32" (binary_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold" (binary_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std" (binary_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32" (assignment_expression "pSVar3 = (this->local_values_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_values_).\n super__Vector_base<gold" (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "bVar1 = (&pSVar3->field_0xb)[lVar4];" (assignment_expression "bVar1 = (&pSVar3->field_0xb)[lVar4]" identifier = (subscript_expression "(&pSVar3->field_0xb)[lVar4]" (parenthesized_expression "(&pSVar3->field_0xb)" ( (pointer_expression "&pSVar3->field_0xb" & (field_expression "pSVar3->field_0xb" identifier -> field_identifier)) )) [ identifier ])) ;) (if_statement "if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n Merged_symbol_value<32>::initialize_input_to_output_map\n (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff);\n }" if (parenthesized_expression "(-1 < (char)bVar1)" ( (binary_expression "-1 < (char)bVar1" number_literal < (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier)) )) (compound_statement "{\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n Merged_symbol_value<32>::initialize_input_to_output_map\n (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff);\n }" { (if_statement "if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }" if (parenthesized_expression "(((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 0x10) == 0)" ( (binary_expression "(bVar1 & 0x10) == 0" (parenthesized_expression "(bVar1 & 0x10)" ( (binary_expression "bVar1 & 0x10" 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 /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map");" (call_expression "do_gold_unreachable("../../gold/object.h",0x6c8,"initialize_input_to_output_map")" identifier (argument_list "("../../gold/object.h",0x6c8,"initialize_input_to_output_map")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""initialize_input_to_output_map"" " string_content ") ))) ;) })) (expression_statement "Merged_symbol_value<32>::initialize_input_to_output_map\n (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff);" (binary_expression "Merged_symbol_value<32>::initialize_input_to_output_map\n (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff)" (binary_expression "Merged_symbol_value<32" identifier < number_literal) > (ERROR "::" : :) (call_expression "initialize_input_to_output_map\n (*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff)" identifier (argument_list "(*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4),(Relobj *)this,\n *(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff)" ( (pointer_expression "*(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4)" * (call_expression "(Merged_symbol_value<32> **)((long)&pSVar3->u_ + lVar4)" (parenthesized_expression "(Merged_symbol_value<32> **)" ( (binary_expression "Merged_symbol_value<32> **" (binary_expression "Merged_symbol_value<32" identifier < number_literal) > (pointer_expression "**" * (pointer_expression "*" * identifier))) )) (argument_list "((long)&pSVar3->u_ + lVar4)" ( (binary_expression "(long)&pSVar3->u_ + lVar4" (cast_expression "(long)&pSVar3->u_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pSVar3->u_" & (field_expression "pSVar3->u_" identifier -> field_identifier))) + identifier) )))) , (cast_expression "(Relobj *)this" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (binary_expression "*(uint *)(&pSVar3->field_0x8 + lVar4) & 0x7ffffff" (pointer_expression "*(uint *)(&pSVar3->field_0x8 + lVar4)" * (cast_expression "(uint *)(&pSVar3->field_0x8 + lVar4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&pSVar3->field_0x8 + lVar4)" ( (binary_expression "&pSVar3->field_0x8 + lVar4" (pointer_expression "&pSVar3->field_0x8" & (field_expression "pSVar3->field_0x8" identifier -> field_identifier)) + identifier) )))) & number_literal) )))) ;) })) (expression_statement "lVar4 = lVar4 + 0x18;" (assignment_expression "lVar4 = lVar4 + 0x18" identifier = (binary_expression "lVar4 + 0x18" identifier + number_literal)) ;) (if_statement "if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }" if (parenthesized_expression "((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4)" ( (binary_expression "(ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4" (binary_expression "(ulong)(uVar2 - 2) * 0x18 + 0x30" (binary_expression "(ulong)(uVar2 - 2) * 0x18" (call_expression "(ulong)(uVar2 - 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar2 - 2)" ( (binary_expression "uVar2 - 2" identifier - number_literal) ))) * number_literal) + number_literal) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) (ERROR "}" }))
(translation_unit "void FUN_00225e50(long param_1)\n\n{\n byte bVar1;\n uint uVar2;\n long lVar3;\n long lVar4;\n \n uVar2 = *(uint *)(param_1 + 0x120);\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}\n\n" (function_definition "void FUN_00225e50(long param_1)\n\n{\n byte bVar1;\n uint uVar2;\n long lVar3;\n long lVar4;\n \n uVar2 = *(uint *)(param_1 + 0x120);\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_00225e50(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 uint uVar2;\n long lVar3;\n long lVar4;\n \n uVar2 = *(uint *)(param_1 + 0x120);\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar2 = *(uint *)(param_1 + 0x120);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x120)" identifier = (pointer_expression "*(uint *)(param_1 + 0x120)" * (cast_expression "(uint *)(param_1 + 0x120)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) ))))) ;) (if_statement "if (uVar2 < 2) {\n return;\n }" if (parenthesized_expression "(uVar2 < 2)" ( (binary_expression "uVar2 < 2" identifier < number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "lVar4 = 0x18;" (assignment_expression "lVar4 = 0x18" identifier = number_literal) ;) (do_statement "do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );" do (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n }" { (expression_statement "lVar3 = *(long *)(param_1 + 0x160) + lVar4;" (assignment_expression "lVar3 = *(long *)(param_1 + 0x160) + lVar4" identifier = (binary_expression "*(long *)(param_1 + 0x160) + lVar4" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + identifier)) ;) (expression_statement "bVar1 = *(byte *)(lVar3 + 0xb);" (assignment_expression "bVar1 = *(byte *)(lVar3 + 0xb)" identifier = (pointer_expression "*(byte *)(lVar3 + 0xb)" * (cast_expression "(byte *)(lVar3 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0xb)" ( (binary_expression "lVar3 + 0xb" identifier + number_literal) ))))) ;) (if_statement "if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }" if (parenthesized_expression "(-1 < (char)bVar1)" ( (binary_expression "-1 < (char)bVar1" number_literal < (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier)) )) (compound_statement "{\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }" { (if_statement "if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }" if (parenthesized_expression "(((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 0x10) == 0)" ( (binary_expression "(bVar1 & 0x10) == 0" (parenthesized_expression "(bVar1 & 0x10)" ( (binary_expression "bVar1 & 0x10" 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 \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }" { (expression_statement "FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");" (call_expression "FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map")" identifier (argument_list "("../../gold/object.h",0x6c8,"initialize_input_to_output_map")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""initialize_input_to_output_map"" " string_content ") ))) ;) })) (expression_statement "FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);" (call_expression "FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff)" identifier (argument_list "(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff)" ( (pointer_expression "*(undefined8 *)(lVar3 + 0x10)" * (cast_expression "(undefined8 *)(lVar3 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) , identifier , (binary_expression "*(uint *)(lVar3 + 8) & 0x7ffffff" (pointer_expression "*(uint *)(lVar3 + 8)" * (cast_expression "(uint *)(lVar3 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) & number_literal) ))) ;) })) (expression_statement "lVar4 = lVar4 + 0x18;" (assignment_expression "lVar4 = lVar4 + 0x18" identifier = (binary_expression "lVar4 + 0x18" identifier + number_literal)) ;) (if_statement "if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }" if (parenthesized_expression "((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4)" ( (binary_expression "(ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4" (binary_expression "(ulong)(uVar2 - 2) * 0x18 + 0x30" (binary_expression "(ulong)(uVar2 - 2) * 0x18" (call_expression "(ulong)(uVar2 - 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar2 - 2)" ( (binary_expression "uVar2 - 2" identifier - number_literal) ))) * number_literal) + number_literal) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) 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 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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (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 IDENT + LIT) )))) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) * LIT) + LIT) == IDENT) )) (compound_statement { (return_statement return ;) })) }) while (parenthesized_expression ( BOOL )) ;) })))
(function_definition "void FUN_00225e50(long param_1)\n\n{\n byte bVar1;\n uint uVar2;\n long lVar3;\n long lVar4;\n \n uVar2 = *(uint *)(param_1 + 0x120);\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_00225e50(long param_1)" (identifier "FUN_00225e50") (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 uint uVar2;\n long lVar3;\n long lVar4;\n \n uVar2 = *(uint *)(param_1 + 0x120);\n if (uVar2 < 2) {\n return;\n }\n lVar4 = 0x18;\n do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "uVar2 = *(uint *)(param_1 + 0x120);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x120)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(param_1 + 0x120)" (* "*") (cast_expression "(uint *)(param_1 + 0x120)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x120)" (( "(") (binary_expression "param_1 + 0x120" (identifier "param_1") (+ "+") (number_literal "0x120")) () ")"))))) (; ";")) (if_statement "if (uVar2 < 2) {\n return;\n }" (if "if") (parenthesized_expression "(uVar2 < 2)" (( "(") (binary_expression "uVar2 < 2" (identifier "uVar2") (< "<") (number_literal "2")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "lVar4 = 0x18;" (assignment_expression "lVar4 = 0x18" (identifier "lVar4") (= "=") (number_literal "0x18")) (; ";")) (do_statement "do {\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n } while( true );" (do "do") (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x160) + lVar4;\n bVar1 = *(byte *)(lVar3 + 0xb);\n if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }\n lVar4 = lVar4 + 0x18;\n if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }\n }" ({ "{") (expression_statement "lVar3 = *(long *)(param_1 + 0x160) + lVar4;" (assignment_expression "lVar3 = *(long *)(param_1 + 0x160) + lVar4" (identifier "lVar3") (= "=") (binary_expression "*(long *)(param_1 + 0x160) + lVar4" (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")")))) (+ "+") (identifier "lVar4"))) (; ";")) (expression_statement "bVar1 = *(byte *)(lVar3 + 0xb);" (assignment_expression "bVar1 = *(byte *)(lVar3 + 0xb)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(lVar3 + 0xb)" (* "*") (cast_expression "(byte *)(lVar3 + 0xb)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0xb)" (( "(") (binary_expression "lVar3 + 0xb" (identifier "lVar3") (+ "+") (number_literal "0xb")) () ")"))))) (; ";")) (if_statement "if (-1 < (char)bVar1) {\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }" (if "if") (parenthesized_expression "(-1 < (char)bVar1)" (( "(") (binary_expression "-1 < (char)bVar1" (number_literal "-1") (< "<") (cast_expression "(char)bVar1" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar1"))) () ")")) (compound_statement "{\n if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }\n FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);\n }" ({ "{") (if_statement "if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) {\n \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }" (if "if") (parenthesized_expression "(((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0))" (( "(") (binary_expression "((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 0x10) == 0)" (( "(") (binary_expression "(bVar1 & 0x10) == 0" (parenthesized_expression "(bVar1 & 0x10)" (( "(") (binary_expression "bVar1 & 0x10" (identifier "bVar1") (& "&") (number_literal "0x10")) () ")")) (== "==") (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 \n FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map");" (call_expression "FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map")" (identifier "FUN_00199900") (argument_list "("../../gold/object.h",0x6c8,"initialize_input_to_output_map")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x6c8") (, ",") (string_literal ""initialize_input_to_output_map"" (" """) (string_content "initialize_input_to_output_map") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff);" (call_expression "FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff)" (identifier "FUN_00225e30") (argument_list "(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff)" (( "(") (pointer_expression "*(undefined8 *)(lVar3 + 0x10)" (* "*") (cast_expression "(undefined8 *)(lVar3 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x10)" (( "(") (binary_expression "lVar3 + 0x10" (identifier "lVar3") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "param_1") (, ",") (binary_expression "*(uint *)(lVar3 + 8) & 0x7ffffff" (pointer_expression "*(uint *)(lVar3 + 8)" (* "*") (cast_expression "(uint *)(lVar3 + 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 8)" (( "(") (binary_expression "lVar3 + 8" (identifier "lVar3") (+ "+") (number_literal "8")) () ")")))) (& "&") (number_literal "0x7ffffff")) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar4 = lVar4 + 0x18;" (assignment_expression "lVar4 = lVar4 + 0x18" (identifier "lVar4") (= "=") (binary_expression "lVar4 + 0x18" (identifier "lVar4") (+ "+") (number_literal "0x18"))) (; ";")) (if_statement "if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) {\n return;\n }" (if "if") (parenthesized_expression "((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4)" (( "(") (binary_expression "(ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4" (binary_expression "(ulong)(uVar2 - 2) * 0x18 + 0x30" (binary_expression "(ulong)(uVar2 - 2) * 0x18" (call_expression "(ulong)(uVar2 - 2)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar2 - 2)" (( "(") (binary_expression "uVar2 - 2" (identifier "uVar2") (- "-") (number_literal "2")) () ")"))) (* "*") (number_literal "0x18")) (+ "+") (number_literal "0x30")) (== "==") (identifier "lVar4")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
/* DWARF original prototype: void initialize_input_to_output_maps(Sized_relobj_file<32,_false> * this) */ void __thiscall var_2::Sized_relobj_file<32,_false>::initialize_input_to_output_maps (Sized_relobj_file<32,_false> *this) { byte var_5; type_1 var_1; type_2 pSVar3; long var_9; var_1 = this->local_symbol_count_; if (var_1 < 2) { return; } var_9 = 0x18; do { pSVar3 = (this->local_values_). super__Vector_base<var_2::Symbol_value<32>,var_3::allocator<var_2::Symbol_value<32>var_4>var_4>. _M_impl._M_start; var_5 = (&pSVar3->field_0xb)[var_9]; if (-1 < (char)var_5) { if (((var_5 & 0x10) == 0) || ((var_5 & 8) == 0)) { /* WARNING: Subroutine does not return */ var_6("../../gold/object.h",0x6c8,"initialize_input_to_output_map"); } var_7<32>::var_8 (*(var_7<32> **)((long)&pSVar3->u_ + var_9),(type_3 *)this, *(type_1 *)(&pSVar3->field_0x8 + var_9) & 0x7ffffff); } var_9 = var_9 + 0x18; if ((ulong)(var_1 - 2) * 0x18 + 0x30 == var_9) { return; } } 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: (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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_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: (pointer_expression 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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_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) (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)) right: (number_literal)) right: (identifier))) consequence: (compound_statement (return_statement)))) condition: (parenthesized_expression (true))))))
null
void MASKED(long param_1) { byte bVar1; uint uVar2; long lVar3; long lVar4; uVar2 = *(uint *)(param_1 + 0x120); if (uVar2 < 2) { return; } lVar4 = 0x18; do { lVar3 = *(long *)(param_1 + 0x160) + lVar4; bVar1 = *(byte *)(lVar3 + 0xb); if (-1 < (char)bVar1) { if (((bVar1 & 0x10) == 0) || ((bVar1 & 8) == 0)) { /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/object.h",0x6c8,"initialize_input_to_output_map"); } FUN_00225e30(*(undefined8 *)(lVar3 + 0x10),param_1,*(uint *)(lVar3 + 8) & 0x7ffffff); } lVar4 = lVar4 + 0x18; if ((ulong)(uVar2 - 2) * 0x18 + 0x30 == lVar4) { return; } } while( true ); }
4679_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
add_local_pair_with_rel
FUN_0020f300
/* DWARF original prototype: void add_local_pair_with_rel(Output_data_got<32,_false> * this, Relobj * object, uint symndx, uint shndx, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type, uint64_t addend) */ void __thiscall gold::Output_data_got<32,_false>::add_local_pair_with_rel (Output_data_got<32,_false> *this,Relobj *object,uint symndx,uint shndx,uint got_type, Output_data_reloc_generic *rel_dyn,uint r_type,uint64_t addend) { _func_int_varargs *p_Var1; pointer ppOVar2; Got_entry got_entry_2; int iVar3; uint uVar4; Output_section *pOVar5; undefined4 uStack_74; undefined4 uStack_6c; undefined4 uStack_4c; undefined4 extraout_var; iVar3 = (*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,got_type,addend); if ((char)iVar3 != '\0') { return; } if ((2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff))) { got_entry_2._8_8_ = CONCAT44(uStack_4c,symndx) & 0xffffffff7fffffff; got_entry_2.u_.object = object; got_entry_2.addend_ = addend; uVar4 = add_got_entry_pair(this,(Got_entry) (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) << 0x20),got_entry_2); (*(object->super_Object)._vptr_Object[0x2d]) (object,(ulong)symndx,(ulong)got_type,(ulong)uVar4,addend); p_Var1 = (object->super_Object)._vptr_Object[0x18]; if (p_Var1 == Relobj::do_output_section) { ppOVar2 = (object->output_sections_). super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>. _M_impl._M_start; if ((ulong)((long)(object->output_sections_). super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_> ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section"); } pOVar5 = ppOVar2[shndx]; } else { iVar3 = (*p_Var1)(object,(ulong)shndx); pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3); } /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */ /* WARNING: Treating indirect jump as call */ (*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data. _vptr_Output_data[0x1d])(rel_dyn,pOVar5,(ulong)r_type,this,(ulong)uVar4,addend); return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xa5d,"Got_entry"); }
void FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5, long *param_6,undefined4 param_7,undefined8 param_8) { char cVar1; undefined4 uVar2; undefined8 uVar3; cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8); if (cVar1 != '\0') { return; } if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) { uVar2 = FUN_0020eda0(param_1); (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8); if (*(code **)(*param_2 + 0xc0) == FUN_00156120) { if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section"); } uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8); } else { uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4); } /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8); return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry"); }
PUSH R15 MOV R15D,EDX MOV EDX,R8D PUSH R14 MOV R14,RDI PUSH R13 MOV R13,R9 PUSH R12 MOV R12D,R8D PUSH RBP PUSH RBX MOV RBX,RSI MOV RDI,RBX SUB RSP,0x58 MOV EAX,dword ptr [RSP + 0x90] MOV RBP,qword ptr [RSP + 0x98] MOV dword ptr [RSP + 0x8],ECX MOV dword ptr [RSP + 0x4],EAX MOV RAX,qword ptr [RSI] MOV RCX,RBP MOV ESI,R15D CALL qword ptr [RAX + 0x158] TEST AL,AL JNZ 0x0020f458 MOV EAX,dword ptr [RSP + 0x38] MOV EDX,R15D MOV qword ptr [RSP + 0x40],RBP AND EDX,0x7fffffff AND EAX,0x80000000 OR EAX,EDX MOV dword ptr [RSP + 0x38],EAX SHR EAX,0x18 AND EAX,0x7f MOV byte ptr [RSP + 0x3b],AL LEA EAX,[R15 + -0x7ffffffd] CMP EAX,0x2 JBE 0x0020f488 CMP R15D,EDX JNZ 0x0020f488 MOV qword ptr [RSP + 0x30],RBX MOV RDI,R14 MOV dword ptr [RSP + 0x18],0x7ffffffd MOV qword ptr [RSP + 0x20],0x0 MOV dword ptr [RSP + 0x10],0x0 PUSH qword ptr [RSP + 0x40] PUSH qword ptr [RSP + 0x40] PUSH RBX PUSH qword ptr [RSP + 0x38] PUSH qword ptr [RSP + 0x38] PUSH qword ptr [RSP + 0x38] CALL 0x0020eda0 ADD RSP,0x30 MOV EDX,R12D MOV R8,RBP MOV R11D,EAX MOV RAX,qword ptr [RBX] MOV ESI,R15D MOV RDI,RBX MOV ECX,R11D MOV dword ptr [RSP + 0xc],R11D CALL qword ptr [RAX + 0x168] MOV RAX,qword ptr [RBX] MOV R11D,dword ptr [RSP + 0xc] LEA RDX,[0x156120] MOV RAX,qword ptr [RAX + 0xc0] CMP RAX,RDX JNZ 0x0020f470 MOV RDX,qword ptr [RBX + 0x50] MOV RAX,qword ptr [RBX + 0x58] MOV ECX,dword ptr [RSP + 0x8] SUB RAX,RDX SAR RAX,0x3 CMP RCX,RAX JNC 0x0020f4a0 MOV RSI,qword ptr [RDX + RCX*0x8] MOV RDX,qword ptr [R13] MOV R9,RBP MOV RCX,R14 MOV RDI,R13 MOV R8D,R11D MOV R10,qword ptr [RDX + 0xe8] MOV EDX,dword ptr [RSP + 0x4] ADD RSP,0x58 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 JMP R10 ADD RSP,0x58 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV dword ptr [RSP + 0xc],R11D MOV ESI,dword ptr [RSP + 0x8] MOV RDI,RBX CALL RAX MOV R11D,dword ptr [RSP + 0xc] MOV RSI,RAX JMP 0x0020f427 LEA RDX,[0x37eee8] MOV ESI,0xa5d LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x380110] MOV ESI,0x5c8 LEA RDI,[0x36b016] CALL 0x0017c650
null
null
null
null
[(u'LOAD_-1203768045', u'INT_EQUAL_-1203768022'), (u'COPY_-1203767222', u'PIECE_-1203767374'), ('const-433', u'LOAD_-1203768045'), (u'PTRADD_-1203767047', u'LOAD_-1203767898'), (u'PIECE_-1203767508', u'CAST_-1203766974'), (u'PTRSUB_-1203767324', u'PTRSUB_-1203767316'), (u'PIECE_-1203767375', u'PIECE_-1203767374'), (u'CALL_-1203768135', u'INT_ZEXT_-1203767534'), (u'INT_EQUAL_-1203768022', u'CBRANCH_-1203768019'), (u'PTRSUB_-1203767164', u'PTRSUB_-1203767156'), (u'CAST_-1203766974', u'MULTIEQUAL_-1203767518'), ('tmp_469', u'CBRANCH_-1203768262'), ('const-0', u'PTRSUB_-1203767097'), ('const-0', u'PTRSUB_-1203767063'), ('tmp_1257', u'PTRSUB_-1203767106'), ('const-3584022', u'COPY_-1203767016'), (u'INT_ZEXT_-1203767646', u'CALLIND_-1203768069'), (u'PTRSUB_-1203767066', u'PTRSUB_-1203767063'), (u'LOAD_-1203768079', u'CALLIND_-1203768069'), ('tmp_752', u'CBRANCH_-1203768019'), (u'LOAD_-1203768018', u'PTRADD_-1203767069'), (u'LOAD_-1203768107', u'PTRADD_-1203767133'), (u'PTRSUB_-1203767092', u'PTRSUB_-1203767089'), ('tmp_1256', u'CALL_-1203768135'), ('const-0', u'PTRSUB_-1203767132'), (u'PTRSUB_-1203767106', u'PTRSUB_-1203767099'), ('tmp_1258', u'INT_EQUAL_-1203768244'), (u'INT_NOTEQUAL_-1203768426', u'CBRANCH_-1203768425'), ('const-433', u'LOAD_-1203767898'), (u'CALL_-1203768135', u'INT_ZEXT_-1203767693'), (u'CAST_-1203767073', u'INT_SUB_-1203767977'), ('const-0', u'PTRSUB_-1203767066'), ('const-2147483651', u'INT_ADD_-1203767599'), ('const-45', u'PTRADD_-1203767133'), ('tmp_3335', u'PIECE_-1203767316'), ('tmp_1260', u'INT_ZEXT_-1203767678'), ('tmp_1263', u'CALLIND_-1203768069'), ('tmp_3333', u'PIECE_-1203767195'), ('const-8', u'PTRADD_-1203767111'), ('const-8', u'PTRADD_-1203767069'), ('const-433', u'LOAD_-1203767922'), (u'INT_ZEXT_-1203767693', u'CALLIND_-1203768069'), ('tmp_931', u'CBRANCH_-1203767930'), (u'COPY_-1203767013', u'CALL_-1203767724'), (u'INT_ZEXT_-1203767642', u'PTRADD_-1203767069'), (u'COPY_-1203767038', u'CALL_-1203767722'), ('const-433', u'LOAD_-1203768451'), (u'PTRSUB_-1203767080', u'PTRSUB_-1203767073'), ('const-433', u'LOAD_-1203768107'), (u'PTRSUB_-1203767111', u'PTRSUB_-1203767104'), ('const-0', u'PTRSUB_-1203767316'), (u'INT_ZEXT_-1203767804', u'CALLIND_-1203768441'), ('const--2147483649', u'INT_AND_-1203767327'), (u'LOAD_-1203767898', u'CALLIND_-1203767828'), ('const-3617876', u'COPY_-1203767039'), ('tmp_1257', u'PTRSUB_-1203767164'), ('const-8', u'PTRADD_-1203767047'), ('const-3665640', u'COPY_-1203767038'), (u'LOAD_-1203768466', u'PTRADD_-1203767301'), (u'INT_ZEXT_-1203767678', u'CALLIND_-1203768069'), ('const-0', u'SUBPIECE_-1203767868'), ('tmp_1258', u'INT_AND_-1203768373'), ('const-2147483645', u'PIECE_-1203767316'), (u'PTRSUB_-1203767089', u'LOAD_-1203768011'), (u'PTRSUB_-1203767140', u'PTRSUB_-1203767132'), (u'PTRADD_-1203767111', u'LOAD_-1203768045'), (u'LOAD_-1203768045', u'CALLIND_-1203767764'), (u'LOAD_-1203768011', u'CAST_-1203767074'), (u'PTRSUB_-1203767073', u'PTRSUB_-1203767066'), ('const-80', u'PTRSUB_-1203767112'), (u'INT_AND_-1203768373', u'INT_EQUAL_-1203768244'), ('tmp_1258', u'INT_ADD_-1203767599'), (u'INT_AND_-1203767327', u'COPY_-1203767221'), ('const-0', u'PTRSUB_-1203767156'), (u'COPY_-1203767221', u'PIECE_-1203767375'), ('tmp_1262', u'INT_ZEXT_-1203767566'), (u'PTRSUB_-1203767156', u'LOAD_-1203768107'), ('const-8', u'PTRSUB_-1203767089'), (u'PTRADD_-1203767301', u'LOAD_-1203768451'), ('tmp_1260', u'CALLIND_-1203768441'), (u'COPY_-1203767039', u'CALL_-1203767722'), ('const-433', u'LOAD_-1203767928'), ('tmp_501', u'CBRANCH_-1203768241'), ('const-0', u'PTRSUB_-1203767080'), (u'INT_ZEXT_-1203767238', u'INT_LEFT_-1203767433'), (u'INT_LEFT_-1203767433', u'CAST_-1203767156'), ('const-0', u'PTRSUB_-1203767164'), (u'INT_EQUAL_-1203768244', u'CBRANCH_-1203768241'), (u'CAST_-1203767065', u'INT_LESSEQUAL_-1203767932'), (u'PTRSUB_-1203767132', u'LOAD_-1203768068'), (u'CALLIND_-1203767764', u'INDIRECT_-1203767510'), (u'INDIRECT_-1203767510', u'PIECE_-1203767508'), (u'PIECE_-1203767215', u'INT_AND_-1203767327'), (u'SUBPIECE_-1203767868', u'INT_NOTEQUAL_-1203768426'), ('const-2653', u'CALL_-1203767722'), ('tmp_1258', u'INT_ZEXT_-1203767646'), (u'LOAD_-1203768451', u'CALLIND_-1203768441'), ('const-0', u'PTRSUB_-1203767099'), ('const-0', u'PTRSUB_-1203767092'), ('const-0', u'PTRSUB_-1203767104'), ('const-3670288', u'COPY_-1203767013'), ('tmp_1257', u'CALLIND_-1203768441'), (u'PIECE_-1203767316', u'PIECE_-1203767195'), (u'INT_LESS_-1203768253', u'CBRANCH_-1203768262'), (u'INT_ZEXT_-1203767642', u'INT_LESSEQUAL_-1203767932'), (u'PTRADD_-1203767069', u'LOAD_-1203767928'), ('tmp_1257', u'PTRSUB_-1203767324'), ('tmp_1258', u'INT_ZEXT_-1203767804'), ('tmp_1263', u'CALLIND_-1203768441'), ('const-0', u'PTRSUB_-1203767125'), ('tmp_1257', u'CALLIND_-1203768069'), (u'PTRSUB_-1203767112', u'PTRSUB_-1203767111'), (u'INT_ZEXT_-1203767534', u'CALLIND_-1203767828'), ('tmp_1263', u'CALLIND_-1203767828'), (u'PTRSUB_-1203767104', u'PTRSUB_-1203767097'), ('const-0', u'INT_NOTEQUAL_-1203768426'), ('const-433', u'LOAD_-1203768068'), (u'PTRSUB_-1203767316', u'LOAD_-1203768466'), (u'INT_ADD_-1203767599', u'INT_LESS_-1203768253'), ('const-433', u'LOAD_-1203768079'), ('tmp_1261', u'PTRSUB_-1203767080'), (u'COPY_-1203767016', u'CALL_-1203767724'), (u'INT_ZEXT_-1203767566', u'CALLIND_-1203767828'), (u'LOAD_-1203767922', u'PTRADD_-1203767047'), ('tmp_1259', u'INT_ZEXT_-1203767491'), (u'PTRSUB_-1203767097', u'LOAD_-1203768018'), (u'PTRSUB_-1203767063', u'LOAD_-1203767922'), ('const-1480', u'CALL_-1203767724'), ('tmp_1121', u'BRANCH_-1203767752'), ('const-43', u'PTRADD_-1203767301'), ('const-0', u'PTRSUB_-1203767324'), (u'COPY_-1203767220', u'PIECE_-1203767375'), (u'INT_SUB_-1203767977', u'INT_SRIGHT_-1203767954'), ('const-1', u'RETURN_-1203767717'), (u'INT_SRIGHT_-1203767954', u'CAST_-1203767065'), ('const-29', u'PTRADD_-1203767047'), ('const-1', u'RETURN_-1203767719'), ('const-1401120', u'PTRSUB_-1203767125'), (u'INT_ZEXT_-1203767491', u'CALLIND_-1203767764'), (u'PTRSUB_-1203767125', u'INT_EQUAL_-1203768022'), ('const-0', u'PTRSUB_-1203767073'), ('const-8', u'PTRADD_-1203767301'), ('tmp_1257', u'PTRSUB_-1203767140'), ('const-2147483647', u'INT_AND_-1203768373'), ('const-24', u'PTRADD_-1203767111'), (u'PTRSUB_-1203767099', u'PTRSUB_-1203767092'), ('const-0', u'PTRSUB_-1203767140'), ('const-433', u'LOAD_-1203768018'), ('const-433', u'LOAD_-1203768011'), (u'PIECE_-1203767374', u'CALL_-1203768135'), (u'CALLIND_-1203767764', u'PIECE_-1203767508'), ('tmp_1257', u'COPY_-1203767220'), (u'CAST_-1203767156', u'CALL_-1203768135'), ('const-32', u'INT_LEFT_-1203767433'), ('const-1', u'RETURN_-1203767755'), ('const-433', u'LOAD_-1203768466'), (u'PTRADD_-1203767133', u'LOAD_-1203768079'), (u'PIECE_-1203767195', u'INT_ZEXT_-1203767238'), (u'CAST_-1203767074', u'INT_SUB_-1203767977'), ('tmp_3339', u'PIECE_-1203767215'), ('tmp_1257', u'CALLIND_-1203767764'), (u'INT_LESSEQUAL_-1203767932', u'CBRANCH_-1203767930'), (u'CALLIND_-1203768441', u'SUBPIECE_-1203767868'), ('tmp_1258', u'PIECE_-1203767215'), (u'LOAD_-1203768068', u'PTRADD_-1203767111'), ('const-0', u'PTRSUB_-1203767111'), ('const-8', u'PTRADD_-1203767133'), ('const-2', u'INT_LESS_-1203768253'), ('tmp_180', u'CBRANCH_-1203768425'), ('tmp_1257', u'PTRSUB_-1203767112'), (u'LOAD_-1203767928', u'MULTIEQUAL_-1203767518'), ('const-3', u'INT_SRIGHT_-1203767954'), ('tmp_1256', u'CALLIND_-1203767828'), ('tmp_1261', u'CALLIND_-1203767828'), ('tmp_1263', u'COPY_-1203767222'), (u'LOAD_-1203768018', u'CAST_-1203767073'), ('const-0', u'RETURN_-1203767734'), ('tmp_1259', u'INT_ZEXT_-1203767642'), (u'MULTIEQUAL_-1203767518', u'CALLIND_-1203767828'), ('const-80', u'PTRSUB_-1203767106')]
[(u'INT_ADD_-1203768029', u'CAST_-1203767150'), (u'LOAD_-1203768045', u'INT_EQUAL_-1203768022'), (u'CAST_-1203767150', u'LOAD_-1203768045'), ('const-433', u'LOAD_-1203768451'), ('tmp_2164', u'CALL_-1203768135'), (u'COPY_-1203767063', u'CALL_-1203767722'), ('tmp_3422', u'CALLIND_-1203768069'), (u'INT_EQUAL_-1203768022', u'CBRANCH_-1203768019'), ('tmp_2255', u'INT_EQUAL_-1203768244'), ('tmp_469', u'CBRANCH_-1203768262'), (u'PTRADD_-1203767136', u'LOAD_-1203768011'), ('tmp_2166', u'LOAD_-1203767922'), (u'COPY_-1203767041', u'CALL_-1203767724'), ('const-2', u'INT_LESS_-1203768253'), (u'INT_ADD_-1203767882', u'CAST_-1203767091'), (u'LOAD_-1203768466', u'INT_ADD_-1203768435'), (u'LOAD_-1203768079', u'CALLIND_-1203768069'), ('const-11', u'PTRADD_-1203767136'), ('tmp_752', u'CBRANCH_-1203768019'), (u'LOAD_-1203768018', u'INT_ADD_-1203767912'), (u'LOAD_-1203767922', u'INT_ADD_-1203767882'), (u'CALLIND_-1203768441', u'INT_NOTEQUAL_-1203768426'), ('tmp_2255', u'CALLIND_-1203768441'), (u'CAST_-1203767172', u'LOAD_-1203768079'), ('tmp_2255', u'INT_AND_-1203768373'), (u'INT_NOTEQUAL_-1203768426', u'CBRANCH_-1203768425'), ('const-2653', u'CALL_-1203767722'), ('tmp_2170', u'CALLIND_-1203768069'), (u'INT_MULT_-1203767900', u'INT_ADD_-1203767912'), ('const-433', u'LOAD_-1203768011'), ('const-360', u'INT_ADD_-1203768063'), ('const-0', u'PTRSUB_-1203767150'), ('tmp_931', u'CBRANCH_-1203767930'), ('tmp_2282', u'CALLIND_-1203767764'), ('const-8', u'PTRADD_-1203767141'), (u'LOAD_-1203767898', u'CALLIND_-1203767828'), ('const-3665640', u'COPY_-1203767063'), ('const-433', u'LOAD_-1203768018'), ('tmp_2170', u'LOAD_-1203768466'), ('const-433', u'LOAD_-1203767922'), ('tmp_2170', u'CALLIND_-1203768441'), ('const-3617876', u'COPY_-1203767064'), (u'LOAD_-1203768045', u'CALLIND_-1203767764'), ('const-433', u'LOAD_-1203768068'), ('tmp_2170', u'CALLIND_-1203767764'), ('tmp_3340', u'CALLIND_-1203768069'), (u'PTRADD_-1203767141', u'LOAD_-1203768018'), ('const-433', u'LOAD_-1203767928'), (u'INT_ZEXT_-1203767655', u'INT_LESSEQUAL_-1203767932'), (u'PTRSUB_-1203767150', u'INT_EQUAL_-1203768022'), (u'INT_AND_-1203768373', u'INT_EQUAL_-1203768244'), ('const-10', u'PTRADD_-1203767141'), (u'INT_ADD_-1203768435', u'CAST_-1203767340'), ('tmp_2170', u'LOAD_-1203768068'), ('const-433', u'LOAD_-1203768466'), ('const-8', u'PTRADD_-1203767136'), ('tmp_501', u'CBRANCH_-1203768241'), ('tmp_2170', u'PTRADD_-1203767141'), (u'INT_EQUAL_-1203768244', u'CBRANCH_-1203768241'), ('tmp_2255', u'INT_ADD_-1203768272'), ('tmp_2170', u'LOAD_-1203768107'), (u'INT_ADD_-1203768272', u'INT_LESS_-1203768253'), ('const-8', u'INT_MULT_-1203767900'), (u'LOAD_-1203768451', u'CALLIND_-1203768441'), ('tmp_2166', u'CALLIND_-1203767828'), (u'INT_LESS_-1203768253', u'CBRANCH_-1203768262'), (u'COPY_-1203767038', u'CALL_-1203767724'), (u'INT_ADD_-1203768063', u'CAST_-1203767172'), (u'MULTIEQUAL_-1203767534', u'CALLIND_-1203767828'), ('const-3670288', u'COPY_-1203767038'), ('const-0', u'INT_NOTEQUAL_-1203768426'), ('const-344', u'INT_ADD_-1203768435'), ('tmp_2164', u'CALLIND_-1203767828'), (u'CAST_-1203767340', u'LOAD_-1203768451'), ('const-433', u'LOAD_-1203768045'), (u'CAST_-1203767091', u'LOAD_-1203767898'), (u'LOAD_-1203768018', u'INT_SUB_-1203767977'), ('const-2147483651', u'INT_ADD_-1203768272'), (u'CALLIND_-1203767764', u'MULTIEQUAL_-1203767534'), ('tmp_1121', u'BRANCH_-1203767752'), (u'INT_ADD_-1203767912', u'CAST_-1203767112'), (u'INT_SUB_-1203767977', u'INT_SRIGHT_-1203767954'), ('const-1', u'RETURN_-1203767717'), ('const-433', u'LOAD_-1203768107'), ('tmp_3422', u'CALLIND_-1203768441'), (u'LOAD_-1203768107', u'INT_ADD_-1203768063'), (u'COPY_-1203767064', u'CALL_-1203767722'), ('const-1', u'RETURN_-1203767719'), ('tmp_3339', u'CALLIND_-1203767828'), (u'CALL_-1203768135', u'CALLIND_-1203768069'), (u'CALL_-1203768135', u'CALLIND_-1203767828'), (u'INT_ZEXT_-1203767655', u'INT_MULT_-1203767900'), ('const-433', u'LOAD_-1203768079'), ('tmp_3340', u'CALLIND_-1203768441'), ('const-2147483647', u'INT_AND_-1203768373'), (u'CAST_-1203767118', u'INT_LESSEQUAL_-1203767932'), (u'LOAD_-1203767928', u'MULTIEQUAL_-1203767534'), (u'LOAD_-1203768068', u'INT_ADD_-1203768029'), ('const-192', u'INT_ADD_-1203768029'), ('tmp_2170', u'PTRADD_-1203767136'), ('tmp_2282', u'INT_ZEXT_-1203767655'), ('const-3584022', u'COPY_-1203767041'), ('const-1', u'RETURN_-1203767755'), ('const-3', u'INT_SRIGHT_-1203767954'), (u'INT_SRIGHT_-1203767954', u'CAST_-1203767118'), ('const-1480', u'CALL_-1203767724'), ('tmp_2255', u'CALLIND_-1203768069'), ('const-232', u'INT_ADD_-1203767882'), (u'INT_LESSEQUAL_-1203767932', u'CBRANCH_-1203767930'), ('const-1401120', u'PTRSUB_-1203767150'), ('tmp_180', u'CBRANCH_-1203768425'), (u'LOAD_-1203768011', u'INT_SUB_-1203767977'), ('const-433', u'LOAD_-1203767898'), (u'CAST_-1203767112', u'LOAD_-1203767928'), ('const-0', u'RETURN_-1203767734'), ('tmp_3340', u'CALLIND_-1203767828')]
null
null
0020f300
x64
O2
(translation_unit "void FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);\n if (cVar1 != '\0') {\n return;\n }\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");\n}\n\n" (function_definition "void FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);\n if (cVar1 != '\0') {\n return;\n }\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");\n}" primitive_type (function_declarator "FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)" identifier (parameter_list "(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "long *param_6" (sized_type_specifier "long" long) (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);\n if (cVar1 != '\0') {\n return;\n }\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);" (assignment_expression "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8)" identifier = (call_expression "(**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8)" (parenthesized_expression "(**(code **)(*param_2 + 0x158))" ( (pointer_expression "**(code **)(*param_2 + 0x158)" * (pointer_expression "*(code **)(*param_2 + 0x158)" * (cast_expression "(code **)(*param_2 + 0x158)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x158)" ( (binary_expression "*param_2 + 0x158" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,param_5,param_8)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if (cVar1 != '\0') {\n return;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }" if (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff)))" ( (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))" (parenthesized_expression "(2 < param_3 + 0x80000003)" ( (binary_expression "2 < param_3 + 0x80000003" number_literal < (binary_expression "param_3 + 0x80000003" identifier + number_literal)) )) && (parenthesized_expression "(param_3 == (param_3 & 0x7fffffff))" ( (binary_expression "param_3 == (param_3 & 0x7fffffff)" identifier == (parenthesized_expression "(param_3 & 0x7fffffff)" ( (binary_expression "param_3 & 0x7fffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }" { (expression_statement "uVar2 = FUN_0020eda0(param_1);" (assignment_expression "uVar2 = FUN_0020eda0(param_1)" identifier = (call_expression "FUN_0020eda0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "(**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);" (call_expression "(**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8)" (parenthesized_expression "(**(code **)(*param_2 + 0x168))" ( (pointer_expression "**(code **)(*param_2 + 0x168)" * (pointer_expression "*(code **)(*param_2 + 0x168)" * (cast_expression "(code **)(*param_2 + 0x168)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x168)" ( (binary_expression "*param_2 + 0x168" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,param_5,uVar2,param_8)" ( identifier , identifier , identifier , identifier , identifier ))) ;) (if_statement "if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0xc0) == FUN_00156120)" ( (binary_expression "*(code **)(*param_2 + 0xc0) == FUN_00156120" (pointer_expression "*(code **)(*param_2 + 0xc0)" * (cast_expression "(code **)(*param_2 + 0xc0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0xc0)" ( (binary_expression "*param_2 + 0xc0" (pointer_expression "*param_2" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }" { (if_statement "if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }" if (parenthesized_expression "((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4)" ( (binary_expression "(ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4" (call_expression "(ulong)(param_2[0xb] - param_2[10] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_2[0xb] - param_2[10] >> 3)" ( (binary_expression "param_2[0xb] - param_2[10] >> 3" (binary_expression "param_2[0xb] - param_2[10]" (subscript_expression "param_2[0xb]" identifier [ number_literal ]) - (subscript_expression "param_2[10]" identifier [ number_literal ])) >> number_literal) ))) <= (cast_expression "(ulong)param_4" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }" { comment (expression_statement "FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");" (call_expression "FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section")" identifier (argument_list "("../../gold/object.h",0x5c8,"do_output_section")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_output_section"" " string_content ") ))) ;) })) (expression_statement "uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);" (assignment_expression "uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" identifier = (pointer_expression "*(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" * (cast_expression "(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[10] + (ulong)param_4 * 8)" ( (binary_expression "param_2[10] + (ulong)param_4 * 8" (subscript_expression "param_2[10]" identifier [ number_literal ]) + (binary_expression "(ulong)param_4 * 8" (cast_expression "(ulong)param_4" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) }) (else_clause "else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" else (compound_statement "{\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" { (expression_statement "uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);" (assignment_expression "uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4)" identifier = (call_expression "(**(code **)(*param_2 + 0xc0))(param_2,param_4)" (parenthesized_expression "(**(code **)(*param_2 + 0xc0))" ( (pointer_expression "**(code **)(*param_2 + 0xc0)" * (pointer_expression "*(code **)(*param_2 + 0xc0)" * (cast_expression "(code **)(*param_2 + 0xc0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0xc0)" ( (binary_expression "*param_2 + 0xc0" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_4)" ( identifier , identifier )))) ;) }))) comment comment (expression_statement "(**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);" (call_expression "(**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8)" (parenthesized_expression "(**(code **)(*param_6 + 0xe8))" ( (pointer_expression "**(code **)(*param_6 + 0xe8)" * (pointer_expression "*(code **)(*param_6 + 0xe8)" * (cast_expression "(code **)(*param_6 + 0xe8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_6 + 0xe8)" ( (binary_expression "*param_6 + 0xe8" (pointer_expression "*param_6" * identifier) + number_literal) ))))) )) (argument_list "(param_6,uVar3,param_7,param_1,uVar2,param_8)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");" (call_expression "FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry")" identifier (argument_list "("../../gold/output.h",0xa5d,"Got_entry")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""Got_entry"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: void add_local_pair_with_rel(Output_data_got<32,_false> * this, Relobj\n * object, uint symndx, uint shndx, uint got_type, Output_data_reloc_generic * rel_dyn, uint\n r_type, uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_got<32,_false>::add_local_pair_with_rel\n (Output_data_got<32,_false> *this,Relobj *object,uint symndx,uint shndx,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type,uint64_t addend)\n\n{\n _func_int_varargs *p_Var1;\n pointer ppOVar2;\n Got_entry got_entry_2;\n int iVar3;\n uint uVar4;\n Output_section *pOVar5;\n undefined4 uStack_74;\n undefined4 uStack_6c;\n undefined4 uStack_4c;\n undefined4 extraout_var;\n \n iVar3 = (*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,got_type,addend);\n if ((char)iVar3 != '\0') {\n return;\n }\n if ((2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff))) {\n got_entry_2._8_8_ = CONCAT44(uStack_4c,symndx) & 0xffffffff7fffffff;\n got_entry_2.u_.object = object;\n got_entry_2.addend_ = addend;\n uVar4 = add_got_entry_pair(this,(Got_entry)\n (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20),got_entry_2);\n (*(object->super_Object)._vptr_Object[0x2d])\n (object,(ulong)symndx,(ulong)got_type,(ulong)uVar4,addend);\n p_Var1 = (object->super_Object)._vptr_Object[0x18];\n if (p_Var1 == Relobj::do_output_section) {\n ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }\n pOVar5 = ppOVar2[shndx];\n }\n else {\n iVar3 = (*p_Var1)(object,(ulong)shndx);\n pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3);\n }\n /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x1d])(rel_dyn,pOVar5,(ulong)r_type,this,(ulong)uVar4,addend);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xa5d,"Got_entry");\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_got<32,_false>::add_local_pair_with_rel\n (Output_data_got<32,_false> *this,Relobj *object,uint symndx,uint shndx,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type,uint64_t addend)\n\n{\n _func_int_varargs *p_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::add_local_pair_with_rel\n (Output_data_got<32,_false> *this,Relobj *object,uint symndx,uint shndx,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type,uint64_t addend)\n\n{\n _func_int_varargs" identifier > : : (function_declarator "add_local_pair_with_rel\n (Output_data_got<32,_false> *this,Relobj *object,uint symndx,uint shndx,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type,uint64_t addend)" identifier (parameter_list "(Output_data_got<32,_false> *this,Relobj *object,uint symndx,uint shndx,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type,uint64_t addend)" ( (parameter_declaration "Output_data_got" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relobj *object" type_identifier (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint symndx" type_identifier identifier) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "uint got_type" type_identifier identifier) , (parameter_declaration "Output_data_reloc_generic *rel_dyn" type_identifier (pointer_declarator "*rel_dyn" * identifier)) , (parameter_declaration "uint r_type" type_identifier identifier) , (parameter_declaration "uint64_t addend" primitive_type identifier) ))) { identifier) (pointer_declarator "*p_Var1" * identifier) ;) (declaration "pointer ppOVar2;" type_identifier identifier ;) (declaration "Got_entry got_entry_2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "Output_section *pOVar5;" type_identifier (pointer_declarator "*pOVar5" * identifier) ;) (declaration "undefined4 uStack_74;" type_identifier identifier ;) (declaration "undefined4 uStack_6c;" type_identifier identifier ;) (declaration "undefined4 uStack_4c;" type_identifier identifier ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (expression_statement "iVar3 = (*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,got_type,addend);" (assignment_expression "iVar3 = (*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,got_type,addend)" identifier = (call_expression "(*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,got_type,addend)" (parenthesized_expression "(*(object->super_Object)._vptr_Object[0x2b])" ( (pointer_expression "*(object->super_Object)._vptr_Object[0x2b]" * (subscript_expression "(object->super_Object)._vptr_Object[0x2b]" (field_expression "(object->super_Object)._vptr_Object" (parenthesized_expression "(object->super_Object)" ( (field_expression "object->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(object,(ulong)symndx,got_type,addend)" ( identifier , (cast_expression "(ulong)symndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , identifier )))) ;) (if_statement "if ((char)iVar3 != '\0') {\n return;\n }" if (parenthesized_expression "((char)iVar3 != '\0')" ( (binary_expression "(char)iVar3 != '\0'" (cast_expression "(char)iVar3" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if ((2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff))) {\n got_entry_2._8_8_ = CONCAT44(uStack_4c,symndx) & 0xffffffff7fffffff;\n got_entry_2.u_.object = object;\n got_entry_2.addend_ = addend;\n uVar4 = add_got_entry_pair(this,(Got_entry)\n (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20),got_entry_2);\n (*(object->super_Object)._vptr_Object[0x2d])\n (object,(ulong)symndx,(ulong)got_type,(ulong)uVar4,addend);\n p_Var1 = (object->super_Object)._vptr_Object[0x18];\n if (p_Var1 == Relobj::do_output_section) {\n ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }\n pOVar5 = ppOVar2[shndx];\n }\n else {\n iVar3 = (*p_Var1)(object,(ulong)shndx);\n pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3);\n }\n /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x1d])(rel_dyn,pOVar5,(ulong)r_type,this,(ulong)uVar4,addend);\n return;\n }" if (parenthesized_expression "((2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff)))" ( (binary_expression "(2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff))" (parenthesized_expression "(2 < symndx + 0x80000003)" ( (binary_expression "2 < symndx + 0x80000003" number_literal < (binary_expression "symndx + 0x80000003" identifier + number_literal)) )) && (parenthesized_expression "(symndx == (symndx & 0x7fffffff))" ( (binary_expression "symndx == (symndx & 0x7fffffff)" identifier == (parenthesized_expression "(symndx & 0x7fffffff)" ( (binary_expression "symndx & 0x7fffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n got_entry_2._8_8_ = CONCAT44(uStack_4c,symndx) & 0xffffffff7fffffff;\n got_entry_2.u_.object = object;\n got_entry_2.addend_ = addend;\n uVar4 = add_got_entry_pair(this,(Got_entry)\n (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20),got_entry_2);\n (*(object->super_Object)._vptr_Object[0x2d])\n (object,(ulong)symndx,(ulong)got_type,(ulong)uVar4,addend);\n p_Var1 = (object->super_Object)._vptr_Object[0x18];\n if (p_Var1 == Relobj::do_output_section) {\n ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }\n pOVar5 = ppOVar2[shndx];\n }\n else {\n iVar3 = (*p_Var1)(object,(ulong)shndx);\n pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3);\n }\n /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x1d])(rel_dyn,pOVar5,(ulong)r_type,this,(ulong)uVar4,addend);\n return;\n }" { (expression_statement "got_entry_2._8_8_ = CONCAT44(uStack_4c,symndx) & 0xffffffff7fffffff;" (assignment_expression "got_entry_2._8_8_ = CONCAT44(uStack_4c,symndx) & 0xffffffff7fffffff" (field_expression "got_entry_2._8_8_" identifier . field_identifier) = (binary_expression "CONCAT44(uStack_4c,symndx) & 0xffffffff7fffffff" (call_expression "CONCAT44(uStack_4c,symndx)" identifier (argument_list "(uStack_4c,symndx)" ( identifier , identifier ))) & number_literal)) ;) (expression_statement "got_entry_2.u_.object = object;" (assignment_expression "got_entry_2.u_.object = object" (field_expression "got_entry_2.u_.object" (field_expression "got_entry_2.u_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry_2.addend_ = addend;" (assignment_expression "got_entry_2.addend_ = addend" (field_expression "got_entry_2.addend_" identifier . field_identifier) = identifier) ;) (expression_statement "uVar4 = add_got_entry_pair(this,(Got_entry)\n (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20),got_entry_2);" (assignment_expression "uVar4 = add_got_entry_pair(this,(Got_entry)\n (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20),got_entry_2)" identifier = (call_expression "add_got_entry_pair(this,(Got_entry)\n (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20),got_entry_2)" identifier (argument_list "(this,(Got_entry)\n (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20),got_entry_2)" ( identifier , (call_expression "(Got_entry)\n (ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20)" (parenthesized_expression "(Got_entry)" ( identifier )) (argument_list "(ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20)" ( (binary_expression "ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)) <<\n 0x20" (call_expression "ZEXT1224(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74))" identifier (argument_list "(CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74))" ( (call_expression "CONCAT84(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)" identifier (argument_list "(CONCAT44(uStack_6c,0x7ffffffd),uStack_74)" ( (call_expression "CONCAT44(uStack_6c,0x7ffffffd)" identifier (argument_list "(uStack_6c,0x7ffffffd)" ( identifier , number_literal ))) , identifier ))) ))) << number_literal) ))) , identifier )))) ;) (expression_statement "(*(object->super_Object)._vptr_Object[0x2d])\n (object,(ulong)symndx,(ulong)got_type,(ulong)uVar4,addend);" (call_expression "(*(object->super_Object)._vptr_Object[0x2d])\n (object,(ulong)symndx,(ulong)got_type,(ulong)uVar4,addend)" (parenthesized_expression "(*(object->super_Object)._vptr_Object[0x2d])" ( (pointer_expression "*(object->super_Object)._vptr_Object[0x2d]" * (subscript_expression "(object->super_Object)._vptr_Object[0x2d]" (field_expression "(object->super_Object)._vptr_Object" (parenthesized_expression "(object->super_Object)" ( (field_expression "object->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(object,(ulong)symndx,(ulong)got_type,(ulong)uVar4,addend)" ( identifier , (cast_expression "(ulong)symndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , (cast_expression "(ulong)got_type" ( (type_descriptor "ulong" type_identifier) ) identifier) , (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier ))) ;) (expression_statement "p_Var1 = (object->super_Object)._vptr_Object[0x18];" (assignment_expression "p_Var1 = (object->super_Object)._vptr_Object[0x18]" identifier = (subscript_expression "(object->super_Object)._vptr_Object[0x18]" (field_expression "(object->super_Object)._vptr_Object" (parenthesized_expression "(object->super_Object)" ( (field_expression "object->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var1 == Relobj::do_output_section) {\n ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }\n pOVar5 = ppOVar2[shndx];\n }\n else {\n iVar3 = (*p_Var1)(object,(ulong)shndx);\n pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3);\n }" if (parenthesized_expression "(p_Var1 == Relobj::do_output_section)" ( (ERROR "p_Var1 == Relobj::" (binary_expression "p_Var1 == Relobj" identifier == identifier) : :) identifier )) (compound_statement "{\n ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }\n pOVar5 = ppOVar2[shndx];\n }" { (expression_statement "ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;" (field_expression "ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "ppOVar2 = (object->output_sections_).\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "ppOVar2 = (object->output_sections_).\n super__Vector_base<gold" identifier = (binary_expression "(object->output_sections_).\n super__Vector_base<gold" (field_expression "(object->output_sections_).\n super__Vector_base" (parenthesized_expression "(object->output_sections_)" ( (field_expression "object->output_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }" if (parenthesized_expression "((ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx)" ( (binary_expression "(ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (ulong)shndx" (call_expression "(ulong)((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3)" ( (binary_expression "(long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2 >> 3" (binary_expression "(long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar2" (field_expression "(long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish" (field_expression "(long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl" (binary_expression "(long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(long)(object->output_sections_).\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(long)(object->output_sections_).\n super__Vector_base<gold" (cast_expression "(long)(object->output_sections_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(object->output_sections_).\n super__Vector_base" (parenthesized_expression "(object->output_sections_)" ( (field_expression "object->output_sections_" identifier -> field_identifier) )) . field_identifier)) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)ppOVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) ))) <= (cast_expression "(ulong)shndx" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");" (call_expression "do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section")" identifier (argument_list "("../../gold/object.h",0x5c8,"do_output_section")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_output_section"" " string_content ") ))) ;) })) (expression_statement "pOVar5 = ppOVar2[shndx];" (assignment_expression "pOVar5 = ppOVar2[shndx]" identifier = (subscript_expression "ppOVar2[shndx]" identifier [ identifier ])) ;) }) (else_clause "else {\n iVar3 = (*p_Var1)(object,(ulong)shndx);\n pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3);\n }" else (compound_statement "{\n iVar3 = (*p_Var1)(object,(ulong)shndx);\n pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3);\n }" { (expression_statement "iVar3 = (*p_Var1)(object,(ulong)shndx);" (assignment_expression "iVar3 = (*p_Var1)(object,(ulong)shndx)" identifier = (call_expression "(*p_Var1)(object,(ulong)shndx)" (parenthesized_expression "(*p_Var1)" ( (pointer_expression "*p_Var1" * identifier) )) (argument_list "(object,(ulong)shndx)" ( identifier , (cast_expression "(ulong)shndx" ( (type_descriptor "ulong" type_identifier) ) identifier) )))) ;) (expression_statement "pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3);" (assignment_expression "pOVar5 = (Output_section *)CONCAT44(extraout_var,iVar3)" identifier = (cast_expression "(Output_section *)CONCAT44(extraout_var,iVar3)" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar3)" identifier (argument_list "(extraout_var,iVar3)" ( identifier , identifier ))))) ;) }))) comment comment (expression_statement "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x1d])(rel_dyn,pOVar5,(ulong)r_type,this,(ulong)uVar4,addend);" (call_expression "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x1d])(rel_dyn,pOVar5,(ulong)r_type,this,(ulong)uVar4,addend)" (parenthesized_expression "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x1d])" ( (pointer_expression "*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x1d]" * (subscript_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x1d]" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(rel_dyn->super_Output_section_data_build)" ( (field_expression "rel_dyn->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) )) (argument_list "(rel_dyn,pOVar5,(ulong)r_type,this,(ulong)uVar4,addend)" ( identifier , identifier , (cast_expression "(ulong)r_type" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xa5d,"Got_entry");" (call_expression "do_gold_unreachable("../../gold/output.h",0xa5d,"Got_entry")" identifier (argument_list "("../../gold/output.h",0xa5d,"Got_entry")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""Got_entry"" " string_content ") ))) ;) (ERROR "}" }))
(translation_unit "void FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);\n if (cVar1 != '\0') {\n return;\n }\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");\n}\n\n" (function_definition "void FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);\n if (cVar1 != '\0') {\n return;\n }\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");\n}" primitive_type (function_declarator "FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)" identifier (parameter_list "(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "long *param_6" (sized_type_specifier "long" long) (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);\n if (cVar1 != '\0') {\n return;\n }\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);" (assignment_expression "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8)" identifier = (call_expression "(**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8)" (parenthesized_expression "(**(code **)(*param_2 + 0x158))" ( (pointer_expression "**(code **)(*param_2 + 0x158)" * (pointer_expression "*(code **)(*param_2 + 0x158)" * (cast_expression "(code **)(*param_2 + 0x158)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x158)" ( (binary_expression "*param_2 + 0x158" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,param_5,param_8)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if (cVar1 != '\0') {\n return;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }" if (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff)))" ( (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))" (parenthesized_expression "(2 < param_3 + 0x80000003)" ( (binary_expression "2 < param_3 + 0x80000003" number_literal < (binary_expression "param_3 + 0x80000003" identifier + number_literal)) )) && (parenthesized_expression "(param_3 == (param_3 & 0x7fffffff))" ( (binary_expression "param_3 == (param_3 & 0x7fffffff)" identifier == (parenthesized_expression "(param_3 & 0x7fffffff)" ( (binary_expression "param_3 & 0x7fffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }" { (expression_statement "uVar2 = FUN_0020eda0(param_1);" (assignment_expression "uVar2 = FUN_0020eda0(param_1)" identifier = (call_expression "FUN_0020eda0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "(**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);" (call_expression "(**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8)" (parenthesized_expression "(**(code **)(*param_2 + 0x168))" ( (pointer_expression "**(code **)(*param_2 + 0x168)" * (pointer_expression "*(code **)(*param_2 + 0x168)" * (cast_expression "(code **)(*param_2 + 0x168)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x168)" ( (binary_expression "*param_2 + 0x168" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,param_5,uVar2,param_8)" ( identifier , identifier , identifier , identifier , identifier ))) ;) (if_statement "if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0xc0) == FUN_00156120)" ( (binary_expression "*(code **)(*param_2 + 0xc0) == FUN_00156120" (pointer_expression "*(code **)(*param_2 + 0xc0)" * (cast_expression "(code **)(*param_2 + 0xc0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0xc0)" ( (binary_expression "*param_2 + 0xc0" (pointer_expression "*param_2" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }" { (if_statement "if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }" if (parenthesized_expression "((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4)" ( (binary_expression "(ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4" (call_expression "(ulong)(param_2[0xb] - param_2[10] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_2[0xb] - param_2[10] >> 3)" ( (binary_expression "param_2[0xb] - param_2[10] >> 3" (binary_expression "param_2[0xb] - param_2[10]" (subscript_expression "param_2[0xb]" identifier [ number_literal ]) - (subscript_expression "param_2[10]" identifier [ number_literal ])) >> number_literal) ))) <= (cast_expression "(ulong)param_4" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }" { (expression_statement "FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");" (call_expression "FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section")" identifier (argument_list "("../../gold/object.h",0x5c8,"do_output_section")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_output_section"" " string_content ") ))) ;) })) (expression_statement "uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);" (assignment_expression "uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" identifier = (pointer_expression "*(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" * (cast_expression "(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[10] + (ulong)param_4 * 8)" ( (binary_expression "param_2[10] + (ulong)param_4 * 8" (subscript_expression "param_2[10]" identifier [ number_literal ]) + (binary_expression "(ulong)param_4 * 8" (cast_expression "(ulong)param_4" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) }) (else_clause "else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" else (compound_statement "{\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" { (expression_statement "uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);" (assignment_expression "uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4)" identifier = (call_expression "(**(code **)(*param_2 + 0xc0))(param_2,param_4)" (parenthesized_expression "(**(code **)(*param_2 + 0xc0))" ( (pointer_expression "**(code **)(*param_2 + 0xc0)" * (pointer_expression "*(code **)(*param_2 + 0xc0)" * (cast_expression "(code **)(*param_2 + 0xc0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0xc0)" ( (binary_expression "*param_2 + 0xc0" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_4)" ( identifier , identifier )))) ;) }))) (expression_statement "(**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);" (call_expression "(**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8)" (parenthesized_expression "(**(code **)(*param_6 + 0xe8))" ( (pointer_expression "**(code **)(*param_6 + 0xe8)" * (pointer_expression "*(code **)(*param_6 + 0xe8)" * (cast_expression "(code **)(*param_6 + 0xe8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_6 + 0xe8)" ( (binary_expression "*param_6 + 0xe8" (pointer_expression "*param_6" * identifier) + number_literal) ))))) )) (argument_list "(param_6,uVar3,param_7,param_1,uVar2,param_8)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");" (call_expression "FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry")" identifier (argument_list "("../../gold/output.h",0xa5d,"Got_entry")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""Got_entry"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE 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 , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT + LIT)) )) && (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) >> LIT) ))) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT )))) ;) }))) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);\n if (cVar1 != '\0') {\n return;\n }\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");\n}" (primitive_type "void") (function_declarator "FUN_0020f300(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)" (identifier "FUN_0020f300") (parameter_list "(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)" (( "(") (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"))) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) (, ",") (parameter_declaration "uint param_4" (type_identifier "uint") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "long *param_6" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_6" (* "*") (identifier "param_6"))) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) () ")"))) (compound_statement "{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);\n if (cVar1 != '\0') {\n return;\n }\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (expression_statement "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);" (assignment_expression "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8)" (identifier "cVar1") (= "=") (call_expression "(**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8)" (parenthesized_expression "(**(code **)(*param_2 + 0x158))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x158)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x158)" (* "*") (cast_expression "(code **)(*param_2 + 0x158)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x158)" (( "(") (binary_expression "*param_2 + 0x158" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x158")) () ")"))))) () ")")) (argument_list "(param_2,param_3,param_5,param_8)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_5") (, ",") (identifier "param_8") () ")")))) (; ";")) (if_statement "if (cVar1 != '\0') {\n return;\n }" (if "if") (parenthesized_expression "(cVar1 != '\0')" (( "(") (binary_expression "cVar1 != '\0'" (identifier "cVar1") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }" (if "if") (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff)))" (( "(") (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))" (parenthesized_expression "(2 < param_3 + 0x80000003)" (( "(") (binary_expression "2 < param_3 + 0x80000003" (number_literal "2") (< "<") (binary_expression "param_3 + 0x80000003" (identifier "param_3") (+ "+") (number_literal "0x80000003"))) () ")")) (&& "&&") (parenthesized_expression "(param_3 == (param_3 & 0x7fffffff))" (( "(") (binary_expression "param_3 == (param_3 & 0x7fffffff)" (identifier "param_3") (== "==") (parenthesized_expression "(param_3 & 0x7fffffff)" (( "(") (binary_expression "param_3 & 0x7fffffff" (identifier "param_3") (& "&") (number_literal "0x7fffffff")) () ")"))) () ")"))) () ")")) (compound_statement "{\n uVar2 = FUN_0020eda0(param_1);\n (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);\n if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }\n \n \n (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);\n return;\n }" ({ "{") (expression_statement "uVar2 = FUN_0020eda0(param_1);" (assignment_expression "uVar2 = FUN_0020eda0(param_1)" (identifier "uVar2") (= "=") (call_expression "FUN_0020eda0(param_1)" (identifier "FUN_0020eda0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "(**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8);" (call_expression "(**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8)" (parenthesized_expression "(**(code **)(*param_2 + 0x168))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x168)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x168)" (* "*") (cast_expression "(code **)(*param_2 + 0x168)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x168)" (( "(") (binary_expression "*param_2 + 0x168" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x168")) () ")"))))) () ")")) (argument_list "(param_2,param_3,param_5,uVar2,param_8)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_5") (, ",") (identifier "uVar2") (, ",") (identifier "param_8") () ")"))) (; ";")) (if_statement "if (*(code **)(*param_2 + 0xc0) == FUN_00156120) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }\n else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" (if "if") (parenthesized_expression "(*(code **)(*param_2 + 0xc0) == FUN_00156120)" (( "(") (binary_expression "*(code **)(*param_2 + 0xc0) == FUN_00156120" (pointer_expression "*(code **)(*param_2 + 0xc0)" (* "*") (cast_expression "(code **)(*param_2 + 0xc0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0xc0)" (( "(") (binary_expression "*param_2 + 0xc0" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0xc0")) () ")")))) (== "==") (identifier "FUN_00156120")) () ")")) (compound_statement "{\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }\n uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);\n }" ({ "{") (if_statement "if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) {\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }" (if "if") (parenthesized_expression "((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4)" (( "(") (binary_expression "(ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4" (call_expression "(ulong)(param_2[0xb] - param_2[10] >> 3)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_2[0xb] - param_2[10] >> 3)" (( "(") (binary_expression "param_2[0xb] - param_2[10] >> 3" (binary_expression "param_2[0xb] - param_2[10]" (subscript_expression "param_2[0xb]" (identifier "param_2") ([ "[") (number_literal "0xb") (] "]")) (- "-") (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]"))) (>> ">>") (number_literal "3")) () ")"))) (<= "<=") (cast_expression "(ulong)param_4" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_4"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section");" (call_expression "FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section")" (identifier "FUN_0017c650") (argument_list "("../../gold/object.h",0x5c8,"do_output_section")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x5c8") (, ",") (string_literal ""do_output_section"" (" """) (string_content "do_output_section") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8);" (assignment_expression "uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" (* "*") (cast_expression "(undefined8 *)(param_2[10] + (ulong)param_4 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2[10] + (ulong)param_4 * 8)" (( "(") (binary_expression "param_2[10] + (ulong)param_4 * 8" (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]")) (+ "+") (binary_expression "(ulong)param_4 * 8" (cast_expression "(ulong)param_4" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_4")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" (else "else") (compound_statement "{\n uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);\n }" ({ "{") (expression_statement "uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4);" (assignment_expression "uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4)" (identifier "uVar3") (= "=") (call_expression "(**(code **)(*param_2 + 0xc0))(param_2,param_4)" (parenthesized_expression "(**(code **)(*param_2 + 0xc0))" (( "(") (pointer_expression "**(code **)(*param_2 + 0xc0)" (* "*") (pointer_expression "*(code **)(*param_2 + 0xc0)" (* "*") (cast_expression "(code **)(*param_2 + 0xc0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0xc0)" (( "(") (binary_expression "*param_2 + 0xc0" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0xc0")) () ")"))))) () ")")) (argument_list "(param_2,param_4)" (( "(") (identifier "param_2") (, ",") (identifier "param_4") () ")")))) (; ";")) (} "}")))) (expression_statement "(**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8);" (call_expression "(**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8)" (parenthesized_expression "(**(code **)(*param_6 + 0xe8))" (( "(") (pointer_expression "**(code **)(*param_6 + 0xe8)" (* "*") (pointer_expression "*(code **)(*param_6 + 0xe8)" (* "*") (cast_expression "(code **)(*param_6 + 0xe8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_6 + 0xe8)" (( "(") (binary_expression "*param_6 + 0xe8" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (+ "+") (number_literal "0xe8")) () ")"))))) () ")")) (argument_list "(param_6,uVar3,param_7,param_1,uVar2,param_8)" (( "(") (identifier "param_6") (, ",") (identifier "uVar3") (, ",") (identifier "param_7") (, ",") (identifier "param_1") (, ",") (identifier "uVar2") (, ",") (identifier "param_8") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry");" (call_expression "FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0xa5d,"Got_entry")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xa5d") (, ",") (string_literal ""Got_entry"" (" """) (string_content "Got_entry") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: void add_local_pair_with_rel(Output_data_got<32,_false> * this, Relobj * object, uint symndx, uint shndx, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type, uint64_t addend) */ void __thiscall var_6::Output_data_got<32,_false>::add_local_pair_with_rel (Output_data_got<32,_false> *this,Relobj *object,type_3 var_1,type_3 shndx,type_3 got_type, Output_data_reloc_generic *rel_dyn,type_3 r_type,uint64_t addend) { _func_int_varargs *p_Var1; type_1 ppOVar2; type_2 got_entry_2; int iVar3; type_3 uVar4; type_4 *pOVar5; type_5 uStack_74; type_5 uStack_6c; type_5 uStack_4c; type_5 extraout_var; iVar3 = (*(object->super_Object)._vptr_Object[0x2b])(object,(type_6)var_1,got_type,addend); if ((char)iVar3 != '\0') { return; } if ((2 < var_1 + 0x80000003) && (var_1 == (var_1 & 0x7fffffff))) { got_entry_2._8_8_ = var_2(uStack_4c,var_1) & 0xffffffff7fffffff; got_entry_2.u_.object = object; got_entry_2.addend_ = addend; uVar4 = var_3(this,(type_2) (var_4(var_5(var_2(uStack_6c,0x7ffffffd),uStack_74)) << 0x20),got_entry_2); (*(object->super_Object)._vptr_Object[0x2d]) (object,(type_6)var_1,(type_6)got_type,(type_6)uVar4,addend); p_Var1 = (object->super_Object)._vptr_Object[0x18]; if (p_Var1 == Relobj::do_output_section) { ppOVar2 = (object->output_sections_). super__Vector_base<var_6::type_4*,var_7::allocator<var_6::type_4*>var_8>. _M_impl._M_start; if ((type_6)((long)(object->output_sections_). super__Vector_base<var_6::type_4*,var_7::allocator<var_6::type_4*>var_8> ._M_impl._M_finish - (long)ppOVar2 >> 3) <= (type_6)shndx) { /* WARNING: Subroutine does not return */ var_9("../../gold/object.h",0x5c8,"do_output_section"); } pOVar5 = ppOVar2[shndx]; } else { iVar3 = (*p_Var1)(object,(type_6)shndx); pOVar5 = (type_4 *)var_2(extraout_var,iVar3); } /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */ /* WARNING: Treating indirect jump as call */ (*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data. _vptr_Output_data[0x1d])(rel_dyn,pOVar5,(type_6)r_type,this,(type_6)uVar4,addend); return; } /* WARNING: Subroutine does not return */ var_9("../../gold/output.h",0xa5d,"Got_entry"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5, long *param_6,undefined4 param_7,undefined8 param_8) { char cVar1; undefined4 uVar2; undefined8 uVar3; cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8); if (cVar1 != '\0') { return; } if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) { uVar2 = FUN_0020eda0(param_1); (**(code **)(*param_2 + 0x168))(param_2,param_3,param_5,uVar2,param_8); if (*(code **)(*param_2 + 0xc0) == FUN_00156120) { if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)param_4) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x5c8,"do_output_section"); } uVar3 = *(undefined8 *)(param_2[10] + (ulong)param_4 * 8); } else { uVar3 = (**(code **)(*param_2 + 0xc0))(param_2,param_4); } /* WARNING: Could not recover jumptable at 0x0020f450. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_6 + 0xe8))(param_6,uVar3,param_7,param_1,uVar2,param_8); return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xa5d,"Got_entry"); }
73_x86_64-kfreebsd-gnu-as_and_x86_64-kfreebsd-gnu-as_strip.c
strncasecmp
strncasecmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncasecmp(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_strncasecmp_001da258)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncasecmp(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_strncasecmp_001da258)(); return iVar1; }
JMP qword ptr [0x001da258]
null
null
null
null
[('const-0', u'RETURN_-1206942533'), (u'CAST_-1206942467', u'CALLIND_-1206942536'), (u'CALLIND_-1206942536', u'INDIRECT_-1206942472'), ('tmp_44', u'CAST_-1206942467'), (u'INDIRECT_-1206942472', u'COPY_-1206942531'), (u'CALLIND_-1206942536', u'RETURN_-1206942533')]
[('const-0', u'RETURN_-1206942533'), (u'CAST_-1206942467', u'CALLIND_-1206942536'), (u'CALLIND_-1206942536', u'INDIRECT_-1206942472'), ('tmp_44', u'CAST_-1206942467'), (u'INDIRECT_-1206942472', u'COPY_-1206942531'), (u'CALLIND_-1206942536', u'RETURN_-1206942533')]
null
null
001084b0
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}\n\n" comment (function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}" primitive_type (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncasecmp_001da258)();" (assignment_expression "iVar1 = (*(code *)PTR_strncasecmp_001da258)()" identifier = (call_expression "(*(code *)PTR_strncasecmp_001da258)()" (parenthesized_expression "(*(code *)PTR_strncasecmp_001da258)" ( (pointer_expression "*(code *)PTR_strncasecmp_001da258" * (cast_expression "(code *)PTR_strncasecmp_001da258" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}\n\n" comment (function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}" primitive_type (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncasecmp_001da258)();" (assignment_expression "iVar1 = (*(code *)PTR_strncasecmp_001da258)()" identifier = (call_expression "(*(code *)PTR_strncasecmp_001da258)()" (parenthesized_expression "(*(code *)PTR_strncasecmp_001da258)" ( (pointer_expression "*(code *)PTR_strncasecmp_001da258" * (cast_expression "(code *)PTR_strncasecmp_001da258" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}\n\n" (function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}" primitive_type (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncasecmp_001da258)();" (assignment_expression "iVar1 = (*(code *)PTR_strncasecmp_001da258)()" identifier = (call_expression "(*(code *)PTR_strncasecmp_001da258)()" (parenthesized_expression "(*(code *)PTR_strncasecmp_001da258)" ( (pointer_expression "*(code *)PTR_strncasecmp_001da258" * (cast_expression "(code *)PTR_strncasecmp_001da258" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" (identifier "strncasecmp") (parameter_list "(char *__s1,char *__s2,size_t __n)" (( "(") (parameter_declaration "char *__s1" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1"))) (, ",") (parameter_declaration "char *__s2" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001da258)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_strncasecmp_001da258)();" (assignment_expression "iVar1 = (*(code *)PTR_strncasecmp_001da258)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_strncasecmp_001da258)()" (parenthesized_expression "(*(code *)PTR_strncasecmp_001da258)" (( "(") (pointer_expression "*(code *)PTR_strncasecmp_001da258" (* "*") (cast_expression "(code *)PTR_strncasecmp_001da258" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strncasecmp_001da258"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(type_1 *)PTR_strncasecmp_001da258)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_MASKED_001da258)(); return iVar1; }
77_libmicrohttpd.so.12.56_and_libmicrohttpd.so.12.56_strip.c
MHD_create_response_from_fd_at_offset64
MHD_create_response_from_fd_at_offset64
/* WARNING: Switch with 1 destination removed at 0x00103560 */ /* WARNING: Enum "MHD_FLAG": Some values do not have unique names */ MHD_Response * MHD_create_response_from_fd_at_offset64(uint64_t size,int fd,uint64_t offset) { MHD_Response *pMVar1; if (((-1 < (long)size) && (-1 < (long)offset)) && (-1 < (long)(size + offset))) { pMVar1 = MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback); if (pMVar1 != (MHD_Response *)0x0) { pMVar1->fd = fd; pMVar1->fd_off = offset; pMVar1->crc_cls = pMVar1; } return pMVar1; } return (MHD_Response *)0x0; }
/* WARNING: Switch with 1 destination removed at 0x00103560 */ long MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3) { long lVar1; if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) { lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800); if (lVar1 != 0) { *(undefined4 *)(lVar1 + 0x8c) = param_2; *(long *)(lVar1 + 0x70) = param_3; *(long *)(lVar1 + 0x10) = lVar1; } return lVar1; } return 0; }
JMP qword ptr [0x0031d268]
null
null
null
null
[(u'PTRSUB_-1206911051', u'STORE_-1206911235'), (u'CALL_-1206911254', u'STORE_-1206911219'), (u'INT_ADD_-1206911320', u'CAST_-1206911095'), (u'CALL_-1206911254', u'INT_NOTEQUAL_-1206911239'), ('tmp_318', u'CAST_-1206911104'), ('const-433', u'STORE_-1206911219'), (u'INT_SLESS_-1206911325', u'CBRANCH_-1206911324'), ('const--1', u'INT_SLESS_-1206911344'), (u'COPY_-1206911179', u'RETURN_-1206911159'), ('const-140', u'PTRSUB_-1206911051'), (u'PTRSUB_-1206911039', u'STORE_-1206911219'), (u'STORE_-1206911226', u'INDIRECT_-1206911062'), ('const-0', u'RETURN_-1206911182'), ('tmp_51', u'CBRANCH_-1206911343'), ('const-112', u'PTRSUB_-1206911044'), ('tmp_318', u'STORE_-1206911226'), ('tmp_81', u'CBRANCH_-1206911324'), (u'CAST_-1206911104', u'INT_SLESS_-1206911344'), ('tmp_316', u'CAST_-1206911110'), (u'INDIRECT_-1206911057', u'MULTIEQUAL_-1206911053'), (u'PTRSUB_-1206911044', u'STORE_-1206911226'), ('const-433', u'STORE_-1206911235'), ('const-16', u'PTRSUB_-1206911039'), (u'CAST_-1206911095', u'INT_SLESS_-1206911325'), ('const-433', u'STORE_-1206911226'), ('tmp_195', u'CBRANCH_-1206911238'), ('const-0', u'PTRSUB_-1206911062'), ('tmp_25', u'CBRANCH_-1206911358'), (u'STORE_-1206911219', u'INDIRECT_-1206911057'), ('const-0', u'COPY_-1206911179'), ('const-4096', u'CALL_-1206911254'), ('const-0', u'PTRSUB_-1206911063'), ('tmp_317', u'STORE_-1206911235'), ('const-0', u'RETURN_-1206911159'), (u'MULTIEQUAL_-1206911053', u'COPY_-1206911111'), (u'STORE_-1206911235', u'INDIRECT_-1206911069'), (u'CALL_-1206911254', u'PTRSUB_-1206911051'), (u'CAST_-1206911110', u'INT_SLESS_-1206911359'), ('const-1112064', u'PTRSUB_-1206911063'), (u'PTRSUB_-1206911063', u'CALL_-1206911254'), (u'INDIRECT_-1206911082', u'MULTIEQUAL_-1206911053'), (u'INT_SLESS_-1206911359', u'CBRANCH_-1206911358'), ('const-0', u'CALL_-1206911254'), (u'CALL_-1206911254', u'RETURN_-1206911182'), ('tmp_316', u'CALL_-1206911254'), ('const-1112096', u'PTRSUB_-1206911062'), (u'PTRSUB_-1206911062', u'CALL_-1206911254'), (u'CALL_-1206911254', u'INDIRECT_-1206911082'), ('tmp_318', u'INT_ADD_-1206911320'), (u'INT_SLESS_-1206911344', u'CBRANCH_-1206911343'), ('const--1', u'INT_SLESS_-1206911359'), (u'CALL_-1206911254', u'PTRSUB_-1206911044'), ('const--1', u'INT_SLESS_-1206911325'), ('const-0', u'INT_NOTEQUAL_-1206911239'), (u'CALL_-1206911254', u'PTRSUB_-1206911039'), (u'INT_NOTEQUAL_-1206911239', u'CBRANCH_-1206911238'), ('tmp_316', u'INT_ADD_-1206911320'), ('tmp_566', u'COPY_-1206911100')]
[('const-4096', u'CALL_-1206911254'), (u'INDIRECT_-1206911056', u'MULTIEQUAL_-1206911052'), (u'CALL_-1206911254', u'STORE_-1206911219'), (u'CALL_-1206911254', u'INT_NOTEQUAL_-1206911239'), ('const--1', u'INT_SLESS_-1206911359'), (u'INT_SLESS_-1206911325', u'CBRANCH_-1206911324'), ('const-433', u'STORE_-1206911219'), (u'COPY_-1206911179', u'RETURN_-1206911159'), (u'CALL_-1206911254', u'INT_ADD_-1206911205'), ('tmp_509', u'STORE_-1206911235'), ('tmp_473', u'CALL_-1206911254'), ('const-0', u'RETURN_-1206911182'), ('tmp_51', u'CBRANCH_-1206911343'), ('tmp_81', u'CBRANCH_-1206911324'), ('const--1', u'INT_SLESS_-1206911325'), (u'CAST_-1206911045', u'STORE_-1206911226'), ('const-0', u'CALL_-1206911254'), ('tmp_572', u'COPY_-1206911099'), ('const-433', u'STORE_-1206911226'), ('tmp_475', u'STORE_-1206911226'), (u'CAST_-1206911052', u'STORE_-1206911235'), ('const--1', u'INT_SLESS_-1206911344'), ('tmp_195', u'CBRANCH_-1206911238'), ('tmp_25', u'CBRANCH_-1206911358'), (u'STORE_-1206911219', u'INDIRECT_-1206911056'), (u'STORE_-1206911235', u'INDIRECT_-1206911068'), ('const-0', u'RETURN_-1206911159'), ('const-1112096', u'PTRSUB_-1206911061'), ('const-1112064', u'PTRSUB_-1206911062'), (u'PTRSUB_-1206911061', u'CALL_-1206911254'), ('tmp_473', u'INT_ADD_-1206911320'), ('const-140', u'INT_ADD_-1206911221'), ('const-16', u'INT_ADD_-1206911205'), (u'INT_ADD_-1206911212', u'CAST_-1206911045'), (u'INT_ADD_-1206911205', u'CAST_-1206911040'), ('tmp_475', u'INT_ADD_-1206911320'), (u'INT_SLESS_-1206911359', u'CBRANCH_-1206911358'), ('const-0', u'PTRSUB_-1206911061'), (u'CALL_-1206911254', u'RETURN_-1206911182'), ('const-0', u'COPY_-1206911179'), (u'PTRSUB_-1206911062', u'CALL_-1206911254'), (u'INT_ADD_-1206911320', u'INT_SLESS_-1206911325'), ('tmp_473', u'INT_SLESS_-1206911359'), (u'STORE_-1206911226', u'INDIRECT_-1206911061'), (u'CALL_-1206911254', u'INT_ADD_-1206911221'), ('const-0', u'PTRSUB_-1206911062'), (u'INT_SLESS_-1206911344', u'CBRANCH_-1206911343'), ('tmp_475', u'INT_SLESS_-1206911344'), ('const-433', u'STORE_-1206911235'), ('const-112', u'INT_ADD_-1206911212'), (u'CALL_-1206911254', u'INDIRECT_-1206911081'), ('const-0', u'INT_NOTEQUAL_-1206911239'), (u'INT_ADD_-1206911221', u'CAST_-1206911052'), (u'CAST_-1206911040', u'STORE_-1206911219'), (u'INT_NOTEQUAL_-1206911239', u'CBRANCH_-1206911238'), (u'MULTIEQUAL_-1206911052', u'COPY_-1206911110'), (u'CALL_-1206911254', u'INT_ADD_-1206911212'), (u'INDIRECT_-1206911081', u'MULTIEQUAL_-1206911052')]
null
null
00103560
x64
O2
(translation_unit "/* WARNING: Switch with 1 destination removed at 0x00103560 */\n\nlong MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3)\n\n{\n long lVar1;\n \n if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }\n return 0;\n}\n\n" comment (function_definition "long MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3)\n\n{\n long lVar1;\n \n if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }\n return 0;\n}" (sized_type_specifier "long" long) (function_declarator "MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3)" identifier (parameter_list "(long param_1,undefined4 param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n \n if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }" if (parenthesized_expression "(((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3))" ( (binary_expression "((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)" (parenthesized_expression "((-1 < param_1) && (-1 < param_3))" ( (binary_expression "(-1 < param_1) && (-1 < param_3)" (parenthesized_expression "(-1 < param_1)" ( (binary_expression "-1 < param_1" number_literal < identifier) )) && (parenthesized_expression "(-1 < param_3)" ( (binary_expression "-1 < param_3" number_literal < identifier) ))) )) && (parenthesized_expression "(-1 < param_1 + param_3)" ( (binary_expression "-1 < param_1 + param_3" number_literal < (binary_expression "param_1 + param_3" identifier + identifier)) ))) )) (compound_statement "{\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }" { (expression_statement "lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);" (assignment_expression "lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" identifier = (call_expression "MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" identifier (argument_list "(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" ( identifier , number_literal , identifier , number_literal , identifier )))) ;) (if_statement "if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }" { (expression_statement "*(undefined4 *)(lVar1 + 0x8c) = param_2;" (assignment_expression "*(undefined4 *)(lVar1 + 0x8c) = param_2" (pointer_expression "*(undefined4 *)(lVar1 + 0x8c)" * (cast_expression "(undefined4 *)(lVar1 + 0x8c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x8c)" ( (binary_expression "lVar1 + 0x8c" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(lVar1 + 0x70) = param_3;" (assignment_expression "*(long *)(lVar1 + 0x70) = param_3" (pointer_expression "*(long *)(lVar1 + 0x70)" * (cast_expression "(long *)(lVar1 + 0x70)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x70)" ( (binary_expression "lVar1 + 0x70" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(lVar1 + 0x10) = lVar1;" (assignment_expression "*(long *)(lVar1 + 0x10) = lVar1" (pointer_expression "*(long *)(lVar1 + 0x10)" * (cast_expression "(long *)(lVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) = identifier) ;) })) (return_statement "return lVar1;" return identifier ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* WARNING: Switch with 1 destination removed at 0x00103560 */\n/* WARNING: Enum "MHD_FLAG": Some values do not have unique names */\n\nMHD_Response * MHD_create_response_from_fd_at_offset64(uint64_t size,int fd,uint64_t offset)\n\n{\n MHD_Response *pMVar1;\n \n if (((-1 < (long)size) && (-1 < (long)offset)) && (-1 < (long)(size + offset))) {\n pMVar1 = MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback);\n if (pMVar1 != (MHD_Response *)0x0) {\n pMVar1->fd = fd;\n pMVar1->fd_off = offset;\n pMVar1->crc_cls = pMVar1;\n }\n return pMVar1;\n }\n return (MHD_Response *)0x0;\n}\n\n" comment comment (function_definition "MHD_Response * MHD_create_response_from_fd_at_offset64(uint64_t size,int fd,uint64_t offset)\n\n{\n MHD_Response *pMVar1;\n \n if (((-1 < (long)size) && (-1 < (long)offset)) && (-1 < (long)(size + offset))) {\n pMVar1 = MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback);\n if (pMVar1 != (MHD_Response *)0x0) {\n pMVar1->fd = fd;\n pMVar1->fd_off = offset;\n pMVar1->crc_cls = pMVar1;\n }\n return pMVar1;\n }\n return (MHD_Response *)0x0;\n}" type_identifier (pointer_declarator "* MHD_create_response_from_fd_at_offset64(uint64_t size,int fd,uint64_t offset)" * (function_declarator "MHD_create_response_from_fd_at_offset64(uint64_t size,int fd,uint64_t offset)" identifier (parameter_list "(uint64_t size,int fd,uint64_t offset)" ( (parameter_declaration "uint64_t size" primitive_type identifier) , (parameter_declaration "int fd" primitive_type identifier) , (parameter_declaration "uint64_t offset" primitive_type identifier) )))) (compound_statement "{\n MHD_Response *pMVar1;\n \n if (((-1 < (long)size) && (-1 < (long)offset)) && (-1 < (long)(size + offset))) {\n pMVar1 = MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback);\n if (pMVar1 != (MHD_Response *)0x0) {\n pMVar1->fd = fd;\n pMVar1->fd_off = offset;\n pMVar1->crc_cls = pMVar1;\n }\n return pMVar1;\n }\n return (MHD_Response *)0x0;\n}" { (declaration "MHD_Response *pMVar1;" type_identifier (pointer_declarator "*pMVar1" * identifier) ;) (if_statement "if (((-1 < (long)size) && (-1 < (long)offset)) && (-1 < (long)(size + offset))) {\n pMVar1 = MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback);\n if (pMVar1 != (MHD_Response *)0x0) {\n pMVar1->fd = fd;\n pMVar1->fd_off = offset;\n pMVar1->crc_cls = pMVar1;\n }\n return pMVar1;\n }" if (parenthesized_expression "(((-1 < (long)size) && (-1 < (long)offset)) && (-1 < (long)(size + offset)))" ( (binary_expression "((-1 < (long)size) && (-1 < (long)offset)) && (-1 < (long)(size + offset))" (parenthesized_expression "((-1 < (long)size) && (-1 < (long)offset))" ( (binary_expression "(-1 < (long)size) && (-1 < (long)offset)" (parenthesized_expression "(-1 < (long)size)" ( (binary_expression "-1 < (long)size" number_literal < (cast_expression "(long)size" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) && (parenthesized_expression "(-1 < (long)offset)" ( (binary_expression "-1 < (long)offset" number_literal < (cast_expression "(long)offset" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )) && (parenthesized_expression "(-1 < (long)(size + offset))" ( (binary_expression "-1 < (long)(size + offset)" number_literal < (cast_expression "(long)(size + offset)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(size + offset)" ( (binary_expression "size + offset" identifier + identifier) )))) ))) )) (compound_statement "{\n pMVar1 = MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback);\n if (pMVar1 != (MHD_Response *)0x0) {\n pMVar1->fd = fd;\n pMVar1->fd_off = offset;\n pMVar1->crc_cls = pMVar1;\n }\n return pMVar1;\n }" { (expression_statement "pMVar1 = MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback);" (assignment_expression "pMVar1 = MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback)" identifier = (call_expression "MHD_create_response_from_callback(size,0x1000,file_reader,(void *)0x0,free_callback)" identifier (argument_list "(size,0x1000,file_reader,(void *)0x0,free_callback)" ( identifier , number_literal , identifier , (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , identifier )))) ;) (if_statement "if (pMVar1 != (MHD_Response *)0x0) {\n pMVar1->fd = fd;\n pMVar1->fd_off = offset;\n pMVar1->crc_cls = pMVar1;\n }" if (parenthesized_expression "(pMVar1 != (MHD_Response *)0x0)" ( (binary_expression "pMVar1 != (MHD_Response *)0x0" identifier != (cast_expression "(MHD_Response *)0x0" ( (type_descriptor "MHD_Response *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pMVar1->fd = fd;\n pMVar1->fd_off = offset;\n pMVar1->crc_cls = pMVar1;\n }" { (expression_statement "pMVar1->fd = fd;" (assignment_expression "pMVar1->fd = fd" (field_expression "pMVar1->fd" identifier -> field_identifier) = identifier) ;) (expression_statement "pMVar1->fd_off = offset;" (assignment_expression "pMVar1->fd_off = offset" (field_expression "pMVar1->fd_off" identifier -> field_identifier) = identifier) ;) (expression_statement "pMVar1->crc_cls = pMVar1;" (assignment_expression "pMVar1->crc_cls = pMVar1" (field_expression "pMVar1->crc_cls" identifier -> field_identifier) = identifier) ;) })) (return_statement "return pMVar1;" return identifier ;) })) (return_statement "return (MHD_Response *)0x0;" return (cast_expression "(MHD_Response *)0x0" ( (type_descriptor "MHD_Response *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "long MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3)\n\n{\n long lVar1;\n \n if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }\n return 0;\n}\n\n" (function_definition "long MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3)\n\n{\n long lVar1;\n \n if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }\n return 0;\n}" (sized_type_specifier "long" long) (function_declarator "MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3)" identifier (parameter_list "(long param_1,undefined4 param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n \n if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }" if (parenthesized_expression "(((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3))" ( (binary_expression "((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)" (parenthesized_expression "((-1 < param_1) && (-1 < param_3))" ( (binary_expression "(-1 < param_1) && (-1 < param_3)" (parenthesized_expression "(-1 < param_1)" ( (binary_expression "-1 < param_1" number_literal < identifier) )) && (parenthesized_expression "(-1 < param_3)" ( (binary_expression "-1 < param_3" number_literal < identifier) ))) )) && (parenthesized_expression "(-1 < param_1 + param_3)" ( (binary_expression "-1 < param_1 + param_3" number_literal < (binary_expression "param_1 + param_3" identifier + identifier)) ))) )) (compound_statement "{\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }" { (expression_statement "lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);" (assignment_expression "lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" identifier = (call_expression "MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" identifier (argument_list "(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" ( identifier , number_literal , identifier , number_literal , identifier )))) ;) (if_statement "if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }" { (expression_statement "*(undefined4 *)(lVar1 + 0x8c) = param_2;" (assignment_expression "*(undefined4 *)(lVar1 + 0x8c) = param_2" (pointer_expression "*(undefined4 *)(lVar1 + 0x8c)" * (cast_expression "(undefined4 *)(lVar1 + 0x8c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x8c)" ( (binary_expression "lVar1 + 0x8c" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(lVar1 + 0x70) = param_3;" (assignment_expression "*(long *)(lVar1 + 0x70) = param_3" (pointer_expression "*(long *)(lVar1 + 0x70)" * (cast_expression "(long *)(lVar1 + 0x70)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x70)" ( (binary_expression "lVar1 + 0x70" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(lVar1 + 0x10) = lVar1;" (assignment_expression "*(long *)(lVar1 + 0x10) = lVar1" (pointer_expression "*(long *)(lVar1 + 0x10)" * (cast_expression "(long *)(lVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) = identifier) ;) })) (return_statement "return lVar1;" return identifier ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) && (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT + IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (return_statement return IDENT ;) })) (return_statement return LIT ;) })))
(function_definition "long MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3)\n\n{\n long lVar1;\n \n if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }\n return 0;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "MHD_create_response_from_fd_at_offset64(long param_1,undefined4 param_2,long param_3)" (identifier "MHD_create_response_from_fd_at_offset64") (parameter_list "(long param_1,undefined4 param_2,long param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n \n if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }\n return 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (if_statement "if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) {\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }" (if "if") (parenthesized_expression "(((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3))" (( "(") (binary_expression "((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)" (parenthesized_expression "((-1 < param_1) && (-1 < param_3))" (( "(") (binary_expression "(-1 < param_1) && (-1 < param_3)" (parenthesized_expression "(-1 < param_1)" (( "(") (binary_expression "-1 < param_1" (number_literal "-1") (< "<") (identifier "param_1")) () ")")) (&& "&&") (parenthesized_expression "(-1 < param_3)" (( "(") (binary_expression "-1 < param_3" (number_literal "-1") (< "<") (identifier "param_3")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(-1 < param_1 + param_3)" (( "(") (binary_expression "-1 < param_1 + param_3" (number_literal "-1") (< "<") (binary_expression "param_1 + param_3" (identifier "param_1") (+ "+") (identifier "param_3"))) () ")"))) () ")")) (compound_statement "{\n lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);\n if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }\n return lVar1;\n }" ({ "{") (expression_statement "lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800);" (assignment_expression "lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" (identifier "lVar1") (= "=") (call_expression "MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" (identifier "MHD_create_response_from_callback") (argument_list "(param_1,0x1000,FUN_0010f820,0,FUN_0010f800)" (( "(") (identifier "param_1") (, ",") (number_literal "0x1000") (, ",") (identifier "FUN_0010f820") (, ",") (number_literal "0") (, ",") (identifier "FUN_0010f800") () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(lVar1 + 0x8c) = param_2;\n *(long *)(lVar1 + 0x70) = param_3;\n *(long *)(lVar1 + 0x10) = lVar1;\n }" ({ "{") (expression_statement "*(undefined4 *)(lVar1 + 0x8c) = param_2;" (assignment_expression "*(undefined4 *)(lVar1 + 0x8c) = param_2" (pointer_expression "*(undefined4 *)(lVar1 + 0x8c)" (* "*") (cast_expression "(undefined4 *)(lVar1 + 0x8c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x8c)" (( "(") (binary_expression "lVar1 + 0x8c" (identifier "lVar1") (+ "+") (number_literal "0x8c")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(long *)(lVar1 + 0x70) = param_3;" (assignment_expression "*(long *)(lVar1 + 0x70) = param_3" (pointer_expression "*(long *)(lVar1 + 0x70)" (* "*") (cast_expression "(long *)(lVar1 + 0x70)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x70)" (( "(") (binary_expression "lVar1 + 0x70" (identifier "lVar1") (+ "+") (number_literal "0x70")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(long *)(lVar1 + 0x10) = lVar1;" (assignment_expression "*(long *)(lVar1 + 0x10) = lVar1" (pointer_expression "*(long *)(lVar1 + 0x10)" (* "*") (cast_expression "(long *)(lVar1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "lVar1")) (; ";")) (} "}"))) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* WARNING: Switch with 1 destination removed at 0x00103560 */ /* WARNING: Enum "MHD_FLAG": Some values do not have unique names */ type_1 * function_1(uint64_t var_1,int fd,uint64_t var_2) { type_1 *var_4; if (((-1 < (long)var_1) && (-1 < (long)var_2)) && (-1 < (long)(var_1 + var_2))) { var_4 = var_3(var_1,0x1000,file_reader,(void *)0x0,free_callback); if (var_4 != (type_1 *)0x0) { var_4->fd = fd; var_4->fd_off = var_2; var_4->crc_cls = var_4; } return var_4; } return (type_1 *)0x0; }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (identifier) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (return_statement (identifier)))) (return_statement (number_literal)))))
null
/* WARNING: Switch with 1 destination removed at 0x00103560 */ long MASKED(long param_1,undefined4 param_2,long param_3) { long lVar1; if (((-1 < param_1) && (-1 < param_3)) && (-1 < param_1 + param_3)) { lVar1 = MHD_create_response_from_callback(param_1,0x1000,FUN_0010f820,0,FUN_0010f800); if (lVar1 != 0) { *(undefined4 *)(lVar1 + 0x8c) = param_2; *(long *)(lVar1 + 0x70) = param_3; *(long *)(lVar1 + 0x10) = lVar1; } return lVar1; } return 0; }
1007_putty_and_putty_strip.c
ssh2_msg_channel_open_failure
FUN_0013fef0
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh2_msg_channel_open_failure(Ssh_conflict ssh,Packet *pktin) { ssh_channel *e; char *ptr; e = ssh_channel_msg(ssh,pktin); if (e == (ssh_channel *)0x0) { return; } if (e->halfopen != 0) { if (e->type == 3) { ptr = ssh2_channel_open_failure_error_text(pktin); logeventf(ssh,"Forwarded connection refused by server: %s",ptr); safefree(ptr); pfd_close((PortForwarding *)(e->u).a.inbuffer.head); } else if (e->type != 5) { /* WARNING: Subroutine does not return */ __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c, "ssh2_msg_channel_open_failure"); } del234(ssh->channels,e); safefree(e); return; } /* WARNING: Subroutine does not return */ __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure"); }
void FUN_0013fef0(long param_1,undefined8 param_2) { long lVar1; undefined8 uVar2; lVar1 = FUN_0013f6d0(); if (lVar1 == 0) { return; } if (*(int *)(lVar1 + 0x14) != 0) { if (*(int *)(lVar1 + 0x10) == 3) { uVar2 = FUN_001331e0(param_2); FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2); FUN_00127f80(uVar2); FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70)); } else if (*(int *)(lVar1 + 0x10) != 5) { /* WARNING: Subroutine does not return */ __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c, "ssh2_msg_channel_open_failure"); } FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1); FUN_00127f80(lVar1); return; } /* WARNING: Subroutine does not return */ __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure"); }
PUSH R12 MOV R12,RSI PUSH RBP MOV RBP,RDI PUSH RBX CALL 0x0013f6d0 TEST RAX,RAX JZ 0x0013ff40 MOV RBX,RAX MOV EAX,dword ptr [RAX + 0x14] TEST EAX,EAX JZ 0x0013ff7a MOV EAX,dword ptr [RBX + 0x10] CMP EAX,0x3 JZ 0x0013ff48 CMP EAX,0x5 JNZ 0x0013ff99 MOV RDI,qword ptr [RBP + 0x1a0] MOV RSI,RBX CALL 0x00178840 MOV RDI,RBX POP RBX POP RBP POP R12 JMP 0x00127f80 POP RBX POP RBP POP R12 RET MOV RDI,R12 CALL 0x001331e0 LEA RSI,[0x1c5210] MOV RDI,RBP MOV RDX,RAX MOV R12,RAX XOR EAX,EAX CALL 0x00131a40 MOV RDI,R12 CALL 0x00127f80 MOV RDI,qword ptr [RBX + 0x70] CALL 0x00128bb0 JMP 0x0013ff1b LEA RCX,[0x1c60d0] MOV EDX,0x2163 LEA RSI,[0x1c1c12] LEA RDI,[0x1c2ab9] CALL 0x00114a40 LEA RCX,[0x1c60d0] MOV EDX,0x217c LEA RSI,[0x1c1c12] LEA RDI,[0x1c5240] CALL 0x00114a40
null
null
null
null
[(u'CALL_-1207107826', u'INT_EQUAL_-1207107812'), ('const-112', u'PTRSUB_-1207107255'), (u'PTRSUB_-1207107354', u'LOAD_-1207107784'), (u'LOAD_-1207107784', u'INT_EQUAL_-1207107764'), (u'PTRSUB_-1207107340', u'LOAD_-1207107744'), (u'CALL_-1207107826', u'CALL_-1207107698'), (u'LOAD_-1207107784', u'INT_NOTEQUAL_-1207107747'), ('tmp_321', u'BRANCH_-1207107588'), ('const-0', u'INT_NOTEQUAL_-1207107785'), ('const-20', u'PTRSUB_-1207107362'), ('tmp_407', u'PTRSUB_-1207107340'), ('const-1', u'RETURN_-1207107555'), (u'COPY_-1207107261', u'CALL_-1207107560'), (u'CALL_-1207107826', u'PTRSUB_-1207107354'), (u'CALL_-1207107826', u'CALL_-1207107724'), (u'INT_NOTEQUAL_-1207107747', u'CBRANCH_-1207107745'), ('const-1856016', u'COPY_-1207107340'), ('tmp_408', u'CALL_-1207107826'), (u'PTRSUB_-1207107253', u'LOAD_-1207107604'), ('const-433', u'LOAD_-1207107784'), ('const-5', u'INT_NOTEQUAL_-1207107747'), ('const-433', u'LOAD_-1207107744'), (u'CALL_-1207107826', u'PTRSUB_-1207107255'), ('const-0', u'PTRSUB_-1207107254'), ('tmp_407', u'CALL_-1207107826'), ('tmp_138', u'CBRANCH_-1207107762'), ('const-8572', u'CALL_-1207107560'), ('const-16', u'PTRSUB_-1207107354'), (u'COPY_-1207107256', u'CALL_-1207107560'), (u'COPY_-1207107293', u'CALL_-1207107550'), (u'CALL_-1207107658', u'CALL_-1207107606'), (u'INT_EQUAL_-1207107764', u'CBRANCH_-1207107762'), ('const-433', u'LOAD_-1207107604'), ('const-1845945', u'COPY_-1207107291'), ('tmp_170', u'CBRANCH_-1207107745'), (u'CALL_-1207107658', u'CALL_-1207107618'), (u'LOAD_-1207107805', u'INT_NOTEQUAL_-1207107785'), (u'COPY_-1207107340', u'CALL_-1207107618'), ('const-0', u'RETURN_-1207107694'), (u'CALL_-1207107826', u'PTRSUB_-1207107362'), ('const-1842194', u'COPY_-1207107293'), (u'CAST_-1207107253', u'CALL_-1207107591'), (u'PTRSUB_-1207107255', u'PTRSUB_-1207107252'), (u'COPY_-1207107291', u'CALL_-1207107550'), ('const-8547', u'CALL_-1207107550'), (u'COPY_-1207107258', u'CALL_-1207107560'), ('tmp_407', u'CALL_-1207107618'), ('const-1842194', u'COPY_-1207107261'), ('const-1859792', u'COPY_-1207107256'), ('tmp_408', u'CALL_-1207107658'), ('const-0', u'INT_EQUAL_-1207107812'), (u'COPY_-1207107288', u'CALL_-1207107550'), ('tmp_98', u'CBRANCH_-1207107785'), ('const-0', u'RETURN_-1207107610'), ('const-1', u'RETURN_-1207107545'), ('const-3', u'INT_EQUAL_-1207107764'), (u'PTRSUB_-1207107252', u'PTRSUB_-1207107254'), (u'INT_NOTEQUAL_-1207107785', u'CBRANCH_-1207107785'), (u'LOAD_-1207107604', u'CAST_-1207107253'), ('const-0', u'PTRSUB_-1207107253'), ('tmp_60', u'CBRANCH_-1207107810'), (u'LOAD_-1207107744', u'CALL_-1207107724'), (u'PTRSUB_-1207107362', u'LOAD_-1207107805'), (u'INT_EQUAL_-1207107812', u'CBRANCH_-1207107810'), ('const-0', u'PTRSUB_-1207107252'), ('const-1856064', u'COPY_-1207107258'), ('const-433', u'LOAD_-1207107805'), ('const-416', u'PTRSUB_-1207107340'), (u'PTRSUB_-1207107254', u'PTRSUB_-1207107253'), ('const-1859792', u'COPY_-1207107288')]
[(u'CALL_-1207107826', u'INT_EQUAL_-1207107812'), ('const-433', u'LOAD_-1207107784'), ('const-16', u'INT_ADD_-1207107768'), (u'LOAD_-1207107784', u'INT_EQUAL_-1207107764'), (u'CALL_-1207107826', u'CALL_-1207107698'), (u'LOAD_-1207107784', u'INT_NOTEQUAL_-1207107747'), ('tmp_321', u'BRANCH_-1207107588'), ('const-0', u'INT_NOTEQUAL_-1207107785'), ('const-1', u'RETURN_-1207107555'), (u'INT_NOTEQUAL_-1207107747', u'CBRANCH_-1207107745'), (u'CALL_-1207107826', u'CALL_-1207107724'), (u'INT_ADD_-1207107728', u'CAST_-1207107338'), ('const-5', u'INT_NOTEQUAL_-1207107747'), ('const-416', u'INT_ADD_-1207107728'), ('const-8547', u'CALL_-1207107550'), ('tmp_948', u'CALL_-1207107658'), ('const-1856064', u'COPY_-1207107255'), (u'INT_ADD_-1207107588', u'CAST_-1207107255'), ('tmp_950', u'CALL_-1207107618'), ('const-1859792', u'COPY_-1207107253'), ('const-1845945', u'COPY_-1207107288'), ('tmp_138', u'CBRANCH_-1207107762'), ('tmp_950', u'INT_ADD_-1207107728'), ('const-433', u'LOAD_-1207107744'), (u'COPY_-1207107285', u'CALL_-1207107550'), (u'INT_ADD_-1207107768', u'CAST_-1207107353'), (u'CALL_-1207107658', u'CALL_-1207107606'), (u'INT_EQUAL_-1207107764', u'CBRANCH_-1207107762'), (u'CAST_-1207107353', u'LOAD_-1207107784'), (u'COPY_-1207107253', u'CALL_-1207107560'), ('const-433', u'LOAD_-1207107604'), ('const-8572', u'CALL_-1207107560'), ('tmp_170', u'CBRANCH_-1207107745'), ('const-1856016', u'COPY_-1207107337'), ('const-112', u'INT_ADD_-1207107588'), (u'CALL_-1207107658', u'CALL_-1207107618'), ('const-1842194', u'COPY_-1207107258'), (u'INT_ADD_-1207107789', u'CAST_-1207107361'), (u'LOAD_-1207107805', u'INT_NOTEQUAL_-1207107785'), ('const-0', u'RETURN_-1207107694'), (u'COPY_-1207107290', u'CALL_-1207107550'), ('const-1859792', u'COPY_-1207107285'), (u'CAST_-1207107361', u'LOAD_-1207107805'), (u'COPY_-1207107258', u'CALL_-1207107560'), (u'CAST_-1207107338', u'LOAD_-1207107744'), ('const-433', u'LOAD_-1207107805'), ('const-0', u'INT_EQUAL_-1207107812'), (u'CALL_-1207107826', u'INT_ADD_-1207107588'), (u'COPY_-1207107288', u'CALL_-1207107550'), (u'COPY_-1207107255', u'CALL_-1207107560'), ('const-0', u'RETURN_-1207107610'), ('tmp_98', u'CBRANCH_-1207107785'), (u'COPY_-1207107337', u'CALL_-1207107618'), ('const-1', u'RETURN_-1207107545'), (u'INT_NOTEQUAL_-1207107785', u'CBRANCH_-1207107785'), ('tmp_60', u'CBRANCH_-1207107810'), (u'LOAD_-1207107744', u'CALL_-1207107724'), ('const-20', u'INT_ADD_-1207107789'), (u'LOAD_-1207107604', u'CALL_-1207107591'), (u'CALL_-1207107826', u'INT_ADD_-1207107789'), (u'CAST_-1207107255', u'LOAD_-1207107604'), (u'INT_EQUAL_-1207107812', u'CBRANCH_-1207107810'), ('const-1842194', u'COPY_-1207107290'), ('const-3', u'INT_EQUAL_-1207107764'), (u'CALL_-1207107826', u'INT_ADD_-1207107768')]
null
null
0013fef0
x64
O2
(translation_unit "void FUN_0013fef0(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0013f6d0();\n if (lVar1 == 0) {\n return;\n }\n if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}\n\n" (function_definition "void FUN_0013fef0(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0013f6d0();\n if (lVar1 == 0) {\n return;\n }\n if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}" primitive_type (function_declarator "FUN_0013fef0(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0013f6d0();\n if (lVar1 == 0) {\n return;\n }\n if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "lVar1 = FUN_0013f6d0();" (assignment_expression "lVar1 = FUN_0013f6d0()" identifier = (call_expression "FUN_0013f6d0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar1 == 0) {\n return;\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }" if (parenthesized_expression "(*(int *)(lVar1 + 0x14) != 0)" ( (binary_expression "*(int *)(lVar1 + 0x14) != 0" (pointer_expression "*(int *)(lVar1 + 0x14)" * (cast_expression "(int *)(lVar1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x14)" ( (binary_expression "lVar1 + 0x14" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }" { (if_statement "if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" if (parenthesized_expression "(*(int *)(lVar1 + 0x10) == 3)" ( (binary_expression "*(int *)(lVar1 + 0x10) == 3" (pointer_expression "*(int *)(lVar1 + 0x10)" * (cast_expression "(int *)(lVar1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }" { (expression_statement "uVar2 = FUN_001331e0(param_2);" (assignment_expression "uVar2 = FUN_001331e0(param_2)" identifier = (call_expression "FUN_001331e0(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);" (call_expression "FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2)" identifier (argument_list "(param_1,"Forwarded connection refused by server: %s",uVar2)" ( identifier , (string_literal ""Forwarded connection refused by server: %s"" " string_content ") , identifier ))) ;) (expression_statement "FUN_00127f80(uVar2);" (call_expression "FUN_00127f80(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (expression_statement "FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));" (call_expression "FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70))" identifier (argument_list "(*(undefined8 *)(lVar1 + 0x70))" ( (pointer_expression "*(undefined8 *)(lVar1 + 0x70)" * (cast_expression "(undefined8 *)(lVar1 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x70)" ( (binary_expression "lVar1 + 0x70" identifier + number_literal) )))) ))) ;) }) (else_clause "else if (*(int *)(lVar1 + 0x10) != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" else (if_statement "if (*(int *)(lVar1 + 0x10) != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" if (parenthesized_expression "(*(int *)(lVar1 + 0x10) != 5)" ( (binary_expression "*(int *)(lVar1 + 0x10) != 5" (pointer_expression "*(int *)(lVar1 + 0x10)" * (cast_expression "(int *)(lVar1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" { comment (expression_statement "__assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");" (call_expression "__assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure")" identifier (argument_list "("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure")" ( (string_literal ""!\"Funny channel type in ssh2_msg_channel_open_failure\""" " string_content escape_sequence string_content escape_sequence ") , (string_literal ""ssh.c"" " string_content ") , number_literal , (string_literal ""ssh2_msg_channel_open_failure"" " string_content ") ))) ;) })))) (expression_statement "FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);" (call_expression "FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x1a0),lVar1)" ( (pointer_expression "*(undefined8 *)(param_1 + 0x1a0)" * (cast_expression "(undefined8 *)(param_1 + 0x1a0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1a0)" ( (binary_expression "param_1 + 0x1a0" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "FUN_00127f80(lVar1);" (call_expression "FUN_00127f80(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "__assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");" (call_expression "__assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure")" identifier (argument_list "("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure")" ( (string_literal ""c->halfopen"" " string_content ") , (string_literal ""ssh.c"" " string_content ") , number_literal , (string_literal ""ssh2_msg_channel_open_failure"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_msg_channel_open_failure(Ssh_conflict ssh,Packet *pktin)\n\n{\n ssh_channel *e;\n char *ptr;\n \n e = ssh_channel_msg(ssh,pktin);\n if (e == (ssh_channel *)0x0) {\n return;\n }\n if (e->halfopen != 0) {\n if (e->type == 3) {\n ptr = ssh2_channel_open_failure_error_text(pktin);\n logeventf(ssh,"Forwarded connection refused by server: %s",ptr);\n safefree(ptr);\n pfd_close((PortForwarding *)(e->u).a.inbuffer.head);\n }\n else if (e->type != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n del234(ssh->channels,e);\n safefree(e);\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}\n\n" comment (function_definition "void ssh2_msg_channel_open_failure(Ssh_conflict ssh,Packet *pktin)\n\n{\n ssh_channel *e;\n char *ptr;\n \n e = ssh_channel_msg(ssh,pktin);\n if (e == (ssh_channel *)0x0) {\n return;\n }\n if (e->halfopen != 0) {\n if (e->type == 3) {\n ptr = ssh2_channel_open_failure_error_text(pktin);\n logeventf(ssh,"Forwarded connection refused by server: %s",ptr);\n safefree(ptr);\n pfd_close((PortForwarding *)(e->u).a.inbuffer.head);\n }\n else if (e->type != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n del234(ssh->channels,e);\n safefree(e);\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}" primitive_type (function_declarator "ssh2_msg_channel_open_failure(Ssh_conflict ssh,Packet *pktin)" identifier (parameter_list "(Ssh_conflict ssh,Packet *pktin)" ( (parameter_declaration "Ssh_conflict ssh" type_identifier identifier) , (parameter_declaration "Packet *pktin" type_identifier (pointer_declarator "*pktin" * identifier)) ))) (compound_statement "{\n ssh_channel *e;\n char *ptr;\n \n e = ssh_channel_msg(ssh,pktin);\n if (e == (ssh_channel *)0x0) {\n return;\n }\n if (e->halfopen != 0) {\n if (e->type == 3) {\n ptr = ssh2_channel_open_failure_error_text(pktin);\n logeventf(ssh,"Forwarded connection refused by server: %s",ptr);\n safefree(ptr);\n pfd_close((PortForwarding *)(e->u).a.inbuffer.head);\n }\n else if (e->type != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n del234(ssh->channels,e);\n safefree(e);\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}" { (declaration "ssh_channel *e;" type_identifier (pointer_declarator "*e" * identifier) ;) (declaration "char *ptr;" primitive_type (pointer_declarator "*ptr" * identifier) ;) (expression_statement "e = ssh_channel_msg(ssh,pktin);" (assignment_expression "e = ssh_channel_msg(ssh,pktin)" identifier = (call_expression "ssh_channel_msg(ssh,pktin)" identifier (argument_list "(ssh,pktin)" ( identifier , identifier )))) ;) (if_statement "if (e == (ssh_channel *)0x0) {\n return;\n }" if (parenthesized_expression "(e == (ssh_channel *)0x0)" ( (binary_expression "e == (ssh_channel *)0x0" identifier == (cast_expression "(ssh_channel *)0x0" ( (type_descriptor "ssh_channel *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (e->halfopen != 0) {\n if (e->type == 3) {\n ptr = ssh2_channel_open_failure_error_text(pktin);\n logeventf(ssh,"Forwarded connection refused by server: %s",ptr);\n safefree(ptr);\n pfd_close((PortForwarding *)(e->u).a.inbuffer.head);\n }\n else if (e->type != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n del234(ssh->channels,e);\n safefree(e);\n return;\n }" if (parenthesized_expression "(e->halfopen != 0)" ( (binary_expression "e->halfopen != 0" (field_expression "e->halfopen" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n if (e->type == 3) {\n ptr = ssh2_channel_open_failure_error_text(pktin);\n logeventf(ssh,"Forwarded connection refused by server: %s",ptr);\n safefree(ptr);\n pfd_close((PortForwarding *)(e->u).a.inbuffer.head);\n }\n else if (e->type != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n del234(ssh->channels,e);\n safefree(e);\n return;\n }" { (if_statement "if (e->type == 3) {\n ptr = ssh2_channel_open_failure_error_text(pktin);\n logeventf(ssh,"Forwarded connection refused by server: %s",ptr);\n safefree(ptr);\n pfd_close((PortForwarding *)(e->u).a.inbuffer.head);\n }\n else if (e->type != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" if (parenthesized_expression "(e->type == 3)" ( (binary_expression "e->type == 3" (field_expression "e->type" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n ptr = ssh2_channel_open_failure_error_text(pktin);\n logeventf(ssh,"Forwarded connection refused by server: %s",ptr);\n safefree(ptr);\n pfd_close((PortForwarding *)(e->u).a.inbuffer.head);\n }" { (expression_statement "ptr = ssh2_channel_open_failure_error_text(pktin);" (assignment_expression "ptr = ssh2_channel_open_failure_error_text(pktin)" identifier = (call_expression "ssh2_channel_open_failure_error_text(pktin)" identifier (argument_list "(pktin)" ( identifier )))) ;) (expression_statement "logeventf(ssh,"Forwarded connection refused by server: %s",ptr);" (call_expression "logeventf(ssh,"Forwarded connection refused by server: %s",ptr)" identifier (argument_list "(ssh,"Forwarded connection refused by server: %s",ptr)" ( identifier , (string_literal ""Forwarded connection refused by server: %s"" " string_content ") , identifier ))) ;) (expression_statement "safefree(ptr);" (call_expression "safefree(ptr)" identifier (argument_list "(ptr)" ( identifier ))) ;) (expression_statement "pfd_close((PortForwarding *)(e->u).a.inbuffer.head);" (call_expression "pfd_close((PortForwarding *)(e->u).a.inbuffer.head)" identifier (argument_list "((PortForwarding *)(e->u).a.inbuffer.head)" ( (cast_expression "(PortForwarding *)(e->u).a.inbuffer.head" ( (type_descriptor "PortForwarding *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(e->u).a.inbuffer.head" (field_expression "(e->u).a.inbuffer" (field_expression "(e->u).a" (parenthesized_expression "(e->u)" ( (field_expression "e->u" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ))) ;) }) (else_clause "else if (e->type != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" else (if_statement "if (e->type != 5) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" if (parenthesized_expression "(e->type != 5)" ( (binary_expression "e->type != 5" (field_expression "e->type" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" { comment (expression_statement "__assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");" (call_expression "__assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure")" identifier (argument_list "("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure")" ( (string_literal ""!\"Funny channel type in ssh2_msg_channel_open_failure\""" " string_content escape_sequence string_content escape_sequence ") , (string_literal ""ssh.c"" " string_content ") , number_literal , (string_literal ""ssh2_msg_channel_open_failure"" " string_content ") ))) ;) })))) (expression_statement "del234(ssh->channels,e);" (call_expression "del234(ssh->channels,e)" identifier (argument_list "(ssh->channels,e)" ( (field_expression "ssh->channels" identifier -> field_identifier) , identifier ))) ;) (expression_statement "safefree(e);" (call_expression "safefree(e)" identifier (argument_list "(e)" ( identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "__assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");" (call_expression "__assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure")" identifier (argument_list "("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure")" ( (string_literal ""c->halfopen"" " string_content ") , (string_literal ""ssh.c"" " string_content ") , number_literal , (string_literal ""ssh2_msg_channel_open_failure"" " string_content ") ))) ;) })))
(translation_unit "void FUN_0013fef0(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0013f6d0();\n if (lVar1 == 0) {\n return;\n }\n if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }\n \n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}\n\n" (function_definition "void FUN_0013fef0(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0013f6d0();\n if (lVar1 == 0) {\n return;\n }\n if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }\n \n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}" primitive_type (function_declarator "FUN_0013fef0(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0013f6d0();\n if (lVar1 == 0) {\n return;\n }\n if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }\n \n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "lVar1 = FUN_0013f6d0();" (assignment_expression "lVar1 = FUN_0013f6d0()" identifier = (call_expression "FUN_0013f6d0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar1 == 0) {\n return;\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }" if (parenthesized_expression "(*(int *)(lVar1 + 0x14) != 0)" ( (binary_expression "*(int *)(lVar1 + 0x14) != 0" (pointer_expression "*(int *)(lVar1 + 0x14)" * (cast_expression "(int *)(lVar1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x14)" ( (binary_expression "lVar1 + 0x14" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }" { (if_statement "if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" if (parenthesized_expression "(*(int *)(lVar1 + 0x10) == 3)" ( (binary_expression "*(int *)(lVar1 + 0x10) == 3" (pointer_expression "*(int *)(lVar1 + 0x10)" * (cast_expression "(int *)(lVar1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }" { (expression_statement "uVar2 = FUN_001331e0(param_2);" (assignment_expression "uVar2 = FUN_001331e0(param_2)" identifier = (call_expression "FUN_001331e0(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);" (call_expression "FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2)" identifier (argument_list "(param_1,"Forwarded connection refused by server: %s",uVar2)" ( identifier , (string_literal ""Forwarded connection refused by server: %s"" " string_content ") , identifier ))) ;) (expression_statement "FUN_00127f80(uVar2);" (call_expression "FUN_00127f80(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (expression_statement "FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));" (call_expression "FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70))" identifier (argument_list "(*(undefined8 *)(lVar1 + 0x70))" ( (pointer_expression "*(undefined8 *)(lVar1 + 0x70)" * (cast_expression "(undefined8 *)(lVar1 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x70)" ( (binary_expression "lVar1 + 0x70" identifier + number_literal) )))) ))) ;) }) (else_clause "else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" else (if_statement "if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" if (parenthesized_expression "(*(int *)(lVar1 + 0x10) != 5)" ( (binary_expression "*(int *)(lVar1 + 0x10) != 5" (pointer_expression "*(int *)(lVar1 + 0x10)" * (cast_expression "(int *)(lVar1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" { (expression_statement "__assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");" (call_expression "__assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure")" identifier (argument_list "("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure")" ( (string_literal ""!\"Funny channel type in ssh2_msg_channel_open_failure\""" " string_content escape_sequence string_content escape_sequence ") , (string_literal ""ssh.c"" " string_content ") , number_literal , (string_literal ""ssh2_msg_channel_open_failure"" " string_content ") ))) ;) })))) (expression_statement "FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);" (call_expression "FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x1a0),lVar1)" ( (pointer_expression "*(undefined8 *)(param_1 + 0x1a0)" * (cast_expression "(undefined8 *)(param_1 + 0x1a0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1a0)" ( (binary_expression "param_1 + 0x1a0" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "FUN_00127f80(lVar1);" (call_expression "FUN_00127f80(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "__assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");" (call_expression "__assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure")" identifier (argument_list "("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure")" ( (string_literal ""c->halfopen"" " string_content ") , (string_literal ""ssh.c"" " string_content ") , number_literal , (string_literal ""ssh2_msg_channel_open_failure"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))) (expression_statement (call_expression IDENT (argument_list ( (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_0013fef0(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0013f6d0();\n if (lVar1 == 0) {\n return;\n }\n if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }\n \n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}" (primitive_type "void") (function_declarator "FUN_0013fef0(long param_1,undefined8 param_2)" (identifier "FUN_0013fef0") (parameter_list "(long param_1,undefined8 param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0013f6d0();\n if (lVar1 == 0) {\n return;\n }\n if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }\n \n __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "lVar1 = FUN_0013f6d0();" (assignment_expression "lVar1 = FUN_0013f6d0()" (identifier "lVar1") (= "=") (call_expression "FUN_0013f6d0()" (identifier "FUN_0013f6d0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (lVar1 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (*(int *)(lVar1 + 0x14) != 0) {\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(lVar1 + 0x14) != 0)" (( "(") (binary_expression "*(int *)(lVar1 + 0x14) != 0" (pointer_expression "*(int *)(lVar1 + 0x14)" (* "*") (cast_expression "(int *)(lVar1 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x14)" (( "(") (binary_expression "lVar1 + 0x14" (identifier "lVar1") (+ "+") (number_literal "0x14")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }\n FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);\n FUN_00127f80(lVar1);\n return;\n }" ({ "{") (if_statement "if (*(int *)(lVar1 + 0x10) == 3) {\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }\n else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" (if "if") (parenthesized_expression "(*(int *)(lVar1 + 0x10) == 3)" (( "(") (binary_expression "*(int *)(lVar1 + 0x10) == 3" (pointer_expression "*(int *)(lVar1 + 0x10)" (* "*") (cast_expression "(int *)(lVar1 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "3")) () ")")) (compound_statement "{\n uVar2 = FUN_001331e0(param_2);\n FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);\n FUN_00127f80(uVar2);\n FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));\n }" ({ "{") (expression_statement "uVar2 = FUN_001331e0(param_2);" (assignment_expression "uVar2 = FUN_001331e0(param_2)" (identifier "uVar2") (= "=") (call_expression "FUN_001331e0(param_2)" (identifier "FUN_001331e0") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2);" (call_expression "FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2)" (identifier "FUN_00131a40") (argument_list "(param_1,"Forwarded connection refused by server: %s",uVar2)" (( "(") (identifier "param_1") (, ",") (string_literal ""Forwarded connection refused by server: %s"" (" """) (string_content "Forwarded connection refused by server: %s") (" """)) (, ",") (identifier "uVar2") () ")"))) (; ";")) (expression_statement "FUN_00127f80(uVar2);" (call_expression "FUN_00127f80(uVar2)" (identifier "FUN_00127f80") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (expression_statement "FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70));" (call_expression "FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70))" (identifier "FUN_00128bb0") (argument_list "(*(undefined8 *)(lVar1 + 0x70))" (( "(") (pointer_expression "*(undefined8 *)(lVar1 + 0x70)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x70)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x70)" (( "(") (binary_expression "lVar1 + 0x70" (identifier "lVar1") (+ "+") (number_literal "0x70")) () ")")))) () ")"))) (; ";")) (} "}")) (else_clause "else if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" (else "else") (if_statement "if (*(int *)(lVar1 + 0x10) != 5) {\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" (if "if") (parenthesized_expression "(*(int *)(lVar1 + 0x10) != 5)" (( "(") (binary_expression "*(int *)(lVar1 + 0x10) != 5" (pointer_expression "*(int *)(lVar1 + 0x10)" (* "*") (cast_expression "(int *)(lVar1 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (number_literal "5")) () ")")) (compound_statement "{\n \n __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");\n }" ({ "{") (expression_statement "__assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure");" (call_expression "__assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure")" (identifier "__assert_fail") (argument_list "("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c,\n "ssh2_msg_channel_open_failure")" (( "(") (string_literal ""!\"Funny channel type in ssh2_msg_channel_open_failure\""" (" """) (string_content "!") (escape_sequence "\"") (string_content "Funny channel type in ssh2_msg_channel_open_failure") (escape_sequence "\"") (" """)) (, ",") (string_literal ""ssh.c"" (" """) (string_content "ssh.c") (" """)) (, ",") (number_literal "0x217c") (, ",") (string_literal ""ssh2_msg_channel_open_failure"" (" """) (string_content "ssh2_msg_channel_open_failure") (" """)) () ")"))) (; ";")) (} "}"))))) (expression_statement "FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1);" (call_expression "FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1)" (identifier "FUN_00178840") (argument_list "(*(undefined8 *)(param_1 + 0x1a0),lVar1)" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x1a0)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x1a0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1a0)" (( "(") (binary_expression "param_1 + 0x1a0" (identifier "param_1") (+ "+") (number_literal "0x1a0")) () ")")))) (, ",") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "FUN_00127f80(lVar1);" (call_expression "FUN_00127f80(lVar1)" (identifier "FUN_00127f80") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "__assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure");" (call_expression "__assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure")" (identifier "__assert_fail") (argument_list "("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure")" (( "(") (string_literal ""c->halfopen"" (" """) (string_content "c->halfopen") (" """)) (, ",") (string_literal ""ssh.c"" (" """) (string_content "ssh.c") (" """)) (, ",") (number_literal "0x2163") (, ",") (string_literal ""ssh2_msg_channel_open_failure"" (" """) (string_content "ssh2_msg_channel_open_failure") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ssh,type_2 *pktin) { type_3 *var_2; char *ptr; var_2 = var_1(ssh,pktin); if (var_2 == (type_3 *)0x0) { return; } if (var_2->halfopen != 0) { if (var_2->type == 3) { ptr = var_3(pktin); var_4(ssh,"Forwarded connection refused by server: %s",ptr); var_5(ptr); var_6((type_4 *)(var_2->u).a.inbuffer.head); } else if (var_2->type != 5) { /* WARNING: Subroutine does not return */ var_7("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c, "ssh2_msg_channel_open_failure"); } var_8(ssh->channels,var_2); var_5(var_2); return; } /* WARNING: Subroutine does not return */ var_7("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)) (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(long param_1,undefined8 param_2) { long lVar1; undefined8 uVar2; lVar1 = FUN_0013f6d0(); if (lVar1 == 0) { return; } if (*(int *)(lVar1 + 0x14) != 0) { if (*(int *)(lVar1 + 0x10) == 3) { uVar2 = FUN_001331e0(param_2); FUN_00131a40(param_1,"Forwarded connection refused by server: %s",uVar2); FUN_00127f80(uVar2); FUN_00128bb0(*(undefined8 *)(lVar1 + 0x70)); } else if (*(int *)(lVar1 + 0x10) != 5) { /* WARNING: Subroutine does not return */ __assert_fail("!\"Funny channel type in ssh2_msg_channel_open_failure\"","ssh.c",0x217c, "ssh2_msg_channel_open_failure"); } FUN_00178840(*(undefined8 *)(param_1 + 0x1a0),lVar1); FUN_00127f80(lVar1); return; } /* WARNING: Subroutine does not return */ __assert_fail("c->halfopen","ssh.c",0x2163,"ssh2_msg_channel_open_failure"); }
8661_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
gcount
FUN_002fd890
/* std::wistream::gcount() const */ undefined8 __thiscall std::wistream::gcount(wistream *this) { return *(undefined8 *)(this + 8); }
undefined8 FUN_002fd890(long param_1) { return *(undefined8 *)(param_1 + 8); }
MOV RAX,qword ptr [RDI + 0x8] RET
null
null
null
null
[('const-0', u'RETURN_-1204758365'), (u'CAST_-1204758313', u'LOAD_-1204758381'), (u'PTRADD_-1204758319', u'CAST_-1204758313'), ('const-1', u'PTRADD_-1204758319'), ('const-8', u'PTRADD_-1204758319'), ('const-433', u'LOAD_-1204758381'), ('tmp_18', u'PTRADD_-1204758319'), (u'COPY_-1204758381', u'RETURN_-1204758365'), (u'LOAD_-1204758381', u'COPY_-1204758381')]
[(u'INT_ADD_-1204758365', u'CAST_-1204758313'), ('const-0', u'RETURN_-1204758365'), (u'CAST_-1204758313', u'LOAD_-1204758381'), ('tmp_19', u'INT_ADD_-1204758365'), ('const-433', u'LOAD_-1204758381'), ('const-8', u'INT_ADD_-1204758365'), (u'COPY_-1204758381', u'RETURN_-1204758365'), (u'LOAD_-1204758381', u'COPY_-1204758381')]
null
null
002fd890
x64
O2
(translation_unit "undefined8 FUN_002fd890(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}\n\n" (function_definition "undefined8 FUN_002fd890(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}" type_identifier (function_declarator "FUN_002fd890(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined8 *)(param_1 + 8);\n}" { (return_statement "return *(undefined8 *)(param_1 + 8);" return (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) )))) ;) })))
(translation_unit "/* std::wistream::gcount() const */\n\nundefined8 __thiscall std::wistream::gcount(wistream *this)\n\n{\n return *(undefined8 *)(this + 8);\n}\n\n" comment (function_definition "undefined8 __thiscall std::wistream::gcount(wistream *this)\n\n{\n return *(undefined8 *)(this + 8);\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wistream::" identifier : : identifier : :) (function_declarator "gcount(wistream *this)" identifier (parameter_list "(wistream *this)" ( (parameter_declaration "wistream *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(undefined8 *)(this + 8);\n}" { (return_statement "return *(undefined8 *)(this + 8);" return (pointer_expression "*(undefined8 *)(this + 8)" * (cast_expression "(undefined8 *)(this + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) ;) })))
(translation_unit "undefined8 FUN_002fd890(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}\n\n" (function_definition "undefined8 FUN_002fd890(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}" type_identifier (function_declarator "FUN_002fd890(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined8 *)(param_1 + 8);\n}" { (return_statement "return *(undefined8 *)(param_1 + 8);" return (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) )))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })))
(function_definition "undefined8 FUN_002fd890(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}" (type_identifier "undefined8") (function_declarator "FUN_002fd890(long param_1)" (identifier "FUN_002fd890") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined8 *)(param_1 + 8);\n}" ({ "{") (return_statement "return *(undefined8 *)(param_1 + 8);" (return "return") (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")) () ")")))) (; ";")) (} "}")))
/* std::wistream::gcount() const */ type_1 __thiscall std::type_2::function_1(type_2 *var_1) { return *(type_1 *)(var_1 + 8); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))
null
undefined8 MASKED(long param_1) { return *(undefined8 *)(param_1 + 8); }
2832_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
inputs_reader
FUN_0018d9a0
/* DWARF original prototype: Incremental_inputs_reader<64,_false> * inputs_reader(Sized_incremental_binary<64,_false> * this) */ Incremental_inputs_reader<64,_false> * __thiscall gold::Sized_incremental_binary<64,_false>::inputs_reader(Sized_incremental_binary<64,_false> *this) { return &this->inputs_reader_; }
long FUN_0018d9a0(long param_1) { return param_1 + 0x100; }
LEA RAX,[RDI + 0x100] RET
null
null
null
null
[(u'PTRSUB_-1207445016', u'COPY_-1207445086'), ('const-0', u'RETURN_-1207445067'), ('tmp_16', u'PTRSUB_-1207445016'), (u'COPY_-1207445086', u'RETURN_-1207445067'), ('const-256', u'PTRSUB_-1207445016')]
[('const-0', u'RETURN_-1207445067'), ('tmp_16', u'INT_ADD_-1207445069'), ('const-256', u'INT_ADD_-1207445069'), (u'INT_ADD_-1207445069', u'COPY_-1207445086'), (u'COPY_-1207445086', u'RETURN_-1207445067')]
null
null
0018d9a0
x64
O2
(translation_unit "long FUN_0018d9a0(long param_1)\n\n{\n return param_1 + 0x100;\n}\n\n" (function_definition "long FUN_0018d9a0(long param_1)\n\n{\n return param_1 + 0x100;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0018d9a0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return param_1 + 0x100;\n}" { (return_statement "return param_1 + 0x100;" return (binary_expression "param_1 + 0x100" identifier + number_literal) ;) })))
(translation_unit "/* DWARF original prototype: Incremental_inputs_reader<64,_false> *\n inputs_reader(Sized_incremental_binary<64,_false> * this) */\n\nIncremental_inputs_reader<64,_false> * __thiscall\ngold::Sized_incremental_binary<64,_false>::inputs_reader(Sized_incremental_binary<64,_false> *this)\n\n{\n return &this->inputs_reader_;\n}\n\n" comment (ERROR "Incremental_inputs_reader<64,_false> * __thiscall\ngold::Sized_incremental_binary<64,_false>::inputs_reader(Sized_incremental_binary<64,_false> *this)" (binary_expression "Incremental_inputs_reader<64,_false> * __thiscall\ngold::Sized_incremental_binary<64,_false>::inputs_reader(Sized_incremental_binary<64,_false> *this)" (binary_expression "Incremental_inputs_reader<64,_false> * __thiscall\ngold::Sized_incremental_binary<64" (binary_expression "Incremental_inputs_reader<64,_false> * __thiscall" (binary_expression "Incremental_inputs_reader<64" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "* __thiscall" * identifier)) (ERROR "gold::Sized_incremental_binary" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "inputs_reader(Sized_incremental_binary<64,_false> *this)" identifier (argument_list "(Sized_incremental_binary<64,_false> *this)" ( (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) ))))) (compound_statement "{\n return &this->inputs_reader_;\n}" { (return_statement "return &this->inputs_reader_;" return (pointer_expression "&this->inputs_reader_" & (field_expression "this->inputs_reader_" identifier -> field_identifier)) ;) }))
(translation_unit "long FUN_0018d9a0(long param_1)\n\n{\n return param_1 + 0x100;\n}\n\n" (function_definition "long FUN_0018d9a0(long param_1)\n\n{\n return param_1 + 0x100;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0018d9a0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return param_1 + 0x100;\n}" { (return_statement "return param_1 + 0x100;" return (binary_expression "param_1 + 0x100" identifier + number_literal) ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (binary_expression IDENT + LIT) ;) })))
(function_definition "long FUN_0018d9a0(long param_1)\n\n{\n return param_1 + 0x100;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0018d9a0(long param_1)" (identifier "FUN_0018d9a0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return param_1 + 0x100;\n}" ({ "{") (return_statement "return param_1 + 0x100;" (return "return") (binary_expression "param_1 + 0x100" (identifier "param_1") (+ "+") (number_literal "0x100")) (; ";")) (} "}")))
/* DWARF original prototype: Incremental_inputs_reader<64,_false> * inputs_reader(Sized_incremental_binary<64,_false> * this) */ Incremental_inputs_reader<64,_false> * __thiscall gold::Sized_incremental_binary<64,_false>::inputs_reader(Sized_incremental_binary<64,_false> *this) { return &this->inputs_reader_; }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (identifier) right: (number_literal))))))
null
long MASKED(long param_1) { return param_1 + 0x100; }
261_dd_and_dd_strip.c
__fxstat
__fxstat
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __fxstat(int __ver,int __fildes,stat *__stat_buf) { /* WARNING: Bad instruction - Truncating control flow here */ /* __fxstat@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __fxstat(int __ver,int __fildes,stat *__stat_buf) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207025190')]
[('const-1', u'RETURN_-1207025190')]
null
null
001141d0
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__fxstat(int __ver,int __fildes,stat *__stat_buf)" identifier (parameter_list "(int __ver,int __fildes,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "int __fildes" primitive_type identifier) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __fxstat@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __fxstat@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "__fxstat(int __ver,int __fildes,stat *__stat_buf)" identifier (parameter_list "(int __ver,int __fildes,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "int __fildes" primitive_type identifier) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __fxstat@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__fxstat(int __ver,int __fildes,stat *__stat_buf)" identifier (parameter_list "(int __ver,int __fildes,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "int __fildes" primitive_type identifier) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "__fxstat(int __ver,int __fildes,stat *__stat_buf)" (identifier "__fxstat") (parameter_list "(int __ver,int __fildes,stat *__stat_buf)" (( "(") (parameter_declaration "int __ver" (primitive_type "int") (identifier "__ver")) (, ",") (parameter_declaration "int __fildes" (primitive_type "int") (identifier "__fildes")) (, ",") (parameter_declaration "stat *__stat_buf" (type_identifier "stat") (pointer_declarator "*__stat_buf" (* "*") (identifier "__stat_buf"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __ver,int __fildes,type_1 *__stat_buf) { /* WARNING: Bad instruction - Truncating control flow here */ /* __fxstat@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __ver,int __fildes,stat *__stat_buf) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
8201_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
~__numpunct_cache
FUN_002bb4c0
/* std::__numpunct_cache<wchar_t>::~__numpunct_cache() */ void __thiscall std::__numpunct_cache<wchar_t>::~__numpunct_cache(__numpunct_cache<wchar_t> *this) { /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */ ~__numpunct_cache(this); operator_delete(this); return; }
void FUN_002bb4c0(undefined8 param_1) { /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */ FUN_002bb470(); FUN_00276d20(param_1); return; }
PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x8 CALL 0x002bb470 ADD RSP,0x8 MOV RDI,RBX POP RBX POP RBP JMP 0x00276d20
null
null
null
null
[('const-0', u'RETURN_-1204505337'), ('tmp_111', u'CALL_-1204505341'), ('tmp_111', u'CALL_-1204505374')]
[('tmp_168', u'CALL_-1204505341'), ('const-0', u'RETURN_-1204505337')]
null
null
002bb4c0
x64
O2
(translation_unit "void FUN_002bb4c0(undefined8 param_1)\n\n{\n /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */\n FUN_002bb470();\n FUN_00276d20(param_1);\n return;\n}\n\n" (function_definition "void FUN_002bb4c0(undefined8 param_1)\n\n{\n /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */\n FUN_002bb470();\n FUN_00276d20(param_1);\n return;\n}" primitive_type (function_declarator "FUN_002bb4c0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */\n FUN_002bb470();\n FUN_00276d20(param_1);\n return;\n}" { comment (expression_statement "FUN_002bb470();" (call_expression "FUN_002bb470()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00276d20(param_1);" (call_expression "FUN_00276d20(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::__numpunct_cache<wchar_t>::~__numpunct_cache() */\n\nvoid __thiscall std::__numpunct_cache<wchar_t>::~__numpunct_cache(__numpunct_cache<wchar_t> *this)\n\n{\n /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */\n ~__numpunct_cache(this);\n operator_delete(this);\n return;\n}\n\n" comment (function_definition "void __thiscall std::__numpunct_cache<wchar_t>::~__numpunct_cache(__numpunct_cache<wchar_t> *this)\n\n{\n /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */\n ~__numpunct_cache(this);\n operator_delete(this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::__numpunct_cache<wchar_t>::~" identifier : : identifier < identifier > : : ~) (function_declarator "__numpunct_cache(__numpunct_cache<wchar_t> *this)" identifier (parameter_list "(__numpunct_cache<wchar_t> *this)" ( (parameter_declaration "__numpunct_cache<wchar_t> *this" type_identifier (ERROR "<wchar_t>" < identifier >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */\n ~__numpunct_cache(this);\n operator_delete(this);\n return;\n}" { comment (expression_statement "~__numpunct_cache(this);" (unary_expression "~__numpunct_cache(this)" ~ (call_expression "__numpunct_cache(this)" identifier (argument_list "(this)" ( identifier )))) ;) (expression_statement "operator_delete(this);" (call_expression "operator_delete(this)" identifier (argument_list "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002bb4c0(undefined8 param_1)\n\n{\n \n FUN_002bb470();\n FUN_00276d20(param_1);\n return;\n}\n\n" (function_definition "void FUN_002bb4c0(undefined8 param_1)\n\n{\n \n FUN_002bb470();\n FUN_00276d20(param_1);\n return;\n}" primitive_type (function_declarator "FUN_002bb4c0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n \n FUN_002bb470();\n FUN_00276d20(param_1);\n return;\n}" { (expression_statement "FUN_002bb470();" (call_expression "FUN_002bb470()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00276d20(param_1);" (call_expression "FUN_00276d20(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002bb4c0(undefined8 param_1)\n\n{\n \n FUN_002bb470();\n FUN_00276d20(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002bb4c0(undefined8 param_1)" (identifier "FUN_002bb4c0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n \n FUN_002bb470();\n FUN_00276d20(param_1);\n return;\n}" ({ "{") (expression_statement "FUN_002bb470();" (call_expression "FUN_002bb470()" (identifier "FUN_002bb470") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00276d20(param_1);" (call_expression "FUN_00276d20(param_1)" (identifier "FUN_00276d20") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::__numpunct_cache<wchar_t>::~__numpunct_cache() */ void __thiscall std::function_1<wchar_t>::~function_1(function_1<wchar_t> *this) { /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */ ~function_1(this); 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: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
void MASKED(undefined8 param_1) { /* try { // try from 002bb4c9 to 002bb4cd has its CatchHandler @ 002bb4dc */ FUN_002bb470(); FUN_00276d20(param_1); return; }
873_sparc64-linux-gnu-as_and_sparc64-linux-gnu-as_strip.c
bfd_make_section_anyway
bfd_make_section_anyway
/* WARNING: Control flow encountered bad instruction data */ void bfd_make_section_anyway(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_make_section_anyway(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207463166')]
[('const-1', u'RETURN_-1207463166')]
null
null
001892f8
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_make_section_anyway(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_make_section_anyway(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_section_anyway(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_section_anyway(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_make_section_anyway(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_section_anyway(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_section_anyway(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_make_section_anyway(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_section_anyway(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_section_anyway(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_make_section_anyway(void)" (identifier "bfd_make_section_anyway") (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(); }
10105_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
do_get
thunk_FUN_00345c40
/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::do_get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, std::_Ios_Iostate&, long&) const */ undefined1 [16] std::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::do_get (undefined8 param_1,wstreambuf *param_2,ulong param_3,long *param_4,undefined8 param_5, long param_6,uint *param_7,ulong *param_8) { wstreambuf *pwVar1; char cVar2; bool bVar3; char cVar4; uint uVar5; int iVar6; long lVar7; ulong uVar8; wchar_t *pwVar9; ulong uVar10; ulong uVar11; bool bVar12; uint uVar13; bool bVar14; char cVar15; bool bVar16; int iVar17; int iVar18; bool bVar19; undefined1 auVar20 [16]; istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *piStack_c8; ulong uStack_b0; long **pplStack_a8; ulong uStack_98; ulong uStack_90; ulong uStack_88; long *plStack_68; undefined8 uStack_60; wstreambuf *pwStack_58; ulong uStack_50; __use_cache<std::__numpunct_cache<wchar_t>> a_Stack_42 [2]; undefined1 *apuStack_40 [2]; plStack_68 = param_4; uStack_60 = param_5; pwStack_58 = param_2; uStack_50 = param_3; lVar7 = __use_cache<std::__numpunct_cache<wchar_t>>::operator() (a_Stack_42,(locale *)(param_6 + 0xd0)); uVar13 = *(uint *)(param_6 + 0x18) & 0x4a; if (uVar13 == 0x40) { iVar17 = 8; LAB_00345c9d: cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58, (istreambuf_iterator *)&plStack_68); if (cVar2 == '\0') { LAB_00345ccb: pplStack_a8 = &plStack_68; piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58; uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get(); cVar15 = *(char *)(lVar7 + 0x20); uVar11 = (ulong)uVar5; bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5; if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) && ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) && (*(uint *)(lVar7 + 0x48) != uVar5)) { wstreambuf::sbumpc(pwStack_58); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal (piStack_c8,(istreambuf_iterator *)pplStack_a8); if (cVar2 == '\0') { uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get(); cVar15 = *(char *)(lVar7 + 0x20); uVar11 = (ulong)uVar5; goto LAB_00345d50; } cVar15 = *(char *)(lVar7 + 0x20); iVar18 = 0; bVar12 = false; } else { LAB_00345d50: bVar12 = false; iVar18 = 0; do { iVar6 = (int)uVar11; if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) { cVar2 = '\0'; if (iVar17 != 0x10) goto LAB_00345e3f; uStack_b0 = 0x16; cVar2 = '\0'; goto LAB_00346468; } if (*(int *)(lVar7 + 0x48) == iVar6) break; if (*(int *)(lVar7 + 0xf0) == iVar6) { bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U); if (!bVar16) goto LAB_00345d8a; bVar12 = uVar13 == 0 || iVar17 == 8; if (uVar13 != 0 && iVar17 != 8) { iVar18 = iVar18 + 1; goto LAB_00345dbe; } iVar18 = 0; iVar17 = 8; uVar8 = *(ulong *)(pwStack_58 + 0x10); if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1; LAB_003461c8: (**(code **)(*(long *)pwStack_58 + 0x50))(); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1; bVar16 = true; } else { if (!bVar12) break; LAB_00345d8a: if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) { cVar2 = '\0'; bVar12 = true; goto LAB_00345e30; } cVar2 = iVar17 == 0x10 || uVar13 == 0; if (iVar17 != 0x10 && uVar13 != 0) { bVar12 = true; goto LAB_00345e3f; } iVar18 = 0; bVar16 = false; iVar17 = 0x10; LAB_00345dbe: uVar8 = *(ulong *)(pwStack_58 + 0x10); bVar12 = bVar16; if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8; LAB_00345dd1: uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4; LAB_00345de1: if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) { iVar6 = **(int **)(pwStack_58 + 0x10); } else { iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))(); } bVar16 = false; if (iVar6 == -1) { pwStack_58 = (wstreambuf *)0x0; bVar16 = true; } } bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1; bVar14 = (int)uStack_60 == -1; if (bVar3) { if ((int *)plStack_68[2] < (int *)plStack_68[3]) { iVar6 = *(int *)plStack_68[2]; } else { iVar6 = (**(code **)(*plStack_68 + 0x48))(); } bVar14 = false; if (iVar6 == -1) { plStack_68 = (long *)0x0; bVar14 = bVar3; } } if (bVar14 == bVar16) { cVar15 = *(char *)(lVar7 + 0x20); cVar2 = '\x01'; goto LAB_00345e30; } uVar11 = uStack_50 & 0xffffffff; if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) { if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) { uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10); } else { uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))(); uVar11 = uVar11 & 0xffffffff; } if ((int)uVar11 == -1) { pwStack_58 = (wstreambuf *)0x0; } } cVar15 = *(char *)(lVar7 + 0x20); } while (bVar12); cVar2 = '\0'; } LAB_00345e30: uStack_b0 = 0x16; if (iVar17 != 0x10) goto LAB_00345e3f; } else { cVar15 = *(char *)(lVar7 + 0x20); uVar11 = 0; iVar18 = 0; bVar12 = false; bVar19 = false; LAB_00345e3f: uStack_b0 = (ulong)iVar17; } apuStack_40[0] = &DAT_00468658; if (cVar15 != '\0') { LAB_00346468: apuStack_40[0] = &DAT_00468658; std::string::reserve((string *)apuStack_40,0x20); } pplStack_a8 = &plStack_68; piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58; uStack_98 = (ulong)iVar17; uStack_90 = 0x7fffffffffffffff; if (bVar19) { uStack_90 = 0x8000000000000000; } uStack_88 = uStack_90 / uStack_98; if (*(char *)(lVar7 + 0x148) == '\0') { if (cVar2 == '\0') { bVar16 = false; uVar8 = 0; LAB_00345ed0: iVar17 = (int)uVar11; if (uStack_b0 < 0xb) { if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0; uVar13 = iVar17 - 0x30; } else { uVar13 = iVar17 - 0x30; if (uVar13 < 10) { if (uStack_88 < uVar8) goto LAB_00345efd; LAB_00346251: uVar10 = uStack_98 * uVar8; uVar8 = (long)(int)uVar13 + uVar10; uVar11 = *(ulong *)(pwStack_58 + 0x10); iVar18 = iVar18 + 1; bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10); if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15; LAB_0034628a: (**(code **)(*(long *)pwStack_58 + 0x50))(); goto LAB_00345f1d; } if (5 < iVar17 - 0x61U) { if (iVar17 - 0x41U < 6) { uVar13 = iVar17 - 0x37; goto LAB_00345ef2; } goto LAB_003463e0; } uVar13 = iVar17 - 0x57; } LAB_00345ef2: if (uVar8 <= uStack_88) goto LAB_00346251; LAB_00345efd: bVar16 = true; uVar11 = *(ulong *)(pwStack_58 + 0x10); if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a; LAB_00345f15: *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4; LAB_00345f1d: uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal (piStack_c8,(istreambuf_iterator *)pplStack_a8); cVar15 = '\0'; if (cVar2 != '\0') goto LAB_00345f3d; uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get(); uVar11 = (ulong)uVar13; goto LAB_00345ed0; } uVar8 = 0; bVar16 = false; cVar15 = '\0'; } else { LAB_00346070: pplStack_a8 = &plStack_68; piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58; if (cVar2 == '\0') { bVar16 = false; uVar8 = 0; cVar15 = *(char *)(lVar7 + 0x20); if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f; while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) && (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0), pwVar9 != (wchar_t *)0x0))) { iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2); if (0xf < iVar17) { iVar17 = iVar17 + -6; } if (uStack_88 < uVar8) { bVar16 = true; } else { uVar11 = uStack_98 * uVar8; uVar8 = (long)iVar17 + uVar11; bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11); iVar18 = iVar18 + 1; } while( true ) { wstreambuf::sbumpc(pwStack_58); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal (piStack_c8,(istreambuf_iterator *)pplStack_a8); cVar15 = '\0'; if (cVar2 != '\0') goto LAB_00345f3d; uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get(); uVar11 = (ulong)uVar13; cVar15 = *(char *)(lVar7 + 0x20); if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break; LAB_0034615f: if (iVar18 == 0) { cVar2 = '\0'; iVar18 = 0; goto LAB_00345f3d; } std::string::push_back((string *)apuStack_40,(char)iVar18); iVar18 = 0; } } LAB_003463e0: cVar2 = '\0'; cVar15 = '\0'; } else { uVar8 = 0; bVar16 = false; cVar15 = '\0'; } } } else { iVar17 = 10; if (uVar13 != 8) goto LAB_00345c9d; iVar17 = 0x10; cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58, (istreambuf_iterator *)&plStack_68); if (cVar2 == '\0') goto LAB_00345ccb; apuStack_40[0] = &DAT_00468658; if (*(char *)(lVar7 + 0x20) != '\0') { uVar11 = 0; iVar18 = 0; bVar12 = false; bVar19 = false; uStack_b0 = 0x16; cVar2 = *(char *)(lVar7 + 0x20); goto LAB_00346468; } bVar12 = false; if (*(char *)(lVar7 + 0x148) != '\0') { iVar18 = 0; uVar11 = 0; uStack_b0 = 0x16; uStack_88 = 0x7ffffffffffffff; uStack_90 = 0x7fffffffffffffff; uStack_98 = 0x10; bVar19 = false; bVar12 = false; cVar2 = *(char *)(lVar7 + 0x148); goto LAB_00346070; } uVar8 = 0; iVar18 = 0; bVar16 = false; cVar15 = '\0'; bVar19 = false; } LAB_00345f3d: if (*(long *)(apuStack_40[0] + -0x18) == 0) { if ((iVar18 != 0) || (bVar12)) { LAB_00346389: if (cVar15 == '\0') { if (bVar16) { uVar11 = 0x8000000000000000; if (!bVar19) { uVar11 = 0x7fffffffffffffff; } *param_8 = uVar11; *param_7 = 4; } else { uVar11 = -uVar8; if (!bVar19) { uVar11 = uVar8; } *param_8 = uVar11; } goto LAB_00345f80; } } } else { std::string::push_back((string *)apuStack_40,(char)iVar18); cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18), (string *)apuStack_40); if (cVar4 == '\0') { *param_7 = 4; } if (((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389; } *param_8 = 0; *param_7 = 4; LAB_00345f80: uVar11 = uStack_50; pwVar1 = pwStack_58; if (cVar2 != '\0') { *param_7 = *param_7 | 2; } if ((allocator *)(apuStack_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage ) { std::string::_Rep::_M_dispose((allocator *)(apuStack_40[0] + -0x18)); } auVar20._8_8_ = uVar11; auVar20._0_8_ = pwVar1; return auVar20; }
undefined1 [16] thunk_FUN_00345c40(undefined8 param_1,long *param_2,ulong param_3,long *param_4,undefined8 param_5, long param_6,uint *param_7,ulong *param_8) { long *plVar1; char cVar2; bool bVar3; char cVar4; uint uVar5; int iVar6; long lVar7; wchar_t *pwVar8; ulong uVar9; bool bVar10; uint uVar11; bool bVar12; ulong uVar13; ulong extraout_RDX; ulong extraout_RDX_00; bool bVar14; char cVar15; int iVar16; ulong uVar17; int iVar18; bool bVar19; undefined1 auVar20 [16]; long **pplStack_c8; ulong uStack_b0; long **pplStack_a8; ulong uStack_98; ulong uStack_90; ulong uStack_88; long *plStack_68; undefined8 uStack_60; long *plStack_58; ulong uStack_50; undefined1 uStack_42; undefined1 uStack_41; undefined1 *apuStack_40 [2]; plStack_68 = param_4; uStack_60 = param_5; plStack_58 = param_2; uStack_50 = param_3; lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0); uVar11 = *(uint *)(param_6 + 0x18) & 0x4a; if (uVar11 == 0x40) { iVar16 = 8; LAB_00345c9d: cVar2 = FUN_00343350(&plStack_58); if (cVar2 == '\0') { LAB_00345ccb: pplStack_a8 = &plStack_68; pplStack_c8 = &plStack_58; uVar5 = FUN_0033c560(pplStack_c8); cVar15 = *(char *)(lVar7 + 0x20); uVar9 = (ulong)uVar5; bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5; if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) && ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) && (*(uint *)(lVar7 + 0x48) != uVar5)) { FUN_002fc080(plStack_58); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = FUN_00343350(pplStack_c8,pplStack_a8); if (cVar2 == '\0') { uVar5 = FUN_0033c560(pplStack_c8); cVar15 = *(char *)(lVar7 + 0x20); uVar9 = (ulong)uVar5; goto LAB_00345d50; } cVar15 = *(char *)(lVar7 + 0x20); iVar18 = 0; bVar10 = false; } else { LAB_00345d50: bVar10 = false; iVar18 = 0; do { iVar6 = (int)uVar9; if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) { cVar2 = '\0'; if (iVar16 != 0x10) goto LAB_00345e3f; uStack_b0 = 0x16; cVar2 = '\0'; goto LAB_00346468; } if (*(int *)(lVar7 + 0x48) == iVar6) break; if (*(int *)(lVar7 + 0xf0) == iVar6) { bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U); if (!bVar14) goto LAB_00345d8a; bVar10 = uVar11 == 0 || iVar16 == 8; if (uVar11 != 0 && iVar16 != 8) { iVar18 = iVar18 + 1; goto LAB_00345dbe; } iVar18 = 0; iVar16 = 8; uVar13 = plStack_58[2]; if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1; LAB_003461c8: (**(code **)(*plStack_58 + 0x50))(); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); if (plStack_58 != (long *)0x0) goto LAB_00345de1; bVar14 = true; } else { if (!bVar10) break; LAB_00345d8a: if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) { cVar2 = '\0'; bVar10 = true; goto LAB_00345e30; } cVar2 = iVar16 == 0x10 || uVar11 == 0; if (iVar16 != 0x10 && uVar11 != 0) { bVar10 = true; goto LAB_00345e3f; } iVar18 = 0; bVar14 = false; iVar16 = 0x10; LAB_00345dbe: uVar13 = plStack_58[2]; bVar10 = bVar14; if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8; LAB_00345dd1: uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); plStack_58[2] = uVar13 + 4; LAB_00345de1: if ((int *)plStack_58[2] < (int *)plStack_58[3]) { iVar6 = *(int *)plStack_58[2]; } else { iVar6 = (**(code **)(*plStack_58 + 0x48))(); } bVar14 = false; if (iVar6 == -1) { plStack_58 = (long *)0x0; bVar14 = true; } } bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1; bVar12 = (int)uStack_60 == -1; if (bVar3) { if ((int *)plStack_68[2] < (int *)plStack_68[3]) { iVar6 = *(int *)plStack_68[2]; } else { iVar6 = (**(code **)(*plStack_68 + 0x48))(); } bVar12 = false; if (iVar6 == -1) { plStack_68 = (long *)0x0; bVar12 = bVar3; } } if (bVar12 == bVar14) { cVar15 = *(char *)(lVar7 + 0x20); cVar2 = '\x01'; goto LAB_00345e30; } uVar9 = uStack_50 & 0xffffffff; if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) { if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) { uVar9 = (ulong)*(uint *)plStack_58[2]; } else { uVar9 = (**(code **)(*plStack_58 + 0x48))(); uVar9 = uVar9 & 0xffffffff; } if ((int)uVar9 == -1) { plStack_58 = (long *)0x0; } } cVar15 = *(char *)(lVar7 + 0x20); } while (bVar10); cVar2 = '\0'; } LAB_00345e30: uStack_b0 = 0x16; if (iVar16 != 0x10) goto LAB_00345e3f; } else { cVar15 = *(char *)(lVar7 + 0x20); uVar9 = 0; iVar18 = 0; bVar10 = false; bVar19 = false; LAB_00345e3f: uStack_b0 = (ulong)iVar16; } apuStack_40[0] = &DAT_00468658; if (cVar15 != '\0') { LAB_00346468: apuStack_40[0] = &DAT_00468658; FUN_00325990(apuStack_40,0x20); } pplStack_a8 = &plStack_68; pplStack_c8 = &plStack_58; uStack_98 = (ulong)iVar16; uStack_90 = 0x7fffffffffffffff; if (bVar19) { uStack_90 = 0x8000000000000000; } uStack_88 = uStack_90 / uStack_98; uVar13 = uStack_90 % uStack_98; if (*(char *)(lVar7 + 0x148) == '\0') { if (cVar2 == '\0') { bVar14 = false; uVar17 = 0; LAB_00345ed0: iVar16 = (int)uVar9; if (uStack_b0 < 0xb) { if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0; uVar11 = iVar16 - 0x30; } else { uVar11 = iVar16 - 0x30; if (uVar11 < 10) { if (uStack_88 < uVar17) goto LAB_00345efd; LAB_00346251: uVar13 = uStack_98 * uVar17; uVar17 = (long)(int)uVar11 + uVar13; uVar9 = plStack_58[2]; iVar18 = iVar18 + 1; bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13); if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15; LAB_0034628a: (**(code **)(*plStack_58 + 0x50))(); goto LAB_00345f1d; } if (5 < iVar16 - 0x61U) { if (iVar16 - 0x41U < 6) { uVar11 = iVar16 - 0x37; goto LAB_00345ef2; } goto LAB_003463e0; } uVar11 = iVar16 - 0x57; } LAB_00345ef2: if (uVar17 <= uStack_88) goto LAB_00346251; LAB_00345efd: bVar14 = true; uVar9 = plStack_58[2]; if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a; LAB_00345f15: plStack_58[2] = uVar9 + 4; LAB_00345f1d: uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = FUN_00343350(pplStack_c8,pplStack_a8); cVar15 = '\0'; if (cVar2 != '\0') goto LAB_00345f3d; uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff); uVar9 = (ulong)uVar11; goto LAB_00345ed0; } uVar17 = 0; bVar14 = false; cVar15 = '\0'; } else { LAB_00346070: pplStack_a8 = &plStack_68; pplStack_c8 = &plStack_58; if (cVar2 == '\0') { bVar14 = false; uVar17 = 0; cVar15 = *(char *)(lVar7 + 0x20); if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f; while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) && (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0), pwVar8 != (wchar_t *)0x0))) { iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2); if (0xf < iVar16) { iVar16 = iVar16 + -6; } if (uStack_88 < uVar17) { bVar14 = true; } else { uVar9 = uStack_98 * uVar17; uVar17 = (long)iVar16 + uVar9; bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9); iVar18 = iVar18 + 1; } while( true ) { FUN_002fc080(plStack_58); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = FUN_00343350(pplStack_c8,pplStack_a8); cVar15 = '\0'; if (cVar2 != '\0') goto LAB_00345f3d; uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff); uVar9 = (ulong)uVar11; cVar15 = *(char *)(lVar7 + 0x20); if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11)) break; LAB_0034615f: if (iVar18 == 0) { cVar2 = '\0'; iVar18 = 0; goto LAB_00345f3d; } FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13); iVar18 = 0; } } LAB_003463e0: cVar2 = '\0'; cVar15 = '\0'; } else { uVar17 = 0; bVar14 = false; cVar15 = '\0'; } } } else { iVar16 = 10; if (uVar11 != 8) goto LAB_00345c9d; iVar16 = 0x10; cVar2 = FUN_00343350(&plStack_58); if (cVar2 == '\0') goto LAB_00345ccb; apuStack_40[0] = &DAT_00468658; if (*(char *)(lVar7 + 0x20) != '\0') { uVar9 = 0; iVar18 = 0; bVar10 = false; bVar19 = false; uStack_b0 = 0x16; cVar2 = *(char *)(lVar7 + 0x20); goto LAB_00346468; } bVar10 = false; if (*(char *)(lVar7 + 0x148) != '\0') { iVar18 = 0; uVar9 = 0; uStack_b0 = 0x16; uStack_88 = 0x7ffffffffffffff; uStack_90 = 0x7fffffffffffffff; uStack_98 = 0x10; bVar19 = false; uVar13 = extraout_RDX; bVar10 = false; cVar2 = *(char *)(lVar7 + 0x148); goto LAB_00346070; } uVar17 = 0; iVar18 = 0; bVar14 = false; cVar15 = '\0'; bVar19 = false; } LAB_00345f3d: if (*(long *)(apuStack_40[0] + -0x18) == 0) { if ((iVar18 != 0) || (bVar10)) { LAB_00346389: if (cVar15 == '\0') { if (bVar14) { uVar9 = 0x8000000000000000; if (!bVar19) { uVar9 = 0x7fffffffffffffff; } *param_8 = uVar9; *param_7 = 4; } else { uVar9 = -uVar17; if (!bVar19) { uVar9 = uVar17; } *param_8 = uVar9; } goto LAB_00345f80; } } } else { FUN_00325e70(apuStack_40,(int)(char)iVar18); cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40); if (cVar4 == '\0') { *param_7 = 4; } if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389; } *param_8 = 0; *param_7 = 4; LAB_00345f80: uVar9 = uStack_50; plVar1 = plStack_58; if (cVar2 != '\0') { *param_7 = *param_7 | 2; } if ((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640) { FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41); } auVar20._8_8_ = uVar9; auVar20._0_8_ = plVar1; return auVar20; }
JMP 0x00345c40
null
null
null
null
[(u'MULTIEQUAL_-1205109505', u'INT_EQUAL_-1205116878'), (u'MULTIEQUAL_-1205111002', u'MULTIEQUAL_-1205110941'), ('const-0', u'COPY_-1205111730'), ('const-0', u'COPY_-1205108019'), (u'CALL_-1205115342', u'INT_ZEXT_-1205111675'), (u'MULTIEQUAL_-1205110444', u'MULTIEQUAL_-1205110432'), ('const-22', u'COPY_-1205117135'), (u'COPY_-1205111762', u'MULTIEQUAL_-1205111641'), ('tmp_1822', u'BRANCH_-1205114885'), (u'INT_ADD_-1205115359', u'MULTIEQUAL_-1205111340'), (u'CALL_-1205116610', u'INDIRECT_-1205110195'), ('tmp_513', u'CBRANCH_-1205117491'), (u'INDIRECT_-1205110034', u'MULTIEQUAL_-1205110768'), ('tmp_1405', u'CBRANCH_-1205116591'), (u'LOAD_-1205117411', u'MULTIEQUAL_-1205109769'), (u'MULTIEQUAL_-1205111329', u'MULTIEQUAL_-1205111410'), (u'CALL_-1205115294', u'INDIRECT_-1205109689'), ('const-0', u'COPY_-1205109095'), ('const-4', u'STORE_-1205116477'), ('tmp_2287', u'BRANCH_-1205115397'), (u'MULTIEQUAL_-1205110301', u'MULTIEQUAL_-1205110289'), (u'INDIRECT_-1205110748', u'MULTIEQUAL_-1205110586'), (u'INDIRECT_-1205109604', u'MULTIEQUAL_-1205109543'), (u'MULTIEQUAL_-1205110282', u'MULTIEQUAL_-1205110268'), (u'MULTIEQUAL_-1205109567', u'MULTIEQUAL_-1205109545'), ('const-16', u'INT_NOTEQUAL_-1205117109'), (u'CALL_-1205115249', u'INDIRECT_-1205109413'), (u'MULTIEQUAL_-1205110293', u'MULTIEQUAL_-1205110210'), (u'MULTIEQUAL_-1205112120', u'INT_MULT_-1205115400'), ('const-1', u'PTRADD_-1205114318'), (u'CALL_-1205117779', u'INT_ADD_-1205115975'), (u'COPY_-1205108088', u'MULTIEQUAL_-1205111190'), ('const-0', u'COPY_-1205113940'), (u'LOAD_-1205117590', u'INT_EQUAL_-1205117511'), (u'INT_SUB_-1205115375', u'INT_LESS_-1205115360'), (u'CALL_-1205115249', u'INDIRECT_-1205109544'), ('const-16', u'PTRADD_-1205115326'), (u'MULTIEQUAL_-1205110079', u'MULTIEQUAL_-1205109999'), ('const-0', u'COPY_-1205111004'), (u'MULTIEQUAL_-1205111847', u'MULTIEQUAL_-1205111752'), (u'INDIRECT_-1205109604', u'MULTIEQUAL_-1205109492'), (u'LOAD_-1205115413', u'INT_ADD_-1205115391'), (u'LOAD_-1205114380', u'INT_LESS_-1205114358'), ('const-0', u'COPY_-1205110444'), (u'INDIRECT_-1205108878', u'MULTIEQUAL_-1205109855'), (u'MULTIEQUAL_-1205108794', u'MULTIEQUAL_-1205109835'), ('const-1', u'PTRADD_-1205116623'), (u'INT_ADD_-1205117395', u'CAST_-1205109674'), (u'CALL_-1205117600', u'INDIRECT_-1205110809'), (u'INT_LESS_-1205114349', u'CBRANCH_-1205114345'), (u'MULTIEQUAL_-1205110162', u'MULTIEQUAL_-1205109642'), (u'MULTIEQUAL_-1205111002', u'MULTIEQUAL_-1205111323'), (u'COPY_-1205108074', u'COPY_-1205107949'), (u'MULTIEQUAL_-1205110456', u'MULTIEQUAL_-1205110432'), (u'LOAD_-1205117508', u'INT_NOTEQUAL_-1205117492'), ('const-1', u'PTRADD_-1205116348'), (u'MULTIEQUAL_-1205108985', u'MULTIEQUAL_-1205110046'), (u'INT_EQUAL_-1205116041', u'CBRANCH_-1205116039'), (u'MULTIEQUAL_-1205110310', u'MULTIEQUAL_-1205110282'), (u'MULTIEQUAL_-1205113121', u'INT_SUB_-1205115401'), (u'CALL_-1205117779', u'INT_ADD_-1205117492'), (u'CALL_-1205117779', u'INT_ADD_-1205117574'), (u'SUBPIECE_-1205110853', u'INT_SLESS_-1205115463'), ('const-0', u'INT_EQUAL_-1205116560'), (u'MULTIEQUAL_-1205111553', u'MULTIEQUAL_-1205111460'), ('const--64', u'PTRSUB_-1205107908'), ('const-0', u'COPY_-1205110028'), ('const-0', u'COPY_-1205109003'), (u'INDIRECT_-1205109009', u'MULTIEQUAL_-1205108925'), (u'INT_SEXT_-1205115410', u'INT_ADD_-1205115368'), (u'PTRADD_-1205115721', u'CAST_-1205109510'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109212'), (u'CAST_-1205109515', u'LOAD_-1205115790'), ('const-433', u'LOAD_-1205115620'), (u'CALL_-1205117436', u'INDIRECT_-1205110608'), (u'CAST_-1205109600', u'LOAD_-1205115970'), (u'LOAD_-1205116034', u'INT_EQUAL_-1205116019'), (u'INT_SUB_-1205115375', u'MULTIEQUAL_-1205110548'), (u'LOAD_-1205115344', u'INT_LESS_-1205115329'), (u'INDIRECT_-1205108730', u'MULTIEQUAL_-1205110233'), (u'INT_AND_-1205117740', u'INT_EQUAL_-1205114448'), (u'MULTIEQUAL_-1205108969', u'MULTIEQUAL_-1205110159'), (u'MULTIEQUAL_-1205109836', u'INT_XOR_-1205108810'), ('tmp_660', u'BRANCH_-1205117376'), (u'MULTIEQUAL_-1205110289', u'MULTIEQUAL_-1205109098'), (u'MULTIEQUAL_-1205110493', u'MULTIEQUAL_-1205110481'), ('const-0', u'INT_EQUAL_-1205114681'), ('tmp_1885', u'CBRANCH_-1205115290'), (u'INDIRECT_-1205109973', u'MULTIEQUAL_-1205110098'), ('const-0', u'INT_NOTEQUAL_-1205114557'), (u'CAST_-1205108326', u'LOAD_-1205115388'), ('const-16', u'COPY_-1205114476'), (u'INT_LESSEQUAL_-1205116669', u'CBRANCH_-1205116666'), ('tmp_4179', u'CBRANCH_-1205115949'), (u'COPY_-1205110172', u'MULTIEQUAL_-1205112045'), (u'PTRADD_-1205115790', u'CAST_-1205109550'), (u'INDIRECT_-1205109272', u'MULTIEQUAL_-1205110129'), (u'MULTIEQUAL_-1205109272', u'CBRANCH_-1205115290'), (u'COPY_-1205114302', u'MULTIEQUAL_-1205110456'), (u'INT_ADD_-1205117761', u'CAST_-1205109899'), (u'COPY_-1205107836', u'MULTIEQUAL_-1205109544'), (u'MULTIEQUAL_-1205113007', u'MULTIEQUAL_-1205113004'), (u'PTRSUB_-1205109868', u'CAST_-1205109718'), (u'MULTIEQUAL_-1205107963', u'MULTIEQUAL_-1205109505'), ('const-0', u'INT_EQUAL_-1205115223'), (u'CAST_-1205108299', u'INT_LESS_-1205114349'), (u'INT_LESS_-1205115161', u'CBRANCH_-1205115170'), (u'MULTIEQUAL_-1205110456', u'MULTIEQUAL_-1205109182'), (u'COPY_-1205109003', u'MULTIEQUAL_-1205108722'), (u'CAST_-1205108588', u'BOOL_NEGATE_-1205108776'), (u'INDIRECT_-1205110034', u'MULTIEQUAL_-1205109834'), ('const-0', u'COPY_-1205108631'), (u'CALL_-1205115301', u'INDIRECT_-1205108956'), (u'INT_ADD_-1205114157', u'CAST_-1205107702'), ('tmp_16766', u'COPY_-1205109984'), (u'CALL_-1205117779', u'INT_ADD_-1205115704'), ('const-0', u'COPY_-1205109066'), (u'INT_NOTEQUAL_-1205113679', u'CBRANCH_-1205113676'), ('const-0', u'PTRSUB_-1205108575'), (u'MULTIEQUAL_-1205112763', u'MULTIEQUAL_-1205112754'), (u'CALL_-1205115342', u'INDIRECT_-1205109012'), (u'INT_SUB_-1205115391', u'INT_LESS_-1205115385'), (u'CAST_-1205108298', u'LOAD_-1205115413'), (u'INT_ADD_-1205115359', u'MULTIEQUAL_-1205110454'), (u'PTRADD_-1205108376', u'LOAD_-1205114371'), (u'MULTIEQUAL_-1205110342', u'MULTIEQUAL_-1205110328'), (u'MULTIEQUAL_-1205109298', u'MULTIEQUAL_-1205110310'), ('const-328', u'INT_ADD_-1205114579'), ('tmp_6077', u'CBRANCH_-1205114556'), (u'MULTIEQUAL_-1205109169', u'MULTIEQUAL_-1205110334'), (u'CALL_-1205117779', u'INT_ADD_-1205117562'), ('tmp_3601', u'CBRANCH_-1205115222'), (u'INT_EQUAL_-1205114431', u'BOOL_OR_-1205114387'), (u'MULTIEQUAL_-1205109567', u'MULTIEQUAL_-1205108000'), (u'CAST_-1205107829', u'CALL_-1205114323'), ('tmp_3289', u'CBRANCH_-1205115446'), (u'CALL_-1205115568', u'INDIRECT_-1205109796'), (u'LOAD_-1205114584', u'MULTIEQUAL_-1205108754'), (u'LOAD_-1205115193', u'INT_NOTEQUAL_-1205115177'), (u'MULTIEQUAL_-1205110334', u'MULTIEQUAL_-1205109060'), ('const-0', u'COPY_-1205110387'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109081'), ('const-433', u'LOAD_-1205113577'), (u'INDIRECT_-1205109472', u'MULTIEQUAL_-1205110420'), (u'COPY_-1205109411', u'MULTIEQUAL_-1205109042'), (u'PTRSUB_-1205114561', u'MULTIEQUAL_-1205109584'), (u'LOAD_-1205115852', u'INT_LESSEQUAL_-1205115829'), ('tmp_4906', u'CBRANCH_-1205114261'), (u'INT_EQUAL_-1205117639', u'CBRANCH_-1205117632'), (u'LOAD_-1205114371', u'CAST_-1205108304'), (u'PTRSUB_-1205109986', u'CALL_-1205117779'), ('const-0', u'COPY_-1205114302'), (u'LOAD_-1205116692', u'INT_LESSEQUAL_-1205116669'), (u'INDIRECT_-1205109437', u'MULTIEQUAL_-1205109907'), (u'INDIRECT_-1205108526', u'MULTIEQUAL_-1205110455'), (u'INT_ADD_-1205115276', u'CAST_-1205108085'), (u'COPY_-1205107770', u'MULTIEQUAL_-1205111190'), (u'BOOL_NEGATE_-1205110563', u'BOOL_AND_-1205114386'), ('const-1', u'PTRADD_-1205116513'), (u'MULTIEQUAL_-1205110394', u'MULTIEQUAL_-1205110371'), ('const-1', u'PTRADD_-1205115282'), (u'MULTIEQUAL_-1205112720', u'MULTIEQUAL_-1205112206'), ('const-0', u'INT_NOTEQUAL_-1205115643'), (u'MULTIEQUAL_-1205110394', u'MULTIEQUAL_-1205109377'), (u'MULTIEQUAL_-1205110334', u'MULTIEQUAL_-1205109318'), (u'CALL_-1205115249', u'INDIRECT_-1205109473'), (u'COPY_-1205114400', u'MULTIEQUAL_-1205111644'), ('const-433', u'LOAD_-1205113731'), (u'INT_SLESSEQUAL_-1205116743', u'CBRANCH_-1205116751'), ('tmp_2538', u'BRANCH_-1205114966'), (u'COPY_-1205111812', u'MULTIEQUAL_-1205111752'), ('const-24', u'PTRADD_-1205114244'), (u'BOOL_OR_-1205114387', u'MULTIEQUAL_-1205109704'), ('const-0', u'STORE_-1205116497'), (u'CALLIND_-1205113663', u'INDIRECT_-1205108426'), ('const-22', u'COPY_-1205113671'), (u'CALL_-1205116610', u'INDIRECT_-1205110074'), ('const-1', u'PTRADD_-1205115783'), (u'MULTIEQUAL_-1205110019', u'MULTIEQUAL_-1205108716'), (u'MULTIEQUAL_-1205110452', u'MULTIEQUAL_-1205108633'), (u'MULTIEQUAL_-1205111518', u'MULTIEQUAL_-1205109969'), ('tmp_4784', u'CBRANCH_-1205114562'), (u'CAST_-1205109025', u'INT_NOTEQUAL_-1205116383'), (u'PTRSUB_-1205109911', u'CAST_-1205109838'), (u'MULTIEQUAL_-1205110420', u'MULTIEQUAL_-1205110394'), (u'CALLIND_-1205113773', u'INDIRECT_-1205108798'), (u'INDIRECT_-1205110034', u'MULTIEQUAL_-1205108825'), (u'MULTIEQUAL_-1205110293', u'MULTIEQUAL_-1205110098'), (u'INT_AND_-1205110993', u'MULTIEQUAL_-1205111542'), (u'MULTIEQUAL_-1205109286', u'MULTIEQUAL_-1205109369'), (u'COPY_-1205107797', u'MULTIEQUAL_-1205108035'), (u'CALL_-1205115327', u'INDIRECT_-1205109651'), (u'MULTIEQUAL_-1205111633', u'MULTIEQUAL_-1205111624'), (u'LOAD_-1205115664', u'MULTIEQUAL_-1205110611'), (u'BOOL_OR_-1205115871', u'MULTIEQUAL_-1205109534'), (u'CALL_-1205115273', u'INDIRECT_-1205109130'), (u'INT_NOTEQUAL_-1205116537', u'CBRANCH_-1205116535'), (u'INT_EQUAL_-1205117417', u'CBRANCH_-1205117416'), (u'MULTIEQUAL_-1205110716', u'MULTIEQUAL_-1205111683'), (u'COPY_-1205109481', u'MULTIEQUAL_-1205107963'), (u'CALLIND_-1205113663', u'INDIRECT_-1205108497'), (u'INT_NOTEQUAL_-1205115213', u'CBRANCH_-1205115211'), (u'CALL_-1205115155', u'INDIRECT_-1205109557'), ('const-1', u'PTRADD_-1205116630'), (u'MULTIEQUAL_-1205110837', u'INT_SEXT_-1205115410'), (u'CALL_-1205117436', u'INDIRECT_-1205110668'), ('const-32', u'INT_ADD_-1205113561'), ('tmp_2849', u'CBRANCH_-1205115725'), (u'COPY_-1205107827', u'MULTIEQUAL_-1205111494'), (u'MULTIEQUAL_-1205109286', u'MULTIEQUAL_-1205109272'), ('tmp_4916', u'BRANCH_-1205114243'), ('tmp_4746', u'CBRANCH_-1205114589'), (u'MULTIEQUAL_-1205109611', u'MULTIEQUAL_-1205109598'), (u'MULTIEQUAL_-1205109896', u'COPY_-1205109216'), ('tmp_3713', u'BRANCH_-1205115139'), (u'MULTIEQUAL_-1205109565', u'MULTIEQUAL_-1205109350'), (u'INT_EQUAL_-1205114448', u'BOOL_OR_-1205114387'), (u'COPY_-1205110798', u'MULTIEQUAL_-1205111732'), (u'MULTIEQUAL_-1205109412', u'MULTIEQUAL_-1205109965'), (u'CALL_-1205117469', u'INDIRECT_-1205110560'), ('const-76', u'INT_ADD_-1205116062'), (u'CAST_-1205109674', u'LOAD_-1205117411'), ('const-0', u'INT_EQUAL_-1205115728'), (u'MULTIEQUAL_-1205113004', u'SUBPIECE_-1205111869'), ('const-240', u'INT_ADD_-1205115704'), (u'INT_NOTEQUAL_-1205116383', u'CBRANCH_-1205116379'), (u'MULTIEQUAL_-1205109741', u'INT_EQUAL_-1205115639'), (u'MULTIEQUAL_-1205110159', u'MULTIEQUAL_-1205109046'), ('const-74', u'INT_AND_-1205117740'), (u'LOAD_-1205116692', u'MULTIEQUAL_-1205112997'), (u'MULTIEQUAL_-1205112045', u'MULTIEQUAL_-1205112120'), (u'INT_NOTEQUAL_-1205115680', u'BOOL_AND_-1205115638'), (u'MULTIEQUAL_-1205109369', u'MULTIEQUAL_-1205108074'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109333'), (u'CALL_-1205117661', u'INDIRECT_-1205110721'), (u'INDIRECT_-1205108597', u'MULTIEQUAL_-1205110526'), (u'INDIRECT_-1205109665', u'MULTIEQUAL_-1205109604'), (u'MULTIEQUAL_-1205109545', u'MULTIEQUAL_-1205108141'), (u'CALL_-1205114902', u'INDIRECT_-1205108394'), (u'INDIRECT_-1205109973', u'MULTIEQUAL_-1205110707'), (u'MULTIEQUAL_-1205109545', u'CBRANCH_-1205116987'), (u'CALL_-1205115342', u'INDIRECT_-1205109072'), (u'MULTIEQUAL_-1205109505', u'MULTIEQUAL_-1205109298'), ('const-433', u'STORE_-1205116646'), (u'BOOL_NEGATE_-1205109822', u'CBRANCH_-1205115996'), (u'MULTIEQUAL_-1205108908', u'MULTIEQUAL_-1205110098'), (u'MULTIEQUAL_-1205109246', u'MULTIEQUAL_-1205110452'), (u'MULTIEQUAL_-1205109836', u'MULTIEQUAL_-1205108607'), (u'INDIRECT_-1205109544', u'MULTIEQUAL_-1205108716'), (u'INDIRECT_-1205108772', u'MULTIEQUAL_-1205110493'), ('tmp_24091', u'STORE_-1205116497'), (u'COPY_-1205107644', u'MULTIEQUAL_-1205109272'), (u'CAST_-1205109203', u'LOAD_-1205116692'), (u'MULTIEQUAL_-1205110523', u'CAST_-1205108518'), ('const-433', u'LOAD_-1205114341'), (u'CALLIND_-1205113721', u'INDIRECT_-1205108651'), ('tmp_5925', u'CBRANCH_-1205114676'), ('tmp_6241', u'BRANCH_-1205113079'), (u'MULTIEQUAL_-1205111767', u'INT_ADD_-1205113773'), ('tmp_3744', u'BRANCH_-1205114035'), (u'MULTIEQUAL_-1205109471', u'MULTIEQUAL_-1205110992'), (u'MULTIEQUAL_-1205109350', u'CBRANCH_-1205115194'), ('const-0', u'COPY_-1205107731'), (u'MULTIEQUAL_-1205111604', u'MULTIEQUAL_-1205111767'), (u'INDIRECT_-1205109497', u'MULTIEQUAL_-1205109965'), (u'MULTIEQUAL_-1205110583', u'MULTIEQUAL_-1205110342'), (u'COPY_-1205111250', u'MULTIEQUAL_-1205112763'), (u'LOAD_-1205113577', u'MULTIEQUAL_-1205109756'), (u'PTRADD_-1205116586', u'CAST_-1205109177'), (u'COPY_-1205114476', u'MULTIEQUAL_-1205110304'), (u'CALL_-1205114323', u'INDIRECT_-1205108851'), (u'CAST_-1205108314', u'MULTIEQUAL_-1205108412'), ('const-0', u'SUBPIECE_-1205110966'), (u'CALL_-1205117469', u'INDIRECT_-1205110631'), (u'INDIRECT_-1205108737', u'MULTIEQUAL_-1205109229'), ('const-0', u'SUBPIECE_-1205110978'), ('tmp_16758', u'PTRSUB_-1205109911'), (u'LOAD_-1205115664', u'INT_NOTEQUAL_-1205115643'), (u'INT_SRIGHT_-1205115505', u'SUBPIECE_-1205110853'), ('const-433', u'LOAD_-1205116078'), (u'MULTIEQUAL_-1205109769', u'MULTIEQUAL_-1205109756'), (u'MULTIEQUAL_-1205110038', u'MULTIEQUAL_-1205109986'), (u'CAST_-1205108539', u'LOAD_-1205114373'), (u'INDIRECT_-1205110729', u'MULTIEQUAL_-1205110432'), ('const-32', u'INT_ADD_-1205115615'), (u'BOOL_NEGATE_-1205107900', u'CBRANCH_-1205114893'), (u'CAST_-1205109510', u'LOAD_-1205115783'), ('const-0', u'PTRSUB_-1205117000'), ('tmp_4822', u'BRANCH_-1205114531'), ('const-0', u'COPY_-1205107681'), (u'CAST_-1205108635', u'CALL_-1205115294'), (u'MULTIEQUAL_-1205110760', u'INT_EQUAL_-1205115182'), ('const-433', u'LOAD_-1205115845'), (u'COPY_-1205109374', u'MULTIEQUAL_-1205108412'), (u'MULTIEQUAL_-1205108074', u'MULTIEQUAL_-1205109272'), (u'INT_ADD_-1205115615', u'CAST_-1205109442'), ('tmp_5083', u'BRANCH_-1205114284'), (u'MULTIEQUAL_-1205111410', u'MULTIEQUAL_-1205110115'), (u'MULTIEQUAL_-1205111649', u'MULTIEQUAL_-1205111633'), ('const-4294967295', u'PIECE_-1205109521'), ('const-8', u'PTRADD_-1205108371'), (u'MULTIEQUAL_-1205109836', u'MULTIEQUAL_-1205108035'), ('tmp_24090', u'STORE_-1205115244'), ('const-0', u'INT_EQUAL_-1205115317'), (u'INT_EQUAL_-1205114264', u'CBRANCH_-1205114261'), ('const-24', u'PTRADD_-1205115721'), (u'MULTIEQUAL_-1205108796', u'MULTIEQUAL_-1205108722'), (u'CALL_-1205117469', u'INDIRECT_-1205110691'), (u'INT_LESS_-1205115360', u'CBRANCH_-1205115369'), (u'INT_LESSEQUAL_-1205116717', u'CBRANCH_-1205116713'), (u'CALL_-1205117779', u'INT_ADD_-1205117529'), (u'INT_OR_-1205108460', u'CAST_-1205108314'), ('const-433', u'LOAD_-1205115760'), (u'INDIRECT_-1205109604', u'MULTIEQUAL_-1205109724'), ('const-0', u'INT_NOTEQUAL_-1205116457'), ('const-0', u'COPY_-1205108067'), (u'MULTIEQUAL_-1205111323', u'SUBPIECE_-1205110978'), (u'INT_EQUAL_-1205115699', u'BOOL_AND_-1205115638'), ('const-0', u'INT_EQUAL_-1205115259'), ('tmp_596', u'CBRANCH_-1205117416'), (u'LOAD_-1205115970', u'INT_NOTEQUAL_-1205115954'), (u'MULTIEQUAL_-1205110505', u'MULTIEQUAL_-1205110493'), (u'SUBPIECE_-1205110978', u'CALL_-1205115301'), (u'MULTIEQUAL_-1205109369', u'INT_OR_-1205108460'), (u'MULTIEQUAL_-1205112120', u'MULTIEQUAL_-1205112054'), (u'MULTIEQUAL_-1205109642', u'MULTIEQUAL_-1205109593'), (u'INT_NOTEQUAL_-1205116079', u'CBRANCH_-1205116079'), (u'MULTIEQUAL_-1205110038', u'MULTIEQUAL_-1205108925'), (u'MULTIEQUAL_-1205108716', u'MULTIEQUAL_-1205109907'), ('const-16', u'COPY_-1205111289'), ('tmp_2765', u'BRANCH_-1205115108'), (u'MULTIEQUAL_-1205108794', u'MULTIEQUAL_-1205109855'), (u'CALL_-1205115155', u'INDIRECT_-1205109366'), (u'MULTIEQUAL_-1205108688', u'MULTIEQUAL_-1205109686'), ('const-433', u'LOAD_-1205114595'), (u'MULTIEQUAL_-1205112206', u'MULTIEQUAL_-1205112145'), (u'CALL_-1205117436', u'MULTIEQUAL_-1205109544'), (u'INT_ADD_-1205115975', u'CAST_-1205109609'), (u'CALL_-1205116610', u'INDIRECT_-1205110003'), (u'COPY_-1205111100', u'MULTIEQUAL_-1205111002'), ('const-433', u'LOAD_-1205114488'), (u'INDIRECT_-1205109072', u'MULTIEQUAL_-1205110079'), (u'CAST_-1205108964', u'LOAD_-1205114663'), ('const-4294967295', u'INT_EQUAL_-1205114310'), ('tmp_3882', u'BRANCH_-1205114152'), (u'INT_ADD_-1205115704', u'INT_SUB_-1205115528'), (u'MULTIEQUAL_-1205110583', u'MULTIEQUAL_-1205110371'), (u'MULTIEQUAL_-1205109834', u'MULTIEQUAL_-1205109604'), ('tmp_5140', u'BRANCH_-1205113755'), (u'MULTIEQUAL_-1205110992', u'SUBPIECE_-1205110966'), ('tmp_2510', u'CBRANCH_-1205115326'), (u'MULTIEQUAL_-1205111641', u'MULTIEQUAL_-1205110823'), ('const-433', u'LOAD_-1205113673'), ('const-433', u'LOAD_-1205117508'), ('const-232', u'INT_ADD_-1205115975'), (u'INT_ADD_-1205115337', u'MULTIEQUAL_-1205110837'), (u'MULTIEQUAL_-1205109773', u'MULTIEQUAL_-1205109543'), ('const-433', u'LOAD_-1205114313'), (u'INT_EQUAL_-1205117511', u'CBRANCH_-1205117509'), ('const-1', u'COPY_-1205108206'), ('const-433', u'LOAD_-1205115439'), ('const-48', u'INT_SUB_-1205116727'), ('const-433', u'LOAD_-1205114663'), ('const-24', u'PTRADD_-1205115282'), ('const-433', u'LOAD_-1205114380'), (u'CALL_-1205115568', u'INDIRECT_-1205109604'), (u'INT_ADD_-1205115391', u'CAST_-1205108294'), (u'INT_ADD_-1205115954', u'CAST_-1205109600'), (u'MULTIEQUAL_-1205111542', u'SUBPIECE_-1205111605'), ('const-55', u'INT_SUB_-1205115103'), (u'INT_ADD_-1205113657', u'CAST_-1205107586'), (u'INDIRECT_-1205109628', u'MULTIEQUAL_-1205110098'), ('const-433', u'LOAD_-1205115344'), (u'MULTIEQUAL_-1205110523', u'MULTIEQUAL_-1205110310'), ('const-1', u'COPY_-1205108747'), (u'INT_NOTEQUAL_-1205115643', u'CBRANCH_-1205115643'), (u'MULTIEQUAL_-1205111767', u'MULTIEQUAL_-1205111556'), (u'INDIRECT_-1205110034', u'MULTIEQUAL_-1205110159'), (u'MULTIEQUAL_-1205110941', u'MULTIEQUAL_-1205110837'), (u'SUBPIECE_-1205111330', u'INT_SUB_-1205115103'), (u'MULTIEQUAL_-1205109713', u'MULTIEQUAL_-1205109483'), ('tmp_2693', u'BRANCH_-1205115155'), ('tmp_16758', u'PTRSUB_-1205108930'), ('const-0', u'INT_EQUAL_-1205114448'), (u'MULTIEQUAL_-1205112784', u'MULTIEQUAL_-1205112754'), (u'CAST_-1205108425', u'LOAD_-1205114584'), (u'CALLIND_-1205113721', u'INDIRECT_-1205108711'), (u'MULTIEQUAL_-1205109784', u'INT_EQUAL_-1205115729'), (u'MULTIEQUAL_-1205111987', u'MULTIEQUAL_-1205111847'), (u'CAST_-1205108510', u'LOAD_-1205114475'), (u'MULTIEQUAL_-1205111507', u'MULTIEQUAL_-1205111323'), (u'MULTIEQUAL_-1205111412', u'MULTIEQUAL_-1205110548'), (u'CAST_-1205108294', u'LOAD_-1205115407'), (u'COPY_-1205109284', u'MULTIEQUAL_-1205111190'), ('const-16', u'PTRADD_-1205116630'), ('const-433', u'LOAD_-1205117545'), (u'INDIRECT_-1205109735', u'MULTIEQUAL_-1205109623'), (u'INDIRECT_-1205109012', u'MULTIEQUAL_-1205110019'), (u'LOAD_-1205115790', u'INT_LESS_-1205115768'), ('const-0', u'PTRSUB_-1205114561'), (u'INDIRECT_-1205109689', u'MULTIEQUAL_-1205110159'), (u'INDIRECT_-1205109413', u'MULTIEQUAL_-1205109532'), (u'LOAD_-1205117578', u'INT_EQUAL_-1205117555'), (u'CAST_-1205109442', u'LOAD_-1205115631'), (u'INT_EQUAL_-1205115729', u'CBRANCH_-1205115727'), (u'INT_ADD_-1205115803', u'STORE_-1205115795'), (u'INDIRECT_-1205108851', u'MULTIEQUAL_-1205110354'), (u'CALL_-1205115327', u'INDIRECT_-1205109520'), (u'CALL_-1205117436', u'INDIRECT_-1205110729'), (u'MULTIEQUAL_-1205110523', u'MULTIEQUAL_-1205110384'), (u'MULTIEQUAL_-1205109584', u'MULTIEQUAL_-1205109907'), (u'MULTIEQUAL_-1205111624', u'MULTIEQUAL_-1205110053'), (u'COPY_-1205110028', u'COPY_-1205108088'), (u'MULTIEQUAL_-1205110263', u'MULTIEQUAL_-1205109246'), (u'MULTIEQUAL_-1205110420', u'MULTIEQUAL_-1205109229'), (u'COPY_-1205113671', u'MULTIEQUAL_-1205109471'), ('const-0', u'COPY_-1205109579'), ('const-208', u'INT_ADD_-1205117802'), ('const--64', u'PTRSUB_-1205108899'), (u'MULTIEQUAL_-1205108990', u'MULTIEQUAL_-1205109246'), (u'CAST_-1205109718', u'CALL_-1205117436'), (u'MULTIEQUAL_-1205110244', u'INT_SUB_-1205115391'), (u'LOAD_-1205117590', u'MULTIEQUAL_-1205109997'), (u'CALL_-1205114323', u'INDIRECT_-1205108599'), (u'COPY_-1205108771', u'MULTIEQUAL_-1205111190'), ('const--88', u'PTRSUB_-1205108930'), (u'CAST_-1205108085', u'LOAD_-1205115292'), (u'INDIRECT_-1205109130', u'MULTIEQUAL_-1205110107'), (u'PTRADD_-1205116348', u'CAST_-1205109030'), (u'PTRADD_-1205115282', u'CAST_-1205108309'), (u'COPY_-1205108389', u'MULTIEQUAL_-1205109741'), (u'MULTIEQUAL_-1205110455', u'MULTIEQUAL_-1205110452'), (u'MULTIEQUAL_-1205109298', u'MULTIEQUAL_-1205109286'), (u'INDIRECT_-1205109426', u'MULTIEQUAL_-1205109492'), (u'INDIRECT_-1205108718', u'MULTIEQUAL_-1205110647'), (u'INT_AND_-1205117740', u'INT_EQUAL_-1205115914'), ('const-0', u'COPY_-1205114400'), (u'MULTIEQUAL_-1205108141', u'MULTIEQUAL_-1205109329'), (u'COPY_-1205109622', u'MULTIEQUAL_-1205111190'), (u'MULTIEQUAL_-1205109724', u'MULTIEQUAL_-1205108908'), (u'CAST_-1205108188', u'LOAD_-1205114313'), (u'MULTIEQUAL_-1205110611', u'MULTIEQUAL_-1205111190'), (u'COPY_-1205109738', u'MULTIEQUAL_-1205111323'), (u'MULTIEQUAL_-1205109915', u'MULTIEQUAL_-1205109896'), (u'COPY_-1205107681', u'MULTIEQUAL_-1205109272'), (u'MULTIEQUAL_-1205111323', u'INT_NOTEQUAL_-1205115213'), (u'INT_ADD_-1205116062', u'CAST_-1205109653'), ('const-0', u'COPY_-1205109439'), (u'SUBPIECE_-1205112259', u'INT_NOTEQUAL_-1205115604'), ('const-4', u'SUBPIECE_-1205109521'), (u'INDIRECT_-1205109473', u'MULTIEQUAL_-1205109593'), ('tmp_1250', u'CBRANCH_-1205116713'), (u'COPY_-1205112212', u'MULTIEQUAL_-1205112120'), ('const-0', u'COPY_-1205111250'), (u'INDIRECT_-1205109412', u'INT_NOTEQUAL_-1205114425'), (u'MULTIEQUAL_-1205110102', u'MULTIEQUAL_-1205109907'), (u'CAST_-1205108183', u'LOAD_-1205114306'), (u'CALL_-1205117600', u'INT_NOTEQUAL_-1205117492'), (u'CALL_-1205116610', u'INT_NOTEQUAL_-1205116591'), ('const-0', u'COPY_-1205111861'), (u'COPY_-1205109407', u'MULTIEQUAL_-1205108988'), (u'SUBPIECE_-1205109303', u'INT_EQUAL_-1205114591'), (u'MULTIEQUAL_-1205109834', u'MULTIEQUAL_-1205109785'), ('const-433', u'LOAD_-1205116692'), (u'LOAD_-1205115388', u'INT_LESS_-1205115329'), ('const-433', u'LOAD_-1205114475'), ('const--88', u'PTRSUB_-1205109455'), ('tmp_1451', u'CBRANCH_-1205116555'), (u'INDIRECT_-1205109533', u'MULTIEQUAL_-1205110481'), ('const-224', u'INT_ADD_-1205117562'), (u'COPY_-1205117135', u'MULTIEQUAL_-1205111025'), (u'MULTIEQUAL_-1205110760', u'SUBPIECE_-1205111436'), (u'MULTIEQUAL_-1205109980', u'INT_NOTEQUAL_-1205116079'), ('const--24', u'PTRADD_-1205116348'), (u'INT_EQUAL_-1205116897', u'CBRANCH_-1205116895'), (u'MULTIEQUAL_-1205108900', u'MULTIEQUAL_-1205108074'), (u'LOAD_-1205115620', u'INT_NOTEQUAL_-1205115604'), (u'CALL_-1205114175', u'INDIRECT_-1205108597'), (u'CAST_-1205108588', u'MULTIEQUAL_-1205109724'), ('tmp_5311', u'BRANCH_-1205113580'), (u'CALL_-1205115301', u'INDIRECT_-1205108896'), ('tmp_779', u'CBRANCH_-1205117040'), (u'INT_AND_-1205117740', u'INT_EQUAL_-1205117740'), (u'COPY_-1205109787', u'MULTIEQUAL_-1205109724'), (u'INDIRECT_-1205109796', u'MULTIEQUAL_-1205109684'), ('tmp_2822', u'BRANCH_-1205114370'), (u'SUBPIECE_-1205111436', u'CALL_-1205115155'), (u'MULTIEQUAL_-1205113004', u'MULTIEQUAL_-1205111779'), (u'INDIRECT_-1205110842', u'MULTIEQUAL_-1205110403'), (u'CALL_-1205114175', u'INDIRECT_-1205108526'), (u'COPY_-1205108370', u'MULTIEQUAL_-1205109741'), (u'CALL_-1205114703', u'INDIRECT_-1205110034'), (u'MULTIEQUAL_-1205109584', u'MULTIEQUAL_-1205109532'), (u'PTRSUB_-1205108221', u'CAST_-1205108115'), (u'BOOL_NEGATE_-1205111577', u'BOOL_AND_-1205115870'), (u'COPY_-1205107782', u'MULTIEQUAL_-1205108000'), (u'INDIRECT_-1205108798', u'MULTIEQUAL_-1205109289'), (u'MULTIEQUAL_-1205110240', u'MULTIEQUAL_-1205110197'), (u'MULTIEQUAL_-1205109329', u'BOOL_NEGATE_-1205107900'), ('const-433', u'LOAD_-1205115991'), ('const-11', u'INT_LESS_-1205116790'), (u'MULTIEQUAL_-1205108985', u'MULTIEQUAL_-1205110027'), (u'CALLIND_-1205113773', u'INDIRECT_-1205108606'), (u'PTRADD_-1205114251', u'CAST_-1205108188'), (u'MULTIEQUAL_-1205109836', u'BOOL_NEGATE_-1205109822'), (u'INT_LESS_-1205114358', u'CBRANCH_-1205114355'), (u'MULTIEQUAL_-1205111507', u'MULTIEQUAL_-1205111410'), ('const-0', u'INT_EQUAL_-1205116897'), ('const-16', u'INT_ADD_-1205115276'), ('tmp_1479', u'CBRANCH_-1205116535'), (u'INDIRECT_-1205108878', u'MULTIEQUAL_-1205108794'), (u'MULTIEQUAL_-1205109377', u'MULTIEQUAL_-1205109358'), ('tmp_4457', u'CBRANCH_-1205115764'), (u'MULTIEQUAL_-1205110210', u'MULTIEQUAL_-1205108908'), ('const-0', u'INT_NOTEQUAL_-1205116537'), (u'CAST_-1205109769', u'LOAD_-1205117545'), (u'MULTIEQUAL_-1205109654', u'MULTIEQUAL_-1205108607'), (u'CAST_-1205108591', u'LOAD_-1205115217'), (u'MULTIEQUAL_-1205109483', u'MULTIEQUAL_-1205110038'), (u'CALL_-1205117600', u'INT_NOTEQUAL_-1205115423'), (u'INDIRECT_-1205108497', u'MULTIEQUAL_-1205109060'), ('tmp_477', u'CBRANCH_-1205117509'), (u'MULTIEQUAL_-1205112120', u'INT_LESS_-1205115345'), (u'COPY_-1205113940', u'MULTIEQUAL_-1205110363'), ('const-433', u'LOAD_-1205114373'), ('const-0', u'COPY_-1205109738'), (u'MULTIEQUAL_-1205109997', u'MULTIEQUAL_-1205109980'), ('const-76', u'INT_ADD_-1205115423'), (u'CAST_-1205109792', u'LOAD_-1205117590'), (u'MULTIEQUAL_-1205108854', u'MULTIEQUAL_-1205109915'), ('const-72', u'INT_ADD_-1205113715'), ('tmp_697', u'CBRANCH_-1205117107'), (u'MULTIEQUAL_-1205110149', u'MULTIEQUAL_-1205108848'), ('const-433', u'LOAD_-1205115388'), ('tmp_16758', u'PTRSUB_-1205109869'), (u'MULTIEQUAL_-1205109622', u'MULTIEQUAL_-1205109611'), ('const--88', u'PTRSUB_-1205109108'), (u'MULTIEQUAL_-1205109529', u'COPY_-1205109481'), (u'INT_LESS_-1205115385', u'INT_OR_-1205108837'), (u'INT_NOTEQUAL_-1205115275', u'CBRANCH_-1205115274'), (u'MULTIEQUAL_-1205110716', u'MULTIEQUAL_-1205111714'), (u'CALL_-1205117779', u'INT_ADD_-1205115227'), (u'INT_EQUAL_-1205115317', u'CBRANCH_-1205115314'), (u'MULTIEQUAL_-1205110456', u'MULTIEQUAL_-1205109438'), ('const--66', u'PTRSUB_-1205109986'), ('tmp_3971', u'CBRANCH_-1205116079'), ('const-0', u'COPY_-1205107836'), (u'LOAD_-1205115783', u'INT_LESS_-1205115768'), (u'INT_NOTEQUAL_-1205115975', u'CBRANCH_-1205115971'), (u'CALL_-1205115249', u'INDIRECT_-1205109604'), (u'INT_ADD_-1205113561', u'CAST_-1205107844'), (u'MULTIEQUAL_-1205109046', u'MULTIEQUAL_-1205110107'), (u'COPY_-1205109217', u'COPY_-1205109161'), ('const-0', u'INT_NOTEQUAL_-1205114606'), (u'MULTIEQUAL_-1205110384', u'PTRADD_-1205115721'), (u'INT_NOTEQUAL_-1205114557', u'CBRANCH_-1205114556'), ('const-24', u'PTRADD_-1205114311'), ('const-4294967290', u'INT_ADD_-1205115481'), (u'MULTIEQUAL_-1205111633', u'INT_SEXT_-1205117091'), (u'MULTIEQUAL_-1205110371', u'MULTIEQUAL_-1205110342'), (u'CALLIND_-1205114465', u'INDIRECT_-1205109472'), (u'INT_EQUAL_-1205115728', u'CBRANCH_-1205115725'), (u'MULTIEQUAL_-1205111623', u'MULTIEQUAL_-1205111604'), (u'LOAD_-1205115852', u'MULTIEQUAL_-1205113338'), (u'SUBPIECE_-1205110853', u'COPY_-1205108863'), ('const-433', u'LOAD_-1205117578'), ('tmp_16764', u'INT_ADD_-1205117761'), (u'INDIRECT_-1205109412', u'MULTIEQUAL_-1205110363'), (u'MULTIEQUAL_-1205110210', u'MULTIEQUAL_-1205110129'), (u'SUBPIECE_-1205112271', u'INT_EQUAL_-1205115627'), (u'SUBPIECE_-1205110558', u'PIECE_-1205110558'), ('const-9223372036854775807', u'COPY_-1205117005'), (u'CAST_-1205108821', u'CALL_-1205115568'), (u'INDIRECT_-1205108426', u'MULTIEQUAL_-1205108990'), (u'MULTIEQUAL_-1205110293', u'MULTIEQUAL_-1205109773'), (u'MULTIEQUAL_-1205108161', u'MULTIEQUAL_-1205109350'), (u'MULTIEQUAL_-1205110268', u'MULTIEQUAL_-1205110233'), (u'CALL_-1205117779', u'INDIRECT_-1205110908'), (u'COPY_-1205108039', u'MULTIEQUAL_-1205109611'), (u'MULTIEQUAL_-1205111556', u'MULTIEQUAL_-1205111518'), (u'CALL_-1205114703', u'MULTIEQUAL_-1205109298'), (u'INT_EQUAL_-1205114448', u'BOOL_NEGATE_-1205110564'), ('const-24', u'PTRADD_-1205115783'), ('tmp_4656', u'CBRANCH_-1205115636'), (u'MULTIEQUAL_-1205109098', u'MULTIEQUAL_-1205110263'), (u'MULTIEQUAL_-1205112120', u'MULTIEQUAL_-1205111170'), (u'CAST_-1205108349', u'INT_SEXT_-1205115429'), (u'PTRSUB_-1205109102', u'CAST_-1205109026'), (u'CALL_-1205117779', u'INT_ADD_-1205115423'), (u'COPY_-1205108965', u'MULTIEQUAL_-1205108988'), (u'INDIRECT_-1205109413', u'MULTIEQUAL_-1205109351'), (u'MULTIEQUAL_-1205110289', u'MULTIEQUAL_-1205110263'), (u'CAST_-1205109633', u'LOAD_-1205116034'), (u'MULTIEQUAL_-1205113338', u'INT_ADD_-1205115803'), ('const--104', u'PTRSUB_-1205109102'), (u'MULTIEQUAL_-1205112120', u'MULTIEQUAL_-1205110823'), ('const-0', u'COPY_-1205107700'), (u'MULTIEQUAL_-1205110941', u'INT_ADD_-1205115337'), ('const-10', u'COPY_-1205112117'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109272'), (u'MULTIEQUAL_-1205109773', u'MULTIEQUAL_-1205110098'), (u'MULTIEQUAL_-1205109289', u'MULTIEQUAL_-1205110456'), (u'CAST_-1205109177', u'STORE_-1205116646'), ('const-433', u'LOAD_-1205115790'), (u'MULTIEQUAL_-1205111340', u'MULTIEQUAL_-1205111329'), (u'CAST_-1205109643', u'LOAD_-1205116056'), ('const-0', u'SUBPIECE_-1205110452'), (u'MULTIEQUAL_-1205110837', u'MULTIEQUAL_-1205110941'), (u'INT_SUB_-1205115133', u'INT_LESS_-1205115118'), (u'PTRADD_-1205116630', u'CAST_-1205109203'), (u'INDIRECT_-1205109973', u'MULTIEQUAL_-1205109773'), (u'INDIRECT_-1205109341', u'SUBPIECE_-1205109340'), (u'INDIRECT_-1205108938', u'MULTIEQUAL_-1205108854'), ('const-0', u'COPY_-1205107770'), (u'MULTIEQUAL_-1205108512', u'INT_EQUAL_-1205114310'), (u'MULTIEQUAL_-1205111683', u'MULTIEQUAL_-1205110616'), ('tmp_16758', u'PTRSUB_-1205108899'), (u'INT_NOTEQUAL_-1205117712', u'CBRANCH_-1205117711'), (u'COPY_-1205114256', u'MULTIEQUAL_-1205109318'), (u'INDIRECT_-1205110003', u'MULTIEQUAL_-1205109965'), ('const-433', u'LOAD_-1205114364'), (u'MULTIEQUAL_-1205111767', u'MULTIEQUAL_-1205110541'), (u'COPY_-1205107828', u'MULTIEQUAL_-1205111494'), (u'MULTIEQUAL_-1205110548', u'CAST_-1205108349'), (u'INT_EQUAL_-1205115931', u'BOOL_OR_-1205115871'), (u'COPY_-1205109161', u'PIECE_-1205111313'), (u'MULTIEQUAL_-1205109505', u'COPY_-1205109407'), (u'COPY_-1205107646', u'MULTIEQUAL_-1205107963'), (u'CALLIND_-1205113663', u'INT_AND_-1205110993'), (u'INT_EQUAL_-1205116560', u'CBRANCH_-1205116555'), (u'CALL_-1205115273', u'INDIRECT_-1205108938'), (u'CALL_-1205117600', u'INT_EQUAL_-1205117530'), ('tmp_4520', u'CBRANCH_-1205115727'), ('const-0', u'COPY_-1205109787'), ('const-22', u'COPY_-1205113091'), ('const-72', u'INT_ADD_-1205113767'), (u'MULTIEQUAL_-1205110523', u'PTRADD_-1205114318'), ('const-433', u'LOAD_-1205115783'), (u'INDIRECT_-1205109473', u'MULTIEQUAL_-1205109412'), (u'LOAD_-1205114488', u'INT_ADD_-1205114459'), (u'MULTIEQUAL_-1205109358', u'MULTIEQUAL_-1205110371'), (u'MULTIEQUAL_-1205110371', u'MULTIEQUAL_-1205110328'), ('const-24', u'INT_ADD_-1205115283'), (u'MULTIEQUAL_-1205109545', u'MULTIEQUAL_-1205109023'), ('const-0', u'COPY_-1205107782'), ('const-16', u'PTRADD_-1205114251'), (u'MULTIEQUAL_-1205111779', u'MULTIEQUAL_-1205112784'), (u'MULTIEQUAL_-1205109298', u'INT_NOTEQUAL_-1205116457'), (u'INDIRECT_-1205109264', u'MULTIEQUAL_-1205110271'), ('const-80', u'INT_ADD_-1205114459'), (u'INT_EQUAL_-1205115259', u'CBRANCH_-1205115257'), (u'CAST_-1205109198', u'LOAD_-1205116685'), (u'MULTIEQUAL_-1205110432', u'MULTIEQUAL_-1205110420'), ('const-433', u'LOAD_-1205115243'), (u'MULTIEQUAL_-1205109182', u'MULTIEQUAL_-1205109438'), (u'CALL_-1205117779', u'INT_ADD_-1205115954'), (u'COPY_-1205108067', u'MULTIEQUAL_-1205109534'), (u'INT_EQUAL_-1205114310', u'CBRANCH_-1205114307'), (u'CALL_-1205117600', u'INDIRECT_-1205110688'), (u'INT_NOTEQUAL_-1205115604', u'CBRANCH_-1205115603'), ('const-4294967295', u'PIECE_-1205109340'), (u'PTRSUB_-1205108899', u'CAST_-1205108800'), (u'INDIRECT_-1205109913', u'MULTIEQUAL_-1205110038'), (u'CALL_-1205117600', u'INT_ZEXT_-1205113214'), (u'MULTIEQUAL_-1205109544', u'MULTIEQUAL_-1205109534'), (u'INDIRECT_-1205108657', u'MULTIEQUAL_-1205110586'), (u'MULTIEQUAL_-1205111591', u'INT_SEXT_-1205117003'), (u'LOAD_-1205114380', u'MULTIEQUAL_-1205113338'), ('const-4294967295', u'INT_EQUAL_-1205115699'), (u'MULTIEQUAL_-1205110115', u'MULTIEQUAL_-1205111323'), (u'INT_ADD_-1205113767', u'CAST_-1205107770'), (u'CAST_-1205108304', u'LOAD_-1205114341'), (u'INT_SUB_-1205116727', u'MULTIEQUAL_-1205111412'), (u'CALLIND_-1205114465', u'INDIRECT_-1205109341'), (u'COPY_-1205109174', u'COPY_-1205108969'), ('const-0', u'INT_NOTEQUAL_-1205116591'), ('tmp_957', u'CBRANCH_-1205116895'), (u'MULTIEQUAL_-1205108988', u'INT_EQUAL_-1205115728'), (u'MULTIEQUAL_-1205110107', u'MULTIEQUAL_-1205110088'), ('const-32', u'INT_ADD_-1205115648'), ('const-32', u'INT_ADD_-1205117574'), (u'MULTIEQUAL_-1205111987', u'MULTIEQUAL_-1205111649'), (u'MULTIEQUAL_-1205112045', u'MULTIEQUAL_-1205111987'), (u'MULTIEQUAL_-1205111644', u'MULTIEQUAL_-1205111623'), (u'COPY_-1205109066', u'COPY_-1205108771'), ('const-0', u'COPY_-1205114256'), ('const-1', u'COPY_-1205108079'), ('const--104', u'PTRSUB_-1205109454'), ('tmp_5554', u'CBRANCH_-1205114355'), (u'INT_XOR_-1205108810', u'INT_OR_-1205108786'), (u'LOAD_-1205113744', u'INT_ADD_-1205113715'), (u'CAST_-1205109814', u'CALL_-1205117436'), (u'INT_OR_-1205108837', u'CAST_-1205108671'), ('tmp_16764', u'INT_ADD_-1205117802'), ('const-48', u'INT_ADD_-1205116823'), (u'MULTIEQUAL_-1205108900', u'INT_OR_-1205108837'), ('tmp_449', u'CBRANCH_-1205117524'), (u'CAST_-1205109653', u'LOAD_-1205116078'), (u'MULTIEQUAL_-1205110384', u'MULTIEQUAL_-1205110371'), (u'INT_ADD_-1205114579', u'CAST_-1205108915'), ('const-0', u'SUBPIECE_-1205111869'), (u'INDIRECT_-1205109557', u'MULTIEQUAL_-1205109623'), ('const-16', u'PTRADD_-1205115735'), (u'LOAD_-1205113731', u'CALLIND_-1205113721'), (u'INT_AND_-1205111877', u'MULTIEQUAL_-1205111798'), ('const-24', u'PTRADD_-1205116623'), ('const-16', u'PTRADD_-1205114318'), (u'CALL_-1205115273', u'INDIRECT_-1205109009'), (u'BOOL_AND_-1205115638', u'COPY_-1205108370'), (u'BOOL_NEGATE_-1205108776', u'CBRANCH_-1205114465'), (u'CALL_-1205117779', u'INT_ADD_-1205116911'), (u'MULTIEQUAL_-1205110452', u'SUBPIECE_-1205110372'), (u'CALL_-1205115327', u'INDIRECT_-1205109591'), (u'MULTIEQUAL_-1205109654', u'MULTIEQUAL_-1205109622'), (u'MULTIEQUAL_-1205110941', u'MULTIEQUAL_-1205110115'), (u'INT_ADD_-1205116643', u'STORE_-1205116646'), (u'MULTIEQUAL_-1205109773', u'MULTIEQUAL_-1205109724'), ('tmp_4261', u'CBRANCH_-1205115897'), (u'LOAD_-1205114364', u'CAST_-1205108299'), (u'MULTIEQUAL_-1205109229', u'MULTIEQUAL_-1205110394'), (u'CALL_-1205114323', u'INDIRECT_-1205108659'), (u'MULTIEQUAL_-1205113004', u'MULTIEQUAL_-1205111189'), (u'CALL_-1205117779', u'INDIRECT_-1205110787'), (u'PTRSUB_-1205108930', u'CAST_-1205108831'), (u'COPY_-1205108019', u'MULTIEQUAL_-1205109574'), (u'CALL_-1205117779', u'INT_ADD_-1205115626'), (u'MULTIEQUAL_-1205109046', u'MULTIEQUAL_-1205110088'), (u'MULTIEQUAL_-1205110523', u'PTRADD_-1205115790'), (u'CALL_-1205117779', u'INT_ADD_-1205115648'), (u'MULTIEQUAL_-1205110389', u'MULTIEQUAL_-1205108825'), (u'INT_EQUAL_-1205114681', u'CBRANCH_-1205114676'), (u'MULTIEQUAL_-1205109545', u'MULTIEQUAL_-1205109329'), ('const-4294967295', u'PIECE_-1205110033'), ('const-433', u'STORE_-1205116441'), (u'COPY_-1205111730', u'MULTIEQUAL_-1205111662'), ('const-0', u'INT_NOTEQUAL_-1205115275'), (u'PTRSUB_-1205109917', u'CAST_-1205109865'), (u'CALL_-1205117661', u'INDIRECT_-1205110781'), (u'LOAD_-1205115845', u'INT_LESSEQUAL_-1205115829'), ('const-4621888', u'PTRSUB_-1205109151'), (u'INDIRECT_-1205110721', u'MULTIEQUAL_-1205110282'), ('tmp_3017', u'CBRANCH_-1205115603'), (u'INDIRECT_-1205109412', u'MULTIEQUAL_-1205110384'), ('const-2', u'INT_OR_-1205116417'), ('const-433', u'LOAD_-1205115642'), ('const-16', u'COPY_-1205111812'), (u'INT_LESS_-1205116790', u'CBRANCH_-1205116798'), (u'INT_ADD_-1205113715', u'CAST_-1205107746'), ('const-433', u'STORE_-1205115795'), (u'MULTIEQUAL_-1205110403', u'MULTIEQUAL_-1205110389'), ('const-72', u'INT_ADD_-1205116040'), (u'MULTIEQUAL_-1205110046', u'MULTIEQUAL_-1205110027'), (u'CALL_-1205114323', u'INDIRECT_-1205108730'), ('const-9223372036854775807', u'COPY_-1205114484'), ('tmp_16758', u'PTRSUB_-1205109868'), (u'COPY_-1205111762', u'MULTIEQUAL_-1205111460'), ('const-1', u'COPY_-1205107902'), (u'MULTIEQUAL_-1205111683', u'MULTIEQUAL_-1205111847'), (u'INT_ADD_-1205117529', u'CAST_-1205109769'), (u'MULTIEQUAL_-1205109907', u'MULTIEQUAL_-1205108794'), (u'MULTIEQUAL_-1205112045', u'MULTIEQUAL_-1205111633'), (u'INT_EQUAL_-1205116878', u'CBRANCH_-1205116875'), (u'MULTIEQUAL_-1205109965', u'MULTIEQUAL_-1205109915'), (u'MULTIEQUAL_-1205110149', u'CAST_-1205108298'), ('const-32', u'INT_ADD_-1205114568'), ('const-76', u'INT_ADD_-1205115626'), (u'MULTIEQUAL_-1205110523', u'PTRADD_-1205115735'), (u'COPY_-1205109003', u'MULTIEQUAL_-1205108900'), (u'INT_ZEXT_-1205113214', u'MULTIEQUAL_-1205113007'), (u'COPY_-1205113091', u'MULTIEQUAL_-1205109471'), (u'PTRSUB_-1205109454', u'CAST_-1205109155'), (u'MULTIEQUAL_-1205109023', u'MULTIEQUAL_-1205108141'), (u'LOAD_-1205113686', u'INT_ADD_-1205113657'), (u'INT_SEXT_-1205117091', u'MULTIEQUAL_-1205111025'), ('const-5', u'INT_LESS_-1205115161'), (u'MULTIEQUAL_-1205110523', u'PTRADD_-1205115783'), (u'INDIRECT_-1205109333', u'MULTIEQUAL_-1205110190'), (u'MULTIEQUAL_-1205109246', u'MULTIEQUAL_-1205109227'), ('const-433', u'LOAD_-1205115217'), (u'MULTIEQUAL_-1205113004', u'MULTIEQUAL_-1205112784'), (u'INT_LESS_-1205115345', u'CBRANCH_-1205115341'), (u'CAST_-1205108604', u'LOAD_-1205115243'), (u'CALL_-1205117779', u'INT_ADD_-1205115283'), (u'MULTIEQUAL_-1205109438', u'MULTIEQUAL_-1205109419'), (u'CALL_-1205117779', u'INT_ADD_-1205116062'), (u'PTRADD_-1205115728', u'CAST_-1205109515'), (u'CAST_-1205109899', u'LOAD_-1205117777'), (u'INT_DIV_-1205116920', u'INT_LESS_-1205115345'), (u'INDIRECT_-1205108599', u'MULTIEQUAL_-1205110102'), (u'MULTIEQUAL_-1205110102', u'MULTIEQUAL_-1205109584'), (u'LOAD_-1205114663', u'COPY_-1205107646'), (u'MULTIEQUAL_-1205110420', u'SUBPIECE_-1205110452'), (u'CALL_-1205114323', u'INDIRECT_-1205108790'), (u'MULTIEQUAL_-1205109622', u'MULTIEQUAL_-1205109598'), (u'MULTIEQUAL_-1205110583', u'MULTIEQUAL_-1205110444'), (u'MULTIEQUAL_-1205111410', u'MULTIEQUAL_-1205111340'), ('tmp_2945', u'CBRANCH_-1205115643'), (u'INDIRECT_-1205110781', u'MULTIEQUAL_-1205110342'), (u'CALL_-1205117436', u'INDIRECT_-1205110537'), (u'INDIRECT_-1205109842', u'MULTIEQUAL_-1205109965'), (u'INT_ADD_-1205114459', u'CAST_-1205108510'), (u'MULTIEQUAL_-1205110541', u'MULTIEQUAL_-1205111556'), (u'LOAD_-1205114283', u'INT_ZEXT_-1205111604'), (u'INDIRECT_-1205109735', u'MULTIEQUAL_-1205108908'), (u'MULTIEQUAL_-1205109704', u'MULTIEQUAL_-1205109686'), (u'INDIRECT_-1205110809', u'MULTIEQUAL_-1205110647'), (u'MULTIEQUAL_-1205110631', u'MULTIEQUAL_-1205111623'), ('tmp_16758', u'PTRSUB_-1205108221'), ('tmp_16758', u'PTRSUB_-1205107908'), (u'MULTIEQUAL_-1205112997', u'INT_ADD_-1205116643'), ('const-0', u'COPY_-1205109916'), (u'MULTIEQUAL_-1205109565', u'COPY_-1205109411'), ('const-16', u'PTRADD_-1205115728'), (u'MULTIEQUAL_-1205111752', u'MULTIEQUAL_-1205110716'), (u'CALLIND_-1205113773', u'INDIRECT_-1205108677'), (u'INT_ADD_-1205115378', u'MULTIEQUAL_-1205112054'), (u'CALL_-1205115342', u'INDIRECT_-1205109203'), (u'INT_NOTEQUAL_-1205117041', u'CBRANCH_-1205117040'), (u'INDIRECT_-1205110617', u'MULTIEQUAL_-1205110455'), ('const-0', u'INT_NOTEQUAL_-1205114425'), ('const-0', u'COPY_-1205108172'), (u'INDIRECT_-1205108790', u'MULTIEQUAL_-1205110293'), (u'LOAD_-1205115407', u'CALLIND_-1205115397'), (u'LOAD_-1205115439', u'INT_NOTEQUAL_-1205115423'), (u'CAST_-1205109865', u'CALL_-1205117661'), (u'MULTIEQUAL_-1205109834', u'MULTIEQUAL_-1205110159'), ('const-1', u'PTRADD_-1205115326'), (u'MULTIEQUAL_-1205109654', u'CBRANCH_-1205114562'), ('const-0', u'COPY_-1205109173'), (u'COPY_-1205110444', u'MULTIEQUAL_-1205112012'), (u'CALL_-1205114703', u'INDIRECT_-1205109973'), (u'INDIRECT_-1205108651', u'MULTIEQUAL_-1205110371'), (u'INT_SEXT_-1205115410', u'INT_SUB_-1205115391'), (u'COPY_-1205115153', u'MULTIEQUAL_-1205110837'), (u'COPY_-1205110467', u'MULTIEQUAL_-1205112012'), (u'LOAD_-1205114341', u'MULTIEQUAL_-1205108512'), (u'LOAD_-1205114306', u'INT_LESS_-1205114291'), (u'MULTIEQUAL_-1205109769', u'MULTIEQUAL_-1205111604'), ('tmp_2620', u'CBRANCH_-1205115341'), (u'MULTIEQUAL_-1205111798', u'MULTIEQUAL_-1205113004'), (u'MULTIEQUAL_-1205110334', u'PTRADD_-1205114251'), ('const-4294967295', u'INT_AND_-1205111877'), (u'CALL_-1205115301', u'INDIRECT_-1205109148'), (u'LOAD_-1205114595', u'INT_NOTEQUAL_-1205114557'), (u'CAST_-1205108767', u'LOAD_-1205115620'), (u'MULTIEQUAL_-1205110149', u'PTRADD_-1205116630'), ('tmp_4369', u'CBRANCH_-1205115826'), (u'SUBPIECE_-1205111330', u'INT_SUB_-1205115150'), ('const-0', u'INT_NOTEQUAL_-1205115680'), (u'SUBPIECE_-1205111330', u'INT_SUB_-1205116727'), (u'MULTIEQUAL_-1205110583', u'MULTIEQUAL_-1205108764'), ('const-0', u'COPY_-1205112364'), (u'MULTIEQUAL_-1205112632', u'SUBPIECE_-1205111330'), (u'LOAD_-1205116056', u'INT_EQUAL_-1205116041'), (u'COPY_-1205107757', u'MULTIEQUAL_-1205111323'), (u'CAST_-1205109119', u'LOAD_-1205116575'), (u'MULTIEQUAL_-1205111460', u'MULTIEQUAL_-1205111553'), (u'CALL_-1205115249', u'INT_NOTEQUAL_-1205115201'), (u'MULTIEQUAL_-1205112120', u'INT_LESSEQUAL_-1205116717'), (u'MULTIEQUAL_-1205111604', u'MULTIEQUAL_-1205110541'), ('const-65', u'INT_SUB_-1205115133'), ('const-576460752303423487', u'COPY_-1205114503'), (u'MULTIEQUAL_-1205110233', u'MULTIEQUAL_-1205110149'), (u'INT_NOTEQUAL_-1205116457', u'CBRANCH_-1205116457'), (u'INDIRECT_-1205110688', u'MULTIEQUAL_-1205110526'), (u'COPY_-1205107599', u'MULTIEQUAL_-1205111190'), ('const-8', u'PTRADD_-1205108376'), (u'MULTIEQUAL_-1205110098', u'MULTIEQUAL_-1205108985'), (u'MULTIEQUAL_-1205110644', u'MULTIEQUAL_-1205109419'), (u'PIECE_-1205110372', u'MULTIEQUAL_-1205110314'), (u'LOAD_-1205116444', u'INT_OR_-1205116417'), ('tmp_411', u'CBRANCH_-1205117546'), (u'CAST_-1205107586', u'LOAD_-1205113673'), (u'MULTIEQUAL_-1205110354', u'MULTIEQUAL_-1205109834'), (u'LOAD_-1205115790', u'LOAD_-1205115760'), (u'MULTIEQUAL_-1205111641', u'MULTIEQUAL_-1205111553'), (u'CALL_-1205117600', u'INDIRECT_-1205110748'), (u'INT_ADD_-1205113773', u'MULTIEQUAL_-1205111662'), (u'PIECE_-1205109340', u'MULTIEQUAL_-1205110289'), (u'COPY_-1205107731', u'MULTIEQUAL_-1205109329'), (u'INDIRECT_-1205109520', u'SUBPIECE_-1205109521'), (u'MULTIEQUAL_-1205110992', u'INT_LESS_-1205116790'), (u'MULTIEQUAL_-1205109574', u'MULTIEQUAL_-1205109567'), (u'MULTIEQUAL_-1205108925', u'MULTIEQUAL_-1205109986'), (u'MULTIEQUAL_-1205110162', u'MULTIEQUAL_-1205110079'), ('tmp_16767', u'COPY_-1205109981'), (u'MULTIEQUAL_-1205110526', u'MULTIEQUAL_-1205110523'), ('const-4', u'SUBPIECE_-1205110558'), ('const-1', u'INT_XOR_-1205108810'), (u'LOAD_-1205115631', u'MULTIEQUAL_-1205109769'), (u'CAST_-1205109545', u'LOAD_-1205115845'), (u'CALL_-1205115294', u'INDIRECT_-1205109497'), ('tmp_4716', u'CBRANCH_-1205114605'), ('const-4621912', u'PTRSUB_-1205114561'), (u'MULTIEQUAL_-1205109756', u'MULTIEQUAL_-1205111604'), (u'CAST_-1205108786', u'LOAD_-1205115664'), ('const-433', u'STORE_-1205115244'), (u'CALLIND_-1205113773', u'INDIRECT_-1205108737'), ('const-1', u'INT_ADD_-1205115359'), (u'MULTIEQUAL_-1205111683', u'MULTIEQUAL_-1205111649'), (u'SUBPIECE_-1205111330', u'INT_SUB_-1205115176'), (u'MULTIEQUAL_-1205110310', u'MULTIEQUAL_-1205110268'), (u'MULTIEQUAL_-1205110384', u'PTRADD_-1205115728'), (u'INT_EQUAL_-1205117530', u'CBRANCH_-1205117524'), ('const--88', u'PTRSUB_-1205109869'), ('tmp_2201', u'CBRANCH_-1205115194'), (u'COPY_-1205108172', u'MULTIEQUAL_-1205109298'), ('const-16', u'INT_NOTEQUAL_-1205113679'), (u'CALL_-1205115294', u'MULTIEQUAL_-1205109298'), (u'MULTIEQUAL_-1205109534', u'MULTIEQUAL_-1205109529'), (u'MULTIEQUAL_-1205110079', u'MULTIEQUAL_-1205108777'), (u'CAST_-1205109155', u'CALL_-1205116610'), (u'INDIRECT_-1205109141', u'MULTIEQUAL_-1205109999'), (u'COPY_-1205111861', u'MULTIEQUAL_-1205111556'), (u'SUBPIECE_-1205110853', u'INT_ADD_-1205115481'), ('const-16', u'INT_EQUAL_-1205115931'), (u'MULTIEQUAL_-1205110263', u'MULTIEQUAL_-1205110240'), (u'SUBPIECE_-1205111869', u'INT_EQUAL_-1205116063'), (u'CAST_-1205109522', u'STORE_-1205115795'), (u'COPY_-1205108863', u'MULTIEQUAL_-1205110837'), (u'INT_2COMP_-1205114903', u'COPY_-1205107828'), (u'LOAD_-1205114313', u'LOAD_-1205114283'), (u'COPY_-1205112117', u'MULTIEQUAL_-1205112045'), (u'INDIRECT_-1205109842', u'MULTIEQUAL_-1205108633'), (u'LOAD_-1205114173', u'MULTIEQUAL_-1205109997'), ('const-8', u'INT_EQUAL_-1205114431'), ('const-0', u'INT_EQUAL_-1205115914'), ('tmp_5275', u'BRANCH_-1205114411'), ('tmp_16758', u'PTRSUB_-1205108929'), ('const-4294967295', u'PIECE_-1205110372'), (u'MULTIEQUAL_-1205109999', u'SUBPIECE_-1205110033'), ('const-0', u'COPY_-1205107704'), (u'CAST_-1205108671', u'MULTIEQUAL_-1205108796'), (u'CAST_-1205108034', u'LOAD_-1205115193'), (u'CALL_-1205117661', u'INDIRECT_-1205110842'), ('const-433', u'LOAD_-1205115631'), (u'INDIRECT_-1205109143', u'MULTIEQUAL_-1205110149'), (u'LOAD_-1205114313', u'INT_LESS_-1205114291'), (u'COPY_-1205107842', u'MULTIEQUAL_-1205109611'), (u'INT_LESSEQUAL_-1205115829', u'CBRANCH_-1205115826'), (u'INT_ADD_-1205114568', u'CAST_-1205108425'), (u'MULTIEQUAL_-1205109980', u'MULTIEQUAL_-1205109769'), (u'CALLIND_-1205114465', u'INDIRECT_-1205109412'), ('const-433', u'STORE_-1205115210'), (u'MULTIEQUAL_-1205110644', u'MULTIEQUAL_-1205110403'), (u'CALL_-1205117661', u'MULTIEQUAL_-1205109534'), (u'INT_EQUAL_-1205114591', u'CBRANCH_-1205114589'), (u'COPY_-1205109579', u'COPY_-1205107599'), (u'COPY_-1205108206', u'MULTIEQUAL_-1205109698'), (u'MULTIEQUAL_-1205111649', u'MULTIEQUAL_-1205111624'), (u'PTRSUB_-1205107908', u'CAST_-1205107829'), ('const-236', u'INT_ADD_-1205115954'), (u'INDIRECT_-1205109604', u'MULTIEQUAL_-1205108777'), (u'BOOL_AND_-1205114386', u'CBRANCH_-1205114413'), (u'MULTIEQUAL_-1205110481', u'PTRADD_-1205108371'), (u'INT_ADD_-1205115283', u'CAST_-1205108090'), (u'INT_AND_-1205117740', u'INT_NOTEQUAL_-1205117712'), (u'INT_EQUAL_-1205115699', u'COPY_-1205109567'), (u'INT_ADD_-1205116018', u'CAST_-1205109633'), (u'INT_NOTEQUAL_-1205115423', u'CBRANCH_-1205115421'), (u'MULTIEQUAL_-1205111847', u'INT_EQUAL_-1205114431'), (u'CALL_-1205117779', u'INT_ADD_-1205114157'), (u'INT_ZEXT_-1205112078', u'MULTIEQUAL_-1205112145'), ('const-433', u'LOAD_-1205115413'), (u'MULTIEQUAL_-1205110328', u'MULTIEQUAL_-1205108764'), ('tmp_16758', u'PTRSUB_-1205109108'), (u'CAST_-1205108115', u'CALL_-1205115273'), (u'MULTIEQUAL_-1205111847', u'INT_NOTEQUAL_-1205113679'), (u'INT_ADD_-1205116911', u'CAST_-1205109307'), (u'MULTIEQUAL_-1205110263', u'INT_AND_-1205111877'), (u'SUBPIECE_-1205111330', u'INT_SLESSEQUAL_-1205116743'), (u'CAST_-1205108800', u'CALL_-1205115155'), ('const-0', u'COPY_-1205109622'), (u'MULTIEQUAL_-1205110102', u'MULTIEQUAL_-1205110019'), (u'INT_SEXT_-1205115429', u'INT_ADD_-1205115378'), (u'INT_SLESS_-1205116769', u'CBRANCH_-1205116776'), ('const-0', u'SUBPIECE_-1205111436'), (u'BOOL_AND_-1205115638', u'CBRANCH_-1205115657'), ('const-433', u'LOAD_-1205117777'), ('tmp_4624', u'CBRANCH_-1205115657'), (u'INT_ADD_-1205115423', u'CAST_-1205109685'), (u'MULTIEQUAL_-1205111649', u'INT_NOTEQUAL_-1205117109'), ('tmp_985', u'CBRANCH_-1205116875'), ('const-0', u'INT_NOTEQUAL_-1205115553'), (u'MULTIEQUAL_-1205109835', u'PTRADD_-1205116348'), ('tmp_3818', u'BRANCH_-1205114036'), (u'COPY_-1205114515', u'MULTIEQUAL_-1205110483'), (u'MULTIEQUAL_-1205109042', u'MULTIEQUAL_-1205108161'), ('tmp_827', u'CBRANCH_-1205116987'), (u'LOAD_-1205115642', u'INT_EQUAL_-1205115627'), (u'MULTIEQUAL_-1205111410', u'INT_ADD_-1205115359'), (u'INT_NOTEQUAL_-1205116591', u'CBRANCH_-1205116591'), ('tmp_5069', u'CBRANCH_-1205114307'), (u'INDIRECT_-1205109069', u'MULTIEQUAL_-1205110046'), ('const-80', u'INT_ADD_-1205115391'), (u'MULTIEQUAL_-1205111543', u'MULTIEQUAL_-1205111518'), (u'INT_EQUAL_-1205116063', u'CBRANCH_-1205116061'), (u'INT_MULT_-1205115400', u'INT_LESS_-1205115395'), (u'INT_SUB_-1205115103', u'MULTIEQUAL_-1205111412'), ('tmp_1959', u'BRANCH_-1205115202'), (u'MULTIEQUAL_-1205110271', u'MULTIEQUAL_-1205108969'), (u'COPY_-1205109884', u'MULTIEQUAL_-1205109836'), (u'CALL_-1205117469', u'INDIRECT_-1205110752'), ('const-433', u'LOAD_-1205116034'), ('const-32', u'INT_ADD_-1205115227'), ('tmp_2580', u'CBRANCH_-1205115369'), (u'CAST_-1205109785', u'LOAD_-1205117578'), (u'COPY_-1205109374', u'MULTIEQUAL_-1205109298'), (u'MULTIEQUAL_-1205109907', u'MULTIEQUAL_-1205109855'), ('tmp_1509', u'CBRANCH_-1205116514'), ('const-433', u'LOAD_-1205113744'), ('tmp_1937', u'CBRANCH_-1205115231'), (u'INT_ADD_-1205116823', u'INT_SLESSEQUAL_-1205116743'), (u'INT_ADD_-1205115201', u'CAST_-1205108591'), (u'MULTIEQUAL_-1205112784', u'MULTIEQUAL_-1205112763'), (u'INDIRECT_-1205110721', u'MULTIEQUAL_-1205110647'), ('const-0', u'COPY_-1205115153'), (u'CALL_-1205115294', u'INDIRECT_-1205109437'), (u'CAST_-1205109059', u'CALL_-1205114703'), (u'MULTIEQUAL_-1205109967', u'COPY_-1205109217'), ('const-3', u'PTRADD_-1205108371'), (u'COPY_-1205114503', u'MULTIEQUAL_-1205110181'), (u'LOAD_-1205115388', u'MULTIEQUAL_-1205112997'), (u'COPY_-1205108586', u'MULTIEQUAL_-1205109544'), ('const-0', u'COPY_-1205111100'), (u'CALL_-1205117779', u'INDIRECT_-1205110847'), (u'CALL_-1205116610', u'INDIRECT_-1205110134'), ('tmp_6346', u'BRANCH_-1205113078'), (u'INT_EQUAL_-1205117740', u'CBRANCH_-1205117738'), ('tmp_5474', u'CBRANCH_-1205114413'), (u'MULTIEQUAL_-1205110354', u'MULTIEQUAL_-1205110271'), (u'CALL_-1205117779', u'INT_ADD_-1205117395'), (u'MULTIEQUAL_-1205111847', u'INT_EQUAL_-1205114483'), (u'MULTIEQUAL_-1205111662', u'MULTIEQUAL_-1205111644'), (u'CALL_-1205117600', u'INDIRECT_-1205110617'), (u'CALL_-1205117779', u'INDIRECT_-1205110716'), (u'MULTIEQUAL_-1205110837', u'MULTIEQUAL_-1205110760'), (u'CALLIND_-1205113663', u'INDIRECT_-1205108557'), ('const-72', u'INT_ADD_-1205115604'), ('tmp_16758', u'PTRSUB_-1205109102'), ('tmp_5655', u'CBRANCH_-1205113676'), (u'MULTIEQUAL_-1205109227', u'MULTIEQUAL_-1205110240'), (u'MULTIEQUAL_-1205110149', u'PTRADD_-1205116586'), (u'MULTIEQUAL_-1205113121', u'MULTIEQUAL_-1205110244'), (u'MULTIEQUAL_-1205110647', u'MULTIEQUAL_-1205110644'), (u'CALL_-1205114902', u'INDIRECT_-1205108525'), (u'INDIRECT_-1205110650', u'MULTIEQUAL_-1205110576'), (u'PTRSUB_-1205109455', u'CAST_-1205109365'), (u'INDIRECT_-1205109544', u'MULTIEQUAL_-1205109483'), (u'INT_ADD_-1205115648', u'CAST_-1205108786'), ('const-433', u'STORE_-1205114888'), ('const-32', u'INT_ADD_-1205114647'), ('const-0', u'SUBPIECE_-1205112259'), (u'INT_SEXT_-1205115429', u'INT_SUB_-1205115401'), (u'INT_ADD_-1205115704', u'CAST_-1205108821'), ('const-8', u'COPY_-1205110172'), (u'LOAD_-1205114663', u'INT_NOTEQUAL_-1205114602'), (u'INT_ADD_-1205115368', u'MULTIEQUAL_-1205111553'), ('tmp_1561', u'CBRANCH_-1205116457'), (u'INT_MULT_-1205115400', u'INT_ADD_-1205115378'), ('const--9223372036854775808', u'COPY_-1205116990'), ('const-0', u'RETURN_-1205116315'), (u'INDIRECT_-1205108711', u'MULTIEQUAL_-1205110432'), ('tmp_5843', u'BRANCH_-1205113522'), (u'CAST_-1205108544', u'LOAD_-1205114380'), ('const-4', u'SUBPIECE_-1205110372'), (u'MULTIEQUAL_-1205108796', u'MULTIEQUAL_-1205108900'), (u'MULTIEQUAL_-1205109598', u'MULTIEQUAL_-1205109565'), (u'INDIRECT_-1205108580', u'MULTIEQUAL_-1205110301'), (u'LOAD_-1205115292', u'CALL_-1205115273'), ('tmp_16758', u'PTRSUB_-1205109917'), (u'CALL_-1205115155', u'INDIRECT_-1205109497'), ('const-1', u'COPY_-1205107842'), (u'COPY_-1205110413', u'MULTIEQUAL_-1205112012'), (u'MULTIEQUAL_-1205109593', u'MULTIEQUAL_-1205108777'), (u'SUBPIECE_-1205110966', u'INT_ADD_-1205116823'), (u'INDIRECT_-1205109913', u'MULTIEQUAL_-1205109713'), (u'INT_ADD_-1205115227', u'CAST_-1205108604'), ('const--104', u'PTRSUB_-1205108929'), (u'MULTIEQUAL_-1205110354', u'MULTIEQUAL_-1205110159'), (u'MULTIEQUAL_-1205108688', u'MULTIEQUAL_-1205109654'), ('tmp_2171', u'CBRANCH_-1205115211'), ('const--24', u'PTRADD_-1205115131'), (u'MULTIEQUAL_-1205111410', u'MULTIEQUAL_-1205110454'), (u'MULTIEQUAL_-1205110523', u'MULTIEQUAL_-1205108704'), (u'COPY_-1205108862', u'MULTIEQUAL_-1205110837'), ('const-8', u'COPY_-1205110798'), (u'MULTIEQUAL_-1205109318', u'MULTIEQUAL_-1205110523'), (u'CALL_-1205115301', u'INDIRECT_-1205109087'), ('const--104', u'PTRSUB_-1205109868'), ('const-433', u'LOAD_-1205115970'), (u'MULTIEQUAL_-1205111556', u'MULTIEQUAL_-1205111543'), (u'CAST_-1205107594', u'LOAD_-1205113686'), (u'COPY_-1205111289', u'MULTIEQUAL_-1205110053'), (u'CALL_-1205115568', u'INDIRECT_-1205109735'), (u'INT_ADD_-1205115481', u'COPY_-1205108862'), (u'CALLIND_-1205113663', u'INDIRECT_-1205108618'), ('const-0', u'COPY_-1205109765'), (u'MULTIEQUAL_-1205111641', u'INT_MULT_-1205115390'), (u'LOAD_-1205115217', u'INT_NOTEQUAL_-1205115201'), (u'MULTIEQUAL_-1205109584', u'MULTIEQUAL_-1205109351'), (u'CAST_-1205108115', u'CALL_-1205115301'), (u'MULTIEQUAL_-1205109686', u'MULTIEQUAL_-1205109654'), (u'INT_SEXT_-1205117003', u'MULTIEQUAL_-1205110304'), ('const-433', u'LOAD_-1205116575'), (u'MULTIEQUAL_-1205110631', u'MULTIEQUAL_-1205111604'), ('tmp_2735', u'CBRANCH_-1205115127'), (u'SUBPIECE_-1205111869', u'INT_NOTEQUAL_-1205115975'), (u'COPY_-1205109162', u'PIECE_-1205111313'), ('const-228', u'INT_ADD_-1205117529'), (u'INDIRECT_-1205108557', u'MULTIEQUAL_-1205109121'), (u'CALLIND_-1205113721', u'MULTIEQUAL_-1205109784'), ('const-8', u'INT_NOTEQUAL_-1205117712'), (u'CAST_-1205107746', u'LOAD_-1205113731'), (u'MULTIEQUAL_-1205110823', u'MULTIEQUAL_-1205112012'), (u'MULTIEQUAL_-1205110432', u'MULTIEQUAL_-1205110389'), (u'INT_MULT_-1205115390', u'INT_ADD_-1205115368'), ('const-1', u'COPY_-1205109612'), ('const-433', u'LOAD_-1205116444'), (u'INT_NOTEQUAL_-1205114606', u'CBRANCH_-1205114605'), (u'MULTIEQUAL_-1205111542', u'MULTIEQUAL_-1205111798'), ('tmp_4959', u'BRANCH_-1205113650'), (u'MULTIEQUAL_-1205109121', u'MULTIEQUAL_-1205109377'), (u'CALL_-1205114703', u'INT_EQUAL_-1205114681'), ('const--88', u'PTRSUB_-1205109917'), (u'CALL_-1205117600', u'INT_EQUAL_-1205117555'), (u'CALL_-1205115327', u'INDIRECT_-1205109712'), ('tmp_193', u'CBRANCH_-1205117738'), (u'MULTIEQUAL_-1205109419', u'MULTIEQUAL_-1205110432'), (u'MULTIEQUAL_-1205111604', u'INT_NOTEQUAL_-1205117041'), (u'MULTIEQUAL_-1205109785', u'MULTIEQUAL_-1205108969'), (u'SUBPIECE_-1205111330', u'INT_SLESS_-1205116769'), (u'MULTIEQUAL_-1205112045', u'MULTIEQUAL_-1205112012'), (u'MULTIEQUAL_-1205111002', u'MULTIEQUAL_-1205110760'), (u'MULTIEQUAL_-1205109980', u'MULTIEQUAL_-1205109756'), (u'MULTIEQUAL_-1205111732', u'MULTIEQUAL_-1205111714'), ('tmp_1142', u'CBRANCH_-1205116776'), (u'COPY_-1205109567', u'MULTIEQUAL_-1205109741'), ('const-97', u'INT_SUB_-1205115176'), (u'INT_ADD_-1205117574', u'CAST_-1205109792'), (u'MULTIEQUAL_-1205111518', u'MULTIEQUAL_-1205111507'), ('tmp_2266', u'BRANCH_-1205115335'), ('const-240', u'INT_ADD_-1205116018'), (u'MULTIEQUAL_-1205111025', u'MULTIEQUAL_-1205109471'), ('const-32', u'CALL_-1205114323'), (u'INT_EQUAL_-1205115914', u'BOOL_NEGATE_-1205111577'), (u'CALL_-1205117779', u'INT_ADD_-1205114568'), (u'CALL_-1205115327', u'INDIRECT_-1205109460'), (u'MULTIEQUAL_-1205110240', u'MULTIEQUAL_-1205110211'), ('const-433', u'LOAD_-1205114584'), (u'COPY_-1205111289', u'MULTIEQUAL_-1205111987'), (u'MULTIEQUAL_-1205109713', u'MULTIEQUAL_-1205110038'), (u'MULTIEQUAL_-1205111847', u'MULTIEQUAL_-1205111649'), (u'SUBPIECE_-1205110452', u'INT_EQUAL_-1205115699'), (u'SUBPIECE_-1205109340', u'PIECE_-1205109340'), (u'CALL_-1205114175', u'INDIRECT_-1205108657'), (u'CALL_-1205117779', u'INT_ADD_-1205113561'), (u'MULTIEQUAL_-1205110523', u'PTRADD_-1205114311'), (u'MULTIEQUAL_-1205110583', u'MULTIEQUAL_-1205109358'), (u'INT_EQUAL_-1205117555', u'MULTIEQUAL_-1205108000'), ('const-4', u'INT_ADD_-1205116643'), (u'MULTIEQUAL_-1205108722', u'MULTIEQUAL_-1205109272'), (u'MULTIEQUAL_-1205110452', u'MULTIEQUAL_-1205110211'), (u'CALL_-1205117779', u'INT_ADD_-1205115615'), ('const-4', u'STORE_-1205115210'), (u'MULTIEQUAL_-1205111025', u'MULTIEQUAL_-1205110992'), (u'INDIRECT_-1205109568', u'MULTIEQUAL_-1205110038'), ('const-0', u'COPY_-1205109174'), (u'SUBPIECE_-1205111869', u'INT_EQUAL_-1205116019'), ('const-0', u'COPY_-1205109884'), (u'CALL_-1205114902', u'INDIRECT_-1205108454'), (u'MULTIEQUAL_-1205111767', u'MULTIEQUAL_-1205111543'), (u'INT_ZEXT_-1205111096', u'MULTIEQUAL_-1205113007'), (u'BOOL_NEGATE_-1205111578', u'BOOL_AND_-1205115870'), ('tmp_5190', u'BRANCH_-1205113712'), (u'MULTIEQUAL_-1205111604', u'MULTIEQUAL_-1205111556'), (u'MULTIEQUAL_-1205109350', u'CBRANCH_-1205116514'), (u'MULTIEQUAL_-1205109565', u'MULTIEQUAL_-1205108161'), (u'MULTIEQUAL_-1205112054', u'MULTIEQUAL_-1205112045'), (u'MULTIEQUAL_-1205112754', u'MULTIEQUAL_-1205112720'), (u'COPY_-1205109612', u'MULTIEQUAL_-1205109544'), (u'CAST_-1205108518', u'LOAD_-1205114488'), ('const-16', u'PTRADD_-1205115790'), (u'MULTIEQUAL_-1205112206', u'SUBPIECE_-1205112271'), (u'INT_NOTEQUAL_-1205117109', u'CBRANCH_-1205117107'), (u'INDIRECT_-1205108659', u'MULTIEQUAL_-1205110162'), ('tmp_24091', u'STORE_-1205114888'), (u'MULTIEQUAL_-1205109654', u'MULTIEQUAL_-1205109836'), (u'INT_NOTEQUAL_-1205114602', u'CBRANCH_-1205114600'), ('const-72', u'INT_ADD_-1205113657'), ('const-433', u'LOAD_-1205113804'), (u'COPY_-1205116990', u'MULTIEQUAL_-1205113121'), (u'INDIRECT_-1205110074', u'MULTIEQUAL_-1205110038'), (u'CALL_-1205115273', u'INDIRECT_-1205108878'), (u'COPY_-1205107700', u'MULTIEQUAL_-1205109298'), ('const-4621912', u'PTRSUB_-1205108575'), (u'PTRSUB_-1205117000', u'MULTIEQUAL_-1205110102'), (u'MULTIEQUAL_-1205110837', u'MULTIEQUAL_-1205111323'), ('const-433', u'LOAD_-1205117590'), (u'MULTIEQUAL_-1205110162', u'MULTIEQUAL_-1205109965'), ('tmp_3753', u'BRANCH_-1205114446'), (u'MULTIEQUAL_-1205110454', u'MULTIEQUAL_-1205111329'), ('const-0', u'INT_NOTEQUAL_-1205114602'), ('tmp_5745', u'CBRANCH_-1205115421'), (u'MULTIEQUAL_-1205110334', u'MULTIEQUAL_-1205110310'), (u'MULTIEQUAL_-1205110263', u'MULTIEQUAL_-1205108990'), (u'BOOL_AND_-1205115870', u'CBRANCH_-1205115897'), (u'INDIRECT_-1205110608', u'MULTIEQUAL_-1205110310'), (u'LOAD_-1205115243', u'INT_EQUAL_-1205115223'), ('const-0', u'SUBPIECE_-1205110853'), (u'CAST_-1205107754', u'LOAD_-1205113744'), ('const-87', u'INT_SUB_-1205115150'), (u'LOAD_-1205115991', u'INT_NOTEQUAL_-1205115975'), (u'INDIRECT_-1205109973', u'MULTIEQUAL_-1205108764'), (u'CAST_-1205109307', u'LOAD_-1205116927'), ('tmp_6349', u'BRANCH_-1205113424'), ('tmp_2042', u'BRANCH_-1205114883'), ('const-0', u'INT_EQUAL_-1205117417'), (u'MULTIEQUAL_-1205111329', u'MULTIEQUAL_-1205111323'), (u'MULTIEQUAL_-1205109377', u'MULTIEQUAL_-1205110583'), ('const-1', u'INT_ADD_-1205115337'), (u'MULTIEQUAL_-1205110452', u'MULTIEQUAL_-1205110240'), (u'MULTIEQUAL_-1205109438', u'MULTIEQUAL_-1205110644'), (u'MULTIEQUAL_-1205109604', u'MULTIEQUAL_-1205110159'), (u'MULTIEQUAL_-1205111190', u'INT_EQUAL_-1205115317'), ('const-22', u'COPY_-1205114515'), ('const-328', u'INT_ADD_-1205116911'), (u'MULTIEQUAL_-1205111553', u'MULTIEQUAL_-1205112012'), (u'SUBPIECE_-1205110033', u'PIECE_-1205110033'), (u'INDIRECT_-1205108878', u'PTRADD_-1205115131'), ('tmp_24090', u'STORE_-1205116477'), (u'MULTIEQUAL_-1205110586', u'MULTIEQUAL_-1205110583'), (u'COPY_-1205107902', u'MULTIEQUAL_-1205109622'), ('const-4', u'INT_ADD_-1205115803'), (u'COPY_-1205117005', u'MULTIEQUAL_-1205113121'), (u'MULTIEQUAL_-1205109642', u'MULTIEQUAL_-1205109412'), (u'INT_LESS_-1205115329', u'CBRANCH_-1205115326'), ('const-24', u'INT_ADD_-1205117761'), (u'SUBPIECE_-1205109521', u'PIECE_-1205109521'), ('const-0', u'SUBPIECE_-1205112271'), (u'CALL_-1205117779', u'INT_ADD_-1205114647'), (u'PTRSUB_-1205109151', u'CAST_-1205109025'), ('const-72', u'INT_ADD_-1205117492'), ('const-433', u'LOAD_-1205115292'), (u'COPY_-1205111004', u'MULTIEQUAL_-1205111189'), (u'COPY_-1205109635', u'MULTIEQUAL_-1205109704'), ('const-0', u'COPY_-1205108586'), (u'LOAD_-1205115760', u'MULTIEQUAL_-1205109784'), (u'INT_EQUAL_-1205115639', u'CBRANCH_-1205115636'), ('const-76', u'INT_ADD_-1205115201'), (u'INT_NOTEQUAL_-1205115954', u'CBRANCH_-1205115949'), (u'INDIRECT_-1205109618', u'MULTIEQUAL_-1205109684'), (u'INT_EQUAL_-1205114431', u'BOOL_NEGATE_-1205110563'), (u'MULTIEQUAL_-1205110271', u'MULTIEQUAL_-1205110190'), (u'CALL_-1205115568', u'INDIRECT_-1205109675'), (u'MULTIEQUAL_-1205109598', u'MULTIEQUAL_-1205108035'), ('tmp_4141', u'CBRANCH_-1205115971'), (u'MULTIEQUAL_-1205113121', u'INT_DIV_-1205116920'), (u'SUBPIECE_-1205111605', u'INT_EQUAL_-1205114264'), (u'INDIRECT_-1205110537', u'MULTIEQUAL_-1205110240'), (u'SUBPIECE_-1205112259', u'CALL_-1205115568'), (u'CAST_-1205108309', u'LOAD_-1205115344'), (u'CALL_-1205114175', u'INT_ZEXT_-1205111096'), (u'SUBPIECE_-1205111869', u'INT_EQUAL_-1205116041'), (u'COPY_-1205109439', u'MULTIEQUAL_-1205109369'), ('const-0', u'COPY_-1205107644'), ('const-4294967295', u'INT_AND_-1205110993'), ('tmp_4043', u'CBRANCH_-1205116039'), (u'MULTIEQUAL_-1205109980', u'MULTIEQUAL_-1205108754'), ('const-4', u'SUBPIECE_-1205109340'), (u'INDIRECT_-1205110688', u'CALL_-1205117469'), ('tmp_2237', u'CBRANCH_-1205115174'), (u'CAST_-1205107844', u'LOAD_-1205113577'), (u'INT_EQUAL_-1205117555', u'CBRANCH_-1205117546'), ('const-433', u'LOAD_-1205116056'), (u'MULTIEQUAL_-1205111507', u'MULTIEQUAL_-1205111002'), (u'MULTIEQUAL_-1205108722', u'MULTIEQUAL_-1205108796'), ('const-433', u'LOAD_-1205115193'), ('const--9223372036854775808', u'COPY_-1205115259'), (u'INDIRECT_-1205110842', u'MULTIEQUAL_-1205110768'), (u'MULTIEQUAL_-1205110211', u'MULTIEQUAL_-1205110197'), ('const-0', u'SUBPIECE_-1205111330'), (u'LOAD_-1205113673', u'CALLIND_-1205113663'), ('tmp_225', u'CBRANCH_-1205117711'), (u'PTRSUB_-1205108929', u'CAST_-1205108635'), (u'PTRADD_-1205116623', u'CAST_-1205109198'), (u'MULTIEQUAL_-1205110149', u'MULTIEQUAL_-1205110069'), ('const-0', u'SUBPIECE_-1205111605'), (u'INDIRECT_-1205109533', u'MULTIEQUAL_-1205110505'), (u'COPY_-1205114484', u'MULTIEQUAL_-1205110244'), (u'MULTIEQUAL_-1205109532', u'MULTIEQUAL_-1205108716'), ('const-64', u'INT_EQUAL_-1205117740'), (u'MULTIEQUAL_-1205108925', u'MULTIEQUAL_-1205109967'), (u'MULTIEQUAL_-1205109965', u'MULTIEQUAL_-1205108854'), (u'COPY_-1205109990', u'MULTIEQUAL_-1205111543'), (u'INDIRECT_-1205110195', u'MULTIEQUAL_-1205110159'), (u'LOAD_-1205117545', u'INT_EQUAL_-1205117530'), (u'INDIRECT_-1205110781', u'MULTIEQUAL_-1205110707'), ('const-2', u'PTRADD_-1205108376'), (u'PTRADD_-1205114311', u'CAST_-1205108539'), ('const-9223372036854775807', u'COPY_-1205115234'), (u'INT_EQUAL_-1205117555', u'MULTIEQUAL_-1205109574'), ('const-6', u'INT_LESS_-1205115118'), (u'MULTIEQUAL_-1205112145', u'SUBPIECE_-1205112259'), (u'CALL_-1205117779', u'INT_ADD_-1205114579'), (u'INT_EQUAL_-1205115182', u'CBRANCH_-1205115180'), (u'INDIRECT_-1205109130', u'MULTIEQUAL_-1205109046'), (u'CALL_-1205116610', u'INDIRECT_-1205109943'), (u'INDIRECT_-1205109796', u'MULTIEQUAL_-1205108969'), ('const-433', u'LOAD_-1205113686'), (u'INDIRECT_-1205109212', u'MULTIEQUAL_-1205110069'), (u'CAST_-1205109685', u'LOAD_-1205115439'), (u'PTRADD_-1205115326', u'CAST_-1205108326'), (u'MULTIEQUAL_-1205110363', u'MULTIEQUAL_-1205110334'), (u'COPY_-1205115234', u'MULTIEQUAL_-1205111793'), (u'COPY_-1205108747', u'MULTIEQUAL_-1205109698'), (u'INDIRECT_-1205109009', u'MULTIEQUAL_-1205109986'), (u'PIECE_-1205109340', u'MULTIEQUAL_-1205110314'), (u'CAST_-1205109026', u'CALL_-1205114703'), (u'INT_ADD_-1205115604', u'CAST_-1205108767'), (u'CAST_-1205108777', u'LOAD_-1205115642'), ('tmp_1106', u'CBRANCH_-1205116798'), ('const--104', u'PTRSUB_-1205109911'), (u'MULTIEQUAL_-1205110233', u'MULTIEQUAL_-1205109713'), (u'MULTIEQUAL_-1205110149', u'PTRADD_-1205115282'), ('const-433', u'LOAD_-1205114306'), ('const-1', u'COPY_-1205109374'), (u'CALL_-1205115568', u'INT_NOTEQUAL_-1205115553'), ('const--64', u'PTRSUB_-1205108221'), ('tmp_5151', u'BRANCH_-1205113921'), ('const-433', u'LOAD_-1205115664'), ('const-1', u'PTRADD_-1205114311'), (u'MULTIEQUAL_-1205110481', u'MULTIEQUAL_-1205110456'), ('tmp_1849', u'CBRANCH_-1205115314'), (u'INT_SUB_-1205115401', u'INT_LESS_-1205115395'), (u'COPY_-1205108079', u'MULTIEQUAL_-1205108796'), (u'CAST_-1205109755', u'LOAD_-1205117508'), (u'INT_MULT_-1205115390', u'INT_LESS_-1205115385'), (u'MULTIEQUAL_-1205109529', u'MULTIEQUAL_-1205109505'), ('const-433', u'STORE_-1205116497'), (u'COPY_-1205107949', u'MULTIEQUAL_-1205107963'), ('tmp_4867', u'CBRANCH_-1205114287'), (u'MULTIEQUAL_-1205111624', u'MULTIEQUAL_-1205111591'), (u'MULTIEQUAL_-1205109318', u'MULTIEQUAL_-1205109298'), ('const-32', u'INT_ADD_-1205114157'), ('tmp_1688', u'CBRANCH_-1205116379'), ('const-433', u'LOAD_-1205115299'), (u'MULTIEQUAL_-1205108607', u'MULTIEQUAL_-1205109622'), (u'MULTIEQUAL_-1205110053', u'MULTIEQUAL_-1205111591'), (u'COPY_-1205109635', u'MULTIEQUAL_-1205108688'), ('tmp_5282', u'BRANCH_-1205113542'), (u'MULTIEQUAL_-1205111662', u'MULTIEQUAL_-1205110631'), (u'MULTIEQUAL_-1205110334', u'INT_NOTEQUAL_-1205114606'), (u'LOAD_-1205113804', u'INT_ADD_-1205113767'), (u'COPY_-1205109095', u'MULTIEQUAL_-1205109023'), (u'COPY_-1205107704', u'MULTIEQUAL_-1205109272'), ('tmp_24090', u'STORE_-1205115210'), (u'INDIRECT_-1205110560', u'SUBPIECE_-1205110558'), (u'MULTIEQUAL_-1205109642', u'MULTIEQUAL_-1205109965'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109141'), (u'PTRSUB_-1205114561', u'MULTIEQUAL_-1205109907'), (u'MULTIEQUAL_-1205110481', u'MULTIEQUAL_-1205109289'), ('tmp_24091', u'STORE_-1205115226'), (u'MULTIEQUAL_-1205110371', u'MULTIEQUAL_-1205110363'), (u'INT_ZEXT_-1205113214', u'MULTIEQUAL_-1205112784'), (u'MULTIEQUAL_-1205109329', u'BOOL_NEGATE_-1205108230'), (u'CAST_-1205107702', u'LOAD_-1205114173'), (u'CAST_-1205108314', u'MULTIEQUAL_-1205109298'), (u'INDIRECT_-1205110650', u'MULTIEQUAL_-1205110211'), (u'MULTIEQUAL_-1205110334', u'PTRADD_-1205114244'), (u'CALL_-1205115294', u'INDIRECT_-1205109568'), (u'MULTIEQUAL_-1205110389', u'MULTIEQUAL_-1205110354'), (u'INT_EQUAL_-1205117555', u'MULTIEQUAL_-1205109567'), (u'CAST_-1205107770', u'LOAD_-1205113783'), ('tmp_308', u'CBRANCH_-1205117632'), ('const-0', u'COPY_-1205111821'), ('const-0', u'INT_NOTEQUAL_-1205115177'), (u'COPY_-1205109522', u'COPY_-1205109284'), (u'MULTIEQUAL_-1205109023', u'MULTIEQUAL_-1205109329'), ('const-1', u'PTRADD_-1205115131'), (u'INDIRECT_-1205110134', u'MULTIEQUAL_-1205110098'), (u'PTRSUB_-1205109869', u'CAST_-1205109814'), (u'CALL_-1205115249', u'INT_ZEXT_-1205112078'), (u'INT_SUB_-1205115176', u'INT_LESS_-1205115161'), (u'INDIRECT_-1205109472', u'MULTIEQUAL_-1205110444'), (u'SUBPIECE_-1205111869', u'INT_NOTEQUAL_-1205115954'), ('tmp_5004', u'CBRANCH_-1205114345'), (u'MULTIEQUAL_-1205111798', u'MULTIEQUAL_-1205111779'), ('const-1', u'PTRADD_-1205115790'), ('const-48', u'INT_SLESS_-1205116769'), (u'INT_EQUAL_-1205115931', u'BOOL_NEGATE_-1205111578'), ('tmp_4105', u'CBRANCH_-1205115996'), ('tmp_24090', u'STORE_-1205116441'), (u'INT_LESS_-1205115395', u'INT_OR_-1205108460'), ('const-433', u'LOAD_-1205114173'), ('const-0', u'COPY_-1205112212'), (u'INT_OR_-1205116417', u'STORE_-1205116441'), (u'INT_NOTEQUAL_-1205114425', u'CBRANCH_-1205114423'), (u'CALLIND_-1205113721', u'INDIRECT_-1205108580'), (u'INDIRECT_-1205109913', u'MULTIEQUAL_-1205108704'), (u'MULTIEQUAL_-1205110644', u'MULTIEQUAL_-1205108825'), (u'MULTIEQUAL_-1205113004', u'MULTIEQUAL_-1205112763'), (u'CALLIND_-1205113773', u'MULTIEQUAL_-1205108512'), (u'MULTIEQUAL_-1205109351', u'MULTIEQUAL_-1205109907'), (u'INDIRECT_-1205108618', u'MULTIEQUAL_-1205109182'), (u'INT_SEXT_-1205117003', u'INT_MULT_-1205115400'), (u'LOAD_-1205116078', u'INT_EQUAL_-1205116063'), (u'MULTIEQUAL_-1205109060', u'MULTIEQUAL_-1205109318'), (u'CALL_-1205115273', u'INT_EQUAL_-1205115259'), (u'INDIRECT_-1205109069', u'MULTIEQUAL_-1205108985'), ('const-433', u'STORE_-1205116477'), (u'INT_SUB_-1205115528', u'INT_SRIGHT_-1205115505'), (u'CAST_-1205109927', u'CALL_-1205117779'), (u'MULTIEQUAL_-1205111767', u'MULTIEQUAL_-1205109969'), (u'INT_NOTEQUAL_-1205115201', u'CBRANCH_-1205115199'), (u'CALL_-1205115273', u'INDIRECT_-1205109069'), ('tmp_16758', u'PTRSUB_-1205109455'), (u'LOAD_-1205117777', u'INT_AND_-1205117740'), ('tmp_16765', u'COPY_-1205109982'), (u'MULTIEQUAL_-1205111847', u'MULTIEQUAL_-1205110616'), (u'MULTIEQUAL_-1205110197', u'MULTIEQUAL_-1205108633'), (u'PTRADD_-1205116513', u'CAST_-1205109119'), (u'INT_SLESS_-1205115463', u'CBRANCH_-1205115470'), (u'CAST_-1205109365', u'CALL_-1205116610'), ('const-48', u'INT_SUB_-1205115375'), (u'MULTIEQUAL_-1205110394', u'MULTIEQUAL_-1205109121'), (u'MULTIEQUAL_-1205112754', u'MULTIEQUAL_-1205111189'), (u'MULTIEQUAL_-1205109986', u'MULTIEQUAL_-1205109967'), ('const-433', u'STORE_-1205115226'), (u'CALL_-1205117779', u'INT_ADD_-1205115276'), (u'COPY_-1205109173', u'MULTIEQUAL_-1205109350'), (u'MULTIEQUAL_-1205111170', u'MULTIEQUAL_-1205112045'), ('tmp_4079', u'CBRANCH_-1205116014'), (u'LOAD_-1205116575', u'INT_EQUAL_-1205116560'), (u'SUBPIECE_-1205111330', u'INT_SUB_-1205115375'), (u'MULTIEQUAL_-1205109724', u'COPY_-1205109635'), (u'MULTIEQUAL_-1205112720', u'MULTIEQUAL_-1205112632'), (u'LOAD_-1205114584', u'MULTIEQUAL_-1205109980'), (u'COPY_-1205110798', u'MULTIEQUAL_-1205110716'), (u'PTRSUB_-1205109108', u'CAST_-1205109059'), ('const-0', u'COPY_-1205107757'), (u'MULTIEQUAL_-1205110432', u'MULTIEQUAL_-1205110403'), (u'INT_EQUAL_-1205114483', u'INT_OR_-1205108786'), (u'MULTIEQUAL_-1205110481', u'LOAD_-1205113804'), (u'MULTIEQUAL_-1205110992', u'MULTIEQUAL_-1205110483'), (u'BOOL_NEGATE_-1205108230', u'CBRANCH_-1205115231'), (u'INDIRECT_-1205109544', u'MULTIEQUAL_-1205109431'), ('const-0', u'INT_EQUAL_-1205115182'), (u'MULTIEQUAL_-1205110263', u'SUBPIECE_-1205109303'), (u'MULTIEQUAL_-1205110197', u'MULTIEQUAL_-1205110162'), (u'MULTIEQUAL_-1205110328', u'MULTIEQUAL_-1205110293'), (u'MULTIEQUAL_-1205110644', u'MULTIEQUAL_-1205110505'), (u'INDIRECT_-1205109665', u'MULTIEQUAL_-1205109785'), ('const-0', u'INT_NOTEQUAL_-1205117041'), (u'MULTIEQUAL_-1205108035', u'MULTIEQUAL_-1205109565'), ('const-1', u'PTRADD_-1205116586'), ('tmp_1312', u'CBRANCH_-1205116666'), (u'MULTIEQUAL_-1205108754', u'MULTIEQUAL_-1205109769'), ('const-0', u'INT_EQUAL_-1205117639'), (u'INDIRECT_-1205108677', u'MULTIEQUAL_-1205109169'), (u'INDIRECT_-1205108606', u'MULTIEQUAL_-1205109098'), (u'INT_NOTEQUAL_-1205117492', u'CBRANCH_-1205117491'), ('const-0', u'COPY_-1205110413'), (u'CAST_-1205108915', u'LOAD_-1205114595'), ('tmp_2981', u'CBRANCH_-1205115625'), (u'CALLIND_-1205113721', u'INDIRECT_-1205108772'), (u'MULTIEQUAL_-1205110616', u'MULTIEQUAL_-1205111649'), (u'MULTIEQUAL_-1205109042', u'MULTIEQUAL_-1205109350'), (u'MULTIEQUAL_-1205109664', u'MULTIEQUAL_-1205108848'), ('const-0', u'COPY_-1205109990'), (u'CALL_-1205115568', u'INDIRECT_-1205109544'), (u'CAST_-1205109550', u'LOAD_-1205115852'), (u'SUBPIECE_-1205110372', u'PIECE_-1205110372'), (u'CALL_-1205114703', u'INDIRECT_-1205109913'), (u'LOAD_-1205114595', u'COPY_-1205108965'), ('tmp_5271', u'CBRANCH_-1205114423'), (u'CALL_-1205115301', u'INDIRECT_-1205109027'), (u'LOAD_-1205115243', u'MULTIEQUAL_-1205110611'), ('const-433', u'LOAD_-1205117411'), (u'INT_LESS_-1205115118', u'CBRANCH_-1205115127'), (u'INT_NOTEQUAL_-1205115553', u'CBRANCH_-1205115552'), ('const-433', u'LOAD_-1205115407'), (u'CAST_-1205108831', u'CALL_-1205115294'), (u'BOOL_NEGATE_-1205110564', u'BOOL_AND_-1205114386'), ('const-4294967295', u'INT_EQUAL_-1205115729'), (u'COPY_-1205112364', u'MULTIEQUAL_-1205112206'), (u'INDIRECT_-1205109366', u'MULTIEQUAL_-1205109431'), ('tmp_3538', u'CBRANCH_-1205115274'), (u'COPY_-1205114400', u'MULTIEQUAL_-1205110631'), (u'CALL_-1205117661', u'INT_EQUAL_-1205117639'), ('const-0', u'COPY_-1205109522'), ('tmp_3639', u'CBRANCH_-1205115199'), ('const-16', u'PTRADD_-1205116586'), (u'INT_ADD_-1205117562', u'CAST_-1205109785'), (u'CALLIND_-1205114465', u'INDIRECT_-1205109533'), ('const-0', u'INT_NOTEQUAL_-1205115213'), ('tmp_4007', u'CBRANCH_-1205116061'), ('const-4', u'STORE_-1205115244'), ('const-433', u'LOAD_-1205115852'), ('const-0', u'INT_EQUAL_-1205116878'), ('const-433', u'LOAD_-1205114283'), (u'MULTIEQUAL_-1205111460', u'MULTIEQUAL_-1205112012'), ('tmp_5594', u'BRANCH_-1205113772'), (u'CALL_-1205114175', u'INDIRECT_-1205108718'), ('const-0', u'SUBPIECE_-1205109303'), (u'INT_NOTEQUAL_-1205115177', u'CBRANCH_-1205115174'), (u'MULTIEQUAL_-1205110334', u'CAST_-1205107594'), ('const-433', u'LOAD_-1205116927'), (u'CAST_-1205108090', u'LOAD_-1205115299'), (u'CALL_-1205115155', u'INDIRECT_-1205109618'), (u'CALL_-1205117779', u'INT_ADD_-1205115201'), (u'LOAD_-1205113783', u'CALLIND_-1205113773'), (u'MULTIEQUAL_-1205109836', u'MULTIEQUAL_-1205109611'), (u'INT_EQUAL_-1205115627', u'CBRANCH_-1205115625'), ('const-0', u'PTRSUB_-1205109151'), (u'MULTIEQUAL_-1205110233', u'MULTIEQUAL_-1205110038'), (u'COPY_-1205108631', u'COPY_-1205108389'), (u'CALL_-1205117779', u'INT_ADD_-1205115604'), (u'COPY_-1205115259', u'MULTIEQUAL_-1205111793'), ('const-32', u'INT_ADD_-1205117395'), (u'MULTIEQUAL_-1205110452', u'MULTIEQUAL_-1205109227'), ('tmp_16768', u'COPY_-1205109983'), (u'MULTIEQUAL_-1205110159', u'MULTIEQUAL_-1205110107'), ('const-4294967295', u'PIECE_-1205110558'), (u'MULTIEQUAL_-1205108854', u'MULTIEQUAL_-1205109896'), (u'MULTIEQUAL_-1205109543', u'MULTIEQUAL_-1205110098'), ('tmp_3834', u'BRANCH_-1205114320'), (u'MULTIEQUAL_-1205112012', u'COPY_-1205107827'), (u'INT_LESS_-1205114291', u'CBRANCH_-1205114287'), ('tmp_2122', u'CBRANCH_-1205115257'), ('tmp_1184', u'CBRANCH_-1205116751'), (u'MULTIEQUAL_-1205111323', u'INT_NOTEQUAL_-1205116537'), (u'PTRADD_-1205114244', u'CAST_-1205108183'), (u'INDIRECT_-1205109913', u'MULTIEQUAL_-1205110647'), (u'MULTIEQUAL_-1205110149', u'PTRADD_-1205116623'), ('const-433', u'LOAD_-1205113783'), ('tmp_24090', u'LOAD_-1205116444'), (u'CALL_-1205115294', u'INDIRECT_-1205109628'), ('const-1', u'PTRADD_-1205115721'), ('tmp_3246', u'CBRANCH_-1205115470'), ('const-1', u'PTRADD_-1205115735'), (u'LOAD_-1205116927', u'INT_EQUAL_-1205116897'), ('const-4294967295', u'INT_EQUAL_-1205114264'), (u'PTRADD_-1205115131', u'CAST_-1205108034'), (u'PTRADD_-1205108371', u'LOAD_-1205114364'), (u'INDIRECT_-1205110668', u'MULTIEQUAL_-1205110371'), (u'SUBPIECE_-1205111330', u'INT_SUB_-1205115133'), ('const-4294967295', u'INT_EQUAL_-1205114591'), (u'COPY_-1205109765', u'MULTIEQUAL_-1205109698'), (u'MULTIEQUAL_-1205111793', u'STORE_-1205115226'), ('tmp_16758', u'PTRSUB_-1205109454'), (u'CAST_-1205108728', u'INT_SUB_-1205115528'), (u'MULTIEQUAL_-1205110481', u'INT_NOTEQUAL_-1205115680'), (u'MULTIEQUAL_-1205109969', u'MULTIEQUAL_-1205111507'), (u'CALL_-1205117436', u'INT_EQUAL_-1205117417'), (u'INT_LESS_-1205115768', u'CBRANCH_-1205115764'), (u'MULTIEQUAL_-1205110019', u'MULTIEQUAL_-1205109938'), (u'CALL_-1205116610', u'MULTIEQUAL_-1205109298'), ('const-2', u'INT_SRIGHT_-1205115505'), ('const-1', u'PTRADD_-1205114244'), (u'INT_DIV_-1205116920', u'MULTIEQUAL_-1205110181'), (u'MULTIEQUAL_-1205108848', u'MULTIEQUAL_-1205110038'), (u'INDIRECT_-1205109842', u'MULTIEQUAL_-1205109642'), ('const-4', u'SUBPIECE_-1205110033'), (u'MULTIEQUAL_-1205111847', u'MULTIEQUAL_-1205110053'), ('tmp_3073', u'CBRANCH_-1205115552'), (u'MULTIEQUAL_-1205108412', u'MULTIEQUAL_-1205109286'), ('tmp_6015', u'CBRANCH_-1205114600'), (u'PTRADD_-1205114318', u'CAST_-1205108544'), (u'CAST_-1205109030', u'CALL_-1205114902'), (u'MULTIEQUAL_-1205111847', u'INT_EQUAL_-1205115931'), ('const-15', u'INT_SLESS_-1205115463'), (u'CALL_-1205115342', u'INDIRECT_-1205109143'), (u'MULTIEQUAL_-1205111189', u'MULTIEQUAL_-1205112720'), (u'MULTIEQUAL_-1205110483', u'CALL_-1205115568'), ('const--24', u'PTRADD_-1205116513'), ('const-0', u'COPY_-1205108039'), (u'INDIRECT_-1205109943', u'MULTIEQUAL_-1205109907'), (u'LOAD_-1205114373', u'INT_LESS_-1205114358'), (u'MULTIEQUAL_-1205111641', u'INT_LESS_-1205115438'), (u'MULTIEQUAL_-1205111553', u'MULTIEQUAL_-1205111641'), ('const-1', u'PTRADD_-1205115728'), ('tmp_2663', u'CBRANCH_-1205115170'), (u'MULTIEQUAL_-1205108777', u'MULTIEQUAL_-1205109965'), (u'INT_ADD_-1205115626', u'CAST_-1205108777'), ('const-0', u'COPY_-1205107797'), (u'MULTIEQUAL_-1205110481', u'PTRADD_-1205108376'), (u'CALL_-1205115342', u'INDIRECT_-1205109264'), ('const-0', u'COPY_-1205108074'), ('const-433', u'LOAD_-1205116685'), (u'MULTIEQUAL_-1205110384', u'CAST_-1205107754'), (u'MULTIEQUAL_-1205110268', u'MULTIEQUAL_-1205108704'), (u'INT_ADD_-1205116040', u'CAST_-1205109643'), (u'INDIRECT_-1205108938', u'MULTIEQUAL_-1205109915'), (u'COPY_-1205109216', u'COPY_-1205109162'), (u'INT_LESS_-1205115438', u'CBRANCH_-1205115446'), (u'INDIRECT_-1205109842', u'MULTIEQUAL_-1205110576'), (u'MULTIEQUAL_-1205109907', u'PTRADD_-1205116513'), (u'MULTIEQUAL_-1205109698', u'INT_EQUAL_-1205115639'), (u'MULTIEQUAL_-1205110098', u'MULTIEQUAL_-1205110046'), ('const-0', u'INT_NOTEQUAL_-1205116079'), (u'INDIRECT_-1205109203', u'MULTIEQUAL_-1205110210'), (u'CALL_-1205117779', u'INT_ADD_-1205116018'), (u'INDIRECT_-1205109081', u'MULTIEQUAL_-1205109938'), (u'COPY_-1205111821', u'MULTIEQUAL_-1205111767'), (u'INDIRECT_-1205109544', u'MULTIEQUAL_-1205109664'), ('tmp_3665', u'CBRANCH_-1205115180'), (u'MULTIEQUAL_-1205110363', u'MULTIEQUAL_-1205109169'), (u'MULTIEQUAL_-1205111494', u'STORE_-1205114888'), (u'CALL_-1205114703', u'INDIRECT_-1205109842'), (u'CALL_-1205117661', u'INDIRECT_-1205110650'), (u'INT_ADD_-1205117492', u'CAST_-1205109755'), ('const-1', u'INT_ADD_-1205113773'), (u'CALL_-1205115249', u'INDIRECT_-1205109665'), (u'INT_ADD_-1205114647', u'CAST_-1205108964'), ('tmp_16758', u'PTRSUB_-1205109986'), (u'CAST_-1205109609', u'LOAD_-1205115991'), (u'CALL_-1205114902', u'INDIRECT_-1205108585'), (u'INT_ADD_-1205117802', u'CAST_-1205109927'), (u'MULTIEQUAL_-1205108988', u'MULTIEQUAL_-1205109298'), (u'INDIRECT_-1205109675', u'MULTIEQUAL_-1205109563'), ('const-1', u'PTRADD_-1205114251'), (u'INT_ZEXT_-1205111604', u'MULTIEQUAL_-1205111542'), ('tmp_2033', u'CBRANCH_-1205114893'), (u'MULTIEQUAL_-1205108000', u'MULTIEQUAL_-1205109545'), ('const-433', u'LOAD_-1205114371'), (u'CALL_-1205115155', u'INDIRECT_-1205109426'), (u'LOAD_-1205115299', u'CALL_-1205115273'), (u'CALL_-1205117779', u'INT_ADD_-1205116040'), (u'INDIRECT_-1205109497', u'MULTIEQUAL_-1205109563'), (u'COPY_-1205110387', u'MULTIEQUAL_-1205109969'), (u'BOOL_OR_-1205114387', u'MULTIEQUAL_-1205108688'), (u'INT_DIV_-1205116920', u'INT_LESSEQUAL_-1205116717'), (u'LOAD_-1205114475', u'CALLIND_-1205114465'), (u'MULTIEQUAL_-1205109855', u'MULTIEQUAL_-1205109835'), (u'MULTIEQUAL_-1205108796', u'MULTIEQUAL_-1205109272'), (u'INT_EQUAL_-1205115914', u'BOOL_OR_-1205115871'), (u'CALL_-1205115568', u'CAST_-1205108728'), ('const-0', u'INT_EQUAL_-1205117511'), (u'INT_ZEXT_-1205111675', u'MULTIEQUAL_-1205112632'), ('const-0', u'COPY_-1205111762'), (u'PTRADD_-1205115783', u'CAST_-1205109545'), (u'INT_ADD_-1205115378', u'MULTIEQUAL_-1205111170'), (u'CALL_-1205114902', u'INDIRECT_-1205108646'), ('tmp_5392', u'CBRANCH_-1205114465'), (u'COPY_-1205108969', u'MULTIEQUAL_-1205109042'), (u'CAST_-1205109030', u'INT_NOTEQUAL_-1205116383'), (u'CALL_-1205115294', u'INT_NOTEQUAL_-1205115275'), ('const-0', u'COPY_-1205110467'), (u'INDIRECT_-1205109675', u'MULTIEQUAL_-1205108848'), (u'INT_SUB_-1205115150', u'MULTIEQUAL_-1205111412'), (u'MULTIEQUAL_-1205111847', u'MULTIEQUAL_-1205111633'), (u'MULTIEQUAL_-1205110181', u'INT_LESS_-1205115438'), (u'CAST_-1205109838', u'CALL_-1205117661'), (u'MULTIEQUAL_-1205110314', u'MULTIEQUAL_-1205110301'), (u'MULTIEQUAL_-1205110644', u'MULTIEQUAL_-1205110432'), ('const-10', u'INT_LESS_-1205115360'), (u'PIECE_-1205111313', u'RETURN_-1205116315'), ('const-10', u'INT_EQUAL_-1205114483'), (u'MULTIEQUAL_-1205110523', u'MULTIEQUAL_-1205110282'), (u'CAST_-1205108304', u'INT_LESS_-1205114349'), (u'INT_EQUAL_-1205115223', u'CBRANCH_-1205115222'), (u'MULTIEQUAL_-1205111714', u'MULTIEQUAL_-1205111683'), (u'MULTIEQUAL_-1205109563', u'CALL_-1205115327'), (u'MULTIEQUAL_-1205110304', u'INT_MULT_-1205115390'), (u'MULTIEQUAL_-1205110149', u'PTRADD_-1205115326'), (u'LOAD_-1205116685', u'INT_LESSEQUAL_-1205116669'), (u'MULTIEQUAL_-1205109544', u'MULTIEQUAL_-1205109529'), ('const-4621912', u'PTRSUB_-1205117000'), (u'MULTIEQUAL_-1205110523', u'MULTIEQUAL_-1205109298'), (u'MULTIEQUAL_-1205112012', u'INT_2COMP_-1205114903'), (u'INT_EQUAL_-1205116019', u'CBRANCH_-1205116014'), (u'PTRADD_-1205115735', u'CAST_-1205109522'), (u'COPY_-1205109916', u'MULTIEQUAL_-1205109622'), (u'INT_OR_-1205108786', u'CAST_-1205108588'), (u'INT_SEXT_-1205117003', u'INT_DIV_-1205116920'), (u'MULTIEQUAL_-1205109713', u'MULTIEQUAL_-1205109664'), (u'MULTIEQUAL_-1205111752', u'MULTIEQUAL_-1205111732')]
[('const-433', u'LOAD_-1205116575'), (u'CALL_-1205114703', u'INDIRECT_-1205110053'), (u'CAST_-1205109515', u'INT_LESS_-1205115768'), (u'MULTIEQUAL_-1205109853', u'MULTIEQUAL_-1205109623'), (u'CALL_-1205115342', u'INT_ZEXT_-1205111675'), (u'PTRADD_-1205108606', u'LOAD_-1205114380'), (u'INDIRECT_-1205109694', u'MULTIEQUAL_-1205109582'), (u'COPY_-1205110004', u'MULTIEQUAL_-1205111557'), (u'CALL_-1205114175', u'INDIRECT_-1205108676'), (u'INDIRECT_-1205109222', u'MULTIEQUAL_-1205110229'), (u'CAST_-1205108194', u'LOAD_-1205114283'), (u'COPY_-1205111744', u'MULTIEQUAL_-1205111676'), (u'COPY_-1205109012', u'MULTIEQUAL_-1205108909'), ('tmp_1822', u'BRANCH_-1205114885'), ('const-433', u'LOAD_-1205115991'), (u'CAST_-1205109136', u'LOAD_-1205116575'), ('tmp_513', u'CBRANCH_-1205117491'), ('const-0', u'COPY_-1205111114'), ('const-0', u'COPY_-1205111875'), (u'MULTIEQUAL_-1205109514', u'INT_EQUAL_-1205116878'), (u'INDIRECT_-1205109684', u'MULTIEQUAL_-1205109804'), (u'COPY_-1205109621', u'MULTIEQUAL_-1205109553'), ('tmp_1405', u'CBRANCH_-1205116591'), (u'MULTIEQUAL_-1205113121', u'MULTIEQUAL_-1205110263'), (u'MULTIEQUAL_-1205108083', u'MULTIEQUAL_-1205109281'), (u'MULTIEQUAL_-1205112056', u'MULTIEQUAL_-1205111644'), (u'INT_EQUAL_-1205114448', u'BOOL_NEGATE_-1205110583'), ('tmp_2287', u'BRANCH_-1205115397'), (u'PTRSUB_-1205117000', u'MULTIEQUAL_-1205110117'), ('const-0', u'COPY_-1205107653'), (u'MULTIEQUAL_-1205109845', u'BOOL_NEGATE_-1205109831'), (u'INDIRECT_-1205109428', u'MULTIEQUAL_-1205109547'), (u'INDIRECT_-1205109932', u'MULTIEQUAL_-1205108723'), (u'LOAD_-1205113577', u'MULTIEQUAL_-1205109768'), (u'CALL_-1205117779', u'INT_ADD_-1205115975'), (u'INDIRECT_-1205109488', u'MULTIEQUAL_-1205109608'), ('const--104', u'PTRSUB_-1205108932'), ('const-4621912', u'PTRSUB_-1205108590'), (u'LOAD_-1205117590', u'INT_EQUAL_-1205117511'), (u'INDIRECT_-1205109096', u'MULTIEQUAL_-1205109953'), (u'INT_SUB_-1205115375', u'INT_LESS_-1205115360'), ('const-433', u'LOAD_-1205117545'), (u'MULTIEQUAL_-1205110403', u'LOAD_-1205113744'), ('const--64', u'PTRSUB_-1205108902'), (u'MULTIEQUAL_-1205110467', u'MULTIEQUAL_-1205109242'), (u'MULTIEQUAL_-1205109607', u'MULTIEQUAL_-1205108044'), ('const-0', u'INT_EQUAL_-1205116560'), (u'LOAD_-1205115413', u'INT_ADD_-1205115391'), (u'LOAD_-1205114380', u'INT_LESS_-1205114358'), (u'CAST_-1205108608', u'LOAD_-1205115217'), (u'PTRSUB_-1205109879', u'CALL_-1205117600'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109156'), (u'INDIRECT_-1205109452', u'MULTIEQUAL_-1205109922'), (u'CALL_-1205115342', u'INDIRECT_-1205109222'), (u'LOAD_-1205115664', u'MULTIEQUAL_-1205110631'), (u'INT_LESS_-1205114349', u'CBRANCH_-1205114345'), (u'PTRSUB_-1205108933', u'CALL_-1205115294'), (u'MULTIEQUAL_-1205109554', u'CBRANCH_-1205116987'), (u'MULTIEQUAL_-1205110057', u'MULTIEQUAL_-1205110005'), (u'LOAD_-1205117508', u'INT_NOTEQUAL_-1205117492'), ('const-4', u'STORE_-1205115244'), (u'COPY_-1205108076', u'MULTIEQUAL_-1205109543'), (u'INDIRECT_-1205109352', u'MULTIEQUAL_-1205110209'), (u'INT_EQUAL_-1205116041', u'CBRANCH_-1205116039'), (u'COPY_-1205109383', u'MULTIEQUAL_-1205108421'), (u'CAST_-1205109681', u'LOAD_-1205117411'), (u'COPY_-1205111300', u'MULTIEQUAL_-1205110064'), (u'MULTIEQUAL_-1205113121', u'INT_SUB_-1205115401'), (u'CALL_-1205114902', u'INDIRECT_-1205108469'), (u'CALL_-1205117779', u'INT_ADD_-1205117492'), ('const-433', u'LOAD_-1205115631'), (u'CALL_-1205117779', u'INT_ADD_-1205117574'), (u'INDIRECT_-1205108621', u'MULTIEQUAL_-1205109113'), (u'MULTIEQUAL_-1205111725', u'MULTIEQUAL_-1205111694'), ('const-433', u'STORE_-1205116441'), (u'MULTIEQUAL_-1205109663', u'MULTIEQUAL_-1205108616'), (u'INT_SUB_-1205115150', u'MULTIEQUAL_-1205111426'), (u'CAST_-1205108325', u'MULTIEQUAL_-1205108421'), (u'INT_SEXT_-1205115410', u'INT_ADD_-1205115368'), (u'COPY_-1205108857', u'MULTIEQUAL_-1205110853'), (u'MULTIEQUAL_-1205109547', u'MULTIEQUAL_-1205108731'), (u'LOAD_-1205116034', u'INT_EQUAL_-1205116019'), (u'INT_ADD_-1205115626', u'CAST_-1205108793'), (u'INDIRECT_-1205108791', u'MULTIEQUAL_-1205110512'), ('const-16', u'INT_NOTEQUAL_-1205113679'), (u'INDIRECT_-1205108616', u'MULTIEQUAL_-1205110545'), (u'INT_AND_-1205117740', u'INT_EQUAL_-1205114448'), (u'MULTIEQUAL_-1205111676', u'MULTIEQUAL_-1205110645'), (u'LOAD_-1205117590', u'MULTIEQUAL_-1205110009'), ('const-0', u'COPY_-1205109012'), (u'SUBPIECE_-1205111880', u'INT_NOTEQUAL_-1205115975'), ('const-433', u'LOAD_-1205117777'), ('tmp_660', u'BRANCH_-1205117376'), ('const-433', u'STORE_-1205114888'), ('const-0', u'INT_EQUAL_-1205114681'), (u'MULTIEQUAL_-1205109930', u'MULTIEQUAL_-1205109911'), (u'MULTIEQUAL_-1205110304', u'MULTIEQUAL_-1205110278'), ('tmp_1885', u'CBRANCH_-1205115290'), (u'CALL_-1205117469', u'INDIRECT_-1205110710'), (u'COPY_-1205109183', u'COPY_-1205108963'), (u'CALL_-1205115327', u'INDIRECT_-1205109610'), (u'CAST_-1205108929', u'LOAD_-1205114595'), ('const-0', u'INT_NOTEQUAL_-1205114557'), (u'CAST_-1205108836', u'CALL_-1205115568'), (u'BOOL_NEGATE_-1205107909', u'CBRANCH_-1205114893'), ('tmp_4179', u'CBRANCH_-1205115949'), (u'INT_LESSEQUAL_-1205116669', u'CBRANCH_-1205116666'), (u'INT_EQUAL_-1205117555', u'MULTIEQUAL_-1205108009'), (u'MULTIEQUAL_-1205108997', u'MULTIEQUAL_-1205109307'), (u'INT_SRIGHT_-1205115505', u'SUBPIECE_-1205110867'), (u'SUBPIECE_-1205111349', u'INT_SUB_-1205115103'), (u'MULTIEQUAL_-1205110390', u'MULTIEQUAL_-1205110347'), (u'PTRADD_-1205108601', u'LOAD_-1205114373'), (u'MULTIEQUAL_-1205111521', u'MULTIEQUAL_-1205111424'), (u'MULTIEQUAL_-1205113007', u'MULTIEQUAL_-1205113004'), (u'INDIRECT_-1205110767', u'MULTIEQUAL_-1205110605'), (u'MULTIEQUAL_-1205109795', u'INT_EQUAL_-1205115729'), ('const-433', u'LOAD_-1205115970'), ('const-0', u'SUBPIECE_-1205111880'), (u'SUBPIECE_-1205111349', u'INT_SUB_-1205115176'), ('const-8', u'PTRADD_-1205109602'), ('const-0', u'INT_EQUAL_-1205115223'), (u'CALLIND_-1205114465', u'INDIRECT_-1205109431'), (u'COPY_-1205107779', u'MULTIEQUAL_-1205111211'), (u'INT_LESS_-1205115161', u'CBRANCH_-1205115170'), ('const-4294967295', u'PIECE_-1205110387'), ('const-87', u'INT_SUB_-1205115150'), ('const-433', u'LOAD_-1205113731'), (u'MULTIEQUAL_-1205111555', u'MULTIEQUAL_-1205111643'), ('const-433', u'LOAD_-1205117590'), (u'CALL_-1205117779', u'INT_ADD_-1205115704'), (u'MULTIEQUAL_-1205110212', u'MULTIEQUAL_-1205108648'), ('const-2', u'PTRADD_-1205109597'), (u'INT_NOTEQUAL_-1205113679', u'CBRANCH_-1205113676'), (u'MULTIEQUAL_-1205112763', u'MULTIEQUAL_-1205112754'), (u'INDIRECT_-1205109559', u'MULTIEQUAL_-1205108731'), (u'MULTIEQUAL_-1205109079', u'MULTIEQUAL_-1205109337'), (u'MULTIEQUAL_-1205110255', u'MULTIEQUAL_-1205110226'), (u'INT_SUB_-1205115391', u'INT_LESS_-1205115385'), (u'SUBPIECE_-1205111349', u'INT_SUB_-1205115150'), ('const-433', u'LOAD_-1205115292'), (u'MULTIEQUAL_-1205111637', u'MULTIEQUAL_-1205111618'), (u'MULTIEQUAL_-1205110542', u'MULTIEQUAL_-1205108723'), (u'PTRADD_-1205109597', u'LOAD_-1205115790'), ('const-328', u'INT_ADD_-1205114579'), ('tmp_6077', u'CBRANCH_-1205114556'), (u'INDIRECT_-1205110053', u'MULTIEQUAL_-1205110787'), (u'MULTIEQUAL_-1205109396', u'MULTIEQUAL_-1205109377'), (u'MULTIEQUAL_-1205110353', u'MULTIEQUAL_-1205110329'), (u'INDIRECT_-1205109028', u'MULTIEQUAL_-1205108944'), (u'MULTIEQUAL_-1205110627', u'MULTIEQUAL_-1205111660'), (u'CALL_-1205117779', u'INT_ADD_-1205117562'), ('tmp_3601', u'CBRANCH_-1205115222'), (u'INT_EQUAL_-1205114431', u'BOOL_OR_-1205114387'), ('tmp_3289', u'CBRANCH_-1205115446'), (u'LOAD_-1205115193', u'INT_NOTEQUAL_-1205115177'), (u'SUBPIECE_-1205111438', u'INT_SEXT_-1205115152'), (u'INT_ADD_-1205115201', u'CAST_-1205108608'), (u'INDIRECT_-1205110153', u'MULTIEQUAL_-1205110117'), (u'COPY_-1205109213', u'COPY_-1205109157'), (u'LOAD_-1205115852', u'INT_LESSEQUAL_-1205115829'), ('tmp_4906', u'CBRANCH_-1205114261'), (u'MULTIEQUAL_-1205109707', u'INT_EQUAL_-1205115639'), (u'INT_EQUAL_-1205117639', u'CBRANCH_-1205117632'), (u'PTRADD_-1205115131', u'CAST_-1205108052'), (u'CALL_-1205117661', u'INDIRECT_-1205110740'), (u'MULTIEQUAL_-1205110602', u'MULTIEQUAL_-1205110390'), (u'LOAD_-1205116692', u'INT_LESSEQUAL_-1205116669'), (u'MULTIEQUAL_-1205110287', u'MULTIEQUAL_-1205110252'), (u'SUBPIECE_-1205110387', u'PIECE_-1205110387'), (u'MULTIEQUAL_-1205110353', u'MULTIEQUAL_-1205109337'), (u'MULTIEQUAL_-1205110666', u'MULTIEQUAL_-1205110663'), (u'INDIRECT_-1205109992', u'MULTIEQUAL_-1205108783'), (u'MULTIEQUAL_-1205109599', u'MULTIEQUAL_-1205109547'), (u'MULTIEQUAL_-1205110329', u'MULTIEQUAL_-1205110301'), ('const-4621912', u'PTRSUB_-1205117000'), (u'COPY_-1205109893', u'MULTIEQUAL_-1205109845'), (u'MULTIEQUAL_-1205110373', u'MULTIEQUAL_-1205110178'), ('tmp_16832', u'PTRSUB_-1205108902'), ('const-6', u'INT_LESS_-1205115118'), ('const-3', u'PTRADD_-1205108400'), (u'LOAD_-1205114595', u'COPY_-1205108959'), (u'INDIRECT_-1205108893', u'PTRADD_-1205115131'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109352'), (u'MULTIEQUAL_-1205109188', u'MULTIEQUAL_-1205110353'), (u'MULTIEQUAL_-1205112720', u'MULTIEQUAL_-1205112206'), ('const-433', u'LOAD_-1205116056'), ('const-0', u'INT_NOTEQUAL_-1205115643'), (u'MULTIEQUAL_-1205109631', u'MULTIEQUAL_-1205109620'), (u'INT_SLESSEQUAL_-1205116743', u'CBRANCH_-1205116751'), (u'MULTIEQUAL_-1205110034', u'MULTIEQUAL_-1205108731'), ('tmp_2538', u'BRANCH_-1205114966'), (u'COPY_-1205110389', u'MULTIEQUAL_-1205109983'), ('const--104', u'PTRSUB_-1205109878'), (u'PIECE_-1205109355', u'MULTIEQUAL_-1205110329'), (u'MULTIEQUAL_-1205110663', u'MULTIEQUAL_-1205110524'), (u'MULTIEQUAL_-1205108170', u'MULTIEQUAL_-1205109359'), ('const-2', u'PTRADD_-1205109299'), ('const-433', u'LOAD_-1205115790'), (u'PTRSUB_-1205114561', u'MULTIEQUAL_-1205109599'), (u'INT_OR_-1205108795', u'CAST_-1205108589'), (u'INDIRECT_-1205110018', u'MULTIEQUAL_-1205109980'), ('tmp_4784', u'CBRANCH_-1205114562'), (u'CALL_-1205114323', u'INDIRECT_-1205108870'), (u'MULTIEQUAL_-1205109623', u'MULTIEQUAL_-1205110178'), (u'MULTIEQUAL_-1205110323', u'INT_MULT_-1205115390'), ('const-433', u'LOAD_-1205114364'), (u'INT_ADD_-1205114579', u'CAST_-1205108929'), ('const-433', u'LOAD_-1205117411'), (u'INT_AND_-1205110993', u'MULTIEQUAL_-1205111542'), (u'COPY_-1205108756', u'MULTIEQUAL_-1205109707'), (u'MULTIEQUAL_-1205110602', u'MULTIEQUAL_-1205110463'), ('tmp_16839', u'COPY_-1205109976'), ('const-433', u'LOAD_-1205113686'), (u'MULTIEQUAL_-1205110631', u'MULTIEQUAL_-1205111211'), (u'MULTIEQUAL_-1205110413', u'MULTIEQUAL_-1205109396'), (u'INT_EQUAL_-1205114483', u'INT_OR_-1205108795'), (u'MULTIEQUAL_-1205110500', u'INT_NOTEQUAL_-1205115680'), ('const-0', u'COPY_-1205107766'), ('const-1', u'COPY_-1205107911'), (u'CALL_-1205117779', u'INDIRECT_-1205110927'), (u'MULTIEQUAL_-1205108944', u'MULTIEQUAL_-1205109986'), (u'INDIRECT_-1205109428', u'MULTIEQUAL_-1205109366'), ('const-4294967295', u'PIECE_-1205109355'), (u'MULTIEQUAL_-1205109359', u'CBRANCH_-1205115194'), (u'INT_NOTEQUAL_-1205116537', u'CBRANCH_-1205116535'), (u'INT_EQUAL_-1205117417', u'CBRANCH_-1205117416'), (u'MULTIEQUAL_-1205109307', u'MULTIEQUAL_-1205109295'), (u'COPY_-1205109629', u'MULTIEQUAL_-1205109713'), (u'SUBPIECE_-1205109536', u'PIECE_-1205109536'), (u'LOAD_-1205115344', u'CAST_-1205108320'), (u'INT_NOTEQUAL_-1205115213', u'CBRANCH_-1205115211'), ('const-0', u'COPY_-1205108181'), ('const-4294967295', u'INT_AND_-1205111877'), (u'MULTIEQUAL_-1205111998', u'MULTIEQUAL_-1205111858'), ('const-32', u'INT_ADD_-1205113561'), (u'COPY_-1205107653', u'MULTIEQUAL_-1205109281'), (u'INT_EQUAL_-1205115914', u'BOOL_NEGATE_-1205111596'), ('tmp_2849', u'CBRANCH_-1205115725'), ('tmp_4916', u'BRANCH_-1205114243'), ('tmp_4746', u'CBRANCH_-1205114589'), ('const-4', u'SUBPIECE_-1205110387'), (u'MULTIEQUAL_-1205109378', u'MULTIEQUAL_-1205108083'), (u'MULTIEQUAL_-1205109490', u'MULTIEQUAL_-1205111011'), (u'INDIRECT_-1205108953', u'MULTIEQUAL_-1205109930'), (u'SUBPIECE_-1205110048', u'PIECE_-1205110048'), (u'MULTIEQUAL_-1205110542', u'MULTIEQUAL_-1205110329'), ('tmp_3713', u'BRANCH_-1205115139'), (u'MULTIEQUAL_-1205110727', u'MULTIEQUAL_-1205111694'), (u'PTRSUB_-1205108932', u'CALL_-1205115294'), (u'INT_EQUAL_-1205114448', u'BOOL_OR_-1205114387'), (u'MULTIEQUAL_-1205110467', u'SUBPIECE_-1205110387'), (u'MULTIEQUAL_-1205109732', u'MULTIEQUAL_-1205110057'), (u'MULTIEQUAL_-1205109845', u'MULTIEQUAL_-1205108616'), (u'MULTIEQUAL_-1205110463', u'MULTIEQUAL_-1205110451'), ('const-76', u'INT_ADD_-1205116062'), ('const-0', u'INT_EQUAL_-1205115728'), ('const-433', u'LOAD_-1205113783'), ('const-240', u'INT_ADD_-1205115704'), (u'INT_NOTEQUAL_-1205116383', u'CBRANCH_-1205116379'), (u'COPY_-1205108736', u'MULTIEQUAL_-1205112146'), ('const-1', u'PTRADD_-1205115131'), (u'CALL_-1205115327', u'INDIRECT_-1205109535'), ('const-74', u'INT_AND_-1205117740'), (u'LOAD_-1205116692', u'MULTIEQUAL_-1205112997'), (u'MULTIEQUAL_-1205110312', u'MULTIEQUAL_-1205110229'), (u'INDIRECT_-1205109932', u'MULTIEQUAL_-1205110666'), (u'MULTIEQUAL_-1205110177', u'MULTIEQUAL_-1205109657'), ('const-8', u'PTRADD_-1205108601'), (u'MULTIEQUAL_-1205109359', u'CBRANCH_-1205116514'), (u'SUBPIECE_-1205109320', u'INT_EQUAL_-1205114591'), (u'INT_NOTEQUAL_-1205115680', u'BOOL_AND_-1205115638'), ('tmp_24619', u'STORE_-1205116477'), (u'MULTIEQUAL_-1205111643', u'MULTIEQUAL_-1205110825'), (u'INDIRECT_-1205109857', u'MULTIEQUAL_-1205109657'), (u'MULTIEQUAL_-1205110287', u'MULTIEQUAL_-1205108723'), (u'PTRSUB_-1205108218', u'CALL_-1205115273'), (u'MULTIEQUAL_-1205109553', u'MULTIEQUAL_-1205109538'), (u'COPY_-1205110446', u'MULTIEQUAL_-1205112014'), (u'MULTIEQUAL_-1205110255', u'MULTIEQUAL_-1205110212'), (u'COPY_-1205108959', u'MULTIEQUAL_-1205108997'), ('const-433', u'LOAD_-1205116685'), (u'CAST_-1205109644', u'LOAD_-1205116056'), (u'SUBPIECE_-1205110867', u'INT_SLESS_-1205115463'), (u'MULTIEQUAL_-1205110468', u'MULTIEQUAL_-1205111343'), (u'COPY_-1205111835', u'MULTIEQUAL_-1205111781'), (u'INDIRECT_-1205109381', u'MULTIEQUAL_-1205109446'), (u'INDIRECT_-1205108676', u'MULTIEQUAL_-1205110605'), ('tmp_5925', u'CBRANCH_-1205114676'), (u'INDIRECT_-1205109619', u'MULTIEQUAL_-1205108792'), (u'COPY_-1205108082', u'MULTIEQUAL_-1205111211'), (u'MULTIEQUAL_-1205110168', u'MULTIEQUAL_-1205110088'), (u'INDIRECT_-1205109563', u'MULTIEQUAL_-1205109502'), ('const-0', u'COPY_-1205107690'), ('tmp_6241', u'BRANCH_-1205113079'), (u'INDIRECT_-1205109488', u'MULTIEQUAL_-1205109427'), ('tmp_3744', u'BRANCH_-1205114035'), (u'MULTIEQUAL_-1205109378', u'INT_OR_-1205108469'), (u'MULTIEQUAL_-1205109201', u'MULTIEQUAL_-1205109457'), ('const-433', u'LOAD_-1205114341'), (u'MULTIEQUAL_-1205109514', u'COPY_-1205109401'), (u'MULTIEQUAL_-1205109733', u'COPY_-1205109629'), (u'CAST_-1205108432', u'LOAD_-1205114584'), (u'MULTIEQUAL_-1205108792', u'MULTIEQUAL_-1205109980'), ('const-0', u'COPY_-1205109774'), (u'MULTIEQUAL_-1205109396', u'MULTIEQUAL_-1205110602'), (u'COPY_-1205111250', u'MULTIEQUAL_-1205112763'), (u'MULTIEQUAL_-1205111858', u'INT_NOTEQUAL_-1205113679'), (u'MULTIEQUAL_-1205109992', u'INT_NOTEQUAL_-1205116079'), (u'INDIRECT_-1205110627', u'MULTIEQUAL_-1205110329'), ('const-2', u'PTRADD_-1205109630'), (u'INDIRECT_-1205110861', u'MULTIEQUAL_-1205110787'), (u'LOAD_-1205115664', u'INT_NOTEQUAL_-1205115643'), (u'INDIRECT_-1205110740', u'MULTIEQUAL_-1205110301'), ('const-0', u'COPY_-1205111744'), (u'MULTIEQUAL_-1205108522', u'INT_EQUAL_-1205114310'), ('const-32', u'INT_ADD_-1205115615'), ('tmp_4822', u'BRANCH_-1205114531'), ('tmp_16832', u'PTRSUB_-1205109926'), (u'CALLIND_-1205114465', u'INDIRECT_-1205109491'), (u'CALL_-1205114175', u'INDIRECT_-1205108616'), ('const-32', u'CALL_-1205114323'), (u'MULTIEQUAL_-1205110542', u'PTRADD_-1205109602'), ('tmp_5083', u'BRANCH_-1205114284'), (u'MULTIEQUAL_-1205109554', u'MULTIEQUAL_-1205108150'), ('const-0', u'COPY_-1205109796'), ('const-576460752303423487', u'COPY_-1205114503'), (u'COPY_-1205112128', u'MULTIEQUAL_-1205112056'), ('const-433', u'LOAD_-1205115642'), ('const-2', u'PTRADD_-1205108416'), (u'PTRADD_-1205116513', u'CAST_-1205109136'), (u'CALL_-1205116610', u'INDIRECT_-1205110018'), (u'CALL_-1205117436', u'MULTIEQUAL_-1205109553'), (u'COPY_-1205109401', u'MULTIEQUAL_-1205108997'), ('const-0', u'INT_EQUAL_-1205115317'), (u'INT_EQUAL_-1205115699', u'COPY_-1205109561'), (u'CALL_-1205115301', u'INDIRECT_-1205109106'), ('const-8', u'PTRADD_-1205109592'), (u'INT_EQUAL_-1205114264', u'CBRANCH_-1205114261'), (u'INDIRECT_-1205109623', u'MULTIEQUAL_-1205109743'), (u'MULTIEQUAL_-1205110422', u'MULTIEQUAL_-1205110408'), (u'INDIRECT_-1205108541', u'MULTIEQUAL_-1205110470'), (u'INT_LESS_-1205115360', u'CBRANCH_-1205115369'), (u'INT_LESSEQUAL_-1205116717', u'CBRANCH_-1205116713'), (u'MULTIEQUAL_-1205109752', u'INT_EQUAL_-1205115639'), (u'INDIRECT_-1205109491', u'MULTIEQUAL_-1205110463'), (u'CALL_-1205117779', u'INT_ADD_-1205117529'), (u'LOAD_-1205114663', u'COPY_-1205107640'), ('const-0', u'INT_NOTEQUAL_-1205116457'), ('const-0', u'COPY_-1205111004'), (u'INT_EQUAL_-1205115699', u'BOOL_AND_-1205115638'), ('const-0', u'INT_EQUAL_-1205115259'), ('tmp_596', u'CBRANCH_-1205117416'), (u'LOAD_-1205115970', u'INT_NOTEQUAL_-1205115954'), (u'CALL_-1205117779', u'INDIRECT_-1205110806'), (u'INT_NOTEQUAL_-1205116079', u'CBRANCH_-1205116079'), (u'COPY_-1205107791', u'MULTIEQUAL_-1205108009'), (u'MULTIEQUAL_-1205109005', u'MULTIEQUAL_-1205109261'), (u'COPY_-1205109158', u'PIECE_-1205111315'), (u'MULTIEQUAL_-1205109576', u'MULTIEQUAL_-1205109554'), ('tmp_2765', u'BRANCH_-1205115108'), (u'PTRSUB_-1205109460', u'CALL_-1205116610'), ('const-22', u'COPY_-1205114515'), (u'LOAD_-1205114173', u'MULTIEQUAL_-1205110009'), (u'SUBPIECE_-1205111349', u'INT_SLESS_-1205116769'), (u'INDIRECT_-1205108576', u'MULTIEQUAL_-1205109140'), (u'INDIRECT_-1205108737', u'MULTIEQUAL_-1205110666'), (u'MULTIEQUAL_-1205112206', u'MULTIEQUAL_-1205112145'), (u'MULTIEQUAL_-1205110126', u'MULTIEQUAL_-1205110107'), ('tmp_24619', u'LOAD_-1205116444'), (u'MULTIEQUAL_-1205110500', u'PTRADD_-1205108375'), (u'MULTIEQUAL_-1205111781', u'INT_ADD_-1205113773'), ('const-8', u'COPY_-1205110183'), (u'MULTIEQUAL_-1205110065', u'MULTIEQUAL_-1205110046'), (u'MULTIEQUAL_-1205111643', u'INT_MULT_-1205115390'), ('tmp_16832', u'PTRSUB_-1205108933'), (u'PTRSUB_-1205109879', u'CALL_-1205114175'), ('tmp_3882', u'BRANCH_-1205114152'), ('const-0', u'COPY_-1205114400'), (u'INT_ADD_-1205115704', u'INT_SUB_-1205115528'), ('tmp_5140', u'BRANCH_-1205113755'), ('tmp_2510', u'CBRANCH_-1205115326'), (u'INT_EQUAL_-1205117555', u'MULTIEQUAL_-1205109576'), ('const-232', u'INT_ADD_-1205115975'), (u'MULTIEQUAL_-1205110168', u'PTRADD_-1205108416'), (u'INT_OR_-1205108846', u'CAST_-1205108687'), (u'INDIRECT_-1205109149', u'MULTIEQUAL_-1205110126'), (u'INT_EQUAL_-1205117511', u'CBRANCH_-1205117509'), (u'MULTIEQUAL_-1205110439', u'MULTIEQUAL_-1205110413'), (u'MULTIEQUAL_-1205111542', u'SUBPIECE_-1205111605'), (u'MULTIEQUAL_-1205110168', u'PTRADD_-1205109279'), ('const-1', u'PTRADD_-1205116348'), (u'CALL_-1205114323', u'INDIRECT_-1205108614'), (u'CALLIND_-1205113721', u'INDIRECT_-1205108670'), ('const-3', u'PTRADD_-1205108256'), (u'INT_NOTEQUAL_-1205115643', u'CBRANCH_-1205115643'), (u'PTRADD_-1205116348', u'CAST_-1205109044'), ('const-433', u'LOAD_-1205115620'), (u'MULTIEQUAL_-1205110353', u'INT_NOTEQUAL_-1205114606'), ('tmp_2693', u'BRANCH_-1205115155'), ('const-0', u'INT_EQUAL_-1205114448'), (u'INT_EQUAL_-1205115931', u'BOOL_NEGATE_-1205111597'), (u'MULTIEQUAL_-1205112784', u'MULTIEQUAL_-1205112754'), (u'SUBPIECE_-1205111349', u'INT_SUB_-1205115133'), (u'MULTIEQUAL_-1205110467', u'MULTIEQUAL_-1205110226'), (u'MULTIEQUAL_-1205111635', u'MULTIEQUAL_-1205110064'), (u'COPY_-1205107690', u'MULTIEQUAL_-1205109281'), ('const-0', u'PTRSUB_-1205114561'), (u'MULTIEQUAL_-1205111337', u'INT_NOTEQUAL_-1205115213'), (u'INT_ADD_-1205115704', u'CAST_-1205108836'), (u'MULTIEQUAL_-1205110304', u'MULTIEQUAL_-1205109113'), (u'INDIRECT_-1205109992', u'MULTIEQUAL_-1205110117'), (u'MULTIEQUAL_-1205108616', u'MULTIEQUAL_-1205109631'), ('tmp_16840', u'COPY_-1205109978'), (u'MULTIEQUAL_-1205111658', u'MULTIEQUAL_-1205111637'), (u'INDIRECT_-1205110018', u'INT_AND_-1205111567'), (u'INDIRECT_-1205110632', u'MULTIEQUAL_-1205110470'), (u'BOOL_NEGATE_-1205109831', u'CBRANCH_-1205115996'), (u'BOOL_NEGATE_-1205108239', u'CBRANCH_-1205115231'), (u'LOAD_-1205117578', u'INT_EQUAL_-1205117555'), (u'INDIRECT_-1205109815', u'MULTIEQUAL_-1205108988'), (u'INT_EQUAL_-1205115729', u'CBRANCH_-1205115727'), (u'INT_ADD_-1205115803', u'STORE_-1205115795'), (u'CALL_-1205115294', u'INDIRECT_-1205109708'), (u'CALL_-1205115273', u'INDIRECT_-1205109088'), ('const-433', u'LOAD_-1205115217'), (u'MULTIEQUAL_-1205111618', u'MULTIEQUAL_-1205111570'), ('const-433', u'LOAD_-1205114475'), (u'MULTIEQUAL_-1205110347', u'MULTIEQUAL_-1205108783'), (u'INT_ADD_-1205113767', u'CAST_-1205107776'), ('const-4', u'SUBPIECE_-1205110048'), (u'MULTIEQUAL_-1205111044', u'MULTIEQUAL_-1205109490'), (u'COPY_-1205108364', u'MULTIEQUAL_-1205109752'), ('const-208', u'INT_ADD_-1205117802'), (u'COPY_-1205108181', u'MULTIEQUAL_-1205109307'), (u'CALLIND_-1205113663', u'INDIRECT_-1205108576'), (u'SUBPIECE_-1205110573', u'PIECE_-1205110573'), (u'MULTIEQUAL_-1205111618', u'MULTIEQUAL_-1205110555'), (u'MULTIEQUAL_-1205111337', u'SUBPIECE_-1205110980'), (u'CALL_-1205116610', u'MULTIEQUAL_-1205109307'), (u'CALL_-1205115294', u'INDIRECT_-1205109587'), ('const-433', u'LOAD_-1205113744'), (u'MULTIEQUAL_-1205112632', u'SUBPIECE_-1205111349'), (u'BOOL_AND_-1205115638', u'COPY_-1205108364'), (u'INT_AND_-1205117740', u'INT_EQUAL_-1205115914'), (u'INT_ADD_-1205115391', u'CAST_-1205108306'), (u'MULTIEQUAL_-1205111858', u'MULTIEQUAL_-1205110064'), ('const-4294967295', u'INT_AND_-1205111968'), (u'MULTIEQUAL_-1205110278', u'INT_AND_-1205111877'), ('const--64', u'PTRSUB_-1205108218'), (u'CALLIND_-1205114465', u'INDIRECT_-1205109356'), ('const-0', u'COPY_-1205109600'), (u'INDIRECT_-1205109932', u'MULTIEQUAL_-1205110057'), ('const-48', u'INT_SUB_-1205115375'), (u'SUBPIECE_-1205110985', u'INT_ADD_-1205116823'), (u'COPY_-1205108765', u'MULTIEQUAL_-1205111211'), (u'CAST_-1205109602', u'LOAD_-1205115970'), (u'INT_ADD_-1205115359', u'MULTIEQUAL_-1205110468'), (u'MULTIEQUAL_-1205111858', u'INT_EQUAL_-1205114431'), (u'MULTIEQUAL_-1205111570', u'MULTIEQUAL_-1205111557'), (u'INDIRECT_-1205109932', u'MULTIEQUAL_-1205109732'), (u'SUBPIECE_-1205112259', u'INT_NOTEQUAL_-1205115604'), ('const-0', u'COPY_-1205110469'), ('tmp_1250', u'CBRANCH_-1205116713'), ('const-4', u'STORE_-1205115210'), (u'PTRADD_-1205109625', u'LOAD_-1205115845'), (u'MULTIEQUAL_-1205111532', u'MULTIEQUAL_-1205111521'), (u'CALL_-1205117469', u'INDIRECT_-1205110650'), (u'CALL_-1205117600', u'INT_NOTEQUAL_-1205117492'), ('tmp_24620', u'STORE_-1205115226'), (u'CALL_-1205116610', u'INT_NOTEQUAL_-1205116591'), (u'MULTIEQUAL_-1205110602', u'MULTIEQUAL_-1205108783'), (u'MULTIEQUAL_-1205110177', u'MULTIEQUAL_-1205110094'), (u'MULTIEQUAL_-1205110451', u'MULTIEQUAL_-1205110422'), (u'PTRADD_-1205109299', u'LOAD_-1205116692'), (u'MULTIEQUAL_-1205110361', u'MULTIEQUAL_-1205110347'), (u'LOAD_-1205115388', u'INT_LESS_-1205115329'), (u'MULTIEQUAL_-1205112056', u'MULTIEQUAL_-1205111998'), ('tmp_1451', u'CBRANCH_-1205116555'), ('const-224', u'INT_ADD_-1205117562'), (u'CALL_-1205117469', u'INDIRECT_-1205110771'), (u'INT_EQUAL_-1205116897', u'CBRANCH_-1205116895'), (u'MULTIEQUAL_-1205110373', u'MULTIEQUAL_-1205109853'), (u'CALL_-1205115342', u'INDIRECT_-1205109087'), ('const-433', u'LOAD_-1205114584'), ('const-0', u'COPY_-1205109643'), (u'LOAD_-1205115620', u'INT_NOTEQUAL_-1205115604'), ('tmp_5311', u'BRANCH_-1205113580'), ('const-0', u'COPY_-1205110446'), ('tmp_779', u'CBRANCH_-1205117040'), (u'MULTIEQUAL_-1205110117', u'MULTIEQUAL_-1205109599'), (u'INT_AND_-1205117740', u'INT_EQUAL_-1205117740'), (u'INDIRECT_-1205108516', u'MULTIEQUAL_-1205109079'), (u'MULTIEQUAL_-1205110390', u'MULTIEQUAL_-1205110382'), ('tmp_16841', u'COPY_-1205109975'), (u'MULTIEQUAL_-1205110229', u'MULTIEQUAL_-1205108927'), (u'MULTIEQUAL_-1205111694', u'MULTIEQUAL_-1205110627'), ('tmp_2822', u'BRANCH_-1205114370'), ('const-433', u'STORE_-1205116477'), (u'MULTIEQUAL_-1205113004', u'MULTIEQUAL_-1205111779'), (u'INDIRECT_-1205108749', u'MULTIEQUAL_-1205110252'), (u'PTRADD_-1205109602', u'STORE_-1205115795'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109291'), (u'MULTIEQUAL_-1205109553', u'MULTIEQUAL_-1205109543'), (u'INDIRECT_-1205110740', u'MULTIEQUAL_-1205110666'), (u'INT_ADD_-1205113561', u'CAST_-1205107841'), ('const-9223372036854775807', u'COPY_-1205115234'), (u'BOOL_NEGATE_-1205110583', u'BOOL_AND_-1205114386'), ('const-1', u'COPY_-1205109383'), (u'INT_ADD_-1205115337', u'MULTIEQUAL_-1205110851'), (u'INDIRECT_-1205109491', u'MULTIEQUAL_-1205110439'), (u'MULTIEQUAL_-1205109337', u'MULTIEQUAL_-1205109317'), (u'MULTIEQUAL_-1205108869', u'MULTIEQUAL_-1205109930'), (u'CALL_-1205115273', u'INDIRECT_-1205108953'), (u'INDIRECT_-1205109535', u'SUBPIECE_-1205109536'), (u'INDIRECT_-1205112572', u'COPY_-1205108978'), (u'PTRSUB_-1205109926', u'CALL_-1205117661'), ('const-8', u'PTRADD_-1205108370'), ('const-0', u'PTRSUB_-1205109160'), (u'INT_LESS_-1205114358', u'CBRANCH_-1205114355'), ('const-0', u'INT_EQUAL_-1205116897'), ('const-16', u'INT_ADD_-1205115276'), ('tmp_1479', u'CBRANCH_-1205116535'), ('tmp_4457', u'CBRANCH_-1205115764'), ('tmp_16832', u'PTRSUB_-1205109460'), ('const-0', u'INT_NOTEQUAL_-1205116537'), (u'MULTIEQUAL_-1205108997', u'INT_EQUAL_-1205115728'), (u'CAST_-1205109769', u'LOAD_-1205117545'), ('const-0', u'PTRSUB_-1205108590'), (u'MULTIEQUAL_-1205108697', u'MULTIEQUAL_-1205109695'), (u'SUBPIECE_-1205111349', u'INT_SUB_-1205115375'), ('const-433', u'STORE_-1205115244'), (u'MULTIEQUAL_-1205110542', u'PTRADD_-1205108601'), ('const-4294967295', u'INT_EQUAL_-1205114591'), (u'CALL_-1205117600', u'INT_NOTEQUAL_-1205115423'), ('tmp_477', u'CBRANCH_-1205117509'), ('const-4294967295', u'INT_AND_-1205111567'), ('const-4294967295', u'INT_EQUAL_-1205115729'), (u'MULTIEQUAL_-1205110373', u'MULTIEQUAL_-1205110290'), ('const-76', u'INT_ADD_-1205115423'), (u'PTRADD_-1205108375', u'LOAD_-1205114371'), (u'CAST_-1205109792', u'LOAD_-1205117590'), (u'LOAD_-1205114371', u'CAST_-1205108310'), ('const-72', u'INT_ADD_-1205113715'), ('tmp_697', u'CBRANCH_-1205117107'), (u'INDIRECT_-1205109431', u'MULTIEQUAL_-1205110382'), (u'MULTIEQUAL_-1205110467', u'MULTIEQUAL_-1205108648'), ('const-22', u'COPY_-1205113091'), (u'INT_NOTEQUAL_-1205115275', u'CBRANCH_-1205115274'), ('const-65', u'INT_SUB_-1205115133'), (u'CALL_-1205117779', u'INT_ADD_-1205115227'), (u'INT_EQUAL_-1205115317', u'CBRANCH_-1205115314'), (u'MULTIEQUAL_-1205111011', u'INT_LESS_-1205116790'), (u'COPY_-1205111764', u'MULTIEQUAL_-1205111462'), ('tmp_3971', u'CBRANCH_-1205116079'), (u'INDIRECT_-1205110053', u'MULTIEQUAL_-1205108844'), (u'INDIRECT_-1205109623', u'MULTIEQUAL_-1205109562'), (u'CALL_-1205115301', u'INDIRECT_-1205108971'), (u'CAST_-1205108320', u'INT_LESS_-1205115329'), (u'INT_NOTEQUAL_-1205115975', u'CBRANCH_-1205115971'), (u'MULTIEQUAL_-1205108988', u'MULTIEQUAL_-1205110178'), (u'INT_SUB_-1205116727', u'MULTIEQUAL_-1205111426'), ('const-0', u'COPY_-1205109531'), (u'MULTIEQUAL_-1205110382', u'MULTIEQUAL_-1205110353'), (u'CALL_-1205117661', u'INDIRECT_-1205110861'), ('const-0', u'SUBPIECE_-1205111438'), (u'MULTIEQUAL_-1205109922', u'MULTIEQUAL_-1205108809'), ('const-0', u'INT_NOTEQUAL_-1205114606'), (u'MULTIEQUAL_-1205109032', u'MULTIEQUAL_-1205109338'), (u'INT_NOTEQUAL_-1205114557', u'CBRANCH_-1205114556'), (u'MULTIEQUAL_-1205109248', u'MULTIEQUAL_-1205110413'), (u'COPY_-1205114400', u'MULTIEQUAL_-1205110645'), (u'MULTIEQUAL_-1205109845', u'MULTIEQUAL_-1205109620'), (u'MULTIEQUAL_-1205110512', u'MULTIEQUAL_-1205110500'), (u'MULTIEQUAL_-1205110470', u'MULTIEQUAL_-1205110467'), (u'INT_EQUAL_-1205115728', u'CBRANCH_-1205115725'), (u'CALL_-1205115294', u'INDIRECT_-1205109452'), (u'LOAD_-1205115852', u'MULTIEQUAL_-1205113338'), (u'MULTIEQUAL_-1205109663', u'MULTIEQUAL_-1205109845'), (u'MULTIEQUAL_-1205111211', u'INT_EQUAL_-1205115317'), (u'PTRADD_-1205108261', u'LOAD_-1205114313'), ('tmp_16838', u'INT_ADD_-1205117802'), (u'SUBPIECE_-1205112271', u'INT_EQUAL_-1205115627'), ('const-433', u'LOAD_-1205115344'), ('const-1', u'PTRADD_-1205116513'), ('const-433', u'STORE_-1205115210'), ('const-0', u'COPY_-1205107806'), ('const-9223372036854775807', u'COPY_-1205117005'), ('tmp_16838', u'INT_ADD_-1205117761'), (u'COPY_-1205108963', u'MULTIEQUAL_-1205109051'), ('tmp_4656', u'CBRANCH_-1205115636'), (u'MULTIEQUAL_-1205109792', u'MULTIEQUAL_-1205109743'), (u'CALL_-1205117436', u'INDIRECT_-1205110627'), (u'CALL_-1205117779', u'INT_ADD_-1205115423'), ('const-0', u'COPY_-1205110389'), ('const-5', u'INT_LESS_-1205115161'), ('const-0', u'STORE_-1205116497'), ('const-433', u'LOAD_-1205116078'), (u'MULTIEQUAL_-1205109366', u'MULTIEQUAL_-1205109922'), (u'MULTIEQUAL_-1205113338', u'INT_ADD_-1205115803'), (u'MULTIEQUAL_-1205110005', u'MULTIEQUAL_-1205109986'), (u'MULTIEQUAL_-1205110178', u'MULTIEQUAL_-1205109065'), (u'MULTIEQUAL_-1205108731', u'MULTIEQUAL_-1205109922'), (u'CALL_-1205117436', u'INDIRECT_-1205110748'), ('const-2', u'PTRADD_-1205108261'), (u'MULTIEQUAL_-1205110853', u'INT_SEXT_-1205115410'), (u'INT_SEXT_-1205117003', u'INT_REM_-1205116916'), (u'COPY_-1205114256', u'MULTIEQUAL_-1205109337'), (u'COPY_-1205109561', u'MULTIEQUAL_-1205109752'), (u'MULTIEQUAL_-1205110117', u'MULTIEQUAL_-1205110034'), (u'MULTIEQUAL_-1205109242', u'MULTIEQUAL_-1205110255'), (u'INT_SUB_-1205115133', u'INT_LESS_-1205115118'), (u'COPY_-1205109182', u'MULTIEQUAL_-1205109359'), (u'MULTIEQUAL_-1205109980', u'MULTIEQUAL_-1205109930'), (u'CAST_-1205108306', u'LOAD_-1205115407'), (u'COPY_-1205108088', u'MULTIEQUAL_-1205108805'), (u'MULTIEQUAL_-1205111570', u'MULTIEQUAL_-1205111532'), (u'INDIRECT_-1205109088', u'MULTIEQUAL_-1205110065'), (u'MULTIEQUAL_-1205109261', u'MULTIEQUAL_-1205109242'), (u'INT_NOTEQUAL_-1205117712', u'CBRANCH_-1205117711'), (u'CAST_-1205109520', u'LOAD_-1205115760'), (u'INT_ADD_-1205115604', u'CAST_-1205108783'), (u'COPY_-1205108856', u'MULTIEQUAL_-1205110853'), (u'INT_EQUAL_-1205115931', u'BOOL_OR_-1205115871'), (u'CALL_-1205115327', u'INDIRECT_-1205109731'), (u'CALLIND_-1205113663', u'INT_AND_-1205110993'), (u'INT_EQUAL_-1205116560', u'CBRANCH_-1205116555'), (u'CALL_-1205117600', u'INT_EQUAL_-1205117530'), ('tmp_4520', u'CBRANCH_-1205115727'), (u'MULTIEQUAL_-1205111660', u'MULTIEQUAL_-1205111635'), ('const-72', u'INT_ADD_-1205113767'), ('const-0', u'COPY_-1205110004'), (u'INDIRECT_-1205109088', u'MULTIEQUAL_-1205109004'), (u'MULTIEQUAL_-1205110353', u'PTRADD_-1205108256'), (u'MULTIEQUAL_-1205110353', u'LOAD_-1205113686'), ('const-48', u'INT_SLESS_-1205116769'), (u'MULTIEQUAL_-1205109554', u'MULTIEQUAL_-1205109338'), (u'MULTIEQUAL_-1205109922', u'MULTIEQUAL_-1205109870'), (u'PTRADD_-1205108370', u'LOAD_-1205114364'), ('const-0', u'COPY_-1205112364'), (u'MULTIEQUAL_-1205108809', u'MULTIEQUAL_-1205109850'), (u'LOAD_-1205114488', u'INT_ADD_-1205114459'), ('const-24', u'INT_ADD_-1205115283'), (u'CALL_-1205114703', u'INDIRECT_-1205109992'), (u'MULTIEQUAL_-1205111660', u'MULTIEQUAL_-1205111644'), (u'MULTIEQUAL_-1205111779', u'MULTIEQUAL_-1205112784'), (u'MULTIEQUAL_-1205110955', u'INT_ADD_-1205115337'), (u'MULTIEQUAL_-1205111635', u'MULTIEQUAL_-1205111602'), ('const-0', u'COPY_-1205108048'), ('const-80', u'INT_ADD_-1205114459'), (u'INT_EQUAL_-1205115259', u'CBRANCH_-1205115257'), (u'MULTIEQUAL_-1205111676', u'MULTIEQUAL_-1205111658'), (u'CALL_-1205117779', u'INT_ADD_-1205115954'), ('const-0', u'COPY_-1205109752'), (u'INT_EQUAL_-1205114310', u'CBRANCH_-1205114307'), (u'PTRADD_-1205109294', u'LOAD_-1205116685'), (u'INT_ADD_-1205114459', u'CAST_-1205108515'), (u'CALL_-1205115273', u'INDIRECT_-1205109028'), (u'INT_NOTEQUAL_-1205115604', u'CBRANCH_-1205115603'), (u'INT_AND_-1205111968', u'CALL_-1205115249'), (u'CALL_-1205117600', u'INT_ZEXT_-1205113214'), ('tmp_16832', u'PTRSUB_-1205107905'), ('const-0', u'SUBPIECE_-1205110980'), ('const-22', u'COPY_-1205117135'), (u'INT_SEXT_-1205117003', u'MULTIEQUAL_-1205110323'), (u'LOAD_-1205114380', u'MULTIEQUAL_-1205113338'), (u'COPY_-1205109925', u'MULTIEQUAL_-1205109631'), ('const--104', u'PTRSUB_-1205109459'), (u'MULTIEQUAL_-1205109582', u'CALL_-1205115327'), (u'MULTIEQUAL_-1205110774', u'INT_EQUAL_-1205115182'), (u'INDIRECT_-1205108870', u'MULTIEQUAL_-1205110373'), ('const-0', u'COPY_-1205107709'), (u'INDIRECT_-1205110214', u'MULTIEQUAL_-1205110178'), ('const-0', u'SUBPIECE_-1205111605'), ('const-0', u'INT_NOTEQUAL_-1205116591'), (u'MULTIEQUAL_-1205111763', u'MULTIEQUAL_-1205110727'), ('tmp_957', u'CBRANCH_-1205116895'), ('const-32', u'INT_ADD_-1205115648'), (u'CAST_-1205107752', u'LOAD_-1205113731'), ('const-32', u'INT_ADD_-1205117574'), (u'MULTIEQUAL_-1205109695', u'MULTIEQUAL_-1205109663'), ('const-2', u'INT_SRIGHT_-1205115505'), (u'INT_ADD_-1205114157', u'CAST_-1205107703'), (u'CALL_-1205115249', u'INDIRECT_-1205109488'), (u'INT_LESS_-1205115395', u'INT_OR_-1205108469'), (u'PTRSUB_-1205109995', u'CALL_-1205117779'), (u'MULTIEQUAL_-1205110178', u'MULTIEQUAL_-1205110126'), ('tmp_5554', u'CBRANCH_-1205114355'), (u'LOAD_-1205113744', u'INT_ADD_-1205113715'), (u'COPY_-1205110809', u'MULTIEQUAL_-1205110727'), ('const-48', u'INT_ADD_-1205116823'), ('const-11', u'INT_LESS_-1205116790'), ('tmp_449', u'CBRANCH_-1205117524'), (u'PIECE_-1205111315', u'RETURN_-1205116315'), (u'CAST_-1205108189', u'INT_LESS_-1205114291'), (u'MULTIEQUAL_-1205111781', u'MULTIEQUAL_-1205111557'), ('const-8', u'PTRADD_-1205109597'), (u'INT_ADD_-1205115615', u'CAST_-1205109448'), (u'INDIRECT_-1205110687', u'MULTIEQUAL_-1205110390'), (u'SUBPIECE_-1205111349', u'INT_SLESSEQUAL_-1205116743'), (u'CAST_-1205108687', u'MULTIEQUAL_-1205108805'), (u'MULTIEQUAL_-1205109922', u'PTRADD_-1205116513'), (u'LOAD_-1205113731', u'CALLIND_-1205113721'), (u'CAST_-1205108515', u'LOAD_-1205114475'), (u'INT_AND_-1205111877', u'MULTIEQUAL_-1205111798'), (u'MULTIEQUAL_-1205110094', u'MULTIEQUAL_-1205110014'), (u'MULTIEQUAL_-1205109538', u'COPY_-1205109475'), (u'CALL_-1205117779', u'INT_ADD_-1205116911'), (u'COPY_-1205107766', u'MULTIEQUAL_-1205111337'), ('const-0', u'INT_NOTEQUAL_-1205115177'), (u'MULTIEQUAL_-1205112122', u'INT_MULT_-1205115400'), ('tmp_16832', u'PTRSUB_-1205109459'), (u'COPY_-1205111875', u'MULTIEQUAL_-1205111570'), (u'MULTIEQUAL_-1205109574', u'MULTIEQUAL_-1205108170'), (u'INT_ADD_-1205116643', u'STORE_-1205116646'), (u'COPY_-1205108383', u'MULTIEQUAL_-1205109752'), (u'MULTIEQUAL_-1205110168', u'MULTIEQUAL_-1205108867'), ('tmp_4261', u'CBRANCH_-1205115897'), (u'MULTIEQUAL_-1205113004', u'MULTIEQUAL_-1205111189'), (u'INDIRECT_-1205108893', u'MULTIEQUAL_-1205108809'), (u'MULTIEQUAL_-1205109377', u'MULTIEQUAL_-1205110390'), (u'CALL_-1205115568', u'INDIRECT_-1205109619'), ('tmp_16832', u'PTRSUB_-1205107714'), (u'CALL_-1205117779', u'INT_ADD_-1205115626'), ('const--88', u'PTRSUB_-1205109110'), (u'MULTIEQUAL_-1205112122', u'MULTIEQUAL_-1205111172'), (u'CAST_-1205109611', u'LOAD_-1205115991'), (u'CALL_-1205117779', u'INT_ADD_-1205115648'), (u'MULTIEQUAL_-1205109583', u'MULTIEQUAL_-1205109576'), (u'CAST_-1205108802', u'LOAD_-1205115664'), (u'MULTIEQUAL_-1205109004', u'MULTIEQUAL_-1205110065'), (u'MULTIEQUAL_-1205110168', u'LOAD_-1205115413'), (u'CALLIND_-1205113721', u'MULTIEQUAL_-1205109795'), (u'INT_EQUAL_-1205114681', u'CBRANCH_-1205114676'), (u'INDIRECT_-1205109708', u'MULTIEQUAL_-1205110178'), (u'CALL_-1205117661', u'MULTIEQUAL_-1205109543'), ('const-2', u'PTRADD_-1205108606'), (u'COPY_-1205110048', u'COPY_-1205108082'), (u'MULTIEQUAL_-1205109113', u'MULTIEQUAL_-1205110278'), ('const-0', u'INT_NOTEQUAL_-1205115275'), (u'INDIRECT_-1205109512', u'INT_AND_-1205111968'), (u'INDIRECT_-1205110093', u'MULTIEQUAL_-1205110057'), (u'MULTIEQUAL_-1205110475', u'MULTIEQUAL_-1205109201'), (u'MULTIEQUAL_-1205108805', u'MULTIEQUAL_-1205108731'), ('const-8', u'PTRADD_-1205109630'), ('const-433', u'LOAD_-1205115783'), ('tmp_3017', u'CBRANCH_-1205115603'), ('const-2', u'INT_OR_-1205116417'), (u'INT_EQUAL_-1205117555', u'MULTIEQUAL_-1205109583'), (u'INT_LESS_-1205116790', u'CBRANCH_-1205116798'), ('const-8', u'PTRADD_-1205108256'), ('const-72', u'INT_ADD_-1205116040'), ('const-97', u'INT_SUB_-1205115176'), ('const-0', u'COPY_-1205109448'), (u'INT_ADD_-1205117395', u'CAST_-1205109681'), (u'COPY_-1205112214', u'MULTIEQUAL_-1205112122'), (u'INT_ADD_-1205117529', u'CAST_-1205109769'), (u'CALL_-1205115249', u'INDIRECT_-1205109623'), (u'MULTIEQUAL_-1205110403', u'PTRADD_-1205109592'), (u'INT_ADD_-1205116018', u'CAST_-1205109634'), (u'INT_EQUAL_-1205116878', u'CBRANCH_-1205116875'), (u'MULTIEQUAL_-1205110057', u'MULTIEQUAL_-1205108944'), (u'MULTIEQUAL_-1205109845', u'INT_XOR_-1205108819'), ('const-32', u'INT_ADD_-1205114568'), (u'INT_OR_-1205108469', u'CAST_-1205108325'), (u'INDIRECT_-1205109647', u'MULTIEQUAL_-1205110117'), (u'INDIRECT_-1205110665', u'MULTIEQUAL_-1205110591'), ('const-76', u'INT_ADD_-1205115626'), ('const-433', u'LOAD_-1205115439'), (u'INT_ZEXT_-1205113214', u'MULTIEQUAL_-1205113007'), (u'MULTIEQUAL_-1205111016', u'MULTIEQUAL_-1205111337'), ('const-433', u'LOAD_-1205114313'), (u'LOAD_-1205113686', u'INT_ADD_-1205113657'), (u'CALLIND_-1205113721', u'INDIRECT_-1205108730'), (u'MULTIEQUAL_-1205109051', u'MULTIEQUAL_-1205108170'), (u'COPY_-1205108215', u'MULTIEQUAL_-1205109707'), (u'MULTIEQUAL_-1205113004', u'MULTIEQUAL_-1205112784'), (u'INT_LESS_-1205115345', u'CBRANCH_-1205115341'), (u'CALL_-1205117779', u'INT_ADD_-1205115283'), (u'MULTIEQUAL_-1205109032', u'MULTIEQUAL_-1205108150'), (u'CALL_-1205117779', u'INT_ADD_-1205116062'), (u'MULTIEQUAL_-1205111424', u'MULTIEQUAL_-1205110468'), (u'INT_DIV_-1205116920', u'INT_LESS_-1205115345'), (u'COPY_-1205107806', u'MULTIEQUAL_-1205108044'), (u'MULTIEQUAL_-1205110439', u'SUBPIECE_-1205110471'), (u'CALL_-1205117600', u'INDIRECT_-1205110767'), ('const-0', u'COPY_-1205107791'), (u'INDIRECT_-1205109512', u'MULTIEQUAL_-1205109980'), (u'SUBPIECE_-1205110867', u'INT_ADD_-1205115481'), (u'INDIRECT_-1205109431', u'MULTIEQUAL_-1205110403'), (u'CALL_-1205115155', u'INDIRECT_-1205109637'), (u'MULTIEQUAL_-1205110602', u'MULTIEQUAL_-1205110361'), (u'MULTIEQUAL_-1205110500', u'PTRADD_-1205108370'), ('tmp_2945', u'CBRANCH_-1205115643'), (u'MULTIEQUAL_-1205112014', u'COPY_-1205107823'), (u'MULTIEQUAL_-1205108909', u'MULTIEQUAL_-1205108083'), (u'CALL_-1205116610', u'INDIRECT_-1205109958'), (u'INT_ADD_-1205115368', u'MULTIEQUAL_-1205111555'), ('const-8', u'COPY_-1205110809'), (u'CALL_-1205114902', u'INDIRECT_-1205108544'), (u'MULTIEQUAL_-1205110451', u'MULTIEQUAL_-1205110439'), (u'INDIRECT_-1205110053', u'MULTIEQUAL_-1205109853'), (u'LOAD_-1205115790', u'CAST_-1205109520'), (u'LOAD_-1205114283', u'INT_ZEXT_-1205111604'), (u'MULTIEQUAL_-1205112997', u'INT_ADD_-1205116643'), ('const-3', u'PTRADD_-1205109592'), (u'CALL_-1205117469', u'INDIRECT_-1205110575'), (u'PTRSUB_-1205109459', u'CALL_-1205116610'), (u'MULTIEQUAL_-1205109713', u'MULTIEQUAL_-1205109695'), (u'MULTIEQUAL_-1205110353', u'MULTIEQUAL_-1205109079'), (u'INT_NOTEQUAL_-1205117041', u'CBRANCH_-1205117040'), ('const-0', u'INT_NOTEQUAL_-1205114425'), ('const-0', u'COPY_-1205108028'), (u'LOAD_-1205115407', u'CALLIND_-1205115397'), ('const-8', u'INT_NOTEQUAL_-1205117712'), (u'LOAD_-1205115439', u'INT_NOTEQUAL_-1205115423'), (u'MULTIEQUAL_-1205111743', u'MULTIEQUAL_-1205111725'), (u'CAST_-1205109520', u'INT_LESS_-1205115768'), (u'MULTIEQUAL_-1205109732', u'MULTIEQUAL_-1205109502'), (u'CAST_-1205108325', u'MULTIEQUAL_-1205109307'), (u'INDIRECT_-1205108817', u'MULTIEQUAL_-1205109308'), (u'BOOL_OR_-1205115871', u'MULTIEQUAL_-1205109543'), (u'MULTIEQUAL_-1205110316', u'MULTIEQUAL_-1205110304'), (u'INT_SEXT_-1205115410', u'INT_SUB_-1205115391'), (u'MULTIEQUAL_-1205112122', u'INT_LESSEQUAL_-1205116717'), ('tmp_2620', u'CBRANCH_-1205115341'), (u'COPY_-1205114515', u'MULTIEQUAL_-1205110502'), (u'MULTIEQUAL_-1205110117', u'MULTIEQUAL_-1205109922'), (u'MULTIEQUAL_-1205111798', u'MULTIEQUAL_-1205113004'), (u'INDIRECT_-1205109516', u'MULTIEQUAL_-1205109582'), (u'MULTIEQUAL_-1205110825', u'MULTIEQUAL_-1205112014'), (u'MULTIEQUAL_-1205110408', u'MULTIEQUAL_-1205108844'), (u'LOAD_-1205114341', u'MULTIEQUAL_-1205108522'), (u'LOAD_-1205114595', u'INT_NOTEQUAL_-1205114557'), ('const-0', u'COPY_-1205108083'), (u'COPY_-1205113671', u'MULTIEQUAL_-1205109490'), (u'MULTIEQUAL_-1205110851', u'MULTIEQUAL_-1205110774'), ('tmp_4369', u'CBRANCH_-1205115826'), (u'INDIRECT_-1205108953', u'MULTIEQUAL_-1205108869'), ('const-0', u'INT_NOTEQUAL_-1205115680'), ('const-0', u'COPY_-1205107845'), ('const-0', u'COPY_-1205107713'), (u'MULTIEQUAL_-1205109562', u'MULTIEQUAL_-1205110117'), (u'CALL_-1205115568', u'CAST_-1205108744'), ('const-433', u'LOAD_-1205114595'), ('const-0', u'SUBPIECE_-1205109320'), ('const-16', u'COPY_-1205114476'), ('const-4621912', u'PTRSUB_-1205114561'), (u'MULTIEQUAL_-1205109599', u'MULTIEQUAL_-1205109922'), (u'LOAD_-1205116056', u'INT_EQUAL_-1205116041'), (u'INDIRECT_-1205108893', u'MULTIEQUAL_-1205109870'), (u'PTRSUB_-1205109879', u'CALL_-1205117436'), (u'MULTIEQUAL_-1205111858', u'MULTIEQUAL_-1205111763'), (u'MULTIEQUAL_-1205109295', u'MULTIEQUAL_-1205109281'), (u'MULTIEQUAL_-1205113121', u'INT_REM_-1205116916'), (u'LOAD_-1205115783', u'CAST_-1205109515'), (u'CALL_-1205115249', u'INT_NOTEQUAL_-1205115201'), (u'MULTIEQUAL_-1205111781', u'MULTIEQUAL_-1205111570'), ('tmp_16832', u'PTRSUB_-1205109878'), (u'CAST_-1205107593', u'LOAD_-1205113673'), (u'MULTIEQUAL_-1205111462', u'MULTIEQUAL_-1205112014'), (u'CAST_-1205108744', u'INT_SUB_-1205115528'), (u'MULTIEQUAL_-1205110329', u'MULTIEQUAL_-1205110316'), (u'MULTIEQUAL_-1205110955', u'MULTIEQUAL_-1205110129'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109231'), (u'COPY_-1205107593', u'MULTIEQUAL_-1205111211'), ('const-15', u'INT_SLESS_-1205115463'), (u'INDIRECT_-1205109162', u'MULTIEQUAL_-1205110168'), (u'INT_NOTEQUAL_-1205116457', u'CBRANCH_-1205116457'), (u'CAST_-1205108783', u'LOAD_-1205115620'), ('const-0', u'COPY_-1205109183'), (u'MULTIEQUAL_-1205108805', u'MULTIEQUAL_-1205109281'), (u'INDIRECT_-1205110665', u'MULTIEQUAL_-1205110226'), (u'LOAD_-1205115845', u'CAST_-1205109548'), (u'MULTIEQUAL_-1205109427', u'MULTIEQUAL_-1205109980'), (u'LOAD_-1205116444', u'INT_OR_-1205116417'), ('tmp_411', u'CBRANCH_-1205117546'), (u'CALL_-1205115249', u'INDIRECT_-1205109563'), (u'COPY_-1205110183', u'MULTIEQUAL_-1205112056'), ('tmp_16832', u'PTRSUB_-1205109995'), (u'CAST_-1205108103', u'LOAD_-1205115292'), (u'COPY_-1205107740', u'MULTIEQUAL_-1205109338'), ('const-433', u'LOAD_-1205115413'), (u'SUBPIECE_-1205111880', u'INT_EQUAL_-1205116063'), ('tmp_4716', u'CBRANCH_-1205114605'), (u'MULTIEQUAL_-1205111426', u'MULTIEQUAL_-1205110562'), (u'INDIRECT_-1205108441', u'MULTIEQUAL_-1205109005'), (u'MULTIEQUAL_-1205111337', u'INT_NOTEQUAL_-1205116537'), (u'CALL_-1205116610', u'INDIRECT_-1205110214'), (u'INDIRECT_-1205109356', u'SUBPIECE_-1205109355'), (u'LOAD_-1205117411', u'MULTIEQUAL_-1205109781'), ('const-1', u'INT_ADD_-1205115359'), ('const-433', u'LOAD_-1205113804'), (u'CALL_-1205115327', u'INDIRECT_-1205109475'), (u'MULTIEQUAL_-1205110278', u'SUBPIECE_-1205109320'), (u'INT_EQUAL_-1205117530', u'CBRANCH_-1205117524'), ('tmp_2201', u'CBRANCH_-1205115194'), ('tmp_24619', u'STORE_-1205115210'), (u'CALL_-1205115155', u'INDIRECT_-1205109516'), (u'MULTIEQUAL_-1205110168', u'PTRADD_-1205109294'), (u'CAST_-1205107841', u'LOAD_-1205113577'), (u'COPY_-1205109012', u'MULTIEQUAL_-1205108731'), (u'MULTIEQUAL_-1205109502', u'MULTIEQUAL_-1205110057'), (u'CALL_-1205115342', u'INDIRECT_-1205109027'), (u'INDIRECT_-1205109754', u'MULTIEQUAL_-1205109642'), (u'MULTIEQUAL_-1205111016', u'MULTIEQUAL_-1205110774'), (u'INDIRECT_-1205109815', u'MULTIEQUAL_-1205109703'), ('const-8', u'PTRADD_-1205109625'), (u'CAST_-1205108108', u'LOAD_-1205115299'), (u'MULTIEQUAL_-1205108697', u'MULTIEQUAL_-1205109663'), (u'CALL_-1205117436', u'INDIRECT_-1205110552'), (u'INDIRECT_-1205108637', u'MULTIEQUAL_-1205109201'), ('const-433', u'LOAD_-1205116034'), ('const-433', u'LOAD_-1205115299'), (u'CALL_-1205114175', u'INDIRECT_-1205108737'), (u'MULTIEQUAL_-1205109853', u'MULTIEQUAL_-1205109804'), (u'MULTIEQUAL_-1205112378', u'MULTIEQUAL_-1205112146'), ('const-0', u'INT_EQUAL_-1205115914'), ('tmp_5275', u'BRANCH_-1205114411'), (u'LOAD_-1205114313', u'CAST_-1205108194'), (u'MULTIEQUAL_-1205110226', u'MULTIEQUAL_-1205110212'), (u'MULTIEQUAL_-1205109261', u'MULTIEQUAL_-1205110467'), (u'MULTIEQUAL_-1205110663', u'MULTIEQUAL_-1205110422'), (u'COPY_-1205113940', u'MULTIEQUAL_-1205110382'), (u'CAST_-1205107703', u'LOAD_-1205114173'), (u'CALLIND_-1205114465', u'INDIRECT_-1205109552'), ('const-0', u'SUBPIECE_-1205112271'), (u'MULTIEQUAL_-1205110542', u'PTRADD_-1205109630'), (u'INT_LESSEQUAL_-1205115829', u'CBRANCH_-1205115826'), ('const-0', u'COPY_-1205110415'), ('tmp_16832', u'PTRSUB_-1205109110'), (u'BOOL_NEGATE_-1205111596', u'BOOL_AND_-1205115870'), (u'CAST_-1205109448', u'LOAD_-1205115631'), (u'MULTIEQUAL_-1205110009', u'MULTIEQUAL_-1205109992'), (u'MULTIEQUAL_-1205110353', u'PTRADD_-1205108261'), (u'INT_EQUAL_-1205114591', u'CBRANCH_-1205114589'), ('const-433', u'LOAD_-1205116927'), ('const-236', u'INT_ADD_-1205115954'), (u'INDIRECT_-1205109563', u'MULTIEQUAL_-1205109683'), (u'BOOL_AND_-1205114386', u'CBRANCH_-1205114413'), (u'COPY_-1205107823', u'MULTIEQUAL_-1205111494'), (u'CALL_-1205114902', u'INDIRECT_-1205108409'), ('const-8', u'PTRADD_-1205109294'), (u'INT_AND_-1205117740', u'INT_NOTEQUAL_-1205117712'), (u'INDIRECT_-1205109028', u'MULTIEQUAL_-1205110005'), ('const-0', u'COPY_-1205114256'), ('const-0', u'COPY_-1205107740'), (u'INT_NOTEQUAL_-1205115423', u'CBRANCH_-1205115421'), (u'CALL_-1205117779', u'INT_ADD_-1205114157'), (u'INT_ZEXT_-1205112078', u'MULTIEQUAL_-1205112145'), (u'MULTIEQUAL_-1205110542', u'PTRADD_-1205109625'), (u'INDIRECT_-1205109087', u'MULTIEQUAL_-1205110094'), ('const-433', u'LOAD_-1205115845'), ('const-433', u'LOAD_-1205114380'), (u'INDIRECT_-1205109857', u'MULTIEQUAL_-1205110591'), (u'INT_ADD_-1205115283', u'CAST_-1205108108'), (u'CAST_-1205108621', u'LOAD_-1205115243'), (u'MULTIEQUAL_-1205110168', u'PTRADD_-1205109299'), (u'PTRSUB_-1205114561', u'MULTIEQUAL_-1205109922'), (u'COPY_-1205109531', u'COPY_-1205109278'), (u'COPY_-1205109383', u'MULTIEQUAL_-1205109307'), (u'CALL_-1205117600', u'INDIRECT_-1205110632'), (u'INT_SEXT_-1205115429', u'INT_ADD_-1205115378'), (u'INT_SLESS_-1205116769', u'CBRANCH_-1205116776'), (u'INDIRECT_-1205109637', u'MULTIEQUAL_-1205109703'), (u'BOOL_AND_-1205115638', u'CBRANCH_-1205115657'), ('tmp_4624', u'CBRANCH_-1205115657'), (u'COPY_-1205109075', u'COPY_-1205108765'), (u'INT_ADD_-1205115423', u'CAST_-1205109685'), (u'INT_ADD_-1205115227', u'CAST_-1205108621'), (u'CALL_-1205115568', u'INDIRECT_-1205109815'), ('const-433', u'LOAD_-1205114306'), ('tmp_985', u'CBRANCH_-1205116875'), (u'MULTIEQUAL_-1205111618', u'MULTIEQUAL_-1205111781'), (u'INDIRECT_-1205109231', u'MULTIEQUAL_-1205110088'), (u'CALL_-1205114902', u'INDIRECT_-1205108665'), ('const-0', u'INT_NOTEQUAL_-1205115553'), (u'MULTIEQUAL_-1205109845', u'MULTIEQUAL_-1205108044'), ('tmp_3818', u'BRANCH_-1205114036'), (u'MULTIEQUAL_-1205109065', u'MULTIEQUAL_-1205110126'), ('tmp_827', u'CBRANCH_-1205116987'), (u'COPY_-1205107640', u'MULTIEQUAL_-1205107972'), (u'MULTIEQUAL_-1205112122', u'INT_LESS_-1205115345'), (u'INDIRECT_-1205109291', u'MULTIEQUAL_-1205110148'), (u'COPY_-1205109212', u'COPY_-1205109158'), (u'LOAD_-1205115642', u'INT_EQUAL_-1205115627'), (u'INT_NOTEQUAL_-1205116591', u'CBRANCH_-1205116591'), (u'MULTIEQUAL_-1205109457', u'MULTIEQUAL_-1205109438'), ('tmp_5069', u'CBRANCH_-1205114307'), ('const-80', u'INT_ADD_-1205115391'), (u'INT_EQUAL_-1205116063', u'CBRANCH_-1205116061'), (u'MULTIEQUAL_-1205109992', u'MULTIEQUAL_-1205108766'), ('const-1', u'INT_XOR_-1205108819'), (u'INT_MULT_-1205115400', u'INT_LESS_-1205115395'), ('tmp_1959', u'BRANCH_-1205115202'), (u'MULTIEQUAL_-1205112146', u'CALL_-1205115155'), (u'MULTIEQUAL_-1205110129', u'MULTIEQUAL_-1205111337'), ('const-32', u'INT_ADD_-1205115227'), ('tmp_2580', u'CBRANCH_-1205115369'), (u'INT_ADD_-1205115359', u'MULTIEQUAL_-1205111354'), (u'CAST_-1205109785', u'LOAD_-1205117578'), ('const-433', u'LOAD_-1205115664'), (u'INT_ADD_-1205114647', u'CAST_-1205108971'), ('tmp_1509', u'CBRANCH_-1205116514'), (u'CALL_-1205116610', u'INDIRECT_-1205110093'), (u'MULTIEQUAL_-1205111858', u'INT_EQUAL_-1205114483'), (u'MULTIEQUAL_-1205109631', u'MULTIEQUAL_-1205109607'), (u'MULTIEQUAL_-1205111660', u'INT_NOTEQUAL_-1205117109'), ('tmp_1937', u'CBRANCH_-1205115231'), (u'INT_ADD_-1205116823', u'INT_SLESSEQUAL_-1205116743'), (u'CALL_-1205115249', u'INDIRECT_-1205109684'), (u'MULTIEQUAL_-1205112784', u'MULTIEQUAL_-1205112763'), (u'MULTIEQUAL_-1205110774', u'SUBPIECE_-1205111438'), (u'MULTIEQUAL_-1205108944', u'MULTIEQUAL_-1205110005'), (u'INT_ADD_-1205117761', u'CAST_-1205109894'), (u'INT_ADD_-1205116062', u'CAST_-1205109654'), ('const-48', u'INT_SUB_-1205116727'), ('tmp_24620', u'STORE_-1205116497'), (u'CAST_-1205109894', u'LOAD_-1205117777'), (u'CALLIND_-1205113773', u'INDIRECT_-1205108817'), (u'BOOL_NEGATE_-1205108785', u'CBRANCH_-1205114465'), ('const-433', u'LOAD_-1205113577'), (u'MULTIEQUAL_-1205110278', u'MULTIEQUAL_-1205109261'), (u'LOAD_-1205115388', u'MULTIEQUAL_-1205112997'), (u'PIECE_-1205110387', u'MULTIEQUAL_-1205110329'), (u'MULTIEQUAL_-1205109657', u'MULTIEQUAL_-1205109427'), (u'MULTIEQUAL_-1205112056', u'MULTIEQUAL_-1205112047'), ('tmp_6346', u'BRANCH_-1205113078'), (u'INT_EQUAL_-1205117740', u'CBRANCH_-1205117738'), (u'INT_ADD_-1205113715', u'CAST_-1205107752'), ('tmp_5474', u'CBRANCH_-1205114413'), (u'MULTIEQUAL_-1205110439', u'MULTIEQUAL_-1205109248'), (u'MULTIEQUAL_-1205109850', u'PTRADD_-1205116348'), (u'MULTIEQUAL_-1205110064', u'MULTIEQUAL_-1205111602'), (u'CALL_-1205117779', u'INT_ADD_-1205117395'), ('tmp_16832', u'PTRSUB_-1205109879'), (u'COPY_-1205107943', u'MULTIEQUAL_-1205107972'), (u'MULTIEQUAL_-1205110278', u'MULTIEQUAL_-1205110255'), (u'CALL_-1205117600', u'INDIRECT_-1205110707'), (u'CALLIND_-1205113773', u'MULTIEQUAL_-1205108522'), ('const-433', u'LOAD_-1205115760'), (u'INT_ADD_-1205115954', u'CAST_-1205109602'), ('const-72', u'INT_ADD_-1205115604'), (u'INT_SEXT_-1205115308', u'CALL_-1205115301'), ('const-433', u'LOAD_-1205114663'), (u'MULTIEQUAL_-1205110502', u'CALL_-1205115568'), ('const-0', u'COPY_-1205113940'), ('tmp_5655', u'CBRANCH_-1205113676'), ('const--9223372036854775808', u'COPY_-1205116990'), (u'INDIRECT_-1205108674', u'MULTIEQUAL_-1205110177'), (u'MULTIEQUAL_-1205110467', u'MULTIEQUAL_-1205110255'), (u'MULTIEQUAL_-1205111532', u'MULTIEQUAL_-1205109983'), ('const-32', u'INT_ADD_-1205114647'), (u'INT_SEXT_-1205115429', u'INT_SUB_-1205115401'), (u'LOAD_-1205114663', u'INT_NOTEQUAL_-1205114602'), ('tmp_1561', u'CBRANCH_-1205116457'), ('tmp_24619', u'STORE_-1205116441'), (u'INT_MULT_-1205115400', u'INT_ADD_-1205115378'), (u'MULTIEQUAL_-1205110545', u'MULTIEQUAL_-1205110542'), ('const-0', u'RETURN_-1205116315'), (u'CAST_-1205108359', u'INT_SEXT_-1205115429'), (u'CALLIND_-1205113663', u'INDIRECT_-1205108516'), ('const-4', u'SUBPIECE_-1205109536'), ('tmp_5843', u'BRANCH_-1205113522'), (u'INT_ADD_-1205114568', u'CAST_-1205108432'), (u'MULTIEQUAL_-1205110663', u'MULTIEQUAL_-1205110451'), (u'MULTIEQUAL_-1205109004', u'MULTIEQUAL_-1205110046'), ('const-2', u'PTRADD_-1205109279'), (u'CALL_-1205115155', u'INDIRECT_-1205109381'), (u'LOAD_-1205115292', u'CALL_-1205115273'), (u'BOOL_NEGATE_-1205110582', u'BOOL_AND_-1205114386'), (u'MULTIEQUAL_-1205112047', u'MULTIEQUAL_-1205112122'), (u'MULTIEQUAL_-1205109308', u'MULTIEQUAL_-1205110475'), ('const-9223372036854775807', u'COPY_-1205114484'), (u'INDIRECT_-1205108614', u'MULTIEQUAL_-1205110117'), (u'CALL_-1205114703', u'INDIRECT_-1205109932'), (u'CALL_-1205115301', u'INDIRECT_-1205109167'), (u'INT_ADD_-1205113657', u'CAST_-1205107593'), (u'CAST_-1205108310', u'LOAD_-1205114341'), ('tmp_2171', u'CBRANCH_-1205115211'), (u'CAST_-1205108310', u'INT_LESS_-1205114349'), ('const-0', u'COPY_-1205108076'), ('const--24', u'PTRADD_-1205115131'), ('const--88', u'PTRSUB_-1205109460'), (u'INT_ADD_-1205116040', u'CAST_-1205109644'), (u'MULTIEQUAL_-1205111643', u'INT_LESS_-1205115438'), (u'MULTIEQUAL_-1205108421', u'MULTIEQUAL_-1205109295'), ('const-433', u'LOAD_-1205113673'), (u'MULTIEQUAL_-1205109768', u'MULTIEQUAL_-1205109757'), (u'CALL_-1205115273', u'INDIRECT_-1205108893'), (u'INDIRECT_-1205109149', u'MULTIEQUAL_-1205109065'), ('const-3', u'PTRADD_-1205108370'), (u'LOAD_-1205115217', u'INT_NOTEQUAL_-1205115201'), (u'MULTIEQUAL_-1205110014', u'SUBPIECE_-1205110048'), (u'CALL_-1205115301', u'INDIRECT_-1205109046'), (u'MULTIEQUAL_-1205109804', u'MULTIEQUAL_-1205108988'), ('const-0', u'SUBPIECE_-1205110471'), (u'MULTIEQUAL_-1205111602', u'INT_SEXT_-1205117003'), (u'MULTIEQUAL_-1205109792', u'MULTIEQUAL_-1205110117'), (u'MULTIEQUAL_-1205111998', u'MULTIEQUAL_-1205111660'), (u'CAST_-1205108194', u'INT_LESS_-1205114291'), ('tmp_2735', u'CBRANCH_-1205115127'), (u'MULTIEQUAL_-1205109514', u'MULTIEQUAL_-1205109307'), (u'MULTIEQUAL_-1205110403', u'PTRADD_-1205109597'), (u'COPY_-1205109475', u'MULTIEQUAL_-1205107972'), ('const-228', u'INT_ADD_-1205117529'), (u'LOAD_-1205115631', u'MULTIEQUAL_-1205109781'), ('const-4294967295', u'INT_EQUAL_-1205114264'), (u'MULTIEQUAL_-1205110542', u'LOAD_-1205114488'), (u'MULTIEQUAL_-1205109657', u'MULTIEQUAL_-1205109980'), (u'INT_MULT_-1205115390', u'INT_ADD_-1205115368'), (u'INT_NOTEQUAL_-1205114606', u'CBRANCH_-1205114605'), (u'MULTIEQUAL_-1205111542', u'MULTIEQUAL_-1205111798'), (u'MULTIEQUAL_-1205110168', u'PTRADD_-1205108400'), (u'CALL_-1205115155', u'INDIRECT_-1205109441'), (u'CALL_-1205115301', u'INDIRECT_-1205108911'), ('tmp_4959', u'BRANCH_-1205113650'), (u'PTRADD_-1205109630', u'LOAD_-1205115852'), ('const-2', u'PTRADD_-1205109602'), (u'CALL_-1205114703', u'INT_EQUAL_-1205114681'), ('const-2', u'PTRADD_-1205108375'), (u'MULTIEQUAL_-1205111011', u'SUBPIECE_-1205110985'), (u'CALL_-1205117600', u'INT_EQUAL_-1205117555'), ('tmp_193', u'CBRANCH_-1205117738'), ('const-0', u'SUBPIECE_-1205112259'), (u'CALL_-1205114323', u'INDIRECT_-1205108809'), (u'CAST_-1205109634', u'LOAD_-1205116034'), (u'CALL_-1205115249', u'INDIRECT_-1205109428'), (u'CALLIND_-1205113773', u'INDIRECT_-1205108756'), (u'MULTIEQUAL_-1205108731', u'MULTIEQUAL_-1205108805'), (u'COPY_-1205109796', u'MULTIEQUAL_-1205109733'), (u'MULTIEQUAL_-1205109781', u'MULTIEQUAL_-1205109768'), ('const--66', u'PTRSUB_-1205109995'), ('tmp_1142', u'CBRANCH_-1205116776'), (u'MULTIEQUAL_-1205109792', u'MULTIEQUAL_-1205109562'), (u'MULTIEQUAL_-1205110347', u'MULTIEQUAL_-1205110312'), (u'MULTIEQUAL_-1205108869', u'MULTIEQUAL_-1205109911'), ('const-64', u'INT_EQUAL_-1205117740'), (u'PTRSUB_-1205108218', u'CALL_-1205115301'), (u'INT_ADD_-1205117574', u'CAST_-1205109792'), (u'COPY_-1205108978', u'MULTIEQUAL_-1205112378'), ('tmp_2266', u'BRANCH_-1205115335'), ('const-240', u'INT_ADD_-1205116018'), (u'MULTIEQUAL_-1205109457', u'MULTIEQUAL_-1205110663'), ('const-3', u'PTRADD_-1205109625'), (u'INDIRECT_-1205108595', u'MULTIEQUAL_-1205110316'), (u'CALL_-1205117779', u'INT_ADD_-1205114568'), ('const-0', u'COPY_-1205108642'), (u'CALL_-1205114703', u'MULTIEQUAL_-1205109307'), (u'MULTIEQUAL_-1205110500', u'MULTIEQUAL_-1205109308'), (u'MULTIEQUAL_-1205109317', u'MULTIEQUAL_-1205110329'), ('const-8', u'PTRADD_-1205109279'), (u'MULTIEQUAL_-1205108731', u'MULTIEQUAL_-1205109281'), (u'MULTIEQUAL_-1205108766', u'MULTIEQUAL_-1205109781'), (u'MULTIEQUAL_-1205111044', u'MULTIEQUAL_-1205111011'), (u'SUBPIECE_-1205111880', u'INT_EQUAL_-1205116041'), (u'CALL_-1205115249', u'INDIRECT_-1205112203'), (u'SUBPIECE_-1205111880', u'INT_EQUAL_-1205116019'), (u'CALL_-1205117779', u'INT_ADD_-1205113561'), (u'BOOL_OR_-1205114387', u'MULTIEQUAL_-1205108697'), (u'CAST_-1205108589', u'MULTIEQUAL_-1205109733'), (u'CALL_-1205117600', u'INDIRECT_-1205110828'), (u'MULTIEQUAL_-1205108044', u'MULTIEQUAL_-1205109574'), ('const-4', u'INT_ADD_-1205116643'), (u'MULTIEQUAL_-1205111643', u'MULTIEQUAL_-1205111555'), (u'PTRADD_-1205109592', u'LOAD_-1205115783'), ('const-4294967295', u'INT_EQUAL_-1205115699'), (u'MULTIEQUAL_-1205109051', u'MULTIEQUAL_-1205109359'), (u'CALL_-1205117779', u'INT_ADD_-1205115615'), (u'INDIRECT_-1205109992', u'MULTIEQUAL_-1205109792'), ('const--88', u'PTRSUB_-1205109879'), (u'MULTIEQUAL_-1205109757', u'INT_NOTEQUAL_-1205117041'), (u'MULTIEQUAL_-1205111462', u'MULTIEQUAL_-1205111555'), (u'INDIRECT_-1205109992', u'MULTIEQUAL_-1205110726'), (u'PTRSUB_-1205109110', u'CALL_-1205114703'), (u'CALL_-1205114323', u'INDIRECT_-1205108749'), (u'LOAD_-1205114364', u'CAST_-1205108305'), (u'COPY_-1205110809', u'MULTIEQUAL_-1205111743'), ('const-433', u'LOAD_-1205117508'), (u'MULTIEQUAL_-1205111016', u'MULTIEQUAL_-1205110955'), (u'INDIRECT_-1205108756', u'MULTIEQUAL_-1205109248'), ('const-8', u'PTRADD_-1205108261'), (u'INT_ZEXT_-1205111096', u'MULTIEQUAL_-1205113007'), ('tmp_5190', u'BRANCH_-1205113712'), ('const--24', u'PTRADD_-1205116348'), (u'MULTIEQUAL_-1205112754', u'MULTIEQUAL_-1205112720'), (u'CALL_-1205114703', u'INDIRECT_-1205109857'), (u'PTRSUB_-1205108902', u'CALL_-1205115155'), (u'COPY_-1205107709', u'MULTIEQUAL_-1205109307'), ('const-433', u'STORE_-1205115795'), (u'COPY_-1205110469', u'MULTIEQUAL_-1205112014'), (u'MULTIEQUAL_-1205112206', u'SUBPIECE_-1205112271'), (u'INT_NOTEQUAL_-1205117109', u'CBRANCH_-1205117107'), (u'CAST_-1205108793', u'LOAD_-1205115642'), ('const-0', u'COPY_-1205110048'), (u'MULTIEQUAL_-1205110390', u'MULTIEQUAL_-1205110361'), (u'INDIRECT_-1205109552', u'MULTIEQUAL_-1205110500'), (u'INT_NOTEQUAL_-1205114602', u'CBRANCH_-1205114600'), (u'INDIRECT_-1205109441', u'MULTIEQUAL_-1205109507'), ('const-72', u'INT_ADD_-1205113657'), (u'INT_DIV_-1205116920', u'MULTIEQUAL_-1205110200'), (u'MULTIEQUAL_-1205109911', u'COPY_-1205109212'), (u'INT_SEXT_-1205115152', u'CALL_-1205115155'), ('const-0', u'COPY_-1205109893'), (u'COPY_-1205116990', u'MULTIEQUAL_-1205113121'), ('const-4294967290', u'INT_ADD_-1205115481'), ('const-433', u'LOAD_-1205115852'), (u'CALL_-1205115568', u'INDIRECT_-1205109694'), (u'COPY_-1205109629', u'MULTIEQUAL_-1205108697'), (u'COPY_-1205114400', u'MULTIEQUAL_-1205111658'), (u'MULTIEQUAL_-1205111555', u'MULTIEQUAL_-1205111462'), ('tmp_3753', u'BRANCH_-1205114446'), (u'MULTIEQUAL_-1205110312', u'MULTIEQUAL_-1205110117'), (u'CAST_-1205109654', u'LOAD_-1205116078'), (u'MULTIEQUAL_-1205110290', u'MULTIEQUAL_-1205108988'), ('const-0', u'INT_NOTEQUAL_-1205114602'), ('tmp_5745', u'CBRANCH_-1205115421'), (u'CALL_-1205117436', u'INDIRECT_-1205110687'), (u'BOOL_AND_-1205115870', u'CBRANCH_-1205115897'), (u'MULTIEQUAL_-1205109781', u'MULTIEQUAL_-1205109757'), (u'LOAD_-1205115243', u'INT_EQUAL_-1205115223'), (u'INT_EQUAL_-1205114431', u'BOOL_NEGATE_-1205110582'), (u'LOAD_-1205115991', u'INT_NOTEQUAL_-1205115975'), (u'MULTIEQUAL_-1205108909', u'INT_OR_-1205108846'), ('tmp_6349', u'BRANCH_-1205113424'), ('tmp_2042', u'BRANCH_-1205114883'), ('const-0', u'INT_EQUAL_-1205117417'), (u'MULTIEQUAL_-1205111694', u'MULTIEQUAL_-1205111660'), (u'INDIRECT_-1205110861', u'MULTIEQUAL_-1205110422'), ('const-1', u'INT_ADD_-1205115337'), (u'CAST_-1205109548', u'INT_LESSEQUAL_-1205115829'), (u'INDIRECT_-1205110552', u'MULTIEQUAL_-1205110255'), (u'CALL_-1205115294', u'INDIRECT_-1205109647'), (u'MULTIEQUAL_-1205110727', u'MULTIEQUAL_-1205111725'), (u'MULTIEQUAL_-1205110403', u'MULTIEQUAL_-1205110390'), ('const-8', u'PTRADD_-1205108400'), (u'COPY_-1205113091', u'MULTIEQUAL_-1205109490'), ('const-328', u'INT_ADD_-1205116911'), (u'CAST_-1205107776', u'LOAD_-1205113783'), (u'INT_SEXT_-1205117091', u'MULTIEQUAL_-1205111044'), ('const-433', u'LOAD_-1205115407'), (u'LOAD_-1205114306', u'CAST_-1205108189'), ('const-16', u'COPY_-1205111823'), (u'MULTIEQUAL_-1205109065', u'MULTIEQUAL_-1205110107'), (u'MULTIEQUAL_-1205111343', u'MULTIEQUAL_-1205111337'), (u'MULTIEQUAL_-1205107972', u'MULTIEQUAL_-1205109514'), (u'MULTIEQUAL_-1205109538', u'MULTIEQUAL_-1205109514'), ('const-4', u'INT_ADD_-1205115803'), (u'COPY_-1205117005', u'MULTIEQUAL_-1205113121'), (u'INDIRECT_-1205109027', u'MULTIEQUAL_-1205110034'), (u'INT_LESS_-1205115329', u'CBRANCH_-1205115326'), ('const-24', u'INT_ADD_-1205117761'), ('const-0', u'COPY_-1205114302'), (u'MULTIEQUAL_-1205110034', u'MULTIEQUAL_-1205109953'), (u'CALL_-1205117779', u'INT_ADD_-1205114647'), ('const-72', u'INT_ADD_-1205117492'), (u'MULTIEQUAL_-1205112014', u'INT_2COMP_-1205114903'), ('const-16', u'COPY_-1205111300'), (u'MULTIEQUAL_-1205109574', u'COPY_-1205109405'), (u'COPY_-1205111004', u'MULTIEQUAL_-1205111189'), (u'COPY_-1205108595', u'MULTIEQUAL_-1205109553'), (u'MULTIEQUAL_-1205110851', u'MULTIEQUAL_-1205110955'), ('const-1', u'COPY_-1205108756'), (u'CALL_-1205116610', u'INDIRECT_-1205110153'), (u'INT_ADD_-1205113773', u'MULTIEQUAL_-1205111676'), (u'MULTIEQUAL_-1205111424', u'MULTIEQUAL_-1205111354'), (u'MULTIEQUAL_-1205110555', u'MULTIEQUAL_-1205111570'), (u'INT_EQUAL_-1205115639', u'CBRANCH_-1205115636'), (u'MULTIEQUAL_-1205109743', u'MULTIEQUAL_-1205108927'), ('const-76', u'INT_ADD_-1205115201'), (u'INT_NOTEQUAL_-1205115954', u'CBRANCH_-1205115949'), (u'MULTIEQUAL_-1205111557', u'MULTIEQUAL_-1205111532'), (u'MULTIEQUAL_-1205109574', u'MULTIEQUAL_-1205109359'), (u'PTRSUB_-1205109460', u'CALL_-1205115342'), ('tmp_4141', u'CBRANCH_-1205115971'), (u'MULTIEQUAL_-1205113121', u'INT_DIV_-1205116920'), (u'SUBPIECE_-1205111605', u'INT_EQUAL_-1205114264'), (u'MULTIEQUAL_-1205110290', u'MULTIEQUAL_-1205110209'), (u'COPY_-1205111300', u'MULTIEQUAL_-1205111998'), ('const-0', u'COPY_-1205109182'), ('const-8', u'INT_EQUAL_-1205114431'), (u'MULTIEQUAL_-1205110382', u'MULTIEQUAL_-1205109188'), (u'SUBPIECE_-1205112259', u'CALL_-1205115568'), ('const-3', u'PTRADD_-1205109294'), (u'SUBPIECE_-1205110867', u'COPY_-1205108857'), (u'CALL_-1205114175', u'INT_ZEXT_-1205111096'), (u'COPY_-1205107824', u'MULTIEQUAL_-1205111494'), ('tmp_4043', u'CBRANCH_-1205116039'), (u'INT_XOR_-1205108819', u'INT_OR_-1205108795'), (u'CALL_-1205115342', u'INDIRECT_-1205109283'), (u'PIECE_-1205109355', u'MULTIEQUAL_-1205110304'), ('tmp_2237', u'CBRANCH_-1205115174'), (u'INT_EQUAL_-1205117555', u'CBRANCH_-1205117546'), (u'CALLIND_-1205113773', u'INDIRECT_-1205108696'), ('const--65', u'PTRSUB_-1205107714'), ('const-0', u'SUBPIECE_-1205110985'), (u'INDIRECT_-1205109857', u'MULTIEQUAL_-1205109980'), (u'MULTIEQUAL_-1205109140', u'MULTIEQUAL_-1205109396'), ('const--9223372036854775808', u'COPY_-1205115259'), (u'INT_AND_-1205111567', u'CALL_-1205115342'), (u'LOAD_-1205113673', u'CALLIND_-1205113663'), ('tmp_225', u'CBRANCH_-1205117711'), ('const-433', u'LOAD_-1205114371'), (u'CAST_-1205108541', u'INT_LESS_-1205114358'), (u'MULTIEQUAL_-1205112122', u'MULTIEQUAL_-1205110825'), (u'COPY_-1205115153', u'MULTIEQUAL_-1205110851'), (u'MULTIEQUAL_-1205110252', u'MULTIEQUAL_-1205109732'), (u'MULTIEQUAL_-1205110602', u'MULTIEQUAL_-1205109377'), (u'MULTIEQUAL_-1205109620', u'MULTIEQUAL_-1205109607'), (u'LOAD_-1205117545', u'INT_EQUAL_-1205117530'), (u'PTRADD_-1205108256', u'LOAD_-1205114306'), (u'CALL_-1205117779', u'INDIRECT_-1205110731'), (u'PTRSUB_-1205107714', u'CALL_-1205114902'), (u'CAST_-1205108971', u'LOAD_-1205114663'), (u'MULTIEQUAL_-1205109543', u'MULTIEQUAL_-1205109538'), (u'SUBPIECE_-1205110471', u'INT_EQUAL_-1205115699'), (u'MULTIEQUAL_-1205112145', u'SUBPIECE_-1205112259'), (u'CALL_-1205117779', u'INT_ADD_-1205114579'), (u'INDIRECT_-1205109587', u'MULTIEQUAL_-1205110057'), (u'INT_EQUAL_-1205115182', u'CBRANCH_-1205115180'), (u'MULTIEQUAL_-1205110500', u'MULTIEQUAL_-1205110475'), (u'CALL_-1205115568', u'INDIRECT_-1205109559'), (u'CAST_-1205109044', u'INT_NOTEQUAL_-1205116383'), (u'MULTIEQUAL_-1205111858', u'MULTIEQUAL_-1205111644'), ('const-433', u'LOAD_-1205114373'), (u'MULTIEQUAL_-1205111858', u'INT_EQUAL_-1205115931'), (u'CAST_-1205109685', u'LOAD_-1205115439'), (u'MULTIEQUAL_-1205110542', u'MULTIEQUAL_-1205109317'), (u'COPY_-1205108083', u'COPY_-1205107943'), ('const-433', u'LOAD_-1205116444'), (u'LOAD_-1205116685', u'CAST_-1205109208'), (u'COPY_-1205115234', u'MULTIEQUAL_-1205111793'), (u'INDIRECT_-1205109754', u'MULTIEQUAL_-1205108927'), (u'MULTIEQUAL_-1205110252', u'MULTIEQUAL_-1205110057'), (u'PTRADD_-1205108400', u'LOAD_-1205115344'), (u'PTRSUB_-1205109160', u'INT_NOTEQUAL_-1205116383'), (u'INDIRECT_-1205110707', u'CALL_-1205117469'), (u'PTRADD_-1205109279', u'STORE_-1205116646'), (u'MULTIEQUAL_-1205109307', u'INT_NOTEQUAL_-1205116457'), ('tmp_1106', u'CBRANCH_-1205116798'), (u'MULTIEQUAL_-1205110229', u'MULTIEQUAL_-1205110148'), (u'PTRSUB_-1205107905', u'CALL_-1205114323'), (u'MULTIEQUAL_-1205111011', u'MULTIEQUAL_-1205110502'), (u'CALL_-1205115568', u'INT_NOTEQUAL_-1205115553'), ('tmp_5151', u'BRANCH_-1205113921'), ('const-4294967295', u'INT_AND_-1205110993'), ('tmp_1849', u'CBRANCH_-1205115314'), (u'INT_SUB_-1205115401', u'INT_LESS_-1205115395'), (u'CAST_-1205109755', u'LOAD_-1205117508'), (u'MULTIEQUAL_-1205110562', u'CAST_-1205108359'), (u'INT_ADD_-1205115378', u'MULTIEQUAL_-1205112056'), (u'INT_MULT_-1205115390', u'INT_LESS_-1205115385'), (u'INDIRECT_-1205108670', u'MULTIEQUAL_-1205110390'), (u'MULTIEQUAL_-1205110663', u'MULTIEQUAL_-1205109438'), (u'MULTIEQUAL_-1205109980', u'MULTIEQUAL_-1205108869'), ('tmp_4867', u'CBRANCH_-1205114287'), ('const-32', u'INT_ADD_-1205114157'), ('tmp_1688', u'CBRANCH_-1205116379'), (u'MULTIEQUAL_-1205109853', u'MULTIEQUAL_-1205110178'), ('const--64', u'PTRSUB_-1205107905'), (u'MULTIEQUAL_-1205110117', u'MULTIEQUAL_-1205110065'), ('tmp_5282', u'BRANCH_-1205113542'), (u'INT_LESS_-1205115385', u'INT_OR_-1205108846'), (u'LOAD_-1205113804', u'INT_ADD_-1205113767'), (u'BOOL_OR_-1205114387', u'MULTIEQUAL_-1205109713'), (u'INDIRECT_-1205110748', u'MULTIEQUAL_-1205110451'), (u'PTRSUB_-1205109878', u'CALL_-1205117436'), (u'MULTIEQUAL_-1205110475', u'MULTIEQUAL_-1205110451'), (u'INT_ADD_-1205115378', u'MULTIEQUAL_-1205111172'), (u'MULTIEQUAL_-1205110278', u'MULTIEQUAL_-1205109005'), ('const-4294967295', u'INT_EQUAL_-1205114310'), (u'INT_ZEXT_-1205113214', u'MULTIEQUAL_-1205112784'), (u'MULTIEQUAL_-1205109438', u'MULTIEQUAL_-1205110451'), ('const-433', u'STORE_-1205116646'), ('const-433', u'STORE_-1205116497'), (u'MULTIEQUAL_-1205109607', u'MULTIEQUAL_-1205109574'), ('const-0', u'COPY_-1205107779'), (u'MULTIEQUAL_-1205110542', u'MULTIEQUAL_-1205110403'), (u'INT_ADD_-1205115975', u'CAST_-1205109611'), ('const-4294967295', u'PIECE_-1205110573'), (u'MULTIEQUAL_-1205111354', u'MULTIEQUAL_-1205111343'), ('const-10', u'INT_EQUAL_-1205114483'), (u'MULTIEQUAL_-1205112122', u'MULTIEQUAL_-1205112056'), (u'MULTIEQUAL_-1205109576', u'MULTIEQUAL_-1205108009'), (u'CALL_-1205114175', u'INDIRECT_-1205108541'), ('tmp_308', u'CBRANCH_-1205117632'), (u'INDIRECT_-1205108809', u'MULTIEQUAL_-1205110312'), (u'MULTIEQUAL_-1205110408', u'MULTIEQUAL_-1205110373'), ('const-1', u'COPY_-1205108088'), (u'MULTIEQUAL_-1205110301', u'MULTIEQUAL_-1205110287'), (u'CALLIND_-1205113663', u'INDIRECT_-1205108441'), (u'MULTIEQUAL_-1205110413', u'MULTIEQUAL_-1205109140'), (u'MULTIEQUAL_-1205110645', u'MULTIEQUAL_-1205111618'), (u'INDIRECT_-1205110575', u'SUBPIECE_-1205110573'), (u'CALL_-1205115249', u'INT_ZEXT_-1205112078'), (u'INT_SUB_-1205115176', u'INT_LESS_-1205115161'), (u'CALL_-1205115568', u'INDIRECT_-1205109754'), (u'INDIRECT_-1205109857', u'MULTIEQUAL_-1205108648'), (u'INDIRECT_-1205109684', u'MULTIEQUAL_-1205109623'), (u'MULTIEQUAL_-1205110451', u'MULTIEQUAL_-1205110408'), ('tmp_5004', u'CBRANCH_-1205114345'), (u'MULTIEQUAL_-1205111798', u'MULTIEQUAL_-1205111779'), (u'PTRADD_-1205116348', u'CALL_-1205114902'), ('const-8', u'PTRADD_-1205108606'), ('tmp_4105', u'CBRANCH_-1205115996'), ('const-0', u'COPY_-1205112214'), (u'INT_OR_-1205116417', u'STORE_-1205116441'), (u'MULTIEQUAL_-1205111521', u'MULTIEQUAL_-1205111016'), (u'INT_NOTEQUAL_-1205114425', u'CBRANCH_-1205114423'), (u'MULTIEQUAL_-1205109295', u'MULTIEQUAL_-1205109378'), (u'COPY_-1205111114', u'MULTIEQUAL_-1205111016'), (u'BOOL_NEGATE_-1205111597', u'BOOL_AND_-1205115870'), (u'MULTIEQUAL_-1205111644', u'INT_SEXT_-1205117091'), (u'MULTIEQUAL_-1205113004', u'MULTIEQUAL_-1205112763'), (u'INT_SEXT_-1205117003', u'INT_MULT_-1205115400'), ('const-433', u'LOAD_-1205114488'), (u'LOAD_-1205116078', u'INT_EQUAL_-1205116063'), (u'CALL_-1205115273', u'INT_EQUAL_-1205115259'), (u'CAST_-1205108589', u'BOOL_NEGATE_-1205108785'), (u'INT_SUB_-1205115528', u'INT_SRIGHT_-1205115505'), (u'INT_NOTEQUAL_-1205115201', u'CBRANCH_-1205115199'), (u'INDIRECT_-1205108696', u'MULTIEQUAL_-1205109188'), ('const-1', u'COPY_-1205108215'), (u'COPY_-1205108028', u'MULTIEQUAL_-1205109583'), (u'LOAD_-1205117777', u'INT_AND_-1205117740'), ('const-16', u'INT_NOTEQUAL_-1205117109'), (u'INDIRECT_-1205109694', u'MULTIEQUAL_-1205108867'), (u'CALL_-1205117661', u'INDIRECT_-1205110800'), (u'COPY_-1205109104', u'MULTIEQUAL_-1205109032'), (u'LOAD_-1205114584', u'MULTIEQUAL_-1205109992'), (u'INT_SLESS_-1205115463', u'CBRANCH_-1205115470'), ('const-4294967295', u'PIECE_-1205109536'), (u'CAST_-1205109316', u'LOAD_-1205116927'), (u'CALL_-1205115327', u'INDIRECT_-1205109670'), (u'MULTIEQUAL_-1205112754', u'MULTIEQUAL_-1205111189'), ('const-0', u'COPY_-1205109925'), (u'INDIRECT_-1205109283', u'MULTIEQUAL_-1205110290'), (u'CALL_-1205117779', u'INT_ADD_-1205115276'), ('const-10', u'COPY_-1205112128'), (u'CALL_-1205115342', u'INDIRECT_-1205109162'), (u'COPY_-1205109157', u'PIECE_-1205111315'), ('tmp_24620', u'STORE_-1205114888'), (u'MULTIEQUAL_-1205109992', u'MULTIEQUAL_-1205109781'), (u'MULTIEQUAL_-1205111781', u'MULTIEQUAL_-1205110555'), (u'MULTIEQUAL_-1205109657', u'MULTIEQUAL_-1205109608'), ('tmp_4079', u'CBRANCH_-1205116014'), (u'LOAD_-1205116575', u'INT_EQUAL_-1205116560'), ('const-4621888', u'PTRSUB_-1205109160'), (u'MULTIEQUAL_-1205110177', u'MULTIEQUAL_-1205109980'), ('const-3', u'PTRADD_-1205108601'), (u'INDIRECT_-1205109958', u'MULTIEQUAL_-1205109922'), (u'MULTIEQUAL_-1205112720', u'MULTIEQUAL_-1205112632'), (u'MULTIEQUAL_-1205111858', u'MULTIEQUAL_-1205110627'), ('const-4', u'SUBPIECE_-1205110573'), (u'INDIRECT_-1205109431', u'INT_NOTEQUAL_-1205114425'), (u'COPY_-1205107911', u'MULTIEQUAL_-1205109631'), (u'MULTIEQUAL_-1205110605', u'MULTIEQUAL_-1205110602'), (u'MULTIEQUAL_-1205111424', u'INT_ADD_-1205115359'), (u'CAST_-1205108305', u'INT_LESS_-1205114349'), ('const-0', u'INT_EQUAL_-1205115182'), ('const-0', u'SUBPIECE_-1205111349'), ('const-0', u'COPY_-1205109075'), (u'COPY_-1205117135', u'MULTIEQUAL_-1205111044'), ('const-0', u'INT_NOTEQUAL_-1205117041'), (u'LOAD_-1205114373', u'CAST_-1205108541'), ('tmp_1312', u'CBRANCH_-1205116666'), (u'MULTIEQUAL_-1205109599', u'MULTIEQUAL_-1205109366'), ('const-0', u'INT_EQUAL_-1205117639'), (u'INDIRECT_-1205109156', u'MULTIEQUAL_-1205110014'), (u'COPY_-1205108048', u'MULTIEQUAL_-1205109620'), (u'INT_ADD_-1205115648', u'CAST_-1205108802'), (u'COPY_-1205107851', u'MULTIEQUAL_-1205109620'), ('const-4', u'STORE_-1205116477'), (u'MULTIEQUAL_-1205110329', u'MULTIEQUAL_-1205110287'), (u'INT_NOTEQUAL_-1205117492', u'CBRANCH_-1205117491'), (u'SUBPIECE_-1205109355', u'PIECE_-1205109355'), (u'MULTIEQUAL_-1205110263', u'INT_SUB_-1205115391'), (u'COPY_-1205114484', u'MULTIEQUAL_-1205110263'), (u'MULTIEQUAL_-1205110312', u'MULTIEQUAL_-1205109792'), (u'INDIRECT_-1205110707', u'MULTIEQUAL_-1205110545'), ('const--88', u'PTRSUB_-1205109926'), ('tmp_2981', u'CBRANCH_-1205115625'), (u'INT_2COMP_-1205114903', u'COPY_-1205107824'), ('tmp_16832', u'PTRSUB_-1205108932'), (u'MULTIEQUAL_-1205109983', u'MULTIEQUAL_-1205111521'), ('tmp_5271', u'CBRANCH_-1205114423'), (u'INDIRECT_-1205110800', u'MULTIEQUAL_-1205110726'), (u'INT_LESS_-1205115118', u'CBRANCH_-1205115127'), ('const-433', u'LOAD_-1205116692'), (u'INT_NOTEQUAL_-1205115553', u'CBRANCH_-1205115552'), (u'MULTIEQUAL_-1205109663', u'CBRANCH_-1205114562'), (u'INDIRECT_-1205109559', u'MULTIEQUAL_-1205109446'), (u'MULTIEQUAL_-1205111644', u'MULTIEQUAL_-1205111635'), (u'COPY_-1205112364', u'MULTIEQUAL_-1205112206'), (u'MULTIEQUAL_-1205109608', u'MULTIEQUAL_-1205108792'), ('tmp_3538', u'CBRANCH_-1205115274'), (u'CALL_-1205117661', u'INT_EQUAL_-1205117639'), (u'SUBPIECE_-1205111349', u'INT_SUB_-1205116727'), ('tmp_3639', u'CBRANCH_-1205115199'), (u'INT_ADD_-1205117562', u'CAST_-1205109785'), ('const-0', u'INT_NOTEQUAL_-1205115213'), ('const-1', u'COPY_-1205107851'), (u'INDIRECT_-1205108730', u'MULTIEQUAL_-1205110451'), ('tmp_4007', u'CBRANCH_-1205116061'), (u'INT_REM_-1205116916', u'MULTIEQUAL_-1205112378'), ('const-0', u'INT_EQUAL_-1205116878'), ('tmp_16832', u'PTRSUB_-1205108218'), (u'MULTIEQUAL_-1205109338', u'BOOL_NEGATE_-1205108239'), ('const-0', u'COPY_-1205111250'), (u'INT_ADD_-1205117802', u'CALL_-1205117779'), ('tmp_5594', u'BRANCH_-1205113772'), (u'SUBPIECE_-1205111880', u'INT_NOTEQUAL_-1205115954'), ('const-22', u'COPY_-1205113671'), (u'COPY_-1205107713', u'MULTIEQUAL_-1205109281'), (u'INDIRECT_-1205112203', u'COPY_-1205108736'), (u'INT_NOTEQUAL_-1205115177', u'CBRANCH_-1205115174'), (u'MULTIEQUAL_-1205111781', u'MULTIEQUAL_-1205109983'), (u'CALL_-1205115273', u'INDIRECT_-1205109149'), (u'MULTIEQUAL_-1205110542', u'PTRADD_-1205108606'), (u'COPY_-1205114302', u'MULTIEQUAL_-1205110475'), (u'MULTIEQUAL_-1205110252', u'MULTIEQUAL_-1205110168'), (u'CALL_-1205117779', u'INT_ADD_-1205115201'), (u'MULTIEQUAL_-1205110212', u'MULTIEQUAL_-1205110177'), (u'MULTIEQUAL_-1205112047', u'MULTIEQUAL_-1205112014'), ('const-0', u'COPY_-1205109104'), (u'LOAD_-1205113783', u'CALLIND_-1205113773'), (u'MULTIEQUAL_-1205111858', u'MULTIEQUAL_-1205111660'), (u'MULTIEQUAL_-1205111521', u'MULTIEQUAL_-1205111337'), (u'INT_EQUAL_-1205115627', u'CBRANCH_-1205115625'), ('const-0', u'COPY_-1205108595'), (u'MULTIEQUAL_-1205110645', u'MULTIEQUAL_-1205111637'), (u'COPY_-1205108642', u'COPY_-1205108383'), ('const-16', u'INT_EQUAL_-1205115931'), (u'CALL_-1205117779', u'INT_ADD_-1205115604'), (u'COPY_-1205115259', u'MULTIEQUAL_-1205111793'), (u'CALL_-1205115294', u'INDIRECT_-1205109512'), ('const-433', u'LOAD_-1205114173'), ('const-32', u'INT_ADD_-1205117395'), (u'MULTIEQUAL_-1205109732', u'MULTIEQUAL_-1205109683'), ('const-0', u'PTRSUB_-1205117000'), (u'INDIRECT_-1205109552', u'MULTIEQUAL_-1205110524'), ('tmp_3834', u'BRANCH_-1205114320'), (u'INT_SUB_-1205115103', u'MULTIEQUAL_-1205111426'), (u'INT_LESS_-1205114291', u'CBRANCH_-1205114287'), ('tmp_2122', u'CBRANCH_-1205115257'), (u'MULTIEQUAL_-1205111763', u'MULTIEQUAL_-1205111743'), ('tmp_1184', u'CBRANCH_-1205116751'), (u'LOAD_-1205115760', u'MULTIEQUAL_-1205109795'), (u'MULTIEQUAL_-1205108927', u'MULTIEQUAL_-1205110117'), (u'MULTIEQUAL_-1205109554', u'MULTIEQUAL_-1205109032'), ('const-0', u'COPY_-1205115153'), ('tmp_3246', u'CBRANCH_-1205115470'), (u'LOAD_-1205116927', u'INT_EQUAL_-1205116897'), (u'INT_ADD_-1205115276', u'CAST_-1205108103'), (u'COPY_-1205109752', u'MULTIEQUAL_-1205111337'), (u'INDIRECT_-1205110828', u'MULTIEQUAL_-1205110666'), (u'MULTIEQUAL_-1205108867', u'MULTIEQUAL_-1205110057'), (u'MULTIEQUAL_-1205109337', u'MULTIEQUAL_-1205110542'), (u'MULTIEQUAL_-1205111694', u'MULTIEQUAL_-1205111858'), (u'INDIRECT_-1205110800', u'MULTIEQUAL_-1205110361'), (u'MULTIEQUAL_-1205111793', u'STORE_-1205115226'), (u'COPY_-1205109600', u'COPY_-1205107593'), ('const-0', u'COPY_-1205111835'), (u'MULTIEQUAL_-1205109870', u'MULTIEQUAL_-1205109850'), (u'CALL_-1205117436', u'INT_EQUAL_-1205117417'), (u'SUBPIECE_-1205110980', u'INT_SEXT_-1205115308'), (u'MULTIEQUAL_-1205111343', u'MULTIEQUAL_-1205111424'), (u'INT_LESS_-1205115768', u'CBRANCH_-1205115764'), ('const-4294967295', u'PIECE_-1205110048'), (u'LOAD_-1205114584', u'MULTIEQUAL_-1205108766'), ('const--88', u'PTRSUB_-1205108933'), (u'MULTIEQUAL_-1205110663', u'MULTIEQUAL_-1205108844'), (u'MULTIEQUAL_-1205110500', u'LOAD_-1205113804'), (u'CALL_-1205114902', u'INDIRECT_-1205108604'), (u'PTRADD_-1205108416', u'LOAD_-1205115388'), ('tmp_3073', u'CBRANCH_-1205115552'), (u'LOAD_-1205115243', u'MULTIEQUAL_-1205110631'), (u'MULTIEQUAL_-1205109683', u'MULTIEQUAL_-1205108867'), (u'MULTIEQUAL_-1205111172', u'MULTIEQUAL_-1205112047'), ('tmp_6015', u'CBRANCH_-1205114600'), ('const-8', u'PTRADD_-1205109299'), (u'COPY_-1205109448', u'MULTIEQUAL_-1205109378'), (u'MULTIEQUAL_-1205108150', u'MULTIEQUAL_-1205109338'), (u'MULTIEQUAL_-1205110475', u'MULTIEQUAL_-1205109457'), (u'MULTIEQUAL_-1205111555', u'MULTIEQUAL_-1205112014'), (u'MULTIEQUAL_-1205111189', u'MULTIEQUAL_-1205112720'), (u'COPY_-1205109643', u'MULTIEQUAL_-1205111211'), ('const--24', u'PTRADD_-1205116513'), (u'COPY_-1205109774', u'MULTIEQUAL_-1205109707'), (u'PTRSUB_-1205108933', u'CALL_-1205115249'), (u'MULTIEQUAL_-1205110524', u'MULTIEQUAL_-1205110512'), ('tmp_2663', u'CBRANCH_-1205115170'), (u'MULTIEQUAL_-1205110117', u'MULTIEQUAL_-1205109004'), ('const-8', u'PTRADD_-1205108375'), (u'INDIRECT_-1205109576', u'MULTIEQUAL_-1205109642'), (u'CAST_-1205108052', u'LOAD_-1205115193'), (u'COPY_-1205109405', u'MULTIEQUAL_-1205109051'), (u'INT_LESS_-1205115438', u'CBRANCH_-1205115446'), (u'MULTIEQUAL_-1205108009', u'MULTIEQUAL_-1205109554'), ('const-0', u'INT_NOTEQUAL_-1205116079'), ('const-433', u'LOAD_-1205117578'), (u'MULTIEQUAL_-1205110200', u'INT_LESS_-1205115438'), ('tmp_16842', u'COPY_-1205109977'), (u'MULTIEQUAL_-1205109992', u'MULTIEQUAL_-1205109768'), (u'MULTIEQUAL_-1205113004', u'SUBPIECE_-1205111880'), (u'CALL_-1205117779', u'INT_ADD_-1205116018'), (u'MULTIEQUAL_-1205110413', u'MULTIEQUAL_-1205110390'), ('const-433', u'LOAD_-1205115193'), (u'MULTIEQUAL_-1205109338', u'BOOL_NEGATE_-1205107909'), (u'MULTIEQUAL_-1205110542', u'MULTIEQUAL_-1205110301'), ('tmp_3665', u'CBRANCH_-1205115180'), ('const-8', u'PTRADD_-1205108416'), (u'MULTIEQUAL_-1205111494', u'STORE_-1205114888'), (u'INT_ADD_-1205117492', u'CAST_-1205109755'), ('const-1', u'INT_ADD_-1205113773'), (u'MULTIEQUAL_-1205110094', u'MULTIEQUAL_-1205108792'), ('const-433', u'STORE_-1205115226'), ('tmp_24619', u'STORE_-1205115244'), (u'CALL_-1205114323', u'INDIRECT_-1205108674'), (u'CALLIND_-1205113721', u'INDIRECT_-1205108595'), (u'INT_ZEXT_-1205111604', u'MULTIEQUAL_-1205111542'), ('tmp_2033', u'CBRANCH_-1205114893'), (u'MULTIEQUAL_-1205109986', u'COPY_-1205109213'), (u'INDIRECT_-1205110053', u'MULTIEQUAL_-1205110178'), (u'LOAD_-1205115299', u'CALL_-1205115273'), (u'CALL_-1205117779', u'INT_ADD_-1205116040'), ('const-0', u'COPY_-1205111764'), (u'INT_DIV_-1205116920', u'INT_LESSEQUAL_-1205116717'), (u'LOAD_-1205114475', u'CALLIND_-1205114465'), (u'CALL_-1205115294', u'MULTIEQUAL_-1205109307'), (u'INT_EQUAL_-1205115914', u'BOOL_OR_-1205115871'), ('const-0', u'INT_EQUAL_-1205117511'), (u'INT_ZEXT_-1205111675', u'MULTIEQUAL_-1205112632'), (u'COPY_-1205110415', u'MULTIEQUAL_-1205112014'), ('tmp_5392', u'CBRANCH_-1205114465'), (u'COPY_-1205109278', u'MULTIEQUAL_-1205111211'), (u'MULTIEQUAL_-1205111424', u'MULTIEQUAL_-1205110129'), ('const-433', u'LOAD_-1205114283'), (u'CALL_-1205115294', u'INT_NOTEQUAL_-1205115275'), ('const-1', u'COPY_-1205109621'), (u'CALL_-1205117779', u'INDIRECT_-1205110866'), (u'COPY_-1205114503', u'MULTIEQUAL_-1205110200'), (u'INT_SUB_-1205115375', u'MULTIEQUAL_-1205110562'), ('const-0', u'SUBPIECE_-1205110867'), (u'CALLIND_-1205113773', u'INDIRECT_-1205108621'), (u'CAST_-1205109208', u'INT_LESSEQUAL_-1205116669'), (u'CALL_-1205114703', u'INDIRECT_-1205112572'), ('const-433', u'LOAD_-1205115243'), ('const-4', u'SUBPIECE_-1205109355'), (u'CALLIND_-1205113663', u'INDIRECT_-1205108637'), (u'MULTIEQUAL_-1205109663', u'MULTIEQUAL_-1205109631'), (u'INT_EQUAL_-1205115223', u'CBRANCH_-1205115222'), (u'MULTIEQUAL_-1205109281', u'CBRANCH_-1205115290'), (u'CALLIND_-1205113721', u'INDIRECT_-1205108791'), ('const-10', u'INT_LESS_-1205115360'), (u'INDIRECT_-1205109619', u'MULTIEQUAL_-1205109507'), (u'CALLIND_-1205115397', u'INDIRECT_-1205109096'), (u'INT_ADD_-1205116911', u'CAST_-1205109316'), (u'CALL_-1205117661', u'INDIRECT_-1205110665'), (u'CALL_-1205115155', u'INDIRECT_-1205109576'), (u'MULTIEQUAL_-1205108805', u'MULTIEQUAL_-1205108909'), (u'INT_EQUAL_-1205116019', u'CBRANCH_-1205116014'), (u'COPY_-1205114476', u'MULTIEQUAL_-1205110323'), (u'MULTIEQUAL_-1205110955', u'MULTIEQUAL_-1205110851'), ('const-55', u'INT_SUB_-1205115103'), (u'COPY_-1205107845', u'MULTIEQUAL_-1205109553'), (u'INT_SEXT_-1205117003', u'INT_DIV_-1205116920'), (u'MULTIEQUAL_-1205108809', u'MULTIEQUAL_-1205109870'), ('const-433', u'LOAD_-1205115388'), (u'INT_ADD_-1205115481', u'COPY_-1205108856'), (u'COPY_-1205111823', u'MULTIEQUAL_-1205111763'), (u'COPY_-1205111764', u'MULTIEQUAL_-1205111643'), (u'MULTIEQUAL_-1205110851', u'MULTIEQUAL_-1205111337')]
null
null
00346600
x64
O2
(translation_unit "undefined1 [16]\nthunk_FUN_00345c40(undefined8 param_1,long *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)\n\n{\n long *plVar1;\n char cVar2;\n bool bVar3;\n char cVar4;\n uint uVar5;\n int iVar6;\n long lVar7;\n wchar_t *pwVar8;\n ulong uVar9;\n bool bVar10;\n uint uVar11;\n bool bVar12;\n ulong uVar13;\n ulong extraout_RDX;\n ulong extraout_RDX_00;\n bool bVar14;\n char cVar15;\n int iVar16;\n ulong uVar17;\n int iVar18;\n bool bVar19;\n undefined1 auVar20 [16];\n long **pplStack_c8;\n ulong uStack_b0;\n long **pplStack_a8;\n ulong uStack_98;\n ulong uStack_90;\n ulong uStack_88;\n long *plStack_68;\n undefined8 uStack_60;\n long *plStack_58;\n ulong uStack_50;\n undefined1 uStack_42;\n undefined1 uStack_41;\n undefined1 *apuStack_40 [2];\n \n plStack_68 = param_4;\n uStack_60 = param_5;\n plStack_58 = param_2;\n uStack_50 = param_3;\n lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0);\n uVar11 = *(uint *)(param_6 + 0x18) & 0x4a;\n if (uVar11 == 0x40) {\n iVar16 = 8;\nLAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uStack_98 = (ulong)iVar16;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n uVar13 = uStack_90 % uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }\n }\n else {\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }\nLAB_00345f3d:\n if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }\n *param_8 = 0;\n *param_7 = 4;\nLAB_00345f80:\n uVar9 = uStack_50;\n plVar1 = plStack_58;\n if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }\n if ((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640) {\n FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);\n }\n auVar20._8_8_ = uVar9;\n auVar20._0_8_ = plVar1;\n return auVar20;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "thunk_FUN_00345c40(undefined8 param_1,long *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)\n\n{\n long *plVar1;" (macro_type_specifier "thunk_FUN_00345c40(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , (ERROR "long" identifier) (pointer_declarator "*param_2" * identifier) , (ERROR "ulong" identifier) identifier , (ERROR "long" identifier) (pointer_declarator "*param_4" * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (ERROR "uint" identifier) (pointer_declarator "*param_7" * identifier) , (ERROR "ulong *param_8)\n\n{\n long" identifier (pointer_declarator "*param_8" * identifier) ) { long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "wchar_t *pwVar8;" type_identifier (pointer_declarator "*pwVar8" * identifier) ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "bool bVar12;" primitive_type identifier ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "ulong extraout_RDX;" type_identifier identifier ;) (declaration "ulong extraout_RDX_00;" type_identifier identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "char cVar15;" primitive_type identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "undefined1 auVar20 [16];" type_identifier (array_declarator "auVar20 [16]" identifier [ number_literal ]) ;) (declaration "long **pplStack_c8;" (sized_type_specifier "long" long) (pointer_declarator "**pplStack_c8" * (pointer_declarator "*pplStack_c8" * identifier)) ;) (declaration "ulong uStack_b0;" type_identifier identifier ;) (declaration "long **pplStack_a8;" (sized_type_specifier "long" long) (pointer_declarator "**pplStack_a8" * (pointer_declarator "*pplStack_a8" * identifier)) ;) (declaration "ulong uStack_98;" type_identifier identifier ;) (declaration "ulong uStack_90;" type_identifier identifier ;) (declaration "ulong uStack_88;" type_identifier identifier ;) (declaration "long *plStack_68;" (sized_type_specifier "long" long) (pointer_declarator "*plStack_68" * identifier) ;) (declaration "undefined8 uStack_60;" type_identifier identifier ;) (declaration "long *plStack_58;" (sized_type_specifier "long" long) (pointer_declarator "*plStack_58" * identifier) ;) (declaration "ulong uStack_50;" type_identifier identifier ;) (declaration "undefined1 uStack_42;" type_identifier identifier ;) (declaration "undefined1 uStack_41;" type_identifier identifier ;) (declaration "undefined1 *apuStack_40 [2];" type_identifier (pointer_declarator "*apuStack_40 [2]" * (array_declarator "apuStack_40 [2]" identifier [ number_literal ])) ;) (expression_statement "plStack_68 = param_4;" (assignment_expression "plStack_68 = param_4" identifier = identifier) ;) (expression_statement "uStack_60 = param_5;" (assignment_expression "uStack_60 = param_5" identifier = identifier) ;) (expression_statement "plStack_58 = param_2;" (assignment_expression "plStack_58 = param_2" identifier = identifier) ;) (expression_statement "uStack_50 = param_3;" (assignment_expression "uStack_50 = param_3" identifier = identifier) ;) (expression_statement "lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0);" (assignment_expression "lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0)" identifier = (call_expression "FUN_00341df0(&uStack_42,param_6 + 0xd0)" identifier (argument_list "(&uStack_42,param_6 + 0xd0)" ( (pointer_expression "&uStack_42" & identifier) , (binary_expression "param_6 + 0xd0" identifier + number_literal) )))) ;) (expression_statement "uVar11 = *(uint *)(param_6 + 0x18) & 0x4a;" (assignment_expression "uVar11 = *(uint *)(param_6 + 0x18) & 0x4a" identifier = (binary_expression "*(uint *)(param_6 + 0x18) & 0x4a" (pointer_expression "*(uint *)(param_6 + 0x18)" * (cast_expression "(uint *)(param_6 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_6 + 0x18)" ( (binary_expression "param_6 + 0x18" identifier + number_literal) )))) & number_literal)) ;) (if_statement "if (uVar11 == 0x40) {\n iVar16 = 8;\nLAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uStack_98 = (ulong)iVar16;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n uVar13 = uStack_90 % uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }\n }\n else {\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" if (parenthesized_expression "(uVar11 == 0x40)" ( (binary_expression "uVar11 == 0x40" identifier == number_literal) )) (compound_statement "{\n iVar16 = 8;\nLAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uStack_98 = (ulong)iVar16;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n uVar13 = uStack_90 % uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }\n }" { (expression_statement "iVar16 = 8;" (assignment_expression "iVar16 = 8" identifier = number_literal) ;) (labeled_statement "LAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);" statement_identifier : (expression_statement "cVar2 = FUN_00343350(&plStack_58);" (assignment_expression "cVar2 = FUN_00343350(&plStack_58)" identifier = (call_expression "FUN_00343350(&plStack_58)" identifier (argument_list "(&plStack_58)" ( (pointer_expression "&plStack_58" & identifier) )))) ;)) (if_statement "if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }" { (labeled_statement "LAB_00345ccb:\n pplStack_a8 = &plStack_68;" statement_identifier : (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;)) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" identifier = (pointer_expression "&plStack_58" & identifier)) ;) (expression_statement "uVar5 = FUN_0033c560(pplStack_c8);" (assignment_expression "uVar5 = FUN_0033c560(pplStack_c8)" identifier = (call_expression "FUN_0033c560(pplStack_c8)" identifier (argument_list "(pplStack_c8)" ( identifier )))) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = (ulong)uVar5;" (assignment_expression "uVar9 = (ulong)uVar5" identifier = (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;" (assignment_expression "bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5" identifier = (binary_expression "*(uint *)(lVar7 + 0xe0) == uVar5" (pointer_expression "*(uint *)(lVar7 + 0xe0)" * (cast_expression "(uint *)(lVar7 + 0xe0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe0)" ( (binary_expression "lVar7 + 0xe0" identifier + number_literal) )))) == identifier)) ;) (if_statement "if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" if (parenthesized_expression "((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5))" ( (binary_expression "(((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)" (parenthesized_expression "(((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5))))" ( (binary_expression "((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))" (parenthesized_expression "((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5))" ( (binary_expression "(bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)" (parenthesized_expression "(bVar19)" ( identifier )) || (parenthesized_expression "(*(uint *)(lVar7 + 0xe4) == uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0xe4) == uVar5" (pointer_expression "*(uint *)(lVar7 + 0xe4)" * (cast_expression "(uint *)(lVar7 + 0xe4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe4)" ( (binary_expression "lVar7 + 0xe4" identifier + number_literal) )))) == identifier) ))) )) && (parenthesized_expression "((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))" ( (parenthesized_expression "(cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5))" ( (binary_expression "cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)" (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(*(uint *)(lVar7 + 0x4c) != uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0x4c) != uVar5" (pointer_expression "*(uint *)(lVar7 + 0x4c)" * (cast_expression "(uint *)(lVar7 + 0x4c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) != identifier) ))) )) ))) )) && (parenthesized_expression "(*(uint *)(lVar7 + 0x48) != uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0x48) != uVar5" (pointer_expression "*(uint *)(lVar7 + 0x48)" * (cast_expression "(uint *)(lVar7 + 0x48)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) )))) != identifier) ))) )) (compound_statement "{\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }" { (expression_statement "FUN_002fc080(plStack_58);" (call_expression "FUN_002fc080(plStack_58)" identifier (argument_list "(plStack_58)" ( identifier ))) ;) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" identifier = (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" identifier (argument_list "(pplStack_c8,pplStack_a8)" ( identifier , identifier )))) ;) (if_statement "if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }" { (expression_statement "uVar5 = FUN_0033c560(pplStack_c8);" (assignment_expression "uVar5 = FUN_0033c560(pplStack_c8)" identifier = (call_expression "FUN_0033c560(pplStack_c8)" identifier (argument_list "(pplStack_c8)" ( identifier )))) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = (ulong)uVar5;" (assignment_expression "uVar9 = (ulong)uVar5" identifier = (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_00345d50;" goto statement_identifier ;) })) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) }) (else_clause "else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" else (compound_statement "{\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" { (labeled_statement "LAB_00345d50:\n bVar10 = false;" statement_identifier : (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;)) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);" do (compound_statement "{\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n }" { (expression_statement "iVar6 = (int)uVar9;" (assignment_expression "iVar6 = (int)uVar9" identifier = (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }" if (parenthesized_expression "((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6))" ( (binary_expression "(cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)" (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)(lVar7 + 0x4c) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0x4c) == iVar6" (pointer_expression "*(int *)(lVar7 + 0x4c)" * (cast_expression "(int *)(lVar7 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) == identifier) ))) )) (compound_statement "{\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (iVar16 != 0x10) goto LAB_00345e3f;" if (parenthesized_expression "(iVar16 != 0x10)" ( (binary_expression "iVar16 != 0x10" identifier != number_literal) )) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;)) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (goto_statement "goto LAB_00346468;" goto statement_identifier ;) })) (if_statement "if (*(int *)(lVar7 + 0x48) == iVar6) break;" if (parenthesized_expression "(*(int *)(lVar7 + 0x48) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0x48) == iVar6" (pointer_expression "*(int *)(lVar7 + 0x48)" * (cast_expression "(int *)(lVar7 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (if_statement "if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" if (parenthesized_expression "(*(int *)(lVar7 + 0xf0) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xf0) == iVar6" (pointer_expression "*(int *)(lVar7 + 0xf0)" * (cast_expression "(int *)(lVar7 + 0xf0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }" { (expression_statement "bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);" (assignment_expression "bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U)" identifier = (cast_expression "(bool)(iVar16 == 10 | bVar10 ^ 1U)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(iVar16 == 10 | bVar10 ^ 1U)" ( (binary_expression "iVar16 == 10 | bVar10 ^ 1U" (binary_expression "iVar16 == 10" identifier == number_literal) | (binary_expression "bVar10 ^ 1U" identifier ^ number_literal)) )))) ;) (if_statement "if (!bVar14) goto LAB_00345d8a;" if (parenthesized_expression "(!bVar14)" ( (unary_expression "!bVar14" ! identifier) )) (goto_statement "goto LAB_00345d8a;" goto statement_identifier ;)) (expression_statement "bVar10 = uVar11 == 0 || iVar16 == 8;" (assignment_expression "bVar10 = uVar11 == 0 || iVar16 == 8" identifier = (binary_expression "uVar11 == 0 || iVar16 == 8" (binary_expression "uVar11 == 0" identifier == number_literal) || (binary_expression "iVar16 == 8" identifier == number_literal))) ;) (if_statement "if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }" if (parenthesized_expression "(uVar11 != 0 && iVar16 != 8)" ( (binary_expression "uVar11 != 0 && iVar16 != 8" (binary_expression "uVar11 != 0" identifier != number_literal) && (binary_expression "iVar16 != 8" identifier != number_literal)) )) (compound_statement "{\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }" { (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00345dbe;" goto statement_identifier ;) })) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "iVar16 = 8;" (assignment_expression "iVar16 = 8" identifier = number_literal) ;) (expression_statement "uVar13 = plStack_58[2];" (assignment_expression "uVar13 = plStack_58[2]" identifier = (subscript_expression "plStack_58[2]" identifier [ number_literal ])) ;) (if_statement "if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;" if (parenthesized_expression "(uVar13 < (ulong)plStack_58[3])" ( (binary_expression "uVar13 < (ulong)plStack_58[3]" identifier < (cast_expression "(ulong)plStack_58[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_00345dd1;" goto statement_identifier ;)) (labeled_statement "LAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();" statement_identifier : (expression_statement "(**(code **)(*plStack_58 + 0x50))();" (call_expression "(**(code **)(*plStack_58 + 0x50))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x50))" ( (pointer_expression "**(code **)(*plStack_58 + 0x50)" * (pointer_expression "*(code **)(*plStack_58 + 0x50)" * (cast_expression "(code **)(*plStack_58 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_58 + 0x50)" ( (binary_expression "*plStack_58 + 0x50" (pointer_expression "*plStack_58" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;)) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (if_statement "if (plStack_58 != (long *)0x0) goto LAB_00345de1;" if (parenthesized_expression "(plStack_58 != (long *)0x0)" ( (binary_expression "plStack_58 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00345de1;" goto statement_identifier ;)) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;) }) (else_clause "else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" else (compound_statement "{\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" { (if_statement "if (!bVar10) break;" if (parenthesized_expression "(!bVar10)" ( (unary_expression "!bVar10" ! identifier) )) (break_statement "break;" break ;)) (labeled_statement "LAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" statement_identifier : (if_statement "if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" if (parenthesized_expression "((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6))" ( (binary_expression "(*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)" (parenthesized_expression "(*(int *)(lVar7 + 0xe8) != iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xe8) != iVar6" (pointer_expression "*(int *)(lVar7 + 0xe8)" * (cast_expression "(int *)(lVar7 + 0xe8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe8)" ( (binary_expression "lVar7 + 0xe8" identifier + number_literal) )))) != identifier) )) && (parenthesized_expression "(*(int *)(lVar7 + 0xec) != iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xec) != iVar6" (pointer_expression "*(int *)(lVar7 + 0xec)" * (cast_expression "(int *)(lVar7 + 0xec)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xec)" ( (binary_expression "lVar7 + 0xec" identifier + number_literal) )))) != identifier) ))) )) (compound_statement "{\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "bVar10 = true;" (assignment_expression "bVar10 = true" identifier = true) ;) (goto_statement "goto LAB_00345e30;" goto statement_identifier ;) }))) (expression_statement "cVar2 = iVar16 == 0x10 || uVar11 == 0;" (assignment_expression "cVar2 = iVar16 == 0x10 || uVar11 == 0" identifier = (binary_expression "iVar16 == 0x10 || uVar11 == 0" (binary_expression "iVar16 == 0x10" identifier == number_literal) || (binary_expression "uVar11 == 0" identifier == number_literal))) ;) (if_statement "if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }" if (parenthesized_expression "(iVar16 != 0x10 && uVar11 != 0)" ( (binary_expression "iVar16 != 0x10 && uVar11 != 0" (binary_expression "iVar16 != 0x10" identifier != number_literal) && (binary_expression "uVar11 != 0" identifier != number_literal)) )) (compound_statement "{\n bVar10 = true;\n goto LAB_00345e3f;\n }" { (expression_statement "bVar10 = true;" (assignment_expression "bVar10 = true" identifier = true) ;) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;) })) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "iVar16 = 0x10;" (assignment_expression "iVar16 = 0x10" identifier = number_literal) ;) (labeled_statement "LAB_00345dbe:\n uVar13 = plStack_58[2];" statement_identifier : (expression_statement "uVar13 = plStack_58[2];" (assignment_expression "uVar13 = plStack_58[2]" identifier = (subscript_expression "plStack_58[2]" identifier [ number_literal ])) ;)) (expression_statement "bVar10 = bVar14;" (assignment_expression "bVar10 = bVar14" identifier = identifier) ;) (if_statement "if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;" if (parenthesized_expression "((ulong)plStack_58[3] <= uVar13)" ( (binary_expression "(ulong)plStack_58[3] <= uVar13" (cast_expression "(ulong)plStack_58[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ])) <= identifier) )) (goto_statement "goto LAB_003461c8;" goto statement_identifier ;)) (labeled_statement "LAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" statement_identifier : (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;)) (expression_statement "plStack_58[2] = uVar13 + 4;" (assignment_expression "plStack_58[2] = uVar13 + 4" (subscript_expression "plStack_58[2]" identifier [ number_literal ]) = (binary_expression "uVar13 + 4" identifier + number_literal)) ;) (labeled_statement "LAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" statement_identifier : (if_statement "if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" if (parenthesized_expression "((int *)plStack_58[2] < (int *)plStack_58[3])" ( (binary_expression "(int *)plStack_58[2] < (int *)plStack_58[3]" (cast_expression "(int *)plStack_58[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[2]" identifier [ number_literal ])) < (cast_expression "(int *)plStack_58[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar6 = *(int *)plStack_58[2];\n }" { (expression_statement "iVar6 = *(int *)plStack_58[2];" (assignment_expression "iVar6 = *(int *)plStack_58[2]" identifier = (pointer_expression "*(int *)plStack_58[2]" * (cast_expression "(int *)plStack_58[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" else (compound_statement "{\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" { (expression_statement "iVar6 = (**(code **)(*plStack_58 + 0x48))();" (assignment_expression "iVar6 = (**(code **)(*plStack_58 + 0x48))()" identifier = (call_expression "(**(code **)(*plStack_58 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x48))" ( (pointer_expression "**(code **)(*plStack_58 + 0x48)" * (pointer_expression "*(code **)(*plStack_58 + 0x48)" * (cast_expression "(code **)(*plStack_58 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_58 + 0x48)" ( (binary_expression "*plStack_58 + 0x48" (pointer_expression "*plStack_58" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) })))) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (if_statement "if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (compound_statement "{\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }" { (expression_statement "plStack_58 = (long *)0x0;" (assignment_expression "plStack_58 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;) })) }))) (expression_statement "bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;" (assignment_expression "bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1" identifier = (binary_expression "plStack_68 != (long *)0x0 && (int)uStack_60 == -1" (binary_expression "plStack_68 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && (binary_expression "(int)uStack_60 == -1" (cast_expression "(int)uStack_60" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal))) ;) (expression_statement "bVar12 = (int)uStack_60 == -1;" (assignment_expression "bVar12 = (int)uStack_60 == -1" identifier = (binary_expression "(int)uStack_60 == -1" (cast_expression "(int)uStack_60" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }" { (if_statement "if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" if (parenthesized_expression "((int *)plStack_68[2] < (int *)plStack_68[3])" ( (binary_expression "(int *)plStack_68[2] < (int *)plStack_68[3]" (cast_expression "(int *)plStack_68[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[2]" identifier [ number_literal ])) < (cast_expression "(int *)plStack_68[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar6 = *(int *)plStack_68[2];\n }" { (expression_statement "iVar6 = *(int *)plStack_68[2];" (assignment_expression "iVar6 = *(int *)plStack_68[2]" identifier = (pointer_expression "*(int *)plStack_68[2]" * (cast_expression "(int *)plStack_68[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" else (compound_statement "{\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" { (expression_statement "iVar6 = (**(code **)(*plStack_68 + 0x48))();" (assignment_expression "iVar6 = (**(code **)(*plStack_68 + 0x48))()" identifier = (call_expression "(**(code **)(*plStack_68 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_68 + 0x48))" ( (pointer_expression "**(code **)(*plStack_68 + 0x48)" * (pointer_expression "*(code **)(*plStack_68 + 0x48)" * (cast_expression "(code **)(*plStack_68 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_68 + 0x48)" ( (binary_expression "*plStack_68 + 0x48" (pointer_expression "*plStack_68" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }))) (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" identifier = false) ;) (if_statement "if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (compound_statement "{\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }" { (expression_statement "plStack_68 = (long *)0x0;" (assignment_expression "plStack_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar12 = bVar3;" (assignment_expression "bVar12 = bVar3" identifier = identifier) ;) })) })) (if_statement "if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }" if (parenthesized_expression "(bVar12 == bVar14)" ( (binary_expression "bVar12 == bVar14" identifier == identifier) )) (compound_statement "{\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }" { (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "cVar2 = '\x01';" (assignment_expression "cVar2 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (goto_statement "goto LAB_00345e30;" goto statement_identifier ;) })) (expression_statement "uVar9 = uStack_50 & 0xffffffff;" (assignment_expression "uVar9 = uStack_50 & 0xffffffff" identifier = (binary_expression "uStack_50 & 0xffffffff" identifier & number_literal)) ;) (if_statement "if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }" if (parenthesized_expression "((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1))" ( (binary_expression "(plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)" (parenthesized_expression "(plStack_58 != (long *)0x0)" ( (binary_expression "plStack_58 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "((int)uStack_50 == -1)" ( (binary_expression "(int)uStack_50 == -1" (cast_expression "(int)uStack_50" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) ))) )) (compound_statement "{\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }" { (if_statement "if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" if (parenthesized_expression "((uint *)plStack_58[2] < (uint *)plStack_58[3])" ( (binary_expression "(uint *)plStack_58[2] < (uint *)plStack_58[3]" (cast_expression "(uint *)plStack_58[2]" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[2]" identifier [ number_literal ])) < (cast_expression "(uint *)plStack_58[3]" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }" { (expression_statement "uVar9 = (ulong)*(uint *)plStack_58[2];" (assignment_expression "uVar9 = (ulong)*(uint *)plStack_58[2]" identifier = (binary_expression "(ulong)*(uint *)plStack_58[2]" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)plStack_58[2]" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" else (compound_statement "{\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" { (expression_statement "uVar9 = (**(code **)(*plStack_58 + 0x48))();" (assignment_expression "uVar9 = (**(code **)(*plStack_58 + 0x48))()" identifier = (call_expression "(**(code **)(*plStack_58 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x48))" ( (pointer_expression "**(code **)(*plStack_58 + 0x48)" * (pointer_expression "*(code **)(*plStack_58 + 0x48)" * (cast_expression "(code **)(*plStack_58 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_58 + 0x48)" ( (binary_expression "*plStack_58 + 0x48" (pointer_expression "*plStack_58" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar9 = uVar9 & 0xffffffff;" (assignment_expression "uVar9 = uVar9 & 0xffffffff" identifier = (binary_expression "uVar9 & 0xffffffff" identifier & number_literal)) ;) }))) (if_statement "if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }" if (parenthesized_expression "((int)uVar9 == -1)" ( (binary_expression "(int)uVar9 == -1" (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n plStack_58 = (long *)0x0;\n }" { (expression_statement "plStack_58 = (long *)0x0;" (assignment_expression "plStack_58 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) })) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(bVar10)" ( identifier )) ;) (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }))) (labeled_statement "LAB_00345e30:\n uStack_b0 = 0x16;" statement_identifier : (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;)) (if_statement "if (iVar16 != 0x10) goto LAB_00345e3f;" if (parenthesized_expression "(iVar16 != 0x10)" ( (binary_expression "iVar16 != 0x10" identifier != number_literal) )) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;)) }) (else_clause "else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" else (compound_statement "{\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" { (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (labeled_statement "LAB_00345e3f:\n uStack_b0 = (ulong)iVar16;" statement_identifier : (expression_statement "uStack_b0 = (ulong)iVar16;" (assignment_expression "uStack_b0 = (ulong)iVar16" identifier = (cast_expression "(ulong)iVar16" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;)) }))) (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;) (if_statement "if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }" if (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }" { (labeled_statement "LAB_00346468:\n apuStack_40[0] = &DAT_00468658;" statement_identifier : (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;)) (expression_statement "FUN_00325990(apuStack_40,0x20);" (call_expression "FUN_00325990(apuStack_40,0x20)" identifier (argument_list "(apuStack_40,0x20)" ( identifier , number_literal ))) ;) })) (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" identifier = (pointer_expression "&plStack_58" & identifier)) ;) (expression_statement "uStack_98 = (ulong)iVar16;" (assignment_expression "uStack_98 = (ulong)iVar16" identifier = (cast_expression "(ulong)iVar16" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uStack_90 = 0x7fffffffffffffff;" (assignment_expression "uStack_90 = 0x7fffffffffffffff" identifier = number_literal) ;) (if_statement "if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }" if (parenthesized_expression "(bVar19)" ( identifier )) (compound_statement "{\n uStack_90 = 0x8000000000000000;\n }" { (expression_statement "uStack_90 = 0x8000000000000000;" (assignment_expression "uStack_90 = 0x8000000000000000" identifier = number_literal) ;) })) (expression_statement "uStack_88 = uStack_90 / uStack_98;" (assignment_expression "uStack_88 = uStack_90 / uStack_98" identifier = (binary_expression "uStack_90 / uStack_98" identifier / identifier)) ;) (expression_statement "uVar13 = uStack_90 % uStack_98;" (assignment_expression "uVar13 = uStack_90 % uStack_98" identifier = (binary_expression "uStack_90 % uStack_98" identifier % identifier)) ;) (if_statement "if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x148) == '\0')" ( (binary_expression "*(char *)(lVar7 + 0x148) == '\0'" (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" { (if_statement "if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }" { (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00345ed0:\n iVar16 = (int)uVar9;" statement_identifier : (expression_statement "iVar16 = (int)uVar9;" (assignment_expression "iVar16 = (int)uVar9" identifier = (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (if_statement "if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" if (parenthesized_expression "(uStack_b0 < 0xb)" ( (binary_expression "uStack_b0 < 0xb" identifier < number_literal) )) (compound_statement "{\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }" { (if_statement "if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;" if (parenthesized_expression "((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16))" ( (binary_expression "(iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)" (parenthesized_expression "(iVar16 < 0x30)" ( (binary_expression "iVar16 < 0x30" identifier < number_literal) )) || (parenthesized_expression "((int)uStack_b0 + 0x30 <= iVar16)" ( (binary_expression "(int)uStack_b0 + 0x30 <= iVar16" (binary_expression "(int)uStack_b0 + 0x30" (cast_expression "(int)uStack_b0" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) <= identifier) ))) )) (goto_statement "goto LAB_003463e0;" goto statement_identifier ;)) (expression_statement "uVar11 = iVar16 - 0x30;" (assignment_expression "uVar11 = iVar16 - 0x30" identifier = (binary_expression "iVar16 - 0x30" identifier - number_literal)) ;) }) (else_clause "else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" else (compound_statement "{\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" { (expression_statement "uVar11 = iVar16 - 0x30;" (assignment_expression "uVar11 = iVar16 - 0x30" identifier = (binary_expression "iVar16 - 0x30" identifier - number_literal)) ;) (if_statement "if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }" if (parenthesized_expression "(uVar11 < 10)" ( (binary_expression "uVar11 < 10" identifier < number_literal) )) (compound_statement "{\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }" { (if_statement "if (uStack_88 < uVar17) goto LAB_00345efd;" if (parenthesized_expression "(uStack_88 < uVar17)" ( (binary_expression "uStack_88 < uVar17" identifier < identifier) )) (goto_statement "goto LAB_00345efd;" goto statement_identifier ;)) (labeled_statement "LAB_00346251:\n uVar13 = uStack_98 * uVar17;" statement_identifier : (expression_statement "uVar13 = uStack_98 * uVar17;" (assignment_expression "uVar13 = uStack_98 * uVar17" identifier = (binary_expression "uStack_98 * uVar17" identifier * identifier)) ;)) (expression_statement "uVar17 = (long)(int)uVar11 + uVar13;" (assignment_expression "uVar17 = (long)(int)uVar11 + uVar13" identifier = (binary_expression "(long)(int)uVar11 + uVar13" (cast_expression "(long)(int)uVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier)) + identifier)) ;) (expression_statement "uVar9 = plStack_58[2];" (assignment_expression "uVar9 = plStack_58[2]" identifier = (subscript_expression "plStack_58[2]" identifier [ number_literal ])) ;) (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) (expression_statement "bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);" (assignment_expression "bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" identifier = (cast_expression "(bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" ( (binary_expression "bVar14 | uStack_90 - (long)(int)uVar11 < uVar13" identifier | (binary_expression "uStack_90 - (long)(int)uVar11 < uVar13" (binary_expression "uStack_90 - (long)(int)uVar11" identifier - (cast_expression "(long)(int)uVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier))) < identifier)) )))) ;) (if_statement "if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;" if (parenthesized_expression "(uVar9 < (ulong)plStack_58[3])" ( (binary_expression "uVar9 < (ulong)plStack_58[3]" identifier < (cast_expression "(ulong)plStack_58[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_00345f15;" goto statement_identifier ;)) (labeled_statement "LAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();" statement_identifier : (expression_statement "(**(code **)(*plStack_58 + 0x50))();" (call_expression "(**(code **)(*plStack_58 + 0x50))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x50))" ( (pointer_expression "**(code **)(*plStack_58 + 0x50)" * (pointer_expression "*(code **)(*plStack_58 + 0x50)" * (cast_expression "(code **)(*plStack_58 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_58 + 0x50)" ( (binary_expression "*plStack_58 + 0x50" (pointer_expression "*plStack_58" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;)) (goto_statement "goto LAB_00345f1d;" goto statement_identifier ;) })) (if_statement "if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }" if (parenthesized_expression "(5 < iVar16 - 0x61U)" ( (binary_expression "5 < iVar16 - 0x61U" number_literal < (binary_expression "iVar16 - 0x61U" identifier - number_literal)) )) (compound_statement "{\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }" { (if_statement "if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }" if (parenthesized_expression "(iVar16 - 0x41U < 6)" ( (binary_expression "iVar16 - 0x41U < 6" (binary_expression "iVar16 - 0x41U" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }" { (expression_statement "uVar11 = iVar16 - 0x37;" (assignment_expression "uVar11 = iVar16 - 0x37" identifier = (binary_expression "iVar16 - 0x37" identifier - number_literal)) ;) (goto_statement "goto LAB_00345ef2;" goto statement_identifier ;) })) (goto_statement "goto LAB_003463e0;" goto statement_identifier ;) })) (expression_statement "uVar11 = iVar16 - 0x57;" (assignment_expression "uVar11 = iVar16 - 0x57" identifier = (binary_expression "iVar16 - 0x57" identifier - number_literal)) ;) }))) (labeled_statement "LAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;" statement_identifier : (if_statement "if (uVar17 <= uStack_88) goto LAB_00346251;" if (parenthesized_expression "(uVar17 <= uStack_88)" ( (binary_expression "uVar17 <= uStack_88" identifier <= identifier) )) (goto_statement "goto LAB_00346251;" goto statement_identifier ;))) (labeled_statement "LAB_00345efd:\n bVar14 = true;" statement_identifier : (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;)) (expression_statement "uVar9 = plStack_58[2];" (assignment_expression "uVar9 = plStack_58[2]" identifier = (subscript_expression "plStack_58[2]" identifier [ number_literal ])) ;) (if_statement "if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;" if (parenthesized_expression "((ulong)plStack_58[3] <= uVar9)" ( (binary_expression "(ulong)plStack_58[3] <= uVar9" (cast_expression "(ulong)plStack_58[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ])) <= identifier) )) (goto_statement "goto LAB_0034628a;" goto statement_identifier ;)) (labeled_statement "LAB_00345f15:\n plStack_58[2] = uVar9 + 4;" statement_identifier : (expression_statement "plStack_58[2] = uVar9 + 4;" (assignment_expression "plStack_58[2] = uVar9 + 4" (subscript_expression "plStack_58[2]" identifier [ number_literal ]) = (binary_expression "uVar9 + 4" identifier + number_literal)) ;)) (labeled_statement "LAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" statement_identifier : (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;)) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" identifier = (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" identifier (argument_list "(pplStack_c8,pplStack_a8)" ( identifier , identifier )))) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (cVar2 != '\0') goto LAB_00345f3d;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;)) (expression_statement "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);" (assignment_expression "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" identifier = (call_expression "FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" identifier (argument_list "(pplStack_c8,uStack_50 & 0xffffffff)" ( identifier , (binary_expression "uStack_50 & 0xffffffff" identifier & number_literal) )))) ;) (expression_statement "uVar9 = (ulong)uVar11;" (assignment_expression "uVar9 = (ulong)uVar11" identifier = (cast_expression "(ulong)uVar11" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_00345ed0;" goto statement_identifier ;) })) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }) (else_clause "else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" else (compound_statement "{\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" { (labeled_statement "LAB_00346070:\n pplStack_a8 = &plStack_68;" statement_identifier : (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;)) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" identifier = (pointer_expression "&plStack_58" & identifier)) ;) (if_statement "if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }" { (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;" if (parenthesized_expression "((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9))" ( (binary_expression "(cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)" (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)(lVar7 + 0x4c) == (int)uVar9)" ( (binary_expression "*(int *)(lVar7 + 0x4c) == (int)uVar9" (pointer_expression "*(int *)(lVar7 + 0x4c)" * (cast_expression "(int *)(lVar7 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) == (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ))) )) (goto_statement "goto LAB_0034615f;" goto statement_identifier ;)) (while_statement "while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }" while (parenthesized_expression "(((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)))" ( (parenthesized_expression "((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))" ( (binary_expression "(wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)" (binary_expression "(wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48)" (cast_expression "(wchar_t)uVar9" ( (type_descriptor "wchar_t" type_identifier) ) identifier) != (pointer_expression "*(wchar_t *)(lVar7 + 0x48)" * (cast_expression "(wchar_t *)(lVar7 + 0x48)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) ))))) && (parenthesized_expression "(pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)" ( (comma_expression "pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0" (assignment_expression "pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" identifier = (call_expression "wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" identifier (argument_list "((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" ( (cast_expression "(wchar_t *)(lVar7 + 0xf0)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) ))) , (cast_expression "(wchar_t)uVar9" ( (type_descriptor "wchar_t" type_identifier) ) identifier) , identifier )))) , (binary_expression "pwVar8 != (wchar_t *)0x0" identifier != (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) )) (compound_statement "{\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }" { (expression_statement "iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);" (assignment_expression "iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2)" identifier = (cast_expression "(int)((long)pwVar8 - (lVar7 + 0xf0) >> 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((long)pwVar8 - (lVar7 + 0xf0) >> 2)" ( (binary_expression "(long)pwVar8 - (lVar7 + 0xf0) >> 2" (binary_expression "(long)pwVar8 - (lVar7 + 0xf0)" (cast_expression "(long)pwVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) ))) >> number_literal) )))) ;) (if_statement "if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }" if (parenthesized_expression "(0xf < iVar16)" ( (binary_expression "0xf < iVar16" number_literal < identifier) )) (compound_statement "{\n iVar16 = iVar16 + -6;\n }" { (expression_statement "iVar16 = iVar16 + -6;" (assignment_expression "iVar16 = iVar16 + -6" identifier = (binary_expression "iVar16 + -6" identifier + number_literal)) ;) })) (if_statement "if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" if (parenthesized_expression "(uStack_88 < uVar17)" ( (binary_expression "uStack_88 < uVar17" identifier < identifier) )) (compound_statement "{\n bVar14 = true;\n }" { (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;) }) (else_clause "else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" else (compound_statement "{\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" { (expression_statement "uVar9 = uStack_98 * uVar17;" (assignment_expression "uVar9 = uStack_98 * uVar17" identifier = (binary_expression "uStack_98 * uVar17" identifier * identifier)) ;) (expression_statement "uVar17 = (long)iVar16 + uVar9;" (assignment_expression "uVar17 = (long)iVar16 + uVar9" identifier = (binary_expression "(long)iVar16 + uVar9" (cast_expression "(long)iVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) ;) (expression_statement "bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);" (assignment_expression "bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9)" identifier = (cast_expression "(bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar14 | uStack_90 - (long)iVar16 < uVar9)" ( (binary_expression "bVar14 | uStack_90 - (long)iVar16 < uVar9" identifier | (binary_expression "uStack_90 - (long)iVar16 < uVar9" (binary_expression "uStack_90 - (long)iVar16" identifier - (cast_expression "(long)iVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) < identifier)) )))) ;) (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) }))) (while_statement "while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }" { (expression_statement "FUN_002fc080(plStack_58);" (call_expression "FUN_002fc080(plStack_58)" identifier (argument_list "(plStack_58)" ( identifier ))) ;) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" identifier = (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" identifier (argument_list "(pplStack_c8,pplStack_a8)" ( identifier , identifier )))) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (cVar2 != '\0') goto LAB_00345f3d;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;)) (expression_statement "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);" (assignment_expression "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" identifier = (call_expression "FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" identifier (argument_list "(pplStack_c8,uStack_50 & 0xffffffff)" ( identifier , (binary_expression "uStack_50 & 0xffffffff" identifier & number_literal) )))) ;) (expression_statement "uVar9 = (ulong)uVar11;" (assignment_expression "uVar9 = (ulong)uVar11" identifier = (cast_expression "(ulong)uVar11" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;" if (parenthesized_expression "((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))" ( (binary_expression "(cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11)" (parenthesized_expression "(cVar15 == '\0')" ( (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11)" ( (comma_expression "uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11" (assignment_expression "uVar13 = extraout_RDX_00" identifier = identifier) , (binary_expression "*(uint *)(lVar7 + 0x4c) != uVar11" (pointer_expression "*(uint *)(lVar7 + 0x4c)" * (cast_expression "(uint *)(lVar7 + 0x4c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) != identifier)) ))) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" statement_identifier : (if_statement "if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (compound_statement "{\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;) }))) (expression_statement "FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);" (call_expression "FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13)" identifier (argument_list "(apuStack_40,(int)(char)iVar18,uVar13)" ( identifier , (cast_expression "(int)(char)iVar18" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)iVar18" ( (type_descriptor "char" primitive_type) ) identifier)) , identifier ))) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) })) })) (labeled_statement "LAB_003463e0:\n cVar2 = '\0';" statement_identifier : (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;)) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }) (else_clause "else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" else (compound_statement "{\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" { (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }))) }))) }) (else_clause "else {\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" else (compound_statement "{\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" { (expression_statement "iVar16 = 10;" (assignment_expression "iVar16 = 10" identifier = number_literal) ;) (if_statement "if (uVar11 != 8) goto LAB_00345c9d;" if (parenthesized_expression "(uVar11 != 8)" ( (binary_expression "uVar11 != 8" identifier != number_literal) )) (goto_statement "goto LAB_00345c9d;" goto statement_identifier ;)) (expression_statement "iVar16 = 0x10;" (assignment_expression "iVar16 = 0x10" identifier = number_literal) ;) (expression_statement "cVar2 = FUN_00343350(&plStack_58);" (assignment_expression "cVar2 = FUN_00343350(&plStack_58)" identifier = (call_expression "FUN_00343350(&plStack_58)" identifier (argument_list "(&plStack_58)" ( (pointer_expression "&plStack_58" & identifier) )))) ;) (if_statement "if (cVar2 == '\0') goto LAB_00345ccb;" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345ccb;" goto statement_identifier ;)) (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;) (if_statement "if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x20) != '\0')" ( (binary_expression "*(char *)(lVar7 + 0x20) != '\0'" (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }" { (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "cVar2 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar2 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00346468;" goto statement_identifier ;) })) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (if_statement "if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x148) != '\0')" ( (binary_expression "*(char *)(lVar7 + 0x148) != '\0'" (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }" { (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "uStack_88 = 0x7ffffffffffffff;" (assignment_expression "uStack_88 = 0x7ffffffffffffff" identifier = number_literal) ;) (expression_statement "uStack_90 = 0x7fffffffffffffff;" (assignment_expression "uStack_90 = 0x7fffffffffffffff" identifier = number_literal) ;) (expression_statement "uStack_98 = 0x10;" (assignment_expression "uStack_98 = 0x10" identifier = number_literal) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "uVar13 = extraout_RDX;" (assignment_expression "uVar13 = extraout_RDX" identifier = identifier) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "cVar2 = *(char *)(lVar7 + 0x148);" (assignment_expression "cVar2 = *(char *)(lVar7 + 0x148)" identifier = (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00346070;" goto statement_identifier ;) })) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) }))) (labeled_statement "LAB_00345f3d:\n if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" statement_identifier : (if_statement "if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" if (parenthesized_expression "(*(long *)(apuStack_40[0] + -0x18) == 0)" ( (binary_expression "*(long *)(apuStack_40[0] + -0x18) == 0" (pointer_expression "*(long *)(apuStack_40[0] + -0x18)" * (cast_expression "(long *)(apuStack_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) (compound_statement "{\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }" { (if_statement "if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }" if (parenthesized_expression "((iVar18 != 0) || (bVar10))" ( (binary_expression "(iVar18 != 0) || (bVar10)" (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) || (parenthesized_expression "(bVar10)" ( identifier ))) )) (compound_statement "{\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }" { (labeled_statement "LAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" statement_identifier : (if_statement "if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" if (parenthesized_expression "(cVar15 == '\0')" ( (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" { (if_statement "if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }" { (expression_statement "uVar9 = 0x8000000000000000;" (assignment_expression "uVar9 = 0x8000000000000000" identifier = number_literal) ;) (if_statement "if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }" if (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) (compound_statement "{\n uVar9 = 0x7fffffffffffffff;\n }" { (expression_statement "uVar9 = 0x7fffffffffffffff;" (assignment_expression "uVar9 = 0x7fffffffffffffff" identifier = number_literal) ;) })) (expression_statement "*param_8 = uVar9;" (assignment_expression "*param_8 = uVar9" (pointer_expression "*param_8" * identifier) = identifier) ;) (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) }) (else_clause "else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" else (compound_statement "{\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" { (expression_statement "uVar9 = -uVar17;" (assignment_expression "uVar9 = -uVar17" identifier = (unary_expression "-uVar17" - identifier)) ;) (if_statement "if (!bVar19) {\n uVar9 = uVar17;\n }" if (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) (compound_statement "{\n uVar9 = uVar17;\n }" { (expression_statement "uVar9 = uVar17;" (assignment_expression "uVar9 = uVar17" identifier = identifier) ;) })) (expression_statement "*param_8 = uVar9;" (assignment_expression "*param_8 = uVar9" (pointer_expression "*param_8" * identifier) = identifier) ;) }))) (goto_statement "goto LAB_00345f80;" goto statement_identifier ;) }))) })) }) (else_clause "else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" else (compound_statement "{\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" { (expression_statement "FUN_00325e70(apuStack_40,(int)(char)iVar18);" (call_expression "FUN_00325e70(apuStack_40,(int)(char)iVar18)" identifier (argument_list "(apuStack_40,(int)(char)iVar18)" ( identifier , (cast_expression "(int)(char)iVar18" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)iVar18" ( (type_descriptor "char" primitive_type) ) identifier)) ))) ;) (expression_statement "cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);" (assignment_expression "cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" identifier = (call_expression "FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" identifier (argument_list "(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" ( (pointer_expression "*(undefined8 *)(lVar7 + 0x10)" * (cast_expression "(undefined8 *)(lVar7 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar7 + 0x18)" * (cast_expression "(undefined8 *)(lVar7 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x18)" ( (binary_expression "lVar7 + 0x18" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (cVar4 == '\0') {\n *param_7 = 4;\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = 4;\n }" { (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) })) (if_statement "if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;" if (parenthesized_expression "(((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0))" ( (binary_expression "((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)" (parenthesized_expression "((iVar18 != 0) || (bVar10))" ( (binary_expression "(iVar18 != 0) || (bVar10)" (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) || (parenthesized_expression "(bVar10)" ( identifier ))) )) || (parenthesized_expression "(*(long *)(apuStack_40[0] + -0x18) != 0)" ( (binary_expression "*(long *)(apuStack_40[0] + -0x18) != 0" (pointer_expression "*(long *)(apuStack_40[0] + -0x18)" * (cast_expression "(long *)(apuStack_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) )))) != number_literal) ))) )) (goto_statement "goto LAB_00346389;" goto statement_identifier ;)) })))) (expression_statement "*param_8 = 0;" (assignment_expression "*param_8 = 0" (pointer_expression "*param_8" * identifier) = number_literal) ;) (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) (labeled_statement "LAB_00345f80:\n uVar9 = uStack_50;" statement_identifier : (expression_statement "uVar9 = uStack_50;" (assignment_expression "uVar9 = uStack_50" identifier = identifier) ;)) (expression_statement "plVar1 = plStack_58;" (assignment_expression "plVar1 = plStack_58" identifier = identifier) ;) (if_statement "if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (if_statement "if ((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640) {\n FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);\n }" if (parenthesized_expression "((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640)" ( (binary_expression "(undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640" (cast_expression "(undefined8 *)(apuStack_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00468640" & identifier)) )) (compound_statement "{\n FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);\n }" { (expression_statement "FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);" (call_expression "FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41)" identifier (argument_list "(apuStack_40[0] + -0x18,&uStack_41)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) , (pointer_expression "&uStack_41" & identifier) ))) ;) })) (expression_statement "auVar20._8_8_ = uVar9;" (assignment_expression "auVar20._8_8_ = uVar9" (field_expression "auVar20._8_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar20._0_8_ = plVar1;" (assignment_expression "auVar20._0_8_ = plVar1" (field_expression "auVar20._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar20;" return identifier ;) (ERROR "}" }))
(translation_unit "/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::do_get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,\n std::_Ios_Iostate&, long&) const */\n\nundefined1 [16]\nstd::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::do_get\n (undefined8 param_1,wstreambuf *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)\n\n{\n wstreambuf *pwVar1;\n char cVar2;\n bool bVar3;\n char cVar4;\n uint uVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n wchar_t *pwVar9;\n ulong uVar10;\n ulong uVar11;\n bool bVar12;\n uint uVar13;\n bool bVar14;\n char cVar15;\n bool bVar16;\n int iVar17;\n int iVar18;\n bool bVar19;\n undefined1 auVar20 [16];\n istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *piStack_c8;\n ulong uStack_b0;\n long **pplStack_a8;\n ulong uStack_98;\n ulong uStack_90;\n ulong uStack_88;\n long *plStack_68;\n undefined8 uStack_60;\n wstreambuf *pwStack_58;\n ulong uStack_50;\n __use_cache<std::__numpunct_cache<wchar_t>> a_Stack_42 [2];\n undefined1 *apuStack_40 [2];\n \n plStack_68 = param_4;\n uStack_60 = param_5;\n pwStack_58 = param_2;\n uStack_50 = param_3;\n lVar7 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()\n (a_Stack_42,(locale *)(param_6 + 0xd0));\n uVar13 = *(uint *)(param_6 + 0x18) & 0x4a;\n if (uVar13 == 0x40) {\n iVar17 = 8;\nLAB_00345c9d:\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar12 = false;\n }\n else {\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar17 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar17;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n std::string::reserve((string *)apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uStack_98 = (ulong)iVar17;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\nLAB_00345ed0:\n iVar17 = (int)uVar11;\n if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }\nLAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar16 = true;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;\nLAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n goto LAB_00345ed0;\n }\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n }\n }\n else {\n iVar17 = 10;\n if (uVar13 != 8) goto LAB_00345c9d;\n iVar17 = 0x10;\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar12 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar11 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n bVar12 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar8 = 0;\n iVar18 = 0;\n bVar16 = false;\n cVar15 = '\0';\n bVar19 = false;\n }\nLAB_00345f3d:\n if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar12)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }\n *param_8 = 0;\n *param_7 = 4;\nLAB_00345f80:\n uVar11 = uStack_50;\n pwVar1 = pwStack_58;\n if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }\n if ((allocator *)(apuStack_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage\n ) {\n std::string::_Rep::_M_dispose((allocator *)(apuStack_40[0] + -0x18));\n }\n auVar20._8_8_ = uVar11;\n auVar20._0_8_ = pwVar1;\n return auVar20;\n}\n\n" comment (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (labeled_statement "std::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::do_get\n (undefined8 param_1,wstreambuf *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)" statement_identifier (ERROR "::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std:" : : (comma_expression "num_get<wchar_t,std" (binary_expression "num_get<wchar_t" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) :) : (expression_statement "char_traits<wchar_t>>>::do_get\n (undefined8 param_1,wstreambuf *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)" (binary_expression "char_traits<wchar_t>>>::do_get\n (undefined8 param_1,wstreambuf *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)" identifier < (binary_expression "wchar_t>>>::do_get\n (undefined8 param_1,wstreambuf *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)" identifier >> (ERROR ">::" > : :) (call_expression "do_get\n (undefined8 param_1,wstreambuf *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)" identifier (argument_list "(undefined8 param_1,wstreambuf *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)" ( identifier (ERROR "param_1" identifier) , (binary_expression "wstreambuf *param_2" identifier * identifier) , (ERROR "ulong" identifier) identifier , (binary_expression "long *param_4" identifier * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (binary_expression "uint *param_7" identifier * identifier) , (binary_expression "ulong *param_8" identifier * identifier) ))))) ;)) (compound_statement "{\n wstreambuf *pwVar1;\n char cVar2;\n bool bVar3;\n char cVar4;\n uint uVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n wchar_t *pwVar9;\n ulong uVar10;\n ulong uVar11;\n bool bVar12;\n uint uVar13;\n bool bVar14;\n char cVar15;\n bool bVar16;\n int iVar17;\n int iVar18;\n bool bVar19;\n undefined1 auVar20 [16];\n istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *piStack_c8;\n ulong uStack_b0;\n long **pplStack_a8;\n ulong uStack_98;\n ulong uStack_90;\n ulong uStack_88;\n long *plStack_68;\n undefined8 uStack_60;\n wstreambuf *pwStack_58;\n ulong uStack_50;\n __use_cache<std::__numpunct_cache<wchar_t>> a_Stack_42 [2];\n undefined1 *apuStack_40 [2];\n \n plStack_68 = param_4;\n uStack_60 = param_5;\n pwStack_58 = param_2;\n uStack_50 = param_3;\n lVar7 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()\n (a_Stack_42,(locale *)(param_6 + 0xd0));\n uVar13 = *(uint *)(param_6 + 0x18) & 0x4a;\n if (uVar13 == 0x40) {\n iVar17 = 8;\nLAB_00345c9d:\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar12 = false;\n }\n else {\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar17 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar17;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n std::string::reserve((string *)apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uStack_98 = (ulong)iVar17;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\nLAB_00345ed0:\n iVar17 = (int)uVar11;\n if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }\nLAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar16 = true;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;\nLAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n goto LAB_00345ed0;\n }\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n }\n }\n else {\n iVar17 = 10;\n if (uVar13 != 8) goto LAB_00345c9d;\n iVar17 = 0x10;\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar12 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar11 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n bVar12 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar8 = 0;\n iVar18 = 0;\n bVar16 = false;\n cVar15 = '\0';\n bVar19 = false;\n }\nLAB_00345f3d:\n if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar12)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }\n *param_8 = 0;\n *param_7 = 4;\nLAB_00345f80:\n uVar11 = uStack_50;\n pwVar1 = pwStack_58;\n if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }\n if ((allocator *)(apuStack_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage\n ) {\n std::string::_Rep::_M_dispose((allocator *)(apuStack_40[0] + -0x18));\n }\n auVar20._8_8_ = uVar11;\n auVar20._0_8_ = pwVar1;\n return auVar20;\n}" { (declaration "wstreambuf *pwVar1;" type_identifier (pointer_declarator "*pwVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "wchar_t *pwVar9;" type_identifier (pointer_declarator "*pwVar9" * identifier) ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "bool bVar12;" primitive_type identifier ;) (declaration "uint uVar13;" type_identifier identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "char cVar15;" primitive_type identifier ;) (declaration "bool bVar16;" primitive_type identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "undefined1 auVar20 [16];" type_identifier (array_declarator "auVar20 [16]" identifier [ number_literal ]) ;) (ERROR "istreambuf_iterator<wchar_t,std::" (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (expression_statement "char_traits<wchar_t>> *piStack_c8;" (binary_expression "char_traits<wchar_t>> *piStack_c8" identifier < (binary_expression "wchar_t>> *piStack_c8" identifier >> (pointer_expression "*piStack_c8" * identifier))) ;) (declaration "ulong uStack_b0;" type_identifier identifier ;) (declaration "long **pplStack_a8;" (sized_type_specifier "long" long) (pointer_declarator "**pplStack_a8" * (pointer_declarator "*pplStack_a8" * identifier)) ;) (declaration "ulong uStack_98;" type_identifier identifier ;) (declaration "ulong uStack_90;" type_identifier identifier ;) (declaration "ulong uStack_88;" type_identifier identifier ;) (declaration "long *plStack_68;" (sized_type_specifier "long" long) (pointer_declarator "*plStack_68" * identifier) ;) (declaration "undefined8 uStack_60;" type_identifier identifier ;) (declaration "wstreambuf *pwStack_58;" type_identifier (pointer_declarator "*pwStack_58" * identifier) ;) (declaration "ulong uStack_50;" type_identifier identifier ;) (ERROR "__use_cache<std::" (binary_expression "__use_cache<std" identifier < identifier) : :) (expression_statement "__numpunct_cache<wchar_t>> a_Stack_42 [2];" (binary_expression "__numpunct_cache<wchar_t>> a_Stack_42 [2]" identifier < (binary_expression "wchar_t>> a_Stack_42 [2]" identifier >> (subscript_expression "a_Stack_42 [2]" identifier [ number_literal ]))) ;) (declaration "undefined1 *apuStack_40 [2];" type_identifier (pointer_declarator "*apuStack_40 [2]" * (array_declarator "apuStack_40 [2]" identifier [ number_literal ])) ;) (expression_statement "plStack_68 = param_4;" (assignment_expression "plStack_68 = param_4" identifier = identifier) ;) (expression_statement "uStack_60 = param_5;" (assignment_expression "uStack_60 = param_5" identifier = identifier) ;) (expression_statement "pwStack_58 = param_2;" (assignment_expression "pwStack_58 = param_2" identifier = identifier) ;) (expression_statement "uStack_50 = param_3;" (assignment_expression "uStack_50 = param_3" identifier = identifier) ;) (expression_statement "lVar7 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()\n (a_Stack_42,(locale *)(param_6 + 0xd0));" (binary_expression "lVar7 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()\n (a_Stack_42,(locale *)(param_6 + 0xd0))" (assignment_expression "lVar7 = __use_cache<std" identifier = (binary_expression "__use_cache<std" identifier < identifier)) (ERROR "::__numpunct_cache" : : identifier) < (binary_expression "wchar_t>>::operator()\n (a_Stack_42,(locale *)(param_6 + 0xd0))" identifier >> (ERROR "::" : :) (call_expression "operator()\n (a_Stack_42,(locale *)(param_6 + 0xd0))" (call_expression "operator()" identifier (argument_list "()" ( ))) (argument_list "(a_Stack_42,(locale *)(param_6 + 0xd0))" ( identifier , (cast_expression "(locale *)(param_6 + 0xd0)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_6 + 0xd0)" ( (binary_expression "param_6 + 0xd0" identifier + number_literal) ))) ))))) ;) (expression_statement "uVar13 = *(uint *)(param_6 + 0x18) & 0x4a;" (assignment_expression "uVar13 = *(uint *)(param_6 + 0x18) & 0x4a" identifier = (binary_expression "*(uint *)(param_6 + 0x18) & 0x4a" (pointer_expression "*(uint *)(param_6 + 0x18)" * (cast_expression "(uint *)(param_6 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_6 + 0x18)" ( (binary_expression "param_6 + 0x18" identifier + number_literal) )))) & number_literal)) ;) (if_statement "if (uVar13 == 0x40) {\n iVar17 = 8;\nLAB_00345c9d:\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar12 = false;\n }\n else {\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar17 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar17;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n std::string::reserve((string *)apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uStack_98 = (ulong)iVar17;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\nLAB_00345ed0:\n iVar17 = (int)uVar11;\n if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }\nLAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar16 = true;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;\nLAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n goto LAB_00345ed0;\n }\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n }\n }\n else {\n iVar17 = 10;\n if (uVar13 != 8) goto LAB_00345c9d;\n iVar17 = 0x10;\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar12 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar11 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n bVar12 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar8 = 0;\n iVar18 = 0;\n bVar16 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" if (parenthesized_expression "(uVar13 == 0x40)" ( (binary_expression "uVar13 == 0x40" identifier == number_literal) )) (compound_statement "{\n iVar17 = 8;\nLAB_00345c9d:\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar12 = false;\n }\n else {\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar17 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar17;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n std::string::reserve((string *)apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uStack_98 = (ulong)iVar17;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\nLAB_00345ed0:\n iVar17 = (int)uVar11;\n if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }\nLAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar16 = true;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;\nLAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n goto LAB_00345ed0;\n }\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n }\n }" { (expression_statement "iVar17 = 8;" (assignment_expression "iVar17 = 8" identifier = number_literal) ;) (labeled_statement "LAB_00345c9d:\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);" statement_identifier : (ERROR "cVar2 = istreambuf_iterator<wchar_t,std::" (comma_expression "cVar2 = istreambuf_iterator<wchar_t,std" (assignment_expression "cVar2 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);" (binary_expression "char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68)" identifier < (binary_expression "wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68)" identifier >> (ERROR "::" : :) (call_expression "equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68)" identifier (argument_list "((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68)" ( (binary_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58" (parenthesized_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)" ( (ERROR "istreambuf_iterator<wchar_t,std::" (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (binary_expression "char_traits<wchar_t>> *" identifier < (binary_expression "wchar_t>> *" identifier >> (pointer_expression "*" * identifier))) )) & identifier) , (cast_expression "(istreambuf_iterator *)&plStack_68" ( (type_descriptor "istreambuf_iterator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&plStack_68" & identifier)) ))))) ;)) (if_statement "if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar12 = false;\n }\n else {\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar17 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar17;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar12 = false;\n }\n else {\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar17 != 0x10) goto LAB_00345e3f;\n }" { (labeled_statement "LAB_00345ccb:\n pplStack_a8 = &plStack_68;" statement_identifier : (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;)) (expression_statement "piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;" (assignment_expression "piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58" identifier = (binary_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58" (parenthesized_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)" ( (ERROR "istreambuf_iterator<wchar_t,std::" (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (binary_expression "char_traits<wchar_t>> *" identifier < (binary_expression "wchar_t>> *" identifier >> (pointer_expression "*" * identifier))) )) & identifier)) ;) (ERROR "uVar5 = istreambuf_iterator<wchar_t,std::" (comma_expression "uVar5 = istreambuf_iterator<wchar_t,std" (assignment_expression "uVar5 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::_M_get();" (binary_expression "char_traits<wchar_t>>::_M_get()" identifier < (binary_expression "wchar_t>>::_M_get()" identifier >> (ERROR "::" : :) (call_expression "_M_get()" identifier (argument_list "()" ( ))))) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = (ulong)uVar5;" (assignment_expression "uVar11 = (ulong)uVar5" identifier = (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;" (assignment_expression "bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5" identifier = (binary_expression "*(uint *)(lVar7 + 0xe0) == uVar5" (pointer_expression "*(uint *)(lVar7 + 0xe0)" * (cast_expression "(uint *)(lVar7 + 0xe0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe0)" ( (binary_expression "lVar7 + 0xe0" identifier + number_literal) )))) == identifier)) ;) (if_statement "if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar12 = false;\n }\n else {\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }" if (parenthesized_expression "((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5))" ( (binary_expression "(((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)" (parenthesized_expression "(((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5))))" ( (binary_expression "((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))" (parenthesized_expression "((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5))" ( (binary_expression "(bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)" (parenthesized_expression "(bVar19)" ( identifier )) || (parenthesized_expression "(*(uint *)(lVar7 + 0xe4) == uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0xe4) == uVar5" (pointer_expression "*(uint *)(lVar7 + 0xe4)" * (cast_expression "(uint *)(lVar7 + 0xe4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe4)" ( (binary_expression "lVar7 + 0xe4" identifier + number_literal) )))) == identifier) ))) )) && (parenthesized_expression "((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))" ( (parenthesized_expression "(cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5))" ( (binary_expression "cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)" (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(*(uint *)(lVar7 + 0x4c) != uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0x4c) != uVar5" (pointer_expression "*(uint *)(lVar7 + 0x4c)" * (cast_expression "(uint *)(lVar7 + 0x4c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) != identifier) ))) )) ))) )) && (parenthesized_expression "(*(uint *)(lVar7 + 0x48) != uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0x48) != uVar5" (pointer_expression "*(uint *)(lVar7 + 0x48)" * (cast_expression "(uint *)(lVar7 + 0x48)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) )))) != identifier) ))) )) (compound_statement "{\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar12 = false;\n }" { (labeled_statement "wstreambuf::sbumpc(pwStack_58);" statement_identifier : (ERROR ":" :) (expression_statement "sbumpc(pwStack_58);" (call_expression "sbumpc(pwStack_58)" identifier (argument_list "(pwStack_58)" ( identifier ))) ;)) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (ERROR "cVar2 = istreambuf_iterator<wchar_t,std::" (comma_expression "cVar2 = istreambuf_iterator<wchar_t,std" (assignment_expression "cVar2 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);" (binary_expression "char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier < (binary_expression "wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier >> (ERROR "::" : :) (call_expression "equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier (argument_list "(piStack_c8,(istreambuf_iterator *)pplStack_a8)" ( identifier , (cast_expression "(istreambuf_iterator *)pplStack_a8" ( (type_descriptor "istreambuf_iterator *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))))) ;) (if_statement "if (cVar2 == '\0') {\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = (ulong)uVar5;\n goto LAB_00345d50;\n }" { (ERROR "uVar5 = istreambuf_iterator<wchar_t,std::" (comma_expression "uVar5 = istreambuf_iterator<wchar_t,std" (assignment_expression "uVar5 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::_M_get();" (binary_expression "char_traits<wchar_t>>::_M_get()" identifier < (binary_expression "wchar_t>>::_M_get()" identifier >> (ERROR "::" : :) (call_expression "_M_get()" identifier (argument_list "()" ( ))))) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = (ulong)uVar5;" (assignment_expression "uVar11 = (ulong)uVar5" identifier = (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_00345d50;" goto statement_identifier ;) })) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" identifier = false) ;) }) (else_clause "else {\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }" else (compound_statement "{\nLAB_00345d50:\n bVar12 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);\n cVar2 = '\0';\n }" { (labeled_statement "LAB_00345d50:\n bVar12 = false;" statement_identifier : (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" identifier = false) ;)) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar12);" do (compound_statement "{\n iVar6 = (int)uVar11;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar14 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }\n if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar11 = uStack_50 & 0xffffffff;\n if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n }" { (expression_statement "iVar6 = (int)uVar11;" (assignment_expression "iVar6 = (int)uVar11" identifier = (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }" if (parenthesized_expression "((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6))" ( (binary_expression "(cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)" (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)(lVar7 + 0x4c) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0x4c) == iVar6" (pointer_expression "*(int *)(lVar7 + 0x4c)" * (cast_expression "(int *)(lVar7 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) == identifier) ))) )) (compound_statement "{\n cVar2 = '\0';\n if (iVar17 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (iVar17 != 0x10) goto LAB_00345e3f;" if (parenthesized_expression "(iVar17 != 0x10)" ( (binary_expression "iVar17 != 0x10" identifier != number_literal) )) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;)) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (goto_statement "goto LAB_00346468;" goto statement_identifier ;) })) (if_statement "if (*(int *)(lVar7 + 0x48) == iVar6) break;" if (parenthesized_expression "(*(int *)(lVar7 + 0x48) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0x48) == iVar6" (pointer_expression "*(int *)(lVar7 + 0x48)" * (cast_expression "(int *)(lVar7 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (if_statement "if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }\n else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }" if (parenthesized_expression "(*(int *)(lVar7 + 0xf0) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xf0) == iVar6" (pointer_expression "*(int *)(lVar7 + 0xf0)" * (cast_expression "(int *)(lVar7 + 0xf0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);\n if (!bVar16) goto LAB_00345d8a;\n bVar12 = uVar13 == 0 || iVar17 == 8;\n if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar17 = 8;\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;\n bVar16 = true;\n }" { (expression_statement "bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U);" (assignment_expression "bVar16 = (bool)(iVar17 == 10 | bVar12 ^ 1U)" identifier = (cast_expression "(bool)(iVar17 == 10 | bVar12 ^ 1U)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(iVar17 == 10 | bVar12 ^ 1U)" ( (binary_expression "iVar17 == 10 | bVar12 ^ 1U" (binary_expression "iVar17 == 10" identifier == number_literal) | (binary_expression "bVar12 ^ 1U" identifier ^ number_literal)) )))) ;) (if_statement "if (!bVar16) goto LAB_00345d8a;" if (parenthesized_expression "(!bVar16)" ( (unary_expression "!bVar16" ! identifier) )) (goto_statement "goto LAB_00345d8a;" goto statement_identifier ;)) (expression_statement "bVar12 = uVar13 == 0 || iVar17 == 8;" (assignment_expression "bVar12 = uVar13 == 0 || iVar17 == 8" identifier = (binary_expression "uVar13 == 0 || iVar17 == 8" (binary_expression "uVar13 == 0" identifier == number_literal) || (binary_expression "iVar17 == 8" identifier == number_literal))) ;) (if_statement "if (uVar13 != 0 && iVar17 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }" if (parenthesized_expression "(uVar13 != 0 && iVar17 != 8)" ( (binary_expression "uVar13 != 0 && iVar17 != 8" (binary_expression "uVar13 != 0" identifier != number_literal) && (binary_expression "iVar17 != 8" identifier != number_literal)) )) (compound_statement "{\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }" { (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00345dbe;" goto statement_identifier ;) })) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "iVar17 = 8;" (assignment_expression "iVar17 = 8" identifier = number_literal) ;) (expression_statement "uVar8 = *(ulong *)(pwStack_58 + 0x10);" (assignment_expression "uVar8 = *(ulong *)(pwStack_58 + 0x10)" identifier = (pointer_expression "*(ulong *)(pwStack_58 + 0x10)" * (cast_expression "(ulong *)(pwStack_58 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (uVar8 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345dd1;" if (parenthesized_expression "(uVar8 < *(ulong *)(pwStack_58 + 0x18))" ( (binary_expression "uVar8 < *(ulong *)(pwStack_58 + 0x18)" identifier < (pointer_expression "*(ulong *)(pwStack_58 + 0x18)" * (cast_expression "(ulong *)(pwStack_58 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x18)" ( (binary_expression "pwStack_58 + 0x18" identifier + number_literal) ))))) )) (goto_statement "goto LAB_00345dd1;" goto statement_identifier ;)) (labeled_statement "LAB_003461c8:\n (**(code **)(*(long *)pwStack_58 + 0x50))();" statement_identifier : (expression_statement "(**(code **)(*(long *)pwStack_58 + 0x50))();" (call_expression "(**(code **)(*(long *)pwStack_58 + 0x50))()" (parenthesized_expression "(**(code **)(*(long *)pwStack_58 + 0x50))" ( (pointer_expression "**(code **)(*(long *)pwStack_58 + 0x50)" * (pointer_expression "*(code **)(*(long *)pwStack_58 + 0x50)" * (cast_expression "(code **)(*(long *)pwStack_58 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pwStack_58 + 0x50)" ( (binary_expression "*(long *)pwStack_58 + 0x50" (pointer_expression "*(long *)pwStack_58" * (cast_expression "(long *)pwStack_58" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( ))) ;)) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (if_statement "if (pwStack_58 != (wstreambuf *)0x0) goto LAB_00345de1;" if (parenthesized_expression "(pwStack_58 != (wstreambuf *)0x0)" ( (binary_expression "pwStack_58 != (wstreambuf *)0x0" identifier != (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00345de1;" goto statement_identifier ;)) (expression_statement "bVar16 = true;" (assignment_expression "bVar16 = true" identifier = true) ;) }) (else_clause "else {\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }" else (compound_statement "{\n if (!bVar12) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar17 == 0x10 || uVar13 == 0;\n if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar16 = false;\n iVar17 = 0x10;\nLAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);\n bVar12 = bVar16;\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n *(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;\nLAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }\n bVar16 = false;\n if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }\n }" { (if_statement "if (!bVar12) break;" if (parenthesized_expression "(!bVar12)" ( (unary_expression "!bVar12" ! identifier) )) (break_statement "break;" break ;)) (labeled_statement "LAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }" statement_identifier : (if_statement "if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }" if (parenthesized_expression "((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6))" ( (binary_expression "(*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)" (parenthesized_expression "(*(int *)(lVar7 + 0xe8) != iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xe8) != iVar6" (pointer_expression "*(int *)(lVar7 + 0xe8)" * (cast_expression "(int *)(lVar7 + 0xe8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe8)" ( (binary_expression "lVar7 + 0xe8" identifier + number_literal) )))) != identifier) )) && (parenthesized_expression "(*(int *)(lVar7 + 0xec) != iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xec) != iVar6" (pointer_expression "*(int *)(lVar7 + 0xec)" * (cast_expression "(int *)(lVar7 + 0xec)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xec)" ( (binary_expression "lVar7 + 0xec" identifier + number_literal) )))) != identifier) ))) )) (compound_statement "{\n cVar2 = '\0';\n bVar12 = true;\n goto LAB_00345e30;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "bVar12 = true;" (assignment_expression "bVar12 = true" identifier = true) ;) (goto_statement "goto LAB_00345e30;" goto statement_identifier ;) }))) (expression_statement "cVar2 = iVar17 == 0x10 || uVar13 == 0;" (assignment_expression "cVar2 = iVar17 == 0x10 || uVar13 == 0" identifier = (binary_expression "iVar17 == 0x10 || uVar13 == 0" (binary_expression "iVar17 == 0x10" identifier == number_literal) || (binary_expression "uVar13 == 0" identifier == number_literal))) ;) (if_statement "if (iVar17 != 0x10 && uVar13 != 0) {\n bVar12 = true;\n goto LAB_00345e3f;\n }" if (parenthesized_expression "(iVar17 != 0x10 && uVar13 != 0)" ( (binary_expression "iVar17 != 0x10 && uVar13 != 0" (binary_expression "iVar17 != 0x10" identifier != number_literal) && (binary_expression "uVar13 != 0" identifier != number_literal)) )) (compound_statement "{\n bVar12 = true;\n goto LAB_00345e3f;\n }" { (expression_statement "bVar12 = true;" (assignment_expression "bVar12 = true" identifier = true) ;) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;) })) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar16 = false;" (assignment_expression "bVar16 = false" identifier = false) ;) (expression_statement "iVar17 = 0x10;" (assignment_expression "iVar17 = 0x10" identifier = number_literal) ;) (labeled_statement "LAB_00345dbe:\n uVar8 = *(ulong *)(pwStack_58 + 0x10);" statement_identifier : (expression_statement "uVar8 = *(ulong *)(pwStack_58 + 0x10);" (assignment_expression "uVar8 = *(ulong *)(pwStack_58 + 0x10)" identifier = (pointer_expression "*(ulong *)(pwStack_58 + 0x10)" * (cast_expression "(ulong *)(pwStack_58 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) ))))) ;)) (expression_statement "bVar12 = bVar16;" (assignment_expression "bVar12 = bVar16" identifier = identifier) ;) (if_statement "if (*(ulong *)(pwStack_58 + 0x18) <= uVar8) goto LAB_003461c8;" if (parenthesized_expression "(*(ulong *)(pwStack_58 + 0x18) <= uVar8)" ( (binary_expression "*(ulong *)(pwStack_58 + 0x18) <= uVar8" (pointer_expression "*(ulong *)(pwStack_58 + 0x18)" * (cast_expression "(ulong *)(pwStack_58 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x18)" ( (binary_expression "pwStack_58 + 0x18" identifier + number_literal) )))) <= identifier) )) (goto_statement "goto LAB_003461c8;" goto statement_identifier ;)) (labeled_statement "LAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" statement_identifier : (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;)) (expression_statement "*(ulong *)(pwStack_58 + 0x10) = uVar8 + 4;" (assignment_expression "*(ulong *)(pwStack_58 + 0x10) = uVar8 + 4" (pointer_expression "*(ulong *)(pwStack_58 + 0x10)" * (cast_expression "(ulong *)(pwStack_58 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) )))) = (binary_expression "uVar8 + 4" identifier + number_literal)) ;) (labeled_statement "LAB_00345de1:\n if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }" statement_identifier : (if_statement "if (*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)) {\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }\n else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }" if (parenthesized_expression "(*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18))" ( (binary_expression "*(int **)(pwStack_58 + 0x10) < *(int **)(pwStack_58 + 0x18)" (pointer_expression "*(int **)(pwStack_58 + 0x10)" * (cast_expression "(int **)(pwStack_58 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) )))) < (pointer_expression "*(int **)(pwStack_58 + 0x18)" * (cast_expression "(int **)(pwStack_58 + 0x18)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pwStack_58 + 0x18)" ( (binary_expression "pwStack_58 + 0x18" identifier + number_literal) ))))) )) (compound_statement "{\n iVar6 = **(int **)(pwStack_58 + 0x10);\n }" { (expression_statement "iVar6 = **(int **)(pwStack_58 + 0x10);" (assignment_expression "iVar6 = **(int **)(pwStack_58 + 0x10)" identifier = (pointer_expression "**(int **)(pwStack_58 + 0x10)" * (pointer_expression "*(int **)(pwStack_58 + 0x10)" * (cast_expression "(int **)(pwStack_58 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) )))))) ;) }) (else_clause "else {\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }" else (compound_statement "{\n iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n }" { (expression_statement "iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))();" (assignment_expression "iVar6 = (**(code **)(*(long *)pwStack_58 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)pwStack_58 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)pwStack_58 + 0x48))" ( (pointer_expression "**(code **)(*(long *)pwStack_58 + 0x48)" * (pointer_expression "*(code **)(*(long *)pwStack_58 + 0x48)" * (cast_expression "(code **)(*(long *)pwStack_58 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pwStack_58 + 0x48)" ( (binary_expression "*(long *)pwStack_58 + 0x48" (pointer_expression "*(long *)pwStack_58" * (cast_expression "(long *)pwStack_58" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( )))) ;) })))) (expression_statement "bVar16 = false;" (assignment_expression "bVar16 = false" identifier = false) ;) (if_statement "if (iVar6 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (compound_statement "{\n pwStack_58 = (wstreambuf *)0x0;\n bVar16 = true;\n }" { (expression_statement "pwStack_58 = (wstreambuf *)0x0;" (assignment_expression "pwStack_58 = (wstreambuf *)0x0" identifier = (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar16 = true;" (assignment_expression "bVar16 = true" identifier = true) ;) })) }))) (expression_statement "bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;" (assignment_expression "bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1" identifier = (binary_expression "plStack_68 != (long *)0x0 && (int)uStack_60 == -1" (binary_expression "plStack_68 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && (binary_expression "(int)uStack_60 == -1" (cast_expression "(int)uStack_60" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal))) ;) (expression_statement "bVar14 = (int)uStack_60 == -1;" (assignment_expression "bVar14 = (int)uStack_60 == -1" identifier = (binary_expression "(int)uStack_60 == -1" (cast_expression "(int)uStack_60" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }\n }" { (if_statement "if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" if (parenthesized_expression "((int *)plStack_68[2] < (int *)plStack_68[3])" ( (binary_expression "(int *)plStack_68[2] < (int *)plStack_68[3]" (cast_expression "(int *)plStack_68[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[2]" identifier [ number_literal ])) < (cast_expression "(int *)plStack_68[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar6 = *(int *)plStack_68[2];\n }" { (expression_statement "iVar6 = *(int *)plStack_68[2];" (assignment_expression "iVar6 = *(int *)plStack_68[2]" identifier = (pointer_expression "*(int *)plStack_68[2]" * (cast_expression "(int *)plStack_68[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" else (compound_statement "{\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" { (expression_statement "iVar6 = (**(code **)(*plStack_68 + 0x48))();" (assignment_expression "iVar6 = (**(code **)(*plStack_68 + 0x48))()" identifier = (call_expression "(**(code **)(*plStack_68 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_68 + 0x48))" ( (pointer_expression "**(code **)(*plStack_68 + 0x48)" * (pointer_expression "*(code **)(*plStack_68 + 0x48)" * (cast_expression "(code **)(*plStack_68 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_68 + 0x48)" ( (binary_expression "*plStack_68 + 0x48" (pointer_expression "*plStack_68" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }))) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (if_statement "if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (compound_statement "{\n plStack_68 = (long *)0x0;\n bVar14 = bVar3;\n }" { (expression_statement "plStack_68 = (long *)0x0;" (assignment_expression "plStack_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar14 = bVar3;" (assignment_expression "bVar14 = bVar3" identifier = identifier) ;) })) })) (if_statement "if (bVar14 == bVar16) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }" if (parenthesized_expression "(bVar14 == bVar16)" ( (binary_expression "bVar14 == bVar16" identifier == identifier) )) (compound_statement "{\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }" { (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "cVar2 = '\x01';" (assignment_expression "cVar2 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (goto_statement "goto LAB_00345e30;" goto statement_identifier ;) })) (expression_statement "uVar11 = uStack_50 & 0xffffffff;" (assignment_expression "uVar11 = uStack_50 & 0xffffffff" identifier = (binary_expression "uStack_50 & 0xffffffff" identifier & number_literal)) ;) (if_statement "if ((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)) {\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }" if (parenthesized_expression "((pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1))" ( (binary_expression "(pwStack_58 != (wstreambuf *)0x0) && ((int)uStack_50 == -1)" (parenthesized_expression "(pwStack_58 != (wstreambuf *)0x0)" ( (binary_expression "pwStack_58 != (wstreambuf *)0x0" identifier != (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "((int)uStack_50 == -1)" ( (binary_expression "(int)uStack_50 == -1" (cast_expression "(int)uStack_50" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) ))) )) (compound_statement "{\n if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }\n if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }\n }" { (if_statement "if (*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)) {\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }\n else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }" if (parenthesized_expression "(*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18))" ( (binary_expression "*(uint **)(pwStack_58 + 0x10) < *(uint **)(pwStack_58 + 0x18)" (pointer_expression "*(uint **)(pwStack_58 + 0x10)" * (cast_expression "(uint **)(pwStack_58 + 0x10)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) )))) < (pointer_expression "*(uint **)(pwStack_58 + 0x18)" * (cast_expression "(uint **)(pwStack_58 + 0x18)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pwStack_58 + 0x18)" ( (binary_expression "pwStack_58 + 0x18" identifier + number_literal) ))))) )) (compound_statement "{\n uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);\n }" { (expression_statement "uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10);" (assignment_expression "uVar11 = (ulong)**(uint **)(pwStack_58 + 0x10)" identifier = (binary_expression "(ulong)**(uint **)(pwStack_58 + 0x10)" (parenthesized_expression "(ulong)" ( identifier )) * (pointer_expression "*(uint **)(pwStack_58 + 0x10)" * (cast_expression "(uint **)(pwStack_58 + 0x10)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) )))))) ;) }) (else_clause "else {\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }" else (compound_statement "{\n uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();\n uVar11 = uVar11 & 0xffffffff;\n }" { (expression_statement "uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))();" (assignment_expression "uVar11 = (**(code **)(*(long *)pwStack_58 + 0x48))()" identifier = (call_expression "(**(code **)(*(long *)pwStack_58 + 0x48))()" (parenthesized_expression "(**(code **)(*(long *)pwStack_58 + 0x48))" ( (pointer_expression "**(code **)(*(long *)pwStack_58 + 0x48)" * (pointer_expression "*(code **)(*(long *)pwStack_58 + 0x48)" * (cast_expression "(code **)(*(long *)pwStack_58 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pwStack_58 + 0x48)" ( (binary_expression "*(long *)pwStack_58 + 0x48" (pointer_expression "*(long *)pwStack_58" * (cast_expression "(long *)pwStack_58" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar11 = uVar11 & 0xffffffff;" (assignment_expression "uVar11 = uVar11 & 0xffffffff" identifier = (binary_expression "uVar11 & 0xffffffff" identifier & number_literal)) ;) }))) (if_statement "if ((int)uVar11 == -1) {\n pwStack_58 = (wstreambuf *)0x0;\n }" if (parenthesized_expression "((int)uVar11 == -1)" ( (binary_expression "(int)uVar11 == -1" (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n pwStack_58 = (wstreambuf *)0x0;\n }" { (expression_statement "pwStack_58 = (wstreambuf *)0x0;" (assignment_expression "pwStack_58 = (wstreambuf *)0x0" identifier = (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) })) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(bVar12)" ( identifier )) ;) (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }))) (labeled_statement "LAB_00345e30:\n uStack_b0 = 0x16;" statement_identifier : (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;)) (if_statement "if (iVar17 != 0x10) goto LAB_00345e3f;" if (parenthesized_expression "(iVar17 != 0x10)" ( (binary_expression "iVar17 != 0x10" identifier != number_literal) )) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;)) }) (else_clause "else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar17;\n }" else (compound_statement "{\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar17;\n }" { (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" identifier = false) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (labeled_statement "LAB_00345e3f:\n uStack_b0 = (ulong)iVar17;" statement_identifier : (expression_statement "uStack_b0 = (ulong)iVar17;" (assignment_expression "uStack_b0 = (ulong)iVar17" identifier = (cast_expression "(ulong)iVar17" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;)) }))) (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;) (if_statement "if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n std::string::reserve((string *)apuStack_40,0x20);\n }" if (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n std::string::reserve((string *)apuStack_40,0x20);\n }" { (labeled_statement "LAB_00346468:\n apuStack_40[0] = &DAT_00468658;" statement_identifier : (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;)) (labeled_statement "std::string::reserve((string *)apuStack_40,0x20);" statement_identifier : (ERROR ":" :) (labeled_statement "string::reserve((string *)apuStack_40,0x20);" statement_identifier : (ERROR ":" :) (expression_statement "reserve((string *)apuStack_40,0x20);" (call_expression "reserve((string *)apuStack_40,0x20)" identifier (argument_list "((string *)apuStack_40,0x20)" ( (cast_expression "(string *)apuStack_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal ))) ;))) })) (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;) (expression_statement "piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;" (assignment_expression "piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58" identifier = (binary_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58" (parenthesized_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)" ( (ERROR "istreambuf_iterator<wchar_t,std::" (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (binary_expression "char_traits<wchar_t>> *" identifier < (binary_expression "wchar_t>> *" identifier >> (pointer_expression "*" * identifier))) )) & identifier)) ;) (expression_statement "uStack_98 = (ulong)iVar17;" (assignment_expression "uStack_98 = (ulong)iVar17" identifier = (cast_expression "(ulong)iVar17" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uStack_90 = 0x7fffffffffffffff;" (assignment_expression "uStack_90 = 0x7fffffffffffffff" identifier = number_literal) ;) (if_statement "if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }" if (parenthesized_expression "(bVar19)" ( identifier )) (compound_statement "{\n uStack_90 = 0x8000000000000000;\n }" { (expression_statement "uStack_90 = 0x8000000000000000;" (assignment_expression "uStack_90 = 0x8000000000000000" identifier = number_literal) ;) })) (expression_statement "uStack_88 = uStack_90 / uStack_98;" (assignment_expression "uStack_88 = uStack_90 / uStack_98" identifier = (binary_expression "uStack_90 / uStack_98" identifier / identifier)) ;) (if_statement "if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\nLAB_00345ed0:\n iVar17 = (int)uVar11;\n if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }\nLAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar16 = true;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;\nLAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n goto LAB_00345ed0;\n }\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x148) == '\0')" ( (binary_expression "*(char *)(lVar7 + 0x148) == '\0'" (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\nLAB_00345ed0:\n iVar17 = (int)uVar11;\n if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }\nLAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar16 = true;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;\nLAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n goto LAB_00345ed0;\n }\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }" { (if_statement "if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\nLAB_00345ed0:\n iVar17 = (int)uVar11;\n if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }\nLAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar16 = true;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;\nLAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n goto LAB_00345ed0;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar16 = false;\n uVar8 = 0;\nLAB_00345ed0:\n iVar17 = (int)uVar11;\n if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }\nLAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar16 = true;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;\nLAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n goto LAB_00345ed0;\n }" { (expression_statement "bVar16 = false;" (assignment_expression "bVar16 = false" identifier = false) ;) (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00345ed0:\n iVar17 = (int)uVar11;" statement_identifier : (expression_statement "iVar17 = (int)uVar11;" (assignment_expression "iVar17 = (int)uVar11" identifier = (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (if_statement "if (uStack_b0 < 0xb) {\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }\n else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }" if (parenthesized_expression "(uStack_b0 < 0xb)" ( (binary_expression "uStack_b0 < 0xb" identifier < number_literal) )) (compound_statement "{\n if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;\n uVar13 = iVar17 - 0x30;\n }" { (if_statement "if ((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)) goto LAB_003463e0;" if (parenthesized_expression "((iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17))" ( (binary_expression "(iVar17 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar17)" (parenthesized_expression "(iVar17 < 0x30)" ( (binary_expression "iVar17 < 0x30" identifier < number_literal) )) || (parenthesized_expression "((int)uStack_b0 + 0x30 <= iVar17)" ( (binary_expression "(int)uStack_b0 + 0x30 <= iVar17" (binary_expression "(int)uStack_b0 + 0x30" (cast_expression "(int)uStack_b0" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) <= identifier) ))) )) (goto_statement "goto LAB_003463e0;" goto statement_identifier ;)) (expression_statement "uVar13 = iVar17 - 0x30;" (assignment_expression "uVar13 = iVar17 - 0x30" identifier = (binary_expression "iVar17 - 0x30" identifier - number_literal)) ;) }) (else_clause "else {\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }" else (compound_statement "{\n uVar13 = iVar17 - 0x30;\n if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar13 = iVar17 - 0x57;\n }" { (expression_statement "uVar13 = iVar17 - 0x30;" (assignment_expression "uVar13 = iVar17 - 0x30" identifier = (binary_expression "iVar17 - 0x30" identifier - number_literal)) ;) (if_statement "if (uVar13 < 10) {\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }" if (parenthesized_expression "(uVar13 < 10)" ( (binary_expression "uVar13 < 10" identifier < number_literal) )) (compound_statement "{\n if (uStack_88 < uVar8) goto LAB_00345efd;\nLAB_00346251:\n uVar10 = uStack_98 * uVar8;\n uVar8 = (long)(int)uVar13 + uVar10;\n uVar11 = *(ulong *)(pwStack_58 + 0x10);\n iVar18 = iVar18 + 1;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);\n if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();\n goto LAB_00345f1d;\n }" { (if_statement "if (uStack_88 < uVar8) goto LAB_00345efd;" if (parenthesized_expression "(uStack_88 < uVar8)" ( (binary_expression "uStack_88 < uVar8" identifier < identifier) )) (goto_statement "goto LAB_00345efd;" goto statement_identifier ;)) (labeled_statement "LAB_00346251:\n uVar10 = uStack_98 * uVar8;" statement_identifier : (expression_statement "uVar10 = uStack_98 * uVar8;" (assignment_expression "uVar10 = uStack_98 * uVar8" identifier = (binary_expression "uStack_98 * uVar8" identifier * identifier)) ;)) (expression_statement "uVar8 = (long)(int)uVar13 + uVar10;" (assignment_expression "uVar8 = (long)(int)uVar13 + uVar10" identifier = (binary_expression "(long)(int)uVar13 + uVar10" (cast_expression "(long)(int)uVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)uVar13" ( (type_descriptor "int" primitive_type) ) identifier)) + identifier)) ;) (expression_statement "uVar11 = *(ulong *)(pwStack_58 + 0x10);" (assignment_expression "uVar11 = *(ulong *)(pwStack_58 + 0x10)" identifier = (pointer_expression "*(ulong *)(pwStack_58 + 0x10)" * (cast_expression "(ulong *)(pwStack_58 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) (expression_statement "bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10);" (assignment_expression "bVar16 = (bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10)" identifier = (cast_expression "(bool)(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar16 | uStack_90 - (long)(int)uVar13 < uVar10)" ( (binary_expression "bVar16 | uStack_90 - (long)(int)uVar13 < uVar10" identifier | (binary_expression "uStack_90 - (long)(int)uVar13 < uVar10" (binary_expression "uStack_90 - (long)(int)uVar13" identifier - (cast_expression "(long)(int)uVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)uVar13" ( (type_descriptor "int" primitive_type) ) identifier))) < identifier)) )))) ;) (if_statement "if (uVar11 < *(ulong *)(pwStack_58 + 0x18)) goto LAB_00345f15;" if (parenthesized_expression "(uVar11 < *(ulong *)(pwStack_58 + 0x18))" ( (binary_expression "uVar11 < *(ulong *)(pwStack_58 + 0x18)" identifier < (pointer_expression "*(ulong *)(pwStack_58 + 0x18)" * (cast_expression "(ulong *)(pwStack_58 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x18)" ( (binary_expression "pwStack_58 + 0x18" identifier + number_literal) ))))) )) (goto_statement "goto LAB_00345f15;" goto statement_identifier ;)) (labeled_statement "LAB_0034628a:\n (**(code **)(*(long *)pwStack_58 + 0x50))();" statement_identifier : (expression_statement "(**(code **)(*(long *)pwStack_58 + 0x50))();" (call_expression "(**(code **)(*(long *)pwStack_58 + 0x50))()" (parenthesized_expression "(**(code **)(*(long *)pwStack_58 + 0x50))" ( (pointer_expression "**(code **)(*(long *)pwStack_58 + 0x50)" * (pointer_expression "*(code **)(*(long *)pwStack_58 + 0x50)" * (cast_expression "(code **)(*(long *)pwStack_58 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pwStack_58 + 0x50)" ( (binary_expression "*(long *)pwStack_58 + 0x50" (pointer_expression "*(long *)pwStack_58" * (cast_expression "(long *)pwStack_58" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( ))) ;)) (goto_statement "goto LAB_00345f1d;" goto statement_identifier ;) })) (if_statement "if (5 < iVar17 - 0x61U) {\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }" if (parenthesized_expression "(5 < iVar17 - 0x61U)" ( (binary_expression "5 < iVar17 - 0x61U" number_literal < (binary_expression "iVar17 - 0x61U" identifier - number_literal)) )) (compound_statement "{\n if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }" { (if_statement "if (iVar17 - 0x41U < 6) {\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }" if (parenthesized_expression "(iVar17 - 0x41U < 6)" ( (binary_expression "iVar17 - 0x41U < 6" (binary_expression "iVar17 - 0x41U" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar13 = iVar17 - 0x37;\n goto LAB_00345ef2;\n }" { (expression_statement "uVar13 = iVar17 - 0x37;" (assignment_expression "uVar13 = iVar17 - 0x37" identifier = (binary_expression "iVar17 - 0x37" identifier - number_literal)) ;) (goto_statement "goto LAB_00345ef2;" goto statement_identifier ;) })) (goto_statement "goto LAB_003463e0;" goto statement_identifier ;) })) (expression_statement "uVar13 = iVar17 - 0x57;" (assignment_expression "uVar13 = iVar17 - 0x57" identifier = (binary_expression "iVar17 - 0x57" identifier - number_literal)) ;) }))) (labeled_statement "LAB_00345ef2:\n if (uVar8 <= uStack_88) goto LAB_00346251;" statement_identifier : (if_statement "if (uVar8 <= uStack_88) goto LAB_00346251;" if (parenthesized_expression "(uVar8 <= uStack_88)" ( (binary_expression "uVar8 <= uStack_88" identifier <= identifier) )) (goto_statement "goto LAB_00346251;" goto statement_identifier ;))) (labeled_statement "LAB_00345efd:\n bVar16 = true;" statement_identifier : (expression_statement "bVar16 = true;" (assignment_expression "bVar16 = true" identifier = true) ;)) (expression_statement "uVar11 = *(ulong *)(pwStack_58 + 0x10);" (assignment_expression "uVar11 = *(ulong *)(pwStack_58 + 0x10)" identifier = (pointer_expression "*(ulong *)(pwStack_58 + 0x10)" * (cast_expression "(ulong *)(pwStack_58 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (*(ulong *)(pwStack_58 + 0x18) <= uVar11) goto LAB_0034628a;" if (parenthesized_expression "(*(ulong *)(pwStack_58 + 0x18) <= uVar11)" ( (binary_expression "*(ulong *)(pwStack_58 + 0x18) <= uVar11" (pointer_expression "*(ulong *)(pwStack_58 + 0x18)" * (cast_expression "(ulong *)(pwStack_58 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x18)" ( (binary_expression "pwStack_58 + 0x18" identifier + number_literal) )))) <= identifier) )) (goto_statement "goto LAB_0034628a;" goto statement_identifier ;)) (labeled_statement "LAB_00345f15:\n *(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;" statement_identifier : (expression_statement "*(ulong *)(pwStack_58 + 0x10) = uVar11 + 4;" (assignment_expression "*(ulong *)(pwStack_58 + 0x10) = uVar11 + 4" (pointer_expression "*(ulong *)(pwStack_58 + 0x10)" * (cast_expression "(ulong *)(pwStack_58 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwStack_58 + 0x10)" ( (binary_expression "pwStack_58 + 0x10" identifier + number_literal) )))) = (binary_expression "uVar11 + 4" identifier + number_literal)) ;)) (labeled_statement "LAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" statement_identifier : (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;)) (ERROR "cVar2 = istreambuf_iterator<wchar_t,std::" (comma_expression "cVar2 = istreambuf_iterator<wchar_t,std" (assignment_expression "cVar2 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);" (binary_expression "char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier < (binary_expression "wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier >> (ERROR "::" : :) (call_expression "equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier (argument_list "(piStack_c8,(istreambuf_iterator *)pplStack_a8)" ( identifier , (cast_expression "(istreambuf_iterator *)pplStack_a8" ( (type_descriptor "istreambuf_iterator *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))))) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (cVar2 != '\0') goto LAB_00345f3d;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;)) (ERROR "uVar13 = istreambuf_iterator<wchar_t,std::" (comma_expression "uVar13 = istreambuf_iterator<wchar_t,std" (assignment_expression "uVar13 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::_M_get();" (binary_expression "char_traits<wchar_t>>::_M_get()" identifier < (binary_expression "wchar_t>>::_M_get()" identifier >> (ERROR "::" : :) (call_expression "_M_get()" identifier (argument_list "()" ( ))))) ;) (expression_statement "uVar11 = (ulong)uVar13;" (assignment_expression "uVar11 = (ulong)uVar13" identifier = (cast_expression "(ulong)uVar13" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_00345ed0;" goto statement_identifier ;) })) (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) (expression_statement "bVar16 = false;" (assignment_expression "bVar16 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }) (else_clause "else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n }" else (compound_statement "{\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;\n if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }\n }" { (labeled_statement "LAB_00346070:\n pplStack_a8 = &plStack_68;" statement_identifier : (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;)) (expression_statement "piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58;" (assignment_expression "piStack_c8 = (istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58" identifier = (binary_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58" (parenthesized_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)" ( (ERROR "istreambuf_iterator<wchar_t,std::" (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (binary_expression "char_traits<wchar_t>> *" identifier < (binary_expression "wchar_t>> *" identifier >> (pointer_expression "*" * identifier))) )) & identifier)) ;) (if_statement "if (cVar2 == '\0') {\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar16 = false;\n uVar8 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;\n while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }" { (expression_statement "bVar16 = false;" (assignment_expression "bVar16 = false" identifier = false) ;) (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)) goto LAB_0034615f;" if (parenthesized_expression "((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11))" ( (binary_expression "(cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar11)" (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)(lVar7 + 0x4c) == (int)uVar11)" ( (binary_expression "*(int *)(lVar7 + 0x4c) == (int)uVar11" (pointer_expression "*(int *)(lVar7 + 0x4c)" * (cast_expression "(int *)(lVar7 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) == (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ))) )) (goto_statement "goto LAB_0034615f;" goto statement_identifier ;)) (while_statement "while (((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))) {\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }" while (parenthesized_expression "(((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0)))" ( (parenthesized_expression "((wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0))" ( (binary_expression "(wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0)" (binary_expression "(wchar_t)uVar11 != *(wchar_t *)(lVar7 + 0x48)" (cast_expression "(wchar_t)uVar11" ( (type_descriptor "wchar_t" type_identifier) ) identifier) != (pointer_expression "*(wchar_t *)(lVar7 + 0x48)" * (cast_expression "(wchar_t *)(lVar7 + 0x48)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) ))))) && (parenthesized_expression "(pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0)" ( (comma_expression "pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0),\n pwVar9 != (wchar_t *)0x0" (assignment_expression "pwVar9 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0)" identifier = (call_expression "wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0)" identifier (argument_list "((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar11,uStack_b0)" ( (cast_expression "(wchar_t *)(lVar7 + 0xf0)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) ))) , (cast_expression "(wchar_t)uVar11" ( (type_descriptor "wchar_t" type_identifier) ) identifier) , identifier )))) , (binary_expression "pwVar9 != (wchar_t *)0x0" identifier != (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) )) (compound_statement "{\n iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }\n if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }\n }" { (expression_statement "iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2);" (assignment_expression "iVar17 = (int)((long)pwVar9 - (lVar7 + 0xf0) >> 2)" identifier = (cast_expression "(int)((long)pwVar9 - (lVar7 + 0xf0) >> 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((long)pwVar9 - (lVar7 + 0xf0) >> 2)" ( (binary_expression "(long)pwVar9 - (lVar7 + 0xf0) >> 2" (binary_expression "(long)pwVar9 - (lVar7 + 0xf0)" (cast_expression "(long)pwVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) ))) >> number_literal) )))) ;) (if_statement "if (0xf < iVar17) {\n iVar17 = iVar17 + -6;\n }" if (parenthesized_expression "(0xf < iVar17)" ( (binary_expression "0xf < iVar17" number_literal < identifier) )) (compound_statement "{\n iVar17 = iVar17 + -6;\n }" { (expression_statement "iVar17 = iVar17 + -6;" (assignment_expression "iVar17 = iVar17 + -6" identifier = (binary_expression "iVar17 + -6" identifier + number_literal)) ;) })) (if_statement "if (uStack_88 < uVar8) {\n bVar16 = true;\n }\n else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }" if (parenthesized_expression "(uStack_88 < uVar8)" ( (binary_expression "uStack_88 < uVar8" identifier < identifier) )) (compound_statement "{\n bVar16 = true;\n }" { (expression_statement "bVar16 = true;" (assignment_expression "bVar16 = true" identifier = true) ;) }) (else_clause "else {\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }" else (compound_statement "{\n uVar11 = uStack_98 * uVar8;\n uVar8 = (long)iVar17 + uVar11;\n bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);\n iVar18 = iVar18 + 1;\n }" { (expression_statement "uVar11 = uStack_98 * uVar8;" (assignment_expression "uVar11 = uStack_98 * uVar8" identifier = (binary_expression "uStack_98 * uVar8" identifier * identifier)) ;) (expression_statement "uVar8 = (long)iVar17 + uVar11;" (assignment_expression "uVar8 = (long)iVar17 + uVar11" identifier = (binary_expression "(long)iVar17 + uVar11" (cast_expression "(long)iVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) ;) (expression_statement "bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11);" (assignment_expression "bVar16 = (bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11)" identifier = (cast_expression "(bool)(bVar16 | uStack_90 - (long)iVar17 < uVar11)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar16 | uStack_90 - (long)iVar17 < uVar11)" ( (binary_expression "bVar16 | uStack_90 - (long)iVar17 < uVar11" identifier | (binary_expression "uStack_90 - (long)iVar17 < uVar11" (binary_expression "uStack_90 - (long)iVar17" identifier - (cast_expression "(long)iVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) < identifier)) )))) ;) (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) }))) (while_statement "while( true ) {\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n wstreambuf::sbumpc(pwStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar13 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::_M_get();\n uVar11 = (ulong)uVar13;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n iVar18 = 0;\n }" { (labeled_statement "wstreambuf::sbumpc(pwStack_58);" statement_identifier : (ERROR ":" :) (expression_statement "sbumpc(pwStack_58);" (call_expression "sbumpc(pwStack_58)" identifier (argument_list "(pwStack_58)" ( identifier ))) ;)) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (ERROR "cVar2 = istreambuf_iterator<wchar_t,std::" (comma_expression "cVar2 = istreambuf_iterator<wchar_t,std" (assignment_expression "cVar2 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8);" (binary_expression "char_traits<wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier < (binary_expression "wchar_t>>::equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier >> (ERROR "::" : :) (call_expression "equal\n (piStack_c8,(istreambuf_iterator *)pplStack_a8)" identifier (argument_list "(piStack_c8,(istreambuf_iterator *)pplStack_a8)" ( identifier , (cast_expression "(istreambuf_iterator *)pplStack_a8" ( (type_descriptor "istreambuf_iterator *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))))) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (cVar2 != '\0') goto LAB_00345f3d;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;)) (ERROR "uVar13 = istreambuf_iterator<wchar_t,std::" (comma_expression "uVar13 = istreambuf_iterator<wchar_t,std" (assignment_expression "uVar13 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::_M_get();" (binary_expression "char_traits<wchar_t>>::_M_get()" identifier < (binary_expression "wchar_t>>::_M_get()" identifier >> (ERROR "::" : :) (call_expression "_M_get()" identifier (argument_list "()" ( ))))) ;) (expression_statement "uVar11 = (ulong)uVar13;" (assignment_expression "uVar11 = (ulong)uVar13" identifier = (cast_expression "(ulong)uVar13" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if ((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)) break;" if (parenthesized_expression "((cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13))" ( (binary_expression "(cVar15 == '\0') || (*(uint *)(lVar7 + 0x4c) != uVar13)" (parenthesized_expression "(cVar15 == '\0')" ( (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(*(uint *)(lVar7 + 0x4c) != uVar13)" ( (binary_expression "*(uint *)(lVar7 + 0x4c) != uVar13" (pointer_expression "*(uint *)(lVar7 + 0x4c)" * (cast_expression "(uint *)(lVar7 + 0x4c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) != identifier) ))) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" statement_identifier : (if_statement "if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (compound_statement "{\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;) }))) (labeled_statement "std::string::push_back((string *)apuStack_40,(char)iVar18);" statement_identifier : (ERROR ":" :) (labeled_statement "string::push_back((string *)apuStack_40,(char)iVar18);" statement_identifier : (ERROR ":" :) (expression_statement "push_back((string *)apuStack_40,(char)iVar18);" (call_expression "push_back((string *)apuStack_40,(char)iVar18)" identifier (argument_list "((string *)apuStack_40,(char)iVar18)" ( (cast_expression "(string *)apuStack_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char)iVar18" ( (type_descriptor "char" primitive_type) ) identifier) ))) ;))) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) })) })) (labeled_statement "LAB_003463e0:\n cVar2 = '\0';" statement_identifier : (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;)) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }) (else_clause "else {\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }" else (compound_statement "{\n uVar8 = 0;\n bVar16 = false;\n cVar15 = '\0';\n }" { (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) (expression_statement "bVar16 = false;" (assignment_expression "bVar16 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }))) }))) }) (else_clause "else {\n iVar17 = 10;\n if (uVar13 != 8) goto LAB_00345c9d;\n iVar17 = 0x10;\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar12 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar11 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n bVar12 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar8 = 0;\n iVar18 = 0;\n bVar16 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" else (compound_statement "{\n iVar17 = 10;\n if (uVar13 != 8) goto LAB_00345c9d;\n iVar17 = 0x10;\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar12 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar11 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n bVar12 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar8 = 0;\n iVar18 = 0;\n bVar16 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" { (expression_statement "iVar17 = 10;" (assignment_expression "iVar17 = 10" identifier = number_literal) ;) (if_statement "if (uVar13 != 8) goto LAB_00345c9d;" if (parenthesized_expression "(uVar13 != 8)" ( (binary_expression "uVar13 != 8" identifier != number_literal) )) (goto_statement "goto LAB_00345c9d;" goto statement_identifier ;)) (expression_statement "iVar17 = 0x10;" (assignment_expression "iVar17 = 0x10" identifier = number_literal) ;) (ERROR "cVar2 = istreambuf_iterator<wchar_t,std::" (comma_expression "cVar2 = istreambuf_iterator<wchar_t,std" (assignment_expression "cVar2 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68);" (binary_expression "char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68)" identifier < (binary_expression "wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68)" identifier >> (ERROR "::" : :) (call_expression "equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68)" identifier (argument_list "((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58,\n (istreambuf_iterator *)&plStack_68)" ( (binary_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)&pwStack_58" (parenthesized_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)" ( (ERROR "istreambuf_iterator<wchar_t,std::" (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (binary_expression "char_traits<wchar_t>> *" identifier < (binary_expression "wchar_t>> *" identifier >> (pointer_expression "*" * identifier))) )) & identifier) , (cast_expression "(istreambuf_iterator *)&plStack_68" ( (type_descriptor "istreambuf_iterator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&plStack_68" & identifier)) ))))) ;) (if_statement "if (cVar2 == '\0') goto LAB_00345ccb;" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345ccb;" goto statement_identifier ;)) (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;) (if_statement "if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x20) != '\0')" ( (binary_expression "*(char *)(lVar7 + 0x20) != '\0'" (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar11 = 0;\n iVar18 = 0;\n bVar12 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }" { (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" identifier = false) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "cVar2 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar2 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00346468;" goto statement_identifier ;) })) (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" identifier = false) ;) (if_statement "if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar11 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n bVar12 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x148) != '\0')" ( (binary_expression "*(char *)(lVar7 + 0x148) != '\0'" (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar18 = 0;\n uVar11 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n bVar12 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }" { (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "uStack_88 = 0x7ffffffffffffff;" (assignment_expression "uStack_88 = 0x7ffffffffffffff" identifier = number_literal) ;) (expression_statement "uStack_90 = 0x7fffffffffffffff;" (assignment_expression "uStack_90 = 0x7fffffffffffffff" identifier = number_literal) ;) (expression_statement "uStack_98 = 0x10;" (assignment_expression "uStack_98 = 0x10" identifier = number_literal) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" identifier = false) ;) (expression_statement "cVar2 = *(char *)(lVar7 + 0x148);" (assignment_expression "cVar2 = *(char *)(lVar7 + 0x148)" identifier = (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00346070;" goto statement_identifier ;) })) (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar16 = false;" (assignment_expression "bVar16 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) }))) (labeled_statement "LAB_00345f3d:\n if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar12)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" statement_identifier : (if_statement "if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar12)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" if (parenthesized_expression "(*(long *)(apuStack_40[0] + -0x18) == 0)" ( (binary_expression "*(long *)(apuStack_40[0] + -0x18) == 0" (pointer_expression "*(long *)(apuStack_40[0] + -0x18)" * (cast_expression "(long *)(apuStack_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) (compound_statement "{\n if ((iVar18 != 0) || (bVar12)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }\n }\n }" { (if_statement "if ((iVar18 != 0) || (bVar12)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }\n }" if (parenthesized_expression "((iVar18 != 0) || (bVar12))" ( (binary_expression "(iVar18 != 0) || (bVar12)" (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) || (parenthesized_expression "(bVar12)" ( identifier ))) )) (compound_statement "{\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }\n }" { (labeled_statement "LAB_00346389:\n if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }" statement_identifier : (if_statement "if (cVar15 == '\0') {\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }" if (parenthesized_expression "(cVar15 == '\0')" ( (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }\n goto LAB_00345f80;\n }" { (if_statement "if (bVar16) {\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }\n else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }" if (parenthesized_expression "(bVar16)" ( identifier )) (compound_statement "{\n uVar11 = 0x8000000000000000;\n if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }\n *param_8 = uVar11;\n *param_7 = 4;\n }" { (expression_statement "uVar11 = 0x8000000000000000;" (assignment_expression "uVar11 = 0x8000000000000000" identifier = number_literal) ;) (if_statement "if (!bVar19) {\n uVar11 = 0x7fffffffffffffff;\n }" if (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) (compound_statement "{\n uVar11 = 0x7fffffffffffffff;\n }" { (expression_statement "uVar11 = 0x7fffffffffffffff;" (assignment_expression "uVar11 = 0x7fffffffffffffff" identifier = number_literal) ;) })) (expression_statement "*param_8 = uVar11;" (assignment_expression "*param_8 = uVar11" (pointer_expression "*param_8" * identifier) = identifier) ;) (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) }) (else_clause "else {\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }" else (compound_statement "{\n uVar11 = -uVar8;\n if (!bVar19) {\n uVar11 = uVar8;\n }\n *param_8 = uVar11;\n }" { (expression_statement "uVar11 = -uVar8;" (assignment_expression "uVar11 = -uVar8" identifier = (unary_expression "-uVar8" - identifier)) ;) (if_statement "if (!bVar19) {\n uVar11 = uVar8;\n }" if (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) (compound_statement "{\n uVar11 = uVar8;\n }" { (expression_statement "uVar11 = uVar8;" (assignment_expression "uVar11 = uVar8" identifier = identifier) ;) })) (expression_statement "*param_8 = uVar11;" (assignment_expression "*param_8 = uVar11" (pointer_expression "*param_8" * identifier) = identifier) ;) }))) (goto_statement "goto LAB_00345f80;" goto statement_identifier ;) }))) })) }) (else_clause "else {\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" else (compound_statement "{\n std::string::push_back((string *)apuStack_40,(char)iVar18);\n cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" { (labeled_statement "std::string::push_back((string *)apuStack_40,(char)iVar18);" statement_identifier : (ERROR ":" :) (labeled_statement "string::push_back((string *)apuStack_40,(char)iVar18);" statement_identifier : (ERROR ":" :) (expression_statement "push_back((string *)apuStack_40,(char)iVar18);" (call_expression "push_back((string *)apuStack_40,(char)iVar18)" identifier (argument_list "((string *)apuStack_40,(char)iVar18)" ( (cast_expression "(string *)apuStack_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char)iVar18" ( (type_descriptor "char" primitive_type) ) identifier) ))) ;))) (expression_statement "cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40);" (assignment_expression "cVar4 = __verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40)" identifier = (call_expression "__verify_grouping(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40)" identifier (argument_list "(*(char **)(lVar7 + 0x10),*(ulong *)(lVar7 + 0x18),\n (string *)apuStack_40)" ( (pointer_expression "*(char **)(lVar7 + 0x10)" * (cast_expression "(char **)(lVar7 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(ulong *)(lVar7 + 0x18)" * (cast_expression "(ulong *)(lVar7 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x18)" ( (binary_expression "lVar7 + 0x18" identifier + number_literal) )))) , (cast_expression "(string *)apuStack_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (cVar4 == '\0') {\n *param_7 = 4;\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = 4;\n }" { (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) })) (if_statement "if (((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;" if (parenthesized_expression "(((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0))" ( (binary_expression "((iVar18 != 0) || (bVar12)) || (*(long *)(apuStack_40[0] + -0x18) != 0)" (parenthesized_expression "((iVar18 != 0) || (bVar12))" ( (binary_expression "(iVar18 != 0) || (bVar12)" (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) || (parenthesized_expression "(bVar12)" ( identifier ))) )) || (parenthesized_expression "(*(long *)(apuStack_40[0] + -0x18) != 0)" ( (binary_expression "*(long *)(apuStack_40[0] + -0x18) != 0" (pointer_expression "*(long *)(apuStack_40[0] + -0x18)" * (cast_expression "(long *)(apuStack_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) )))) != number_literal) ))) )) (goto_statement "goto LAB_00346389;" goto statement_identifier ;)) })))) (expression_statement "*param_8 = 0;" (assignment_expression "*param_8 = 0" (pointer_expression "*param_8" * identifier) = number_literal) ;) (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) (labeled_statement "LAB_00345f80:\n uVar11 = uStack_50;" statement_identifier : (expression_statement "uVar11 = uStack_50;" (assignment_expression "uVar11 = uStack_50" identifier = identifier) ;)) (expression_statement "pwVar1 = pwStack_58;" (assignment_expression "pwVar1 = pwStack_58" identifier = identifier) ;) (if_statement "if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (if_statement "if ((allocator *)(apuStack_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage\n ) {\n std::string::_Rep::_M_dispose((allocator *)(apuStack_40[0] + -0x18));\n }" if (parenthesized_expression "((allocator *)(apuStack_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage\n )" ( (binary_expression "(allocator *)(apuStack_40[0] + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(apuStack_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_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 std::string::_Rep::_M_dispose((allocator *)(apuStack_40[0] + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_dispose((allocator *)(apuStack_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_dispose((allocator *)(apuStack_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_dispose((allocator *)(apuStack_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_dispose((allocator *)(apuStack_40[0] + -0x18));" (call_expression "_M_dispose((allocator *)(apuStack_40[0] + -0x18))" identifier (argument_list "((allocator *)(apuStack_40[0] + -0x18))" ( (cast_expression "(allocator *)(apuStack_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) (expression_statement "auVar20._8_8_ = uVar11;" (assignment_expression "auVar20._8_8_ = uVar11" (field_expression "auVar20._8_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar20._0_8_ = pwVar1;" (assignment_expression "auVar20._0_8_ = pwVar1" (field_expression "auVar20._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar20;" return identifier ;) }))
(translation_unit "undefined1 [16]\nthunk_FUN_00345c40(undefined8 param_1,long *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)\n\n{\n long *plVar1;\n char cVar2;\n bool bVar3;\n char cVar4;\n uint uVar5;\n int iVar6;\n long lVar7;\n wchar_t *pwVar8;\n ulong uVar9;\n bool bVar10;\n uint uVar11;\n bool bVar12;\n ulong uVar13;\n ulong extraout_RDX;\n ulong extraout_RDX_00;\n bool bVar14;\n char cVar15;\n int iVar16;\n ulong uVar17;\n int iVar18;\n bool bVar19;\n undefined1 auVar20 [16];\n long **pplStack_c8;\n ulong uStack_b0;\n long **pplStack_a8;\n ulong uStack_98;\n ulong uStack_90;\n ulong uStack_88;\n long *plStack_68;\n undefined8 uStack_60;\n long *plStack_58;\n ulong uStack_50;\n undefined1 uStack_42;\n undefined1 uStack_41;\n undefined1 *apuStack_40 [2];\n \n plStack_68 = param_4;\n uStack_60 = param_5;\n plStack_58 = param_2;\n uStack_50 = param_3;\n lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0);\n uVar11 = *(uint *)(param_6 + 0x18) & 0x4a;\n if (uVar11 == 0x40) {\n iVar16 = 8;\nLAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uStack_98 = (ulong)iVar16;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n uVar13 = uStack_90 % uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }\n }\n else {\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }\nLAB_00345f3d:\n if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }\n *param_8 = 0;\n *param_7 = 4;\nLAB_00345f80:\n uVar9 = uStack_50;\n plVar1 = plStack_58;\n if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }\n if ((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640) {\n FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);\n }\n auVar20._8_8_ = uVar9;\n auVar20._0_8_ = plVar1;\n return auVar20;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "thunk_FUN_00345c40(undefined8 param_1,long *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)\n\n{\n long *plVar1;" (macro_type_specifier "thunk_FUN_00345c40(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , (ERROR "long" identifier) (pointer_declarator "*param_2" * identifier) , (ERROR "ulong" identifier) identifier , (ERROR "long" identifier) (pointer_declarator "*param_4" * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (ERROR "uint" identifier) (pointer_declarator "*param_7" * identifier) , (ERROR "ulong *param_8)\n\n{\n long" identifier (pointer_declarator "*param_8" * identifier) ) { long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "wchar_t *pwVar8;" type_identifier (pointer_declarator "*pwVar8" * identifier) ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "bool bVar12;" primitive_type identifier ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "ulong extraout_RDX;" type_identifier identifier ;) (declaration "ulong extraout_RDX_00;" type_identifier identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "char cVar15;" primitive_type identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "undefined1 auVar20 [16];" type_identifier (array_declarator "auVar20 [16]" identifier [ number_literal ]) ;) (declaration "long **pplStack_c8;" (sized_type_specifier "long" long) (pointer_declarator "**pplStack_c8" * (pointer_declarator "*pplStack_c8" * identifier)) ;) (declaration "ulong uStack_b0;" type_identifier identifier ;) (declaration "long **pplStack_a8;" (sized_type_specifier "long" long) (pointer_declarator "**pplStack_a8" * (pointer_declarator "*pplStack_a8" * identifier)) ;) (declaration "ulong uStack_98;" type_identifier identifier ;) (declaration "ulong uStack_90;" type_identifier identifier ;) (declaration "ulong uStack_88;" type_identifier identifier ;) (declaration "long *plStack_68;" (sized_type_specifier "long" long) (pointer_declarator "*plStack_68" * identifier) ;) (declaration "undefined8 uStack_60;" type_identifier identifier ;) (declaration "long *plStack_58;" (sized_type_specifier "long" long) (pointer_declarator "*plStack_58" * identifier) ;) (declaration "ulong uStack_50;" type_identifier identifier ;) (declaration "undefined1 uStack_42;" type_identifier identifier ;) (declaration "undefined1 uStack_41;" type_identifier identifier ;) (declaration "undefined1 *apuStack_40 [2];" type_identifier (pointer_declarator "*apuStack_40 [2]" * (array_declarator "apuStack_40 [2]" identifier [ number_literal ])) ;) (expression_statement "plStack_68 = param_4;" (assignment_expression "plStack_68 = param_4" identifier = identifier) ;) (expression_statement "uStack_60 = param_5;" (assignment_expression "uStack_60 = param_5" identifier = identifier) ;) (expression_statement "plStack_58 = param_2;" (assignment_expression "plStack_58 = param_2" identifier = identifier) ;) (expression_statement "uStack_50 = param_3;" (assignment_expression "uStack_50 = param_3" identifier = identifier) ;) (expression_statement "lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0);" (assignment_expression "lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0)" identifier = (call_expression "FUN_00341df0(&uStack_42,param_6 + 0xd0)" identifier (argument_list "(&uStack_42,param_6 + 0xd0)" ( (pointer_expression "&uStack_42" & identifier) , (binary_expression "param_6 + 0xd0" identifier + number_literal) )))) ;) (expression_statement "uVar11 = *(uint *)(param_6 + 0x18) & 0x4a;" (assignment_expression "uVar11 = *(uint *)(param_6 + 0x18) & 0x4a" identifier = (binary_expression "*(uint *)(param_6 + 0x18) & 0x4a" (pointer_expression "*(uint *)(param_6 + 0x18)" * (cast_expression "(uint *)(param_6 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_6 + 0x18)" ( (binary_expression "param_6 + 0x18" identifier + number_literal) )))) & number_literal)) ;) (if_statement "if (uVar11 == 0x40) {\n iVar16 = 8;\nLAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uStack_98 = (ulong)iVar16;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n uVar13 = uStack_90 % uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }\n }\n else {\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" if (parenthesized_expression "(uVar11 == 0x40)" ( (binary_expression "uVar11 == 0x40" identifier == number_literal) )) (compound_statement "{\n iVar16 = 8;\nLAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uStack_98 = (ulong)iVar16;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n uVar13 = uStack_90 % uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }\n }" { (expression_statement "iVar16 = 8;" (assignment_expression "iVar16 = 8" identifier = number_literal) ;) (labeled_statement "LAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);" statement_identifier : (expression_statement "cVar2 = FUN_00343350(&plStack_58);" (assignment_expression "cVar2 = FUN_00343350(&plStack_58)" identifier = (call_expression "FUN_00343350(&plStack_58)" identifier (argument_list "(&plStack_58)" ( (pointer_expression "&plStack_58" & identifier) )))) ;)) (if_statement "if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }" { (labeled_statement "LAB_00345ccb:\n pplStack_a8 = &plStack_68;" statement_identifier : (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;)) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" identifier = (pointer_expression "&plStack_58" & identifier)) ;) (expression_statement "uVar5 = FUN_0033c560(pplStack_c8);" (assignment_expression "uVar5 = FUN_0033c560(pplStack_c8)" identifier = (call_expression "FUN_0033c560(pplStack_c8)" identifier (argument_list "(pplStack_c8)" ( identifier )))) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = (ulong)uVar5;" (assignment_expression "uVar9 = (ulong)uVar5" identifier = (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;" (assignment_expression "bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5" identifier = (binary_expression "*(uint *)(lVar7 + 0xe0) == uVar5" (pointer_expression "*(uint *)(lVar7 + 0xe0)" * (cast_expression "(uint *)(lVar7 + 0xe0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe0)" ( (binary_expression "lVar7 + 0xe0" identifier + number_literal) )))) == identifier)) ;) (if_statement "if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" if (parenthesized_expression "((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5))" ( (binary_expression "(((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)" (parenthesized_expression "(((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5))))" ( (binary_expression "((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))" (parenthesized_expression "((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5))" ( (binary_expression "(bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)" (parenthesized_expression "(bVar19)" ( identifier )) || (parenthesized_expression "(*(uint *)(lVar7 + 0xe4) == uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0xe4) == uVar5" (pointer_expression "*(uint *)(lVar7 + 0xe4)" * (cast_expression "(uint *)(lVar7 + 0xe4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe4)" ( (binary_expression "lVar7 + 0xe4" identifier + number_literal) )))) == identifier) ))) )) && (parenthesized_expression "((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))" ( (parenthesized_expression "(cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5))" ( (binary_expression "cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)" (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(*(uint *)(lVar7 + 0x4c) != uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0x4c) != uVar5" (pointer_expression "*(uint *)(lVar7 + 0x4c)" * (cast_expression "(uint *)(lVar7 + 0x4c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) != identifier) ))) )) ))) )) && (parenthesized_expression "(*(uint *)(lVar7 + 0x48) != uVar5)" ( (binary_expression "*(uint *)(lVar7 + 0x48) != uVar5" (pointer_expression "*(uint *)(lVar7 + 0x48)" * (cast_expression "(uint *)(lVar7 + 0x48)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) )))) != identifier) ))) )) (compound_statement "{\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }" { (expression_statement "FUN_002fc080(plStack_58);" (call_expression "FUN_002fc080(plStack_58)" identifier (argument_list "(plStack_58)" ( identifier ))) ;) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" identifier = (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" identifier (argument_list "(pplStack_c8,pplStack_a8)" ( identifier , identifier )))) ;) (if_statement "if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }" { (expression_statement "uVar5 = FUN_0033c560(pplStack_c8);" (assignment_expression "uVar5 = FUN_0033c560(pplStack_c8)" identifier = (call_expression "FUN_0033c560(pplStack_c8)" identifier (argument_list "(pplStack_c8)" ( identifier )))) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = (ulong)uVar5;" (assignment_expression "uVar9 = (ulong)uVar5" identifier = (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_00345d50;" goto statement_identifier ;) })) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) }) (else_clause "else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" else (compound_statement "{\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" { (labeled_statement "LAB_00345d50:\n bVar10 = false;" statement_identifier : (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;)) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);" do (compound_statement "{\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n }" { (expression_statement "iVar6 = (int)uVar9;" (assignment_expression "iVar6 = (int)uVar9" identifier = (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }" if (parenthesized_expression "((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6))" ( (binary_expression "(cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)" (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)(lVar7 + 0x4c) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0x4c) == iVar6" (pointer_expression "*(int *)(lVar7 + 0x4c)" * (cast_expression "(int *)(lVar7 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) == identifier) ))) )) (compound_statement "{\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (iVar16 != 0x10) goto LAB_00345e3f;" if (parenthesized_expression "(iVar16 != 0x10)" ( (binary_expression "iVar16 != 0x10" identifier != number_literal) )) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;)) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (goto_statement "goto LAB_00346468;" goto statement_identifier ;) })) (if_statement "if (*(int *)(lVar7 + 0x48) == iVar6) break;" if (parenthesized_expression "(*(int *)(lVar7 + 0x48) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0x48) == iVar6" (pointer_expression "*(int *)(lVar7 + 0x48)" * (cast_expression "(int *)(lVar7 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (if_statement "if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" if (parenthesized_expression "(*(int *)(lVar7 + 0xf0) == iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xf0) == iVar6" (pointer_expression "*(int *)(lVar7 + 0xf0)" * (cast_expression "(int *)(lVar7 + 0xf0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }" { (expression_statement "bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);" (assignment_expression "bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U)" identifier = (cast_expression "(bool)(iVar16 == 10 | bVar10 ^ 1U)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(iVar16 == 10 | bVar10 ^ 1U)" ( (binary_expression "iVar16 == 10 | bVar10 ^ 1U" (binary_expression "iVar16 == 10" identifier == number_literal) | (binary_expression "bVar10 ^ 1U" identifier ^ number_literal)) )))) ;) (if_statement "if (!bVar14) goto LAB_00345d8a;" if (parenthesized_expression "(!bVar14)" ( (unary_expression "!bVar14" ! identifier) )) (goto_statement "goto LAB_00345d8a;" goto statement_identifier ;)) (expression_statement "bVar10 = uVar11 == 0 || iVar16 == 8;" (assignment_expression "bVar10 = uVar11 == 0 || iVar16 == 8" identifier = (binary_expression "uVar11 == 0 || iVar16 == 8" (binary_expression "uVar11 == 0" identifier == number_literal) || (binary_expression "iVar16 == 8" identifier == number_literal))) ;) (if_statement "if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }" if (parenthesized_expression "(uVar11 != 0 && iVar16 != 8)" ( (binary_expression "uVar11 != 0 && iVar16 != 8" (binary_expression "uVar11 != 0" identifier != number_literal) && (binary_expression "iVar16 != 8" identifier != number_literal)) )) (compound_statement "{\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }" { (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00345dbe;" goto statement_identifier ;) })) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "iVar16 = 8;" (assignment_expression "iVar16 = 8" identifier = number_literal) ;) (expression_statement "uVar13 = plStack_58[2];" (assignment_expression "uVar13 = plStack_58[2]" identifier = (subscript_expression "plStack_58[2]" identifier [ number_literal ])) ;) (if_statement "if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;" if (parenthesized_expression "(uVar13 < (ulong)plStack_58[3])" ( (binary_expression "uVar13 < (ulong)plStack_58[3]" identifier < (cast_expression "(ulong)plStack_58[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_00345dd1;" goto statement_identifier ;)) (labeled_statement "LAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();" statement_identifier : (expression_statement "(**(code **)(*plStack_58 + 0x50))();" (call_expression "(**(code **)(*plStack_58 + 0x50))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x50))" ( (pointer_expression "**(code **)(*plStack_58 + 0x50)" * (pointer_expression "*(code **)(*plStack_58 + 0x50)" * (cast_expression "(code **)(*plStack_58 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_58 + 0x50)" ( (binary_expression "*plStack_58 + 0x50" (pointer_expression "*plStack_58" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;)) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (if_statement "if (plStack_58 != (long *)0x0) goto LAB_00345de1;" if (parenthesized_expression "(plStack_58 != (long *)0x0)" ( (binary_expression "plStack_58 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00345de1;" goto statement_identifier ;)) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;) }) (else_clause "else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" else (compound_statement "{\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" { (if_statement "if (!bVar10) break;" if (parenthesized_expression "(!bVar10)" ( (unary_expression "!bVar10" ! identifier) )) (break_statement "break;" break ;)) (labeled_statement "LAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" statement_identifier : (if_statement "if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" if (parenthesized_expression "((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6))" ( (binary_expression "(*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)" (parenthesized_expression "(*(int *)(lVar7 + 0xe8) != iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xe8) != iVar6" (pointer_expression "*(int *)(lVar7 + 0xe8)" * (cast_expression "(int *)(lVar7 + 0xe8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xe8)" ( (binary_expression "lVar7 + 0xe8" identifier + number_literal) )))) != identifier) )) && (parenthesized_expression "(*(int *)(lVar7 + 0xec) != iVar6)" ( (binary_expression "*(int *)(lVar7 + 0xec) != iVar6" (pointer_expression "*(int *)(lVar7 + 0xec)" * (cast_expression "(int *)(lVar7 + 0xec)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xec)" ( (binary_expression "lVar7 + 0xec" identifier + number_literal) )))) != identifier) ))) )) (compound_statement "{\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "bVar10 = true;" (assignment_expression "bVar10 = true" identifier = true) ;) (goto_statement "goto LAB_00345e30;" goto statement_identifier ;) }))) (expression_statement "cVar2 = iVar16 == 0x10 || uVar11 == 0;" (assignment_expression "cVar2 = iVar16 == 0x10 || uVar11 == 0" identifier = (binary_expression "iVar16 == 0x10 || uVar11 == 0" (binary_expression "iVar16 == 0x10" identifier == number_literal) || (binary_expression "uVar11 == 0" identifier == number_literal))) ;) (if_statement "if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }" if (parenthesized_expression "(iVar16 != 0x10 && uVar11 != 0)" ( (binary_expression "iVar16 != 0x10 && uVar11 != 0" (binary_expression "iVar16 != 0x10" identifier != number_literal) && (binary_expression "uVar11 != 0" identifier != number_literal)) )) (compound_statement "{\n bVar10 = true;\n goto LAB_00345e3f;\n }" { (expression_statement "bVar10 = true;" (assignment_expression "bVar10 = true" identifier = true) ;) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;) })) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "iVar16 = 0x10;" (assignment_expression "iVar16 = 0x10" identifier = number_literal) ;) (labeled_statement "LAB_00345dbe:\n uVar13 = plStack_58[2];" statement_identifier : (expression_statement "uVar13 = plStack_58[2];" (assignment_expression "uVar13 = plStack_58[2]" identifier = (subscript_expression "plStack_58[2]" identifier [ number_literal ])) ;)) (expression_statement "bVar10 = bVar14;" (assignment_expression "bVar10 = bVar14" identifier = identifier) ;) (if_statement "if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;" if (parenthesized_expression "((ulong)plStack_58[3] <= uVar13)" ( (binary_expression "(ulong)plStack_58[3] <= uVar13" (cast_expression "(ulong)plStack_58[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ])) <= identifier) )) (goto_statement "goto LAB_003461c8;" goto statement_identifier ;)) (labeled_statement "LAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" statement_identifier : (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;)) (expression_statement "plStack_58[2] = uVar13 + 4;" (assignment_expression "plStack_58[2] = uVar13 + 4" (subscript_expression "plStack_58[2]" identifier [ number_literal ]) = (binary_expression "uVar13 + 4" identifier + number_literal)) ;) (labeled_statement "LAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" statement_identifier : (if_statement "if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" if (parenthesized_expression "((int *)plStack_58[2] < (int *)plStack_58[3])" ( (binary_expression "(int *)plStack_58[2] < (int *)plStack_58[3]" (cast_expression "(int *)plStack_58[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[2]" identifier [ number_literal ])) < (cast_expression "(int *)plStack_58[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar6 = *(int *)plStack_58[2];\n }" { (expression_statement "iVar6 = *(int *)plStack_58[2];" (assignment_expression "iVar6 = *(int *)plStack_58[2]" identifier = (pointer_expression "*(int *)plStack_58[2]" * (cast_expression "(int *)plStack_58[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" else (compound_statement "{\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" { (expression_statement "iVar6 = (**(code **)(*plStack_58 + 0x48))();" (assignment_expression "iVar6 = (**(code **)(*plStack_58 + 0x48))()" identifier = (call_expression "(**(code **)(*plStack_58 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x48))" ( (pointer_expression "**(code **)(*plStack_58 + 0x48)" * (pointer_expression "*(code **)(*plStack_58 + 0x48)" * (cast_expression "(code **)(*plStack_58 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_58 + 0x48)" ( (binary_expression "*plStack_58 + 0x48" (pointer_expression "*plStack_58" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) })))) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (if_statement "if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (compound_statement "{\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }" { (expression_statement "plStack_58 = (long *)0x0;" (assignment_expression "plStack_58 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;) })) }))) (expression_statement "bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;" (assignment_expression "bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1" identifier = (binary_expression "plStack_68 != (long *)0x0 && (int)uStack_60 == -1" (binary_expression "plStack_68 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && (binary_expression "(int)uStack_60 == -1" (cast_expression "(int)uStack_60" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal))) ;) (expression_statement "bVar12 = (int)uStack_60 == -1;" (assignment_expression "bVar12 = (int)uStack_60 == -1" identifier = (binary_expression "(int)uStack_60 == -1" (cast_expression "(int)uStack_60" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }" { (if_statement "if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" if (parenthesized_expression "((int *)plStack_68[2] < (int *)plStack_68[3])" ( (binary_expression "(int *)plStack_68[2] < (int *)plStack_68[3]" (cast_expression "(int *)plStack_68[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[2]" identifier [ number_literal ])) < (cast_expression "(int *)plStack_68[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar6 = *(int *)plStack_68[2];\n }" { (expression_statement "iVar6 = *(int *)plStack_68[2];" (assignment_expression "iVar6 = *(int *)plStack_68[2]" identifier = (pointer_expression "*(int *)plStack_68[2]" * (cast_expression "(int *)plStack_68[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_68[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" else (compound_statement "{\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" { (expression_statement "iVar6 = (**(code **)(*plStack_68 + 0x48))();" (assignment_expression "iVar6 = (**(code **)(*plStack_68 + 0x48))()" identifier = (call_expression "(**(code **)(*plStack_68 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_68 + 0x48))" ( (pointer_expression "**(code **)(*plStack_68 + 0x48)" * (pointer_expression "*(code **)(*plStack_68 + 0x48)" * (cast_expression "(code **)(*plStack_68 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_68 + 0x48)" ( (binary_expression "*plStack_68 + 0x48" (pointer_expression "*plStack_68" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }))) (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" identifier = false) ;) (if_statement "if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (compound_statement "{\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }" { (expression_statement "plStack_68 = (long *)0x0;" (assignment_expression "plStack_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar12 = bVar3;" (assignment_expression "bVar12 = bVar3" identifier = identifier) ;) })) })) (if_statement "if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }" if (parenthesized_expression "(bVar12 == bVar14)" ( (binary_expression "bVar12 == bVar14" identifier == identifier) )) (compound_statement "{\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }" { (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "cVar2 = '\x01';" (assignment_expression "cVar2 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (goto_statement "goto LAB_00345e30;" goto statement_identifier ;) })) (expression_statement "uVar9 = uStack_50 & 0xffffffff;" (assignment_expression "uVar9 = uStack_50 & 0xffffffff" identifier = (binary_expression "uStack_50 & 0xffffffff" identifier & number_literal)) ;) (if_statement "if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }" if (parenthesized_expression "((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1))" ( (binary_expression "(plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)" (parenthesized_expression "(plStack_58 != (long *)0x0)" ( (binary_expression "plStack_58 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "((int)uStack_50 == -1)" ( (binary_expression "(int)uStack_50 == -1" (cast_expression "(int)uStack_50" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) ))) )) (compound_statement "{\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }" { (if_statement "if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" if (parenthesized_expression "((uint *)plStack_58[2] < (uint *)plStack_58[3])" ( (binary_expression "(uint *)plStack_58[2] < (uint *)plStack_58[3]" (cast_expression "(uint *)plStack_58[2]" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[2]" identifier [ number_literal ])) < (cast_expression "(uint *)plStack_58[3]" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }" { (expression_statement "uVar9 = (ulong)*(uint *)plStack_58[2];" (assignment_expression "uVar9 = (ulong)*(uint *)plStack_58[2]" identifier = (binary_expression "(ulong)*(uint *)plStack_58[2]" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)plStack_58[2]" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plStack_58[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" else (compound_statement "{\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" { (expression_statement "uVar9 = (**(code **)(*plStack_58 + 0x48))();" (assignment_expression "uVar9 = (**(code **)(*plStack_58 + 0x48))()" identifier = (call_expression "(**(code **)(*plStack_58 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x48))" ( (pointer_expression "**(code **)(*plStack_58 + 0x48)" * (pointer_expression "*(code **)(*plStack_58 + 0x48)" * (cast_expression "(code **)(*plStack_58 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_58 + 0x48)" ( (binary_expression "*plStack_58 + 0x48" (pointer_expression "*plStack_58" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar9 = uVar9 & 0xffffffff;" (assignment_expression "uVar9 = uVar9 & 0xffffffff" identifier = (binary_expression "uVar9 & 0xffffffff" identifier & number_literal)) ;) }))) (if_statement "if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }" if (parenthesized_expression "((int)uVar9 == -1)" ( (binary_expression "(int)uVar9 == -1" (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n plStack_58 = (long *)0x0;\n }" { (expression_statement "plStack_58 = (long *)0x0;" (assignment_expression "plStack_58 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) })) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(bVar10)" ( identifier )) ;) (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }))) (labeled_statement "LAB_00345e30:\n uStack_b0 = 0x16;" statement_identifier : (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;)) (if_statement "if (iVar16 != 0x10) goto LAB_00345e3f;" if (parenthesized_expression "(iVar16 != 0x10)" ( (binary_expression "iVar16 != 0x10" identifier != number_literal) )) (goto_statement "goto LAB_00345e3f;" goto statement_identifier ;)) }) (else_clause "else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" else (compound_statement "{\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" { (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (labeled_statement "LAB_00345e3f:\n uStack_b0 = (ulong)iVar16;" statement_identifier : (expression_statement "uStack_b0 = (ulong)iVar16;" (assignment_expression "uStack_b0 = (ulong)iVar16" identifier = (cast_expression "(ulong)iVar16" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;)) }))) (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;) (if_statement "if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }" if (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }" { (labeled_statement "LAB_00346468:\n apuStack_40[0] = &DAT_00468658;" statement_identifier : (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;)) (expression_statement "FUN_00325990(apuStack_40,0x20);" (call_expression "FUN_00325990(apuStack_40,0x20)" identifier (argument_list "(apuStack_40,0x20)" ( identifier , number_literal ))) ;) })) (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" identifier = (pointer_expression "&plStack_58" & identifier)) ;) (expression_statement "uStack_98 = (ulong)iVar16;" (assignment_expression "uStack_98 = (ulong)iVar16" identifier = (cast_expression "(ulong)iVar16" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uStack_90 = 0x7fffffffffffffff;" (assignment_expression "uStack_90 = 0x7fffffffffffffff" identifier = number_literal) ;) (if_statement "if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }" if (parenthesized_expression "(bVar19)" ( identifier )) (compound_statement "{\n uStack_90 = 0x8000000000000000;\n }" { (expression_statement "uStack_90 = 0x8000000000000000;" (assignment_expression "uStack_90 = 0x8000000000000000" identifier = number_literal) ;) })) (expression_statement "uStack_88 = uStack_90 / uStack_98;" (assignment_expression "uStack_88 = uStack_90 / uStack_98" identifier = (binary_expression "uStack_90 / uStack_98" identifier / identifier)) ;) (expression_statement "uVar13 = uStack_90 % uStack_98;" (assignment_expression "uVar13 = uStack_90 % uStack_98" identifier = (binary_expression "uStack_90 % uStack_98" identifier % identifier)) ;) (if_statement "if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x148) == '\0')" ( (binary_expression "*(char *)(lVar7 + 0x148) == '\0'" (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" { (if_statement "if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }" { (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00345ed0:\n iVar16 = (int)uVar9;" statement_identifier : (expression_statement "iVar16 = (int)uVar9;" (assignment_expression "iVar16 = (int)uVar9" identifier = (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (if_statement "if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" if (parenthesized_expression "(uStack_b0 < 0xb)" ( (binary_expression "uStack_b0 < 0xb" identifier < number_literal) )) (compound_statement "{\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }" { (if_statement "if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;" if (parenthesized_expression "((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16))" ( (binary_expression "(iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)" (parenthesized_expression "(iVar16 < 0x30)" ( (binary_expression "iVar16 < 0x30" identifier < number_literal) )) || (parenthesized_expression "((int)uStack_b0 + 0x30 <= iVar16)" ( (binary_expression "(int)uStack_b0 + 0x30 <= iVar16" (binary_expression "(int)uStack_b0 + 0x30" (cast_expression "(int)uStack_b0" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) <= identifier) ))) )) (goto_statement "goto LAB_003463e0;" goto statement_identifier ;)) (expression_statement "uVar11 = iVar16 - 0x30;" (assignment_expression "uVar11 = iVar16 - 0x30" identifier = (binary_expression "iVar16 - 0x30" identifier - number_literal)) ;) }) (else_clause "else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" else (compound_statement "{\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" { (expression_statement "uVar11 = iVar16 - 0x30;" (assignment_expression "uVar11 = iVar16 - 0x30" identifier = (binary_expression "iVar16 - 0x30" identifier - number_literal)) ;) (if_statement "if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }" if (parenthesized_expression "(uVar11 < 10)" ( (binary_expression "uVar11 < 10" identifier < number_literal) )) (compound_statement "{\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }" { (if_statement "if (uStack_88 < uVar17) goto LAB_00345efd;" if (parenthesized_expression "(uStack_88 < uVar17)" ( (binary_expression "uStack_88 < uVar17" identifier < identifier) )) (goto_statement "goto LAB_00345efd;" goto statement_identifier ;)) (labeled_statement "LAB_00346251:\n uVar13 = uStack_98 * uVar17;" statement_identifier : (expression_statement "uVar13 = uStack_98 * uVar17;" (assignment_expression "uVar13 = uStack_98 * uVar17" identifier = (binary_expression "uStack_98 * uVar17" identifier * identifier)) ;)) (expression_statement "uVar17 = (long)(int)uVar11 + uVar13;" (assignment_expression "uVar17 = (long)(int)uVar11 + uVar13" identifier = (binary_expression "(long)(int)uVar11 + uVar13" (cast_expression "(long)(int)uVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier)) + identifier)) ;) (expression_statement "uVar9 = plStack_58[2];" (assignment_expression "uVar9 = plStack_58[2]" identifier = (subscript_expression "plStack_58[2]" identifier [ number_literal ])) ;) (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) (expression_statement "bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);" (assignment_expression "bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" identifier = (cast_expression "(bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" ( (binary_expression "bVar14 | uStack_90 - (long)(int)uVar11 < uVar13" identifier | (binary_expression "uStack_90 - (long)(int)uVar11 < uVar13" (binary_expression "uStack_90 - (long)(int)uVar11" identifier - (cast_expression "(long)(int)uVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier))) < identifier)) )))) ;) (if_statement "if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;" if (parenthesized_expression "(uVar9 < (ulong)plStack_58[3])" ( (binary_expression "uVar9 < (ulong)plStack_58[3]" identifier < (cast_expression "(ulong)plStack_58[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_00345f15;" goto statement_identifier ;)) (labeled_statement "LAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();" statement_identifier : (expression_statement "(**(code **)(*plStack_58 + 0x50))();" (call_expression "(**(code **)(*plStack_58 + 0x50))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x50))" ( (pointer_expression "**(code **)(*plStack_58 + 0x50)" * (pointer_expression "*(code **)(*plStack_58 + 0x50)" * (cast_expression "(code **)(*plStack_58 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plStack_58 + 0x50)" ( (binary_expression "*plStack_58 + 0x50" (pointer_expression "*plStack_58" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;)) (goto_statement "goto LAB_00345f1d;" goto statement_identifier ;) })) (if_statement "if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }" if (parenthesized_expression "(5 < iVar16 - 0x61U)" ( (binary_expression "5 < iVar16 - 0x61U" number_literal < (binary_expression "iVar16 - 0x61U" identifier - number_literal)) )) (compound_statement "{\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }" { (if_statement "if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }" if (parenthesized_expression "(iVar16 - 0x41U < 6)" ( (binary_expression "iVar16 - 0x41U < 6" (binary_expression "iVar16 - 0x41U" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }" { (expression_statement "uVar11 = iVar16 - 0x37;" (assignment_expression "uVar11 = iVar16 - 0x37" identifier = (binary_expression "iVar16 - 0x37" identifier - number_literal)) ;) (goto_statement "goto LAB_00345ef2;" goto statement_identifier ;) })) (goto_statement "goto LAB_003463e0;" goto statement_identifier ;) })) (expression_statement "uVar11 = iVar16 - 0x57;" (assignment_expression "uVar11 = iVar16 - 0x57" identifier = (binary_expression "iVar16 - 0x57" identifier - number_literal)) ;) }))) (labeled_statement "LAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;" statement_identifier : (if_statement "if (uVar17 <= uStack_88) goto LAB_00346251;" if (parenthesized_expression "(uVar17 <= uStack_88)" ( (binary_expression "uVar17 <= uStack_88" identifier <= identifier) )) (goto_statement "goto LAB_00346251;" goto statement_identifier ;))) (labeled_statement "LAB_00345efd:\n bVar14 = true;" statement_identifier : (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;)) (expression_statement "uVar9 = plStack_58[2];" (assignment_expression "uVar9 = plStack_58[2]" identifier = (subscript_expression "plStack_58[2]" identifier [ number_literal ])) ;) (if_statement "if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;" if (parenthesized_expression "((ulong)plStack_58[3] <= uVar9)" ( (binary_expression "(ulong)plStack_58[3] <= uVar9" (cast_expression "(ulong)plStack_58[3]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "plStack_58[3]" identifier [ number_literal ])) <= identifier) )) (goto_statement "goto LAB_0034628a;" goto statement_identifier ;)) (labeled_statement "LAB_00345f15:\n plStack_58[2] = uVar9 + 4;" statement_identifier : (expression_statement "plStack_58[2] = uVar9 + 4;" (assignment_expression "plStack_58[2] = uVar9 + 4" (subscript_expression "plStack_58[2]" identifier [ number_literal ]) = (binary_expression "uVar9 + 4" identifier + number_literal)) ;)) (labeled_statement "LAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" statement_identifier : (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;)) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" identifier = (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" identifier (argument_list "(pplStack_c8,pplStack_a8)" ( identifier , identifier )))) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (cVar2 != '\0') goto LAB_00345f3d;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;)) (expression_statement "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);" (assignment_expression "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" identifier = (call_expression "FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" identifier (argument_list "(pplStack_c8,uStack_50 & 0xffffffff)" ( identifier , (binary_expression "uStack_50 & 0xffffffff" identifier & number_literal) )))) ;) (expression_statement "uVar9 = (ulong)uVar11;" (assignment_expression "uVar9 = (ulong)uVar11" identifier = (cast_expression "(ulong)uVar11" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (goto_statement "goto LAB_00345ed0;" goto statement_identifier ;) })) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }) (else_clause "else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" else (compound_statement "{\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" { (labeled_statement "LAB_00346070:\n pplStack_a8 = &plStack_68;" statement_identifier : (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" identifier = (pointer_expression "&plStack_68" & identifier)) ;)) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" identifier = (pointer_expression "&plStack_58" & identifier)) ;) (if_statement "if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }" { (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;" if (parenthesized_expression "((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9))" ( (binary_expression "(cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)" (parenthesized_expression "(cVar15 != '\0')" ( (binary_expression "cVar15 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)(lVar7 + 0x4c) == (int)uVar9)" ( (binary_expression "*(int *)(lVar7 + 0x4c) == (int)uVar9" (pointer_expression "*(int *)(lVar7 + 0x4c)" * (cast_expression "(int *)(lVar7 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) == (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ))) )) (goto_statement "goto LAB_0034615f;" goto statement_identifier ;)) (while_statement "while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }" while (parenthesized_expression "(((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)))" ( (parenthesized_expression "((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))" ( (binary_expression "(wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)" (binary_expression "(wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48)" (cast_expression "(wchar_t)uVar9" ( (type_descriptor "wchar_t" type_identifier) ) identifier) != (pointer_expression "*(wchar_t *)(lVar7 + 0x48)" * (cast_expression "(wchar_t *)(lVar7 + 0x48)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x48)" ( (binary_expression "lVar7 + 0x48" identifier + number_literal) ))))) && (parenthesized_expression "(pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)" ( (comma_expression "pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0" (assignment_expression "pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" identifier = (call_expression "wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" identifier (argument_list "((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" ( (cast_expression "(wchar_t *)(lVar7 + 0xf0)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) ))) , (cast_expression "(wchar_t)uVar9" ( (type_descriptor "wchar_t" type_identifier) ) identifier) , identifier )))) , (binary_expression "pwVar8 != (wchar_t *)0x0" identifier != (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) )) (compound_statement "{\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }" { (expression_statement "iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);" (assignment_expression "iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2)" identifier = (cast_expression "(int)((long)pwVar8 - (lVar7 + 0xf0) >> 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((long)pwVar8 - (lVar7 + 0xf0) >> 2)" ( (binary_expression "(long)pwVar8 - (lVar7 + 0xf0) >> 2" (binary_expression "(long)pwVar8 - (lVar7 + 0xf0)" (cast_expression "(long)pwVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (parenthesized_expression "(lVar7 + 0xf0)" ( (binary_expression "lVar7 + 0xf0" identifier + number_literal) ))) >> number_literal) )))) ;) (if_statement "if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }" if (parenthesized_expression "(0xf < iVar16)" ( (binary_expression "0xf < iVar16" number_literal < identifier) )) (compound_statement "{\n iVar16 = iVar16 + -6;\n }" { (expression_statement "iVar16 = iVar16 + -6;" (assignment_expression "iVar16 = iVar16 + -6" identifier = (binary_expression "iVar16 + -6" identifier + number_literal)) ;) })) (if_statement "if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" if (parenthesized_expression "(uStack_88 < uVar17)" ( (binary_expression "uStack_88 < uVar17" identifier < identifier) )) (compound_statement "{\n bVar14 = true;\n }" { (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;) }) (else_clause "else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" else (compound_statement "{\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" { (expression_statement "uVar9 = uStack_98 * uVar17;" (assignment_expression "uVar9 = uStack_98 * uVar17" identifier = (binary_expression "uStack_98 * uVar17" identifier * identifier)) ;) (expression_statement "uVar17 = (long)iVar16 + uVar9;" (assignment_expression "uVar17 = (long)iVar16 + uVar9" identifier = (binary_expression "(long)iVar16 + uVar9" (cast_expression "(long)iVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) ;) (expression_statement "bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);" (assignment_expression "bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9)" identifier = (cast_expression "(bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar14 | uStack_90 - (long)iVar16 < uVar9)" ( (binary_expression "bVar14 | uStack_90 - (long)iVar16 < uVar9" identifier | (binary_expression "uStack_90 - (long)iVar16 < uVar9" (binary_expression "uStack_90 - (long)iVar16" identifier - (cast_expression "(long)iVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) < identifier)) )))) ;) (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) ;) }))) (while_statement "while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }" { (expression_statement "FUN_002fc080(plStack_58);" (call_expression "FUN_002fc080(plStack_58)" identifier (argument_list "(plStack_58)" ( identifier ))) ;) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" identifier = (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" identifier (argument_list "(uStack_50._4_4_,0xffffffff)" ( (field_expression "uStack_50._4_4_" identifier . field_identifier) , number_literal )))) ;) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" identifier = (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" identifier (argument_list "(pplStack_c8,pplStack_a8)" ( identifier , identifier )))) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (cVar2 != '\0') goto LAB_00345f3d;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;)) (expression_statement "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);" (assignment_expression "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" identifier = (call_expression "FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" identifier (argument_list "(pplStack_c8,uStack_50 & 0xffffffff)" ( identifier , (binary_expression "uStack_50 & 0xffffffff" identifier & number_literal) )))) ;) (expression_statement "uVar9 = (ulong)uVar11;" (assignment_expression "uVar9 = (ulong)uVar11" identifier = (cast_expression "(ulong)uVar11" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;" if (parenthesized_expression "((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))" ( (binary_expression "(cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11)" (parenthesized_expression "(cVar15 == '\0')" ( (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11)" ( (comma_expression "uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11" (assignment_expression "uVar13 = extraout_RDX_00" identifier = identifier) , (binary_expression "*(uint *)(lVar7 + 0x4c) != uVar11" (pointer_expression "*(uint *)(lVar7 + 0x4c)" * (cast_expression "(uint *)(lVar7 + 0x4c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x4c)" ( (binary_expression "lVar7 + 0x4c" identifier + number_literal) )))) != identifier)) ))) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" statement_identifier : (if_statement "if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (compound_statement "{\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" { (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00345f3d;" goto statement_identifier ;) }))) (expression_statement "FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);" (call_expression "FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13)" identifier (argument_list "(apuStack_40,(int)(char)iVar18,uVar13)" ( identifier , (cast_expression "(int)(char)iVar18" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)iVar18" ( (type_descriptor "char" primitive_type) ) identifier)) , identifier ))) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) })) })) (labeled_statement "LAB_003463e0:\n cVar2 = '\0';" statement_identifier : (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;)) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }) (else_clause "else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" else (compound_statement "{\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" { (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) }))) }))) }) (else_clause "else {\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" else (compound_statement "{\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" { (expression_statement "iVar16 = 10;" (assignment_expression "iVar16 = 10" identifier = number_literal) ;) (if_statement "if (uVar11 != 8) goto LAB_00345c9d;" if (parenthesized_expression "(uVar11 != 8)" ( (binary_expression "uVar11 != 8" identifier != number_literal) )) (goto_statement "goto LAB_00345c9d;" goto statement_identifier ;)) (expression_statement "iVar16 = 0x10;" (assignment_expression "iVar16 = 0x10" identifier = number_literal) ;) (expression_statement "cVar2 = FUN_00343350(&plStack_58);" (assignment_expression "cVar2 = FUN_00343350(&plStack_58)" identifier = (call_expression "FUN_00343350(&plStack_58)" identifier (argument_list "(&plStack_58)" ( (pointer_expression "&plStack_58" & identifier) )))) ;) (if_statement "if (cVar2 == '\0') goto LAB_00345ccb;" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00345ccb;" goto statement_identifier ;)) (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00468658" & identifier)) ;) (if_statement "if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x20) != '\0')" ( (binary_expression "*(char *)(lVar7 + 0x20) != '\0'" (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }" { (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "cVar2 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar2 = *(char *)(lVar7 + 0x20)" identifier = (pointer_expression "*(char *)(lVar7 + 0x20)" * (cast_expression "(char *)(lVar7 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00346468;" goto statement_identifier ;) })) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (if_statement "if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }" if (parenthesized_expression "(*(char *)(lVar7 + 0x148) != '\0')" ( (binary_expression "*(char *)(lVar7 + 0x148) != '\0'" (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }" { (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" identifier = number_literal) ;) (expression_statement "uStack_88 = 0x7ffffffffffffff;" (assignment_expression "uStack_88 = 0x7ffffffffffffff" identifier = number_literal) ;) (expression_statement "uStack_90 = 0x7fffffffffffffff;" (assignment_expression "uStack_90 = 0x7fffffffffffffff" identifier = number_literal) ;) (expression_statement "uStack_98 = 0x10;" (assignment_expression "uStack_98 = 0x10" identifier = number_literal) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "uVar13 = extraout_RDX;" (assignment_expression "uVar13 = extraout_RDX" identifier = identifier) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "cVar2 = *(char *)(lVar7 + 0x148);" (assignment_expression "cVar2 = *(char *)(lVar7 + 0x148)" identifier = (pointer_expression "*(char *)(lVar7 + 0x148)" * (cast_expression "(char *)(lVar7 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x148)" ( (binary_expression "lVar7 + 0x148" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00346070;" goto statement_identifier ;) })) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" identifier = number_literal) ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) }))) (labeled_statement "LAB_00345f3d:\n if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" statement_identifier : (if_statement "if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" if (parenthesized_expression "(*(long *)(apuStack_40[0] + -0x18) == 0)" ( (binary_expression "*(long *)(apuStack_40[0] + -0x18) == 0" (pointer_expression "*(long *)(apuStack_40[0] + -0x18)" * (cast_expression "(long *)(apuStack_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) (compound_statement "{\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }" { (if_statement "if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }" if (parenthesized_expression "((iVar18 != 0) || (bVar10))" ( (binary_expression "(iVar18 != 0) || (bVar10)" (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) || (parenthesized_expression "(bVar10)" ( identifier ))) )) (compound_statement "{\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }" { (labeled_statement "LAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" statement_identifier : (if_statement "if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" if (parenthesized_expression "(cVar15 == '\0')" ( (binary_expression "cVar15 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" { (if_statement "if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }" { (expression_statement "uVar9 = 0x8000000000000000;" (assignment_expression "uVar9 = 0x8000000000000000" identifier = number_literal) ;) (if_statement "if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }" if (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) (compound_statement "{\n uVar9 = 0x7fffffffffffffff;\n }" { (expression_statement "uVar9 = 0x7fffffffffffffff;" (assignment_expression "uVar9 = 0x7fffffffffffffff" identifier = number_literal) ;) })) (expression_statement "*param_8 = uVar9;" (assignment_expression "*param_8 = uVar9" (pointer_expression "*param_8" * identifier) = identifier) ;) (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) }) (else_clause "else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" else (compound_statement "{\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" { (expression_statement "uVar9 = -uVar17;" (assignment_expression "uVar9 = -uVar17" identifier = (unary_expression "-uVar17" - identifier)) ;) (if_statement "if (!bVar19) {\n uVar9 = uVar17;\n }" if (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) (compound_statement "{\n uVar9 = uVar17;\n }" { (expression_statement "uVar9 = uVar17;" (assignment_expression "uVar9 = uVar17" identifier = identifier) ;) })) (expression_statement "*param_8 = uVar9;" (assignment_expression "*param_8 = uVar9" (pointer_expression "*param_8" * identifier) = identifier) ;) }))) (goto_statement "goto LAB_00345f80;" goto statement_identifier ;) }))) })) }) (else_clause "else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" else (compound_statement "{\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" { (expression_statement "FUN_00325e70(apuStack_40,(int)(char)iVar18);" (call_expression "FUN_00325e70(apuStack_40,(int)(char)iVar18)" identifier (argument_list "(apuStack_40,(int)(char)iVar18)" ( identifier , (cast_expression "(int)(char)iVar18" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)iVar18" ( (type_descriptor "char" primitive_type) ) identifier)) ))) ;) (expression_statement "cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);" (assignment_expression "cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" identifier = (call_expression "FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" identifier (argument_list "(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" ( (pointer_expression "*(undefined8 *)(lVar7 + 0x10)" * (cast_expression "(undefined8 *)(lVar7 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar7 + 0x18)" * (cast_expression "(undefined8 *)(lVar7 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x18)" ( (binary_expression "lVar7 + 0x18" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (cVar4 == '\0') {\n *param_7 = 4;\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = 4;\n }" { (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) })) (if_statement "if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;" if (parenthesized_expression "(((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0))" ( (binary_expression "((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)" (parenthesized_expression "((iVar18 != 0) || (bVar10))" ( (binary_expression "(iVar18 != 0) || (bVar10)" (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) || (parenthesized_expression "(bVar10)" ( identifier ))) )) || (parenthesized_expression "(*(long *)(apuStack_40[0] + -0x18) != 0)" ( (binary_expression "*(long *)(apuStack_40[0] + -0x18) != 0" (pointer_expression "*(long *)(apuStack_40[0] + -0x18)" * (cast_expression "(long *)(apuStack_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) )))) != number_literal) ))) )) (goto_statement "goto LAB_00346389;" goto statement_identifier ;)) })))) (expression_statement "*param_8 = 0;" (assignment_expression "*param_8 = 0" (pointer_expression "*param_8" * identifier) = number_literal) ;) (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" * identifier) = number_literal) ;) (labeled_statement "LAB_00345f80:\n uVar9 = uStack_50;" statement_identifier : (expression_statement "uVar9 = uStack_50;" (assignment_expression "uVar9 = uStack_50" identifier = identifier) ;)) (expression_statement "plVar1 = plStack_58;" (assignment_expression "plVar1 = plStack_58" identifier = identifier) ;) (if_statement "if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (if_statement "if ((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640) {\n FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);\n }" if (parenthesized_expression "((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640)" ( (binary_expression "(undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640" (cast_expression "(undefined8 *)(apuStack_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(apuStack_40[0] + -0x18)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00468640" & identifier)) )) (compound_statement "{\n FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);\n }" { (expression_statement "FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);" (call_expression "FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41)" identifier (argument_list "(apuStack_40[0] + -0x18,&uStack_41)" ( (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" identifier [ number_literal ]) + number_literal) , (pointer_expression "&uStack_41" & identifier) ))) ;) })) (expression_statement "auVar20._8_8_ = uVar9;" (assignment_expression "auVar20._8_8_ = uVar9" (field_expression "auVar20._8_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar20._0_8_ = plVar1;" (assignment_expression "auVar20._0_8_ = plVar1" (field_expression "auVar20._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar20;" return identifier ;) (ERROR "}" }))
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (declaration (macro_type_specifier IDENT ( (type_descriptor TYPE) )) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , (ERROR IDENT) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , IDENT (ERROR IDENT) , (ERROR IDENT) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , (ERROR IDENT (pointer_declarator * IDENT) ) { long) (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 IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration (sized_type_specifier long) (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( IDENT )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) ))) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT == (char_literal ' escape_sequence ')) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) ))) )) ))) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = BOOL) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) | (binary_expression IDENT ^ LIT)) )))) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT == LIT) || (binary_expression IDENT == LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = BOOL) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (break_statement break ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (goto_statement goto statement_identifier ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT == LIT) || (binary_expression IDENT == LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , LIT )))) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) ;) })))) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) })) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) && (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) ;) }))) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (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 ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (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 = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;)) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT / IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT % IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) <= IDENT) ))) )) (goto_statement goto 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)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT * IDENT)) ;)) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT | (binary_expression (binary_expression IDENT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) IDENT))) < IDENT)) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (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 ( ))) ;)) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT - LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) }))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (goto_statement goto statement_identifier ;))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = BOOL) ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , LIT )))) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))) )) (goto_statement goto statement_identifier ;)) (while_statement while (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (cast_expression ( (type_descriptor TYPE) ) IDENT) , IDENT )))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (parenthesized_expression ( (binary_expression IDENT + LIT) ))) >> LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT | (binary_expression (binary_expression IDENT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) < IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) ))) )) (break_statement break ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;)) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) }))) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) }))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( IDENT ))) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression - IDENT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }))) (goto_statement goto statement_identifier ;) }))) })) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (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 * IDENT) = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( IDENT ))) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) != LIT) ))) )) (goto_statement goto statement_identifier ;)) })))) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | LIT)) ;) })) (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 { (expression_statement (call_expression IDENT (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (return_statement return IDENT ;) (ERROR }))
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (declaration "thunk_FUN_00345c40(undefined8 param_1,long *param_2,ulong param_3,long *param_4,undefined8 param_5,\n long param_6,uint *param_7,ulong *param_8)\n\n{\n long *plVar1;" (macro_type_specifier "thunk_FUN_00345c40(undefined8" (identifier "thunk_FUN_00345c40") (( "(") (type_descriptor "undefined8" (type_identifier "undefined8")) () "")) (identifier "param_1") (, ",") (ERROR "long" (identifier "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2")) (, ",") (ERROR "ulong" (identifier "ulong")) (identifier "param_3") (, ",") (ERROR "long" (identifier "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4")) (, ",") (identifier "undefined8") (ERROR "param_5" (identifier "param_5")) (, ",") (ERROR "long" (identifier "long")) (identifier "param_6") (, ",") (ERROR "uint" (identifier "uint")) (pointer_declarator "*param_7" (* "*") (identifier "param_7")) (, ",") (ERROR "ulong *param_8)\n\n{\n long" (identifier "ulong") (pointer_declarator "*param_8" (* "*") (identifier "param_8")) () ")") ({ "{") (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "bool bVar3;" (primitive_type "bool") (identifier "bVar3") (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "wchar_t *pwVar8;" (type_identifier "wchar_t") (pointer_declarator "*pwVar8" (* "*") (identifier "pwVar8")) (; ";")) (declaration "ulong uVar9;" (type_identifier "ulong") (identifier "uVar9") (; ";")) (declaration "bool bVar10;" (primitive_type "bool") (identifier "bVar10") (; ";")) (declaration "uint uVar11;" (type_identifier "uint") (identifier "uVar11") (; ";")) (declaration "bool bVar12;" (primitive_type "bool") (identifier "bVar12") (; ";")) (declaration "ulong uVar13;" (type_identifier "ulong") (identifier "uVar13") (; ";")) (declaration "ulong extraout_RDX;" (type_identifier "ulong") (identifier "extraout_RDX") (; ";")) (declaration "ulong extraout_RDX_00;" (type_identifier "ulong") (identifier "extraout_RDX_00") (; ";")) (declaration "bool bVar14;" (primitive_type "bool") (identifier "bVar14") (; ";")) (declaration "char cVar15;" (primitive_type "char") (identifier "cVar15") (; ";")) (declaration "int iVar16;" (primitive_type "int") (identifier "iVar16") (; ";")) (declaration "ulong uVar17;" (type_identifier "ulong") (identifier "uVar17") (; ";")) (declaration "int iVar18;" (primitive_type "int") (identifier "iVar18") (; ";")) (declaration "bool bVar19;" (primitive_type "bool") (identifier "bVar19") (; ";")) (declaration "undefined1 auVar20 [16];" (type_identifier "undefined1") (array_declarator "auVar20 [16]" (identifier "auVar20") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "long **pplStack_c8;" (sized_type_specifier "long" (long "long")) (pointer_declarator "**pplStack_c8" (* "*") (pointer_declarator "*pplStack_c8" (* "*") (identifier "pplStack_c8"))) (; ";")) (declaration "ulong uStack_b0;" (type_identifier "ulong") (identifier "uStack_b0") (; ";")) (declaration "long **pplStack_a8;" (sized_type_specifier "long" (long "long")) (pointer_declarator "**pplStack_a8" (* "*") (pointer_declarator "*pplStack_a8" (* "*") (identifier "pplStack_a8"))) (; ";")) (declaration "ulong uStack_98;" (type_identifier "ulong") (identifier "uStack_98") (; ";")) (declaration "ulong uStack_90;" (type_identifier "ulong") (identifier "uStack_90") (; ";")) (declaration "ulong uStack_88;" (type_identifier "ulong") (identifier "uStack_88") (; ";")) (declaration "long *plStack_68;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plStack_68" (* "*") (identifier "plStack_68")) (; ";")) (declaration "undefined8 uStack_60;" (type_identifier "undefined8") (identifier "uStack_60") (; ";")) (declaration "long *plStack_58;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plStack_58" (* "*") (identifier "plStack_58")) (; ";")) (declaration "ulong uStack_50;" (type_identifier "ulong") (identifier "uStack_50") (; ";")) (declaration "undefined1 uStack_42;" (type_identifier "undefined1") (identifier "uStack_42") (; ";")) (declaration "undefined1 uStack_41;" (type_identifier "undefined1") (identifier "uStack_41") (; ";")) (declaration "undefined1 *apuStack_40 [2];" (type_identifier "undefined1") (pointer_declarator "*apuStack_40 [2]" (* "*") (array_declarator "apuStack_40 [2]" (identifier "apuStack_40") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "plStack_68 = param_4;" (assignment_expression "plStack_68 = param_4" (identifier "plStack_68") (= "=") (identifier "param_4")) (; ";")) (expression_statement "uStack_60 = param_5;" (assignment_expression "uStack_60 = param_5" (identifier "uStack_60") (= "=") (identifier "param_5")) (; ";")) (expression_statement "plStack_58 = param_2;" (assignment_expression "plStack_58 = param_2" (identifier "plStack_58") (= "=") (identifier "param_2")) (; ";")) (expression_statement "uStack_50 = param_3;" (assignment_expression "uStack_50 = param_3" (identifier "uStack_50") (= "=") (identifier "param_3")) (; ";")) (expression_statement "lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0);" (assignment_expression "lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0)" (identifier "lVar7") (= "=") (call_expression "FUN_00341df0(&uStack_42,param_6 + 0xd0)" (identifier "FUN_00341df0") (argument_list "(&uStack_42,param_6 + 0xd0)" (( "(") (pointer_expression "&uStack_42" (& "&") (identifier "uStack_42")) (, ",") (binary_expression "param_6 + 0xd0" (identifier "param_6") (+ "+") (number_literal "0xd0")) () ")")))) (; ";")) (expression_statement "uVar11 = *(uint *)(param_6 + 0x18) & 0x4a;" (assignment_expression "uVar11 = *(uint *)(param_6 + 0x18) & 0x4a" (identifier "uVar11") (= "=") (binary_expression "*(uint *)(param_6 + 0x18) & 0x4a" (pointer_expression "*(uint *)(param_6 + 0x18)" (* "*") (cast_expression "(uint *)(param_6 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_6 + 0x18)" (( "(") (binary_expression "param_6 + 0x18" (identifier "param_6") (+ "+") (number_literal "0x18")) () ")")))) (& "&") (number_literal "0x4a"))) (; ";")) (if_statement "if (uVar11 == 0x40) {\n iVar16 = 8;\nLAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uStack_98 = (ulong)iVar16;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n uVar13 = uStack_90 % uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }\n }\n else {\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" (if "if") (parenthesized_expression "(uVar11 == 0x40)" (( "(") (binary_expression "uVar11 == 0x40" (identifier "uVar11") (== "==") (number_literal "0x40")) () ")")) (compound_statement "{\n iVar16 = 8;\nLAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }\n apuStack_40[0] = &DAT_00468658;\n if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uStack_98 = (ulong)iVar16;\n uStack_90 = 0x7fffffffffffffff;\n if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }\n uStack_88 = uStack_90 / uStack_98;\n uVar13 = uStack_90 % uStack_98;\n if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }\n }" ({ "{") (expression_statement "iVar16 = 8;" (assignment_expression "iVar16 = 8" (identifier "iVar16") (= "=") (number_literal "8")) (; ";")) (labeled_statement "LAB_00345c9d:\n cVar2 = FUN_00343350(&plStack_58);" (statement_identifier "LAB_00345c9d") (: ":") (expression_statement "cVar2 = FUN_00343350(&plStack_58);" (assignment_expression "cVar2 = FUN_00343350(&plStack_58)" (identifier "cVar2") (= "=") (call_expression "FUN_00343350(&plStack_58)" (identifier "FUN_00343350") (argument_list "(&plStack_58)" (( "(") (pointer_expression "&plStack_58" (& "&") (identifier "plStack_58")) () ")")))) (; ";"))) (if_statement "if (cVar2 == '\0') {\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }\n else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\nLAB_00345ccb:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;\n if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }\nLAB_00345e30:\n uStack_b0 = 0x16;\n if (iVar16 != 0x10) goto LAB_00345e3f;\n }" ({ "{") (labeled_statement "LAB_00345ccb:\n pplStack_a8 = &plStack_68;" (statement_identifier "LAB_00345ccb") (: ":") (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" (identifier "pplStack_a8") (= "=") (pointer_expression "&plStack_68" (& "&") (identifier "plStack_68"))) (; ";"))) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" (identifier "pplStack_c8") (= "=") (pointer_expression "&plStack_58" (& "&") (identifier "plStack_58"))) (; ";")) (expression_statement "uVar5 = FUN_0033c560(pplStack_c8);" (assignment_expression "uVar5 = FUN_0033c560(pplStack_c8)" (identifier "uVar5") (= "=") (call_expression "FUN_0033c560(pplStack_c8)" (identifier "FUN_0033c560") (argument_list "(pplStack_c8)" (( "(") (identifier "pplStack_c8") () ")")))) (; ";")) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" (identifier "cVar15") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar9 = (ulong)uVar5;" (assignment_expression "uVar9 = (ulong)uVar5" (identifier "uVar9") (= "=") (cast_expression "(ulong)uVar5" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar5"))) (; ";")) (expression_statement "bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5;" (assignment_expression "bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5" (identifier "bVar19") (= "=") (binary_expression "*(uint *)(lVar7 + 0xe0) == uVar5" (pointer_expression "*(uint *)(lVar7 + 0xe0)" (* "*") (cast_expression "(uint *)(lVar7 + 0xe0)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0xe0)" (( "(") (binary_expression "lVar7 + 0xe0" (identifier "lVar7") (+ "+") (number_literal "0xe0")) () ")")))) (== "==") (identifier "uVar5"))) (; ";")) (if_statement "if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }\n else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" (if "if") (parenthesized_expression "((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5))" (( "(") (binary_expression "(((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) &&\n (*(uint *)(lVar7 + 0x48) != uVar5)" (parenthesized_expression "(((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5))))" (( "(") (binary_expression "((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) &&\n ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))" (parenthesized_expression "((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5))" (( "(") (binary_expression "(bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)" (parenthesized_expression "(bVar19)" (( "(") (identifier "bVar19") () ")")) (|| "||") (parenthesized_expression "(*(uint *)(lVar7 + 0xe4) == uVar5)" (( "(") (binary_expression "*(uint *)(lVar7 + 0xe4) == uVar5" (pointer_expression "*(uint *)(lVar7 + 0xe4)" (* "*") (cast_expression "(uint *)(lVar7 + 0xe4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0xe4)" (( "(") (binary_expression "lVar7 + 0xe4" (identifier "lVar7") (+ "+") (number_literal "0xe4")) () ")")))) (== "==") (identifier "uVar5")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))" (( "(") (parenthesized_expression "(cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5))" (( "(") (binary_expression "cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)" (binary_expression "cVar15 == '\0'" (identifier "cVar15") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (|| "||") (parenthesized_expression "(*(uint *)(lVar7 + 0x4c) != uVar5)" (( "(") (binary_expression "*(uint *)(lVar7 + 0x4c) != uVar5" (pointer_expression "*(uint *)(lVar7 + 0x4c)" (* "*") (cast_expression "(uint *)(lVar7 + 0x4c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x4c)" (( "(") (binary_expression "lVar7 + 0x4c" (identifier "lVar7") (+ "+") (number_literal "0x4c")) () ")")))) (!= "!=") (identifier "uVar5")) () ")"))) () ")")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*(uint *)(lVar7 + 0x48) != uVar5)" (( "(") (binary_expression "*(uint *)(lVar7 + 0x48) != uVar5" (pointer_expression "*(uint *)(lVar7 + 0x48)" (* "*") (cast_expression "(uint *)(lVar7 + 0x48)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x48)" (( "(") (binary_expression "lVar7 + 0x48" (identifier "lVar7") (+ "+") (number_literal "0x48")) () ")")))) (!= "!=") (identifier "uVar5")) () ")"))) () ")")) (compound_statement "{\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n iVar18 = 0;\n bVar10 = false;\n }" ({ "{") (expression_statement "FUN_002fc080(plStack_58);" (call_expression "FUN_002fc080(plStack_58)" (identifier "FUN_002fc080") (argument_list "(plStack_58)" (( "(") (identifier "plStack_58") () ")"))) (; ";")) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "uStack_50") (= "=") (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "CONCAT44") (argument_list "(uStack_50._4_4_,0xffffffff)" (( "(") (field_expression "uStack_50._4_4_" (identifier "uStack_50") (. ".") (field_identifier "_4_4_")) (, ",") (number_literal "0xffffffff") () ")")))) (; ";")) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" (identifier "cVar2") (= "=") (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" (identifier "FUN_00343350") (argument_list "(pplStack_c8,pplStack_a8)" (( "(") (identifier "pplStack_c8") (, ",") (identifier "pplStack_a8") () ")")))) (; ";")) (if_statement "if (cVar2 == '\0') {\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar5 = FUN_0033c560(pplStack_c8);\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = (ulong)uVar5;\n goto LAB_00345d50;\n }" ({ "{") (expression_statement "uVar5 = FUN_0033c560(pplStack_c8);" (assignment_expression "uVar5 = FUN_0033c560(pplStack_c8)" (identifier "uVar5") (= "=") (call_expression "FUN_0033c560(pplStack_c8)" (identifier "FUN_0033c560") (argument_list "(pplStack_c8)" (( "(") (identifier "pplStack_c8") () ")")))) (; ";")) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" (identifier "cVar15") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar9 = (ulong)uVar5;" (assignment_expression "uVar9 = (ulong)uVar5" (identifier "uVar9") (= "=") (cast_expression "(ulong)uVar5" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar5"))) (; ";")) (goto_statement "goto LAB_00345d50;" (goto "goto") (statement_identifier "LAB_00345d50") (; ";")) (} "}"))) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" (identifier "cVar15") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" (identifier "bVar10") (= "=") (false "false")) (; ";")) (} "}")) (else_clause "else {\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" (else "else") (compound_statement "{\nLAB_00345d50:\n bVar10 = false;\n iVar18 = 0;\n do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);\n cVar2 = '\0';\n }" ({ "{") (labeled_statement "LAB_00345d50:\n bVar10 = false;" (statement_identifier "LAB_00345d50") (: ":") (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" (identifier "bVar10") (= "=") (false "false")) (; ";"))) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n } while (bVar10);" (do "do") (compound_statement "{\n iVar6 = (int)uVar9;\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }\n if (*(int *)(lVar7 + 0x48) == iVar6) break;\n if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }\n bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;\n bVar12 = (int)uStack_60 == -1;\n if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }\n if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }\n uVar9 = uStack_50 & 0xffffffff;\n if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }\n cVar15 = *(char *)(lVar7 + 0x20);\n }" ({ "{") (expression_statement "iVar6 = (int)uVar9;" (assignment_expression "iVar6 = (int)uVar9" (identifier "iVar6") (= "=") (cast_expression "(int)uVar9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar9"))) (; ";")) (if_statement "if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) {\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }" (if "if") (parenthesized_expression "((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6))" (( "(") (binary_expression "(cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)" (parenthesized_expression "(cVar15 != '\0')" (( "(") (binary_expression "cVar15 != '\0'" (identifier "cVar15") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(lVar7 + 0x4c) == iVar6)" (( "(") (binary_expression "*(int *)(lVar7 + 0x4c) == iVar6" (pointer_expression "*(int *)(lVar7 + 0x4c)" (* "*") (cast_expression "(int *)(lVar7 + 0x4c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x4c)" (( "(") (binary_expression "lVar7 + 0x4c" (identifier "lVar7") (+ "+") (number_literal "0x4c")) () ")")))) (== "==") (identifier "iVar6")) () ")"))) () ")")) (compound_statement "{\n cVar2 = '\0';\n if (iVar16 != 0x10) goto LAB_00345e3f;\n uStack_b0 = 0x16;\n cVar2 = '\0';\n goto LAB_00346468;\n }" ({ "{") (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" (identifier "cVar2") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (if_statement "if (iVar16 != 0x10) goto LAB_00345e3f;" (if "if") (parenthesized_expression "(iVar16 != 0x10)" (( "(") (binary_expression "iVar16 != 0x10" (identifier "iVar16") (!= "!=") (number_literal "0x10")) () ")")) (goto_statement "goto LAB_00345e3f;" (goto "goto") (statement_identifier "LAB_00345e3f") (; ";"))) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" (identifier "uStack_b0") (= "=") (number_literal "0x16")) (; ";")) (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" (identifier "cVar2") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (goto_statement "goto LAB_00346468;" (goto "goto") (statement_identifier "LAB_00346468") (; ";")) (} "}"))) (if_statement "if (*(int *)(lVar7 + 0x48) == iVar6) break;" (if "if") (parenthesized_expression "(*(int *)(lVar7 + 0x48) == iVar6)" (( "(") (binary_expression "*(int *)(lVar7 + 0x48) == iVar6" (pointer_expression "*(int *)(lVar7 + 0x48)" (* "*") (cast_expression "(int *)(lVar7 + 0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x48)" (( "(") (binary_expression "lVar7 + 0x48" (identifier "lVar7") (+ "+") (number_literal "0x48")) () ")")))) (== "==") (identifier "iVar6")) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if (*(int *)(lVar7 + 0xf0) == iVar6) {\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }\n else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(lVar7 + 0xf0) == iVar6)" (( "(") (binary_expression "*(int *)(lVar7 + 0xf0) == iVar6" (pointer_expression "*(int *)(lVar7 + 0xf0)" (* "*") (cast_expression "(int *)(lVar7 + 0xf0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0xf0)" (( "(") (binary_expression "lVar7 + 0xf0" (identifier "lVar7") (+ "+") (number_literal "0xf0")) () ")")))) (== "==") (identifier "iVar6")) () ")")) (compound_statement "{\n bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);\n if (!bVar14) goto LAB_00345d8a;\n bVar10 = uVar11 == 0 || iVar16 == 8;\n if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }\n iVar18 = 0;\n iVar16 = 8;\n uVar13 = plStack_58[2];\n if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;\nLAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n if (plStack_58 != (long *)0x0) goto LAB_00345de1;\n bVar14 = true;\n }" ({ "{") (expression_statement "bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U);" (assignment_expression "bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U)" (identifier "bVar14") (= "=") (cast_expression "(bool)(iVar16 == 10 | bVar10 ^ 1U)" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (parenthesized_expression "(iVar16 == 10 | bVar10 ^ 1U)" (( "(") (binary_expression "iVar16 == 10 | bVar10 ^ 1U" (binary_expression "iVar16 == 10" (identifier "iVar16") (== "==") (number_literal "10")) (| "|") (binary_expression "bVar10 ^ 1U" (identifier "bVar10") (^ "^") (number_literal "1U"))) () ")")))) (; ";")) (if_statement "if (!bVar14) goto LAB_00345d8a;" (if "if") (parenthesized_expression "(!bVar14)" (( "(") (unary_expression "!bVar14" (! "!") (identifier "bVar14")) () ")")) (goto_statement "goto LAB_00345d8a;" (goto "goto") (statement_identifier "LAB_00345d8a") (; ";"))) (expression_statement "bVar10 = uVar11 == 0 || iVar16 == 8;" (assignment_expression "bVar10 = uVar11 == 0 || iVar16 == 8" (identifier "bVar10") (= "=") (binary_expression "uVar11 == 0 || iVar16 == 8" (binary_expression "uVar11 == 0" (identifier "uVar11") (== "==") (number_literal "0")) (|| "||") (binary_expression "iVar16 == 8" (identifier "iVar16") (== "==") (number_literal "8")))) (; ";")) (if_statement "if (uVar11 != 0 && iVar16 != 8) {\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }" (if "if") (parenthesized_expression "(uVar11 != 0 && iVar16 != 8)" (( "(") (binary_expression "uVar11 != 0 && iVar16 != 8" (binary_expression "uVar11 != 0" (identifier "uVar11") (!= "!=") (number_literal "0")) (&& "&&") (binary_expression "iVar16 != 8" (identifier "iVar16") (!= "!=") (number_literal "8"))) () ")")) (compound_statement "{\n iVar18 = iVar18 + 1;\n goto LAB_00345dbe;\n }" ({ "{") (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" (identifier "iVar18") (= "=") (binary_expression "iVar18 + 1" (identifier "iVar18") (+ "+") (number_literal "1"))) (; ";")) (goto_statement "goto LAB_00345dbe;" (goto "goto") (statement_identifier "LAB_00345dbe") (; ";")) (} "}"))) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar16 = 8;" (assignment_expression "iVar16 = 8" (identifier "iVar16") (= "=") (number_literal "8")) (; ";")) (expression_statement "uVar13 = plStack_58[2];" (assignment_expression "uVar13 = plStack_58[2]" (identifier "uVar13") (= "=") (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]"))) (; ";")) (if_statement "if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1;" (if "if") (parenthesized_expression "(uVar13 < (ulong)plStack_58[3])" (( "(") (binary_expression "uVar13 < (ulong)plStack_58[3]" (identifier "uVar13") (< "<") (cast_expression "(ulong)plStack_58[3]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "plStack_58[3]" (identifier "plStack_58") ([ "[") (number_literal "3") (] "]")))) () ")")) (goto_statement "goto LAB_00345dd1;" (goto "goto") (statement_identifier "LAB_00345dd1") (; ";"))) (labeled_statement "LAB_003461c8:\n (**(code **)(*plStack_58 + 0x50))();" (statement_identifier "LAB_003461c8") (: ":") (expression_statement "(**(code **)(*plStack_58 + 0x50))();" (call_expression "(**(code **)(*plStack_58 + 0x50))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x50))" (( "(") (pointer_expression "**(code **)(*plStack_58 + 0x50)" (* "*") (pointer_expression "*(code **)(*plStack_58 + 0x50)" (* "*") (cast_expression "(code **)(*plStack_58 + 0x50)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plStack_58 + 0x50)" (( "(") (binary_expression "*plStack_58 + 0x50" (pointer_expression "*plStack_58" (* "*") (identifier "plStack_58")) (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";"))) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "uStack_50") (= "=") (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "CONCAT44") (argument_list "(uStack_50._4_4_,0xffffffff)" (( "(") (field_expression "uStack_50._4_4_" (identifier "uStack_50") (. ".") (field_identifier "_4_4_")) (, ",") (number_literal "0xffffffff") () ")")))) (; ";")) (if_statement "if (plStack_58 != (long *)0x0) goto LAB_00345de1;" (if "if") (parenthesized_expression "(plStack_58 != (long *)0x0)" (( "(") (binary_expression "plStack_58 != (long *)0x0" (identifier "plStack_58") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_00345de1;" (goto "goto") (statement_identifier "LAB_00345de1") (; ";"))) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" (identifier "bVar14") (= "=") (true "true")) (; ";")) (} "}")) (else_clause "else {\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" (else "else") (compound_statement "{\n if (!bVar10) break;\nLAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }\n cVar2 = iVar16 == 0x10 || uVar11 == 0;\n if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }\n iVar18 = 0;\n bVar14 = false;\n iVar16 = 0x10;\nLAB_00345dbe:\n uVar13 = plStack_58[2];\n bVar10 = bVar14;\n if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;\nLAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n plStack_58[2] = uVar13 + 4;\nLAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }\n bVar14 = false;\n if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }\n }" ({ "{") (if_statement "if (!bVar10) break;" (if "if") (parenthesized_expression "(!bVar10)" (( "(") (unary_expression "!bVar10" (! "!") (identifier "bVar10")) () ")")) (break_statement "break;" (break "break") (; ";"))) (labeled_statement "LAB_00345d8a:\n if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" (statement_identifier "LAB_00345d8a") (: ":") (if_statement "if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) {\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" (if "if") (parenthesized_expression "((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6))" (( "(") (binary_expression "(*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)" (parenthesized_expression "(*(int *)(lVar7 + 0xe8) != iVar6)" (( "(") (binary_expression "*(int *)(lVar7 + 0xe8) != iVar6" (pointer_expression "*(int *)(lVar7 + 0xe8)" (* "*") (cast_expression "(int *)(lVar7 + 0xe8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0xe8)" (( "(") (binary_expression "lVar7 + 0xe8" (identifier "lVar7") (+ "+") (number_literal "0xe8")) () ")")))) (!= "!=") (identifier "iVar6")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(lVar7 + 0xec) != iVar6)" (( "(") (binary_expression "*(int *)(lVar7 + 0xec) != iVar6" (pointer_expression "*(int *)(lVar7 + 0xec)" (* "*") (cast_expression "(int *)(lVar7 + 0xec)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0xec)" (( "(") (binary_expression "lVar7 + 0xec" (identifier "lVar7") (+ "+") (number_literal "0xec")) () ")")))) (!= "!=") (identifier "iVar6")) () ")"))) () ")")) (compound_statement "{\n cVar2 = '\0';\n bVar10 = true;\n goto LAB_00345e30;\n }" ({ "{") (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" (identifier "cVar2") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "bVar10 = true;" (assignment_expression "bVar10 = true" (identifier "bVar10") (= "=") (true "true")) (; ";")) (goto_statement "goto LAB_00345e30;" (goto "goto") (statement_identifier "LAB_00345e30") (; ";")) (} "}")))) (expression_statement "cVar2 = iVar16 == 0x10 || uVar11 == 0;" (assignment_expression "cVar2 = iVar16 == 0x10 || uVar11 == 0" (identifier "cVar2") (= "=") (binary_expression "iVar16 == 0x10 || uVar11 == 0" (binary_expression "iVar16 == 0x10" (identifier "iVar16") (== "==") (number_literal "0x10")) (|| "||") (binary_expression "uVar11 == 0" (identifier "uVar11") (== "==") (number_literal "0")))) (; ";")) (if_statement "if (iVar16 != 0x10 && uVar11 != 0) {\n bVar10 = true;\n goto LAB_00345e3f;\n }" (if "if") (parenthesized_expression "(iVar16 != 0x10 && uVar11 != 0)" (( "(") (binary_expression "iVar16 != 0x10 && uVar11 != 0" (binary_expression "iVar16 != 0x10" (identifier "iVar16") (!= "!=") (number_literal "0x10")) (&& "&&") (binary_expression "uVar11 != 0" (identifier "uVar11") (!= "!=") (number_literal "0"))) () ")")) (compound_statement "{\n bVar10 = true;\n goto LAB_00345e3f;\n }" ({ "{") (expression_statement "bVar10 = true;" (assignment_expression "bVar10 = true" (identifier "bVar10") (= "=") (true "true")) (; ";")) (goto_statement "goto LAB_00345e3f;" (goto "goto") (statement_identifier "LAB_00345e3f") (; ";")) (} "}"))) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "iVar16 = 0x10;" (assignment_expression "iVar16 = 0x10" (identifier "iVar16") (= "=") (number_literal "0x10")) (; ";")) (labeled_statement "LAB_00345dbe:\n uVar13 = plStack_58[2];" (statement_identifier "LAB_00345dbe") (: ":") (expression_statement "uVar13 = plStack_58[2];" (assignment_expression "uVar13 = plStack_58[2]" (identifier "uVar13") (= "=") (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]"))) (; ";"))) (expression_statement "bVar10 = bVar14;" (assignment_expression "bVar10 = bVar14" (identifier "bVar10") (= "=") (identifier "bVar14")) (; ";")) (if_statement "if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8;" (if "if") (parenthesized_expression "((ulong)plStack_58[3] <= uVar13)" (( "(") (binary_expression "(ulong)plStack_58[3] <= uVar13" (cast_expression "(ulong)plStack_58[3]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "plStack_58[3]" (identifier "plStack_58") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (identifier "uVar13")) () ")")) (goto_statement "goto LAB_003461c8;" (goto "goto") (statement_identifier "LAB_003461c8") (; ";"))) (labeled_statement "LAB_00345dd1:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (statement_identifier "LAB_00345dd1") (: ":") (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "uStack_50") (= "=") (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "CONCAT44") (argument_list "(uStack_50._4_4_,0xffffffff)" (( "(") (field_expression "uStack_50._4_4_" (identifier "uStack_50") (. ".") (field_identifier "_4_4_")) (, ",") (number_literal "0xffffffff") () ")")))) (; ";"))) (expression_statement "plStack_58[2] = uVar13 + 4;" (assignment_expression "plStack_58[2] = uVar13 + 4" (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "uVar13 + 4" (identifier "uVar13") (+ "+") (number_literal "4"))) (; ";")) (labeled_statement "LAB_00345de1:\n if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" (statement_identifier "LAB_00345de1") (: ":") (if_statement "if ((int *)plStack_58[2] < (int *)plStack_58[3]) {\n iVar6 = *(int *)plStack_58[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" (if "if") (parenthesized_expression "((int *)plStack_58[2] < (int *)plStack_58[3])" (( "(") (binary_expression "(int *)plStack_58[2] < (int *)plStack_58[3]" (cast_expression "(int *)plStack_58[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(int *)plStack_58[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_58[3]" (identifier "plStack_58") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n iVar6 = *(int *)plStack_58[2];\n }" ({ "{") (expression_statement "iVar6 = *(int *)plStack_58[2];" (assignment_expression "iVar6 = *(int *)plStack_58[2]" (identifier "iVar6") (= "=") (pointer_expression "*(int *)plStack_58[2]" (* "*") (cast_expression "(int *)plStack_58[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]"))))) (; ";")) (} "}")) (else_clause "else {\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" (else "else") (compound_statement "{\n iVar6 = (**(code **)(*plStack_58 + 0x48))();\n }" ({ "{") (expression_statement "iVar6 = (**(code **)(*plStack_58 + 0x48))();" (assignment_expression "iVar6 = (**(code **)(*plStack_58 + 0x48))()" (identifier "iVar6") (= "=") (call_expression "(**(code **)(*plStack_58 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x48))" (( "(") (pointer_expression "**(code **)(*plStack_58 + 0x48)" (* "*") (pointer_expression "*(code **)(*plStack_58 + 0x48)" (* "*") (cast_expression "(code **)(*plStack_58 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plStack_58 + 0x48)" (( "(") (binary_expression "*plStack_58 + 0x48" (pointer_expression "*plStack_58" (* "*") (identifier "plStack_58")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}"))))) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (if_statement "if (iVar6 == -1) {\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }" (if "if") (parenthesized_expression "(iVar6 == -1)" (( "(") (binary_expression "iVar6 == -1" (identifier "iVar6") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n plStack_58 = (long *)0x0;\n bVar14 = true;\n }" ({ "{") (expression_statement "plStack_58 = (long *)0x0;" (assignment_expression "plStack_58 = (long *)0x0" (identifier "plStack_58") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" (identifier "bVar14") (= "=") (true "true")) (; ";")) (} "}"))) (} "}")))) (expression_statement "bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1;" (assignment_expression "bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1" (identifier "bVar3") (= "=") (binary_expression "plStack_68 != (long *)0x0 && (int)uStack_60 == -1" (binary_expression "plStack_68 != (long *)0x0" (identifier "plStack_68") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (&& "&&") (binary_expression "(int)uStack_60 == -1" (cast_expression "(int)uStack_60" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uStack_60")) (== "==") (number_literal "-1")))) (; ";")) (expression_statement "bVar12 = (int)uStack_60 == -1;" (assignment_expression "bVar12 = (int)uStack_60 == -1" (identifier "bVar12") (= "=") (binary_expression "(int)uStack_60 == -1" (cast_expression "(int)uStack_60" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uStack_60")) (== "==") (number_literal "-1"))) (; ";")) (if_statement "if (bVar3) {\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }" (if "if") (parenthesized_expression "(bVar3)" (( "(") (identifier "bVar3") () ")")) (compound_statement "{\n if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }\n bVar12 = false;\n if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }\n }" ({ "{") (if_statement "if ((int *)plStack_68[2] < (int *)plStack_68[3]) {\n iVar6 = *(int *)plStack_68[2];\n }\n else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" (if "if") (parenthesized_expression "((int *)plStack_68[2] < (int *)plStack_68[3])" (( "(") (binary_expression "(int *)plStack_68[2] < (int *)plStack_68[3]" (cast_expression "(int *)plStack_68[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_68[2]" (identifier "plStack_68") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(int *)plStack_68[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_68[3]" (identifier "plStack_68") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n iVar6 = *(int *)plStack_68[2];\n }" ({ "{") (expression_statement "iVar6 = *(int *)plStack_68[2];" (assignment_expression "iVar6 = *(int *)plStack_68[2]" (identifier "iVar6") (= "=") (pointer_expression "*(int *)plStack_68[2]" (* "*") (cast_expression "(int *)plStack_68[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_68[2]" (identifier "plStack_68") ([ "[") (number_literal "2") (] "]"))))) (; ";")) (} "}")) (else_clause "else {\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" (else "else") (compound_statement "{\n iVar6 = (**(code **)(*plStack_68 + 0x48))();\n }" ({ "{") (expression_statement "iVar6 = (**(code **)(*plStack_68 + 0x48))();" (assignment_expression "iVar6 = (**(code **)(*plStack_68 + 0x48))()" (identifier "iVar6") (= "=") (call_expression "(**(code **)(*plStack_68 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_68 + 0x48))" (( "(") (pointer_expression "**(code **)(*plStack_68 + 0x48)" (* "*") (pointer_expression "*(code **)(*plStack_68 + 0x48)" (* "*") (cast_expression "(code **)(*plStack_68 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plStack_68 + 0x48)" (( "(") (binary_expression "*plStack_68 + 0x48" (pointer_expression "*plStack_68" (* "*") (identifier "plStack_68")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (expression_statement "bVar12 = false;" (assignment_expression "bVar12 = false" (identifier "bVar12") (= "=") (false "false")) (; ";")) (if_statement "if (iVar6 == -1) {\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }" (if "if") (parenthesized_expression "(iVar6 == -1)" (( "(") (binary_expression "iVar6 == -1" (identifier "iVar6") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n plStack_68 = (long *)0x0;\n bVar12 = bVar3;\n }" ({ "{") (expression_statement "plStack_68 = (long *)0x0;" (assignment_expression "plStack_68 = (long *)0x0" (identifier "plStack_68") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "bVar12 = bVar3;" (assignment_expression "bVar12 = bVar3" (identifier "bVar12") (= "=") (identifier "bVar3")) (; ";")) (} "}"))) (} "}"))) (if_statement "if (bVar12 == bVar14) {\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }" (if "if") (parenthesized_expression "(bVar12 == bVar14)" (( "(") (binary_expression "bVar12 == bVar14" (identifier "bVar12") (== "==") (identifier "bVar14")) () ")")) (compound_statement "{\n cVar15 = *(char *)(lVar7 + 0x20);\n cVar2 = '\x01';\n goto LAB_00345e30;\n }" ({ "{") (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" (identifier "cVar15") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "cVar2 = '\x01';" (assignment_expression "cVar2 = '\x01'" (identifier "cVar2") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (goto_statement "goto LAB_00345e30;" (goto "goto") (statement_identifier "LAB_00345e30") (; ";")) (} "}"))) (expression_statement "uVar9 = uStack_50 & 0xffffffff;" (assignment_expression "uVar9 = uStack_50 & 0xffffffff" (identifier "uVar9") (= "=") (binary_expression "uStack_50 & 0xffffffff" (identifier "uStack_50") (& "&") (number_literal "0xffffffff"))) (; ";")) (if_statement "if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) {\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }" (if "if") (parenthesized_expression "((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1))" (( "(") (binary_expression "(plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)" (parenthesized_expression "(plStack_58 != (long *)0x0)" (( "(") (binary_expression "plStack_58 != (long *)0x0" (identifier "plStack_58") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "((int)uStack_50 == -1)" (( "(") (binary_expression "(int)uStack_50 == -1" (cast_expression "(int)uStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uStack_50")) (== "==") (number_literal "-1")) () ")"))) () ")")) (compound_statement "{\n if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }\n if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }\n }" ({ "{") (if_statement "if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) {\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }\n else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" (if "if") (parenthesized_expression "((uint *)plStack_58[2] < (uint *)plStack_58[3])" (( "(") (binary_expression "(uint *)plStack_58[2] < (uint *)plStack_58[3]" (cast_expression "(uint *)plStack_58[2]" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(uint *)plStack_58[3]" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_58[3]" (identifier "plStack_58") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n uVar9 = (ulong)*(uint *)plStack_58[2];\n }" ({ "{") (expression_statement "uVar9 = (ulong)*(uint *)plStack_58[2];" (assignment_expression "uVar9 = (ulong)*(uint *)plStack_58[2]" (identifier "uVar9") (= "=") (binary_expression "(ulong)*(uint *)plStack_58[2]" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)plStack_58[2]" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]"))))) (; ";")) (} "}")) (else_clause "else {\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" (else "else") (compound_statement "{\n uVar9 = (**(code **)(*plStack_58 + 0x48))();\n uVar9 = uVar9 & 0xffffffff;\n }" ({ "{") (expression_statement "uVar9 = (**(code **)(*plStack_58 + 0x48))();" (assignment_expression "uVar9 = (**(code **)(*plStack_58 + 0x48))()" (identifier "uVar9") (= "=") (call_expression "(**(code **)(*plStack_58 + 0x48))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x48))" (( "(") (pointer_expression "**(code **)(*plStack_58 + 0x48)" (* "*") (pointer_expression "*(code **)(*plStack_58 + 0x48)" (* "*") (cast_expression "(code **)(*plStack_58 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plStack_58 + 0x48)" (( "(") (binary_expression "*plStack_58 + 0x48" (pointer_expression "*plStack_58" (* "*") (identifier "plStack_58")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar9 = uVar9 & 0xffffffff;" (assignment_expression "uVar9 = uVar9 & 0xffffffff" (identifier "uVar9") (= "=") (binary_expression "uVar9 & 0xffffffff" (identifier "uVar9") (& "&") (number_literal "0xffffffff"))) (; ";")) (} "}")))) (if_statement "if ((int)uVar9 == -1) {\n plStack_58 = (long *)0x0;\n }" (if "if") (parenthesized_expression "((int)uVar9 == -1)" (( "(") (binary_expression "(int)uVar9 == -1" (cast_expression "(int)uVar9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar9")) (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n plStack_58 = (long *)0x0;\n }" ({ "{") (expression_statement "plStack_58 = (long *)0x0;" (assignment_expression "plStack_58 = (long *)0x0" (identifier "plStack_58") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" (identifier "cVar15") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar10)" (( "(") (identifier "bVar10") () ")")) (; ";")) (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" (identifier "cVar2") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}")))) (labeled_statement "LAB_00345e30:\n uStack_b0 = 0x16;" (statement_identifier "LAB_00345e30") (: ":") (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" (identifier "uStack_b0") (= "=") (number_literal "0x16")) (; ";"))) (if_statement "if (iVar16 != 0x10) goto LAB_00345e3f;" (if "if") (parenthesized_expression "(iVar16 != 0x10)" (( "(") (binary_expression "iVar16 != 0x10" (identifier "iVar16") (!= "!=") (number_literal "0x10")) () ")")) (goto_statement "goto LAB_00345e3f;" (goto "goto") (statement_identifier "LAB_00345e3f") (; ";"))) (} "}")) (else_clause "else {\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" (else "else") (compound_statement "{\n cVar15 = *(char *)(lVar7 + 0x20);\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\nLAB_00345e3f:\n uStack_b0 = (ulong)iVar16;\n }" ({ "{") (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" (identifier "cVar15") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" (identifier "uVar9") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" (identifier "bVar10") (= "=") (false "false")) (; ";")) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" (identifier "bVar19") (= "=") (false "false")) (; ";")) (labeled_statement "LAB_00345e3f:\n uStack_b0 = (ulong)iVar16;" (statement_identifier "LAB_00345e3f") (: ":") (expression_statement "uStack_b0 = (ulong)iVar16;" (assignment_expression "uStack_b0 = (ulong)iVar16" (identifier "uStack_b0") (= "=") (cast_expression "(ulong)iVar16" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "iVar16"))) (; ";"))) (} "}")))) (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" (identifier "apuStack_40") ([ "[") (number_literal "0") (] "]")) (= "=") (pointer_expression "&DAT_00468658" (& "&") (identifier "DAT_00468658"))) (; ";")) (if_statement "if (cVar15 != '\0') {\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }" (if "if") (parenthesized_expression "(cVar15 != '\0')" (( "(") (binary_expression "cVar15 != '\0'" (identifier "cVar15") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\nLAB_00346468:\n apuStack_40[0] = &DAT_00468658;\n FUN_00325990(apuStack_40,0x20);\n }" ({ "{") (labeled_statement "LAB_00346468:\n apuStack_40[0] = &DAT_00468658;" (statement_identifier "LAB_00346468") (: ":") (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" (identifier "apuStack_40") ([ "[") (number_literal "0") (] "]")) (= "=") (pointer_expression "&DAT_00468658" (& "&") (identifier "DAT_00468658"))) (; ";"))) (expression_statement "FUN_00325990(apuStack_40,0x20);" (call_expression "FUN_00325990(apuStack_40,0x20)" (identifier "FUN_00325990") (argument_list "(apuStack_40,0x20)" (( "(") (identifier "apuStack_40") (, ",") (number_literal "0x20") () ")"))) (; ";")) (} "}"))) (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" (identifier "pplStack_a8") (= "=") (pointer_expression "&plStack_68" (& "&") (identifier "plStack_68"))) (; ";")) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" (identifier "pplStack_c8") (= "=") (pointer_expression "&plStack_58" (& "&") (identifier "plStack_58"))) (; ";")) (expression_statement "uStack_98 = (ulong)iVar16;" (assignment_expression "uStack_98 = (ulong)iVar16" (identifier "uStack_98") (= "=") (cast_expression "(ulong)iVar16" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "iVar16"))) (; ";")) (expression_statement "uStack_90 = 0x7fffffffffffffff;" (assignment_expression "uStack_90 = 0x7fffffffffffffff" (identifier "uStack_90") (= "=") (number_literal "0x7fffffffffffffff")) (; ";")) (if_statement "if (bVar19) {\n uStack_90 = 0x8000000000000000;\n }" (if "if") (parenthesized_expression "(bVar19)" (( "(") (identifier "bVar19") () ")")) (compound_statement "{\n uStack_90 = 0x8000000000000000;\n }" ({ "{") (expression_statement "uStack_90 = 0x8000000000000000;" (assignment_expression "uStack_90 = 0x8000000000000000" (identifier "uStack_90") (= "=") (number_literal "0x8000000000000000")) (; ";")) (} "}"))) (expression_statement "uStack_88 = uStack_90 / uStack_98;" (assignment_expression "uStack_88 = uStack_90 / uStack_98" (identifier "uStack_88") (= "=") (binary_expression "uStack_90 / uStack_98" (identifier "uStack_90") (/ "/") (identifier "uStack_98"))) (; ";")) (expression_statement "uVar13 = uStack_90 % uStack_98;" (assignment_expression "uVar13 = uStack_90 % uStack_98" (identifier "uVar13") (= "=") (binary_expression "uStack_90 % uStack_98" (identifier "uStack_90") (% "%") (identifier "uStack_98"))) (; ";")) (if_statement "if (*(char *)(lVar7 + 0x148) == '\0') {\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" (if "if") (parenthesized_expression "(*(char *)(lVar7 + 0x148) == '\0')" (( "(") (binary_expression "*(char *)(lVar7 + 0x148) == '\0'" (pointer_expression "*(char *)(lVar7 + 0x148)" (* "*") (cast_expression "(char *)(lVar7 + 0x148)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x148)" (( "(") (binary_expression "lVar7 + 0x148" (identifier "lVar7") (+ "+") (number_literal "0x148")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" ({ "{") (if_statement "if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n bVar14 = false;\n uVar17 = 0;\nLAB_00345ed0:\n iVar16 = (int)uVar9;\n if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }\nLAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;\nLAB_00345efd:\n bVar14 = true;\n uVar9 = plStack_58[2];\n if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;\nLAB_00345f15:\n plStack_58[2] = uVar9 + 4;\nLAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n goto LAB_00345ed0;\n }" ({ "{") (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" (identifier "uVar17") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_00345ed0:\n iVar16 = (int)uVar9;" (statement_identifier "LAB_00345ed0") (: ":") (expression_statement "iVar16 = (int)uVar9;" (assignment_expression "iVar16 = (int)uVar9" (identifier "iVar16") (= "=") (cast_expression "(int)uVar9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar9"))) (; ";"))) (if_statement "if (uStack_b0 < 0xb) {\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }\n else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" (if "if") (parenthesized_expression "(uStack_b0 < 0xb)" (( "(") (binary_expression "uStack_b0 < 0xb" (identifier "uStack_b0") (< "<") (number_literal "0xb")) () ")")) (compound_statement "{\n if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;\n uVar11 = iVar16 - 0x30;\n }" ({ "{") (if_statement "if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0;" (if "if") (parenthesized_expression "((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16))" (( "(") (binary_expression "(iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)" (parenthesized_expression "(iVar16 < 0x30)" (( "(") (binary_expression "iVar16 < 0x30" (identifier "iVar16") (< "<") (number_literal "0x30")) () ")")) (|| "||") (parenthesized_expression "((int)uStack_b0 + 0x30 <= iVar16)" (( "(") (binary_expression "(int)uStack_b0 + 0x30 <= iVar16" (binary_expression "(int)uStack_b0 + 0x30" (cast_expression "(int)uStack_b0" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uStack_b0")) (+ "+") (number_literal "0x30")) (<= "<=") (identifier "iVar16")) () ")"))) () ")")) (goto_statement "goto LAB_003463e0;" (goto "goto") (statement_identifier "LAB_003463e0") (; ";"))) (expression_statement "uVar11 = iVar16 - 0x30;" (assignment_expression "uVar11 = iVar16 - 0x30" (identifier "uVar11") (= "=") (binary_expression "iVar16 - 0x30" (identifier "iVar16") (- "-") (number_literal "0x30"))) (; ";")) (} "}")) (else_clause "else {\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" (else "else") (compound_statement "{\n uVar11 = iVar16 - 0x30;\n if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }\n if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }\n uVar11 = iVar16 - 0x57;\n }" ({ "{") (expression_statement "uVar11 = iVar16 - 0x30;" (assignment_expression "uVar11 = iVar16 - 0x30" (identifier "uVar11") (= "=") (binary_expression "iVar16 - 0x30" (identifier "iVar16") (- "-") (number_literal "0x30"))) (; ";")) (if_statement "if (uVar11 < 10) {\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }" (if "if") (parenthesized_expression "(uVar11 < 10)" (( "(") (binary_expression "uVar11 < 10" (identifier "uVar11") (< "<") (number_literal "10")) () ")")) (compound_statement "{\n if (uStack_88 < uVar17) goto LAB_00345efd;\nLAB_00346251:\n uVar13 = uStack_98 * uVar17;\n uVar17 = (long)(int)uVar11 + uVar13;\n uVar9 = plStack_58[2];\n iVar18 = iVar18 + 1;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);\n if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;\nLAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();\n goto LAB_00345f1d;\n }" ({ "{") (if_statement "if (uStack_88 < uVar17) goto LAB_00345efd;" (if "if") (parenthesized_expression "(uStack_88 < uVar17)" (( "(") (binary_expression "uStack_88 < uVar17" (identifier "uStack_88") (< "<") (identifier "uVar17")) () ")")) (goto_statement "goto LAB_00345efd;" (goto "goto") (statement_identifier "LAB_00345efd") (; ";"))) (labeled_statement "LAB_00346251:\n uVar13 = uStack_98 * uVar17;" (statement_identifier "LAB_00346251") (: ":") (expression_statement "uVar13 = uStack_98 * uVar17;" (assignment_expression "uVar13 = uStack_98 * uVar17" (identifier "uVar13") (= "=") (binary_expression "uStack_98 * uVar17" (identifier "uStack_98") (* "*") (identifier "uVar17"))) (; ";"))) (expression_statement "uVar17 = (long)(int)uVar11 + uVar13;" (assignment_expression "uVar17 = (long)(int)uVar11 + uVar13" (identifier "uVar17") (= "=") (binary_expression "(long)(int)uVar11 + uVar13" (cast_expression "(long)(int)uVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)uVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar11"))) (+ "+") (identifier "uVar13"))) (; ";")) (expression_statement "uVar9 = plStack_58[2];" (assignment_expression "uVar9 = plStack_58[2]" (identifier "uVar9") (= "=") (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" (identifier "iVar18") (= "=") (binary_expression "iVar18 + 1" (identifier "iVar18") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13);" (assignment_expression "bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" (identifier "bVar14") (= "=") (cast_expression "(bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (parenthesized_expression "(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13)" (( "(") (binary_expression "bVar14 | uStack_90 - (long)(int)uVar11 < uVar13" (identifier "bVar14") (| "|") (binary_expression "uStack_90 - (long)(int)uVar11 < uVar13" (binary_expression "uStack_90 - (long)(int)uVar11" (identifier "uStack_90") (- "-") (cast_expression "(long)(int)uVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)uVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar11")))) (< "<") (identifier "uVar13"))) () ")")))) (; ";")) (if_statement "if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15;" (if "if") (parenthesized_expression "(uVar9 < (ulong)plStack_58[3])" (( "(") (binary_expression "uVar9 < (ulong)plStack_58[3]" (identifier "uVar9") (< "<") (cast_expression "(ulong)plStack_58[3]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "plStack_58[3]" (identifier "plStack_58") ([ "[") (number_literal "3") (] "]")))) () ")")) (goto_statement "goto LAB_00345f15;" (goto "goto") (statement_identifier "LAB_00345f15") (; ";"))) (labeled_statement "LAB_0034628a:\n (**(code **)(*plStack_58 + 0x50))();" (statement_identifier "LAB_0034628a") (: ":") (expression_statement "(**(code **)(*plStack_58 + 0x50))();" (call_expression "(**(code **)(*plStack_58 + 0x50))()" (parenthesized_expression "(**(code **)(*plStack_58 + 0x50))" (( "(") (pointer_expression "**(code **)(*plStack_58 + 0x50)" (* "*") (pointer_expression "*(code **)(*plStack_58 + 0x50)" (* "*") (cast_expression "(code **)(*plStack_58 + 0x50)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plStack_58 + 0x50)" (( "(") (binary_expression "*plStack_58 + 0x50" (pointer_expression "*plStack_58" (* "*") (identifier "plStack_58")) (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";"))) (goto_statement "goto LAB_00345f1d;" (goto "goto") (statement_identifier "LAB_00345f1d") (; ";")) (} "}"))) (if_statement "if (5 < iVar16 - 0x61U) {\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }" (if "if") (parenthesized_expression "(5 < iVar16 - 0x61U)" (( "(") (binary_expression "5 < iVar16 - 0x61U" (number_literal "5") (< "<") (binary_expression "iVar16 - 0x61U" (identifier "iVar16") (- "-") (number_literal "0x61U"))) () ")")) (compound_statement "{\n if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }\n goto LAB_003463e0;\n }" ({ "{") (if_statement "if (iVar16 - 0x41U < 6) {\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }" (if "if") (parenthesized_expression "(iVar16 - 0x41U < 6)" (( "(") (binary_expression "iVar16 - 0x41U < 6" (binary_expression "iVar16 - 0x41U" (identifier "iVar16") (- "-") (number_literal "0x41U")) (< "<") (number_literal "6")) () ")")) (compound_statement "{\n uVar11 = iVar16 - 0x37;\n goto LAB_00345ef2;\n }" ({ "{") (expression_statement "uVar11 = iVar16 - 0x37;" (assignment_expression "uVar11 = iVar16 - 0x37" (identifier "uVar11") (= "=") (binary_expression "iVar16 - 0x37" (identifier "iVar16") (- "-") (number_literal "0x37"))) (; ";")) (goto_statement "goto LAB_00345ef2;" (goto "goto") (statement_identifier "LAB_00345ef2") (; ";")) (} "}"))) (goto_statement "goto LAB_003463e0;" (goto "goto") (statement_identifier "LAB_003463e0") (; ";")) (} "}"))) (expression_statement "uVar11 = iVar16 - 0x57;" (assignment_expression "uVar11 = iVar16 - 0x57" (identifier "uVar11") (= "=") (binary_expression "iVar16 - 0x57" (identifier "iVar16") (- "-") (number_literal "0x57"))) (; ";")) (} "}")))) (labeled_statement "LAB_00345ef2:\n if (uVar17 <= uStack_88) goto LAB_00346251;" (statement_identifier "LAB_00345ef2") (: ":") (if_statement "if (uVar17 <= uStack_88) goto LAB_00346251;" (if "if") (parenthesized_expression "(uVar17 <= uStack_88)" (( "(") (binary_expression "uVar17 <= uStack_88" (identifier "uVar17") (<= "<=") (identifier "uStack_88")) () ")")) (goto_statement "goto LAB_00346251;" (goto "goto") (statement_identifier "LAB_00346251") (; ";")))) (labeled_statement "LAB_00345efd:\n bVar14 = true;" (statement_identifier "LAB_00345efd") (: ":") (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" (identifier "bVar14") (= "=") (true "true")) (; ";"))) (expression_statement "uVar9 = plStack_58[2];" (assignment_expression "uVar9 = plStack_58[2]" (identifier "uVar9") (= "=") (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]"))) (; ";")) (if_statement "if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a;" (if "if") (parenthesized_expression "((ulong)plStack_58[3] <= uVar9)" (( "(") (binary_expression "(ulong)plStack_58[3] <= uVar9" (cast_expression "(ulong)plStack_58[3]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "plStack_58[3]" (identifier "plStack_58") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (identifier "uVar9")) () ")")) (goto_statement "goto LAB_0034628a;" (goto "goto") (statement_identifier "LAB_0034628a") (; ";"))) (labeled_statement "LAB_00345f15:\n plStack_58[2] = uVar9 + 4;" (statement_identifier "LAB_00345f15") (: ":") (expression_statement "plStack_58[2] = uVar9 + 4;" (assignment_expression "plStack_58[2] = uVar9 + 4" (subscript_expression "plStack_58[2]" (identifier "plStack_58") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "uVar9 + 4" (identifier "uVar9") (+ "+") (number_literal "4"))) (; ";"))) (labeled_statement "LAB_00345f1d:\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (statement_identifier "LAB_00345f1d") (: ":") (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "uStack_50") (= "=") (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "CONCAT44") (argument_list "(uStack_50._4_4_,0xffffffff)" (( "(") (field_expression "uStack_50._4_4_" (identifier "uStack_50") (. ".") (field_identifier "_4_4_")) (, ",") (number_literal "0xffffffff") () ")")))) (; ";"))) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" (identifier "cVar2") (= "=") (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" (identifier "FUN_00343350") (argument_list "(pplStack_c8,pplStack_a8)" (( "(") (identifier "pplStack_c8") (, ",") (identifier "pplStack_a8") () ")")))) (; ";")) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" (identifier "cVar15") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (if_statement "if (cVar2 != '\0') goto LAB_00345f3d;" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00345f3d;" (goto "goto") (statement_identifier "LAB_00345f3d") (; ";"))) (expression_statement "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);" (assignment_expression "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" (identifier "uVar11") (= "=") (call_expression "FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" (identifier "FUN_0033c560") (argument_list "(pplStack_c8,uStack_50 & 0xffffffff)" (( "(") (identifier "pplStack_c8") (, ",") (binary_expression "uStack_50 & 0xffffffff" (identifier "uStack_50") (& "&") (number_literal "0xffffffff")) () ")")))) (; ";")) (expression_statement "uVar9 = (ulong)uVar11;" (assignment_expression "uVar9 = (ulong)uVar11" (identifier "uVar9") (= "=") (cast_expression "(ulong)uVar11" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar11"))) (; ";")) (goto_statement "goto LAB_00345ed0;" (goto "goto") (statement_identifier "LAB_00345ed0") (; ";")) (} "}"))) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" (identifier "uVar17") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" (identifier "cVar15") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}")) (else_clause "else {\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" (else "else") (compound_statement "{\nLAB_00346070:\n pplStack_a8 = &plStack_68;\n pplStack_c8 = &plStack_58;\n if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }\n }" ({ "{") (labeled_statement "LAB_00346070:\n pplStack_a8 = &plStack_68;" (statement_identifier "LAB_00346070") (: ":") (expression_statement "pplStack_a8 = &plStack_68;" (assignment_expression "pplStack_a8 = &plStack_68" (identifier "pplStack_a8") (= "=") (pointer_expression "&plStack_68" (& "&") (identifier "plStack_68"))) (; ";"))) (expression_statement "pplStack_c8 = &plStack_58;" (assignment_expression "pplStack_c8 = &plStack_58" (identifier "pplStack_c8") (= "=") (pointer_expression "&plStack_58" (& "&") (identifier "plStack_58"))) (; ";")) (if_statement "if (cVar2 == '\0') {\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }\n else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n bVar14 = false;\n uVar17 = 0;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;\n while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }\nLAB_003463e0:\n cVar2 = '\0';\n cVar15 = '\0';\n }" ({ "{") (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" (identifier "uVar17") (= "=") (number_literal "0")) (; ";")) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" (identifier "cVar15") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (if_statement "if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f;" (if "if") (parenthesized_expression "((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9))" (( "(") (binary_expression "(cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)" (parenthesized_expression "(cVar15 != '\0')" (( "(") (binary_expression "cVar15 != '\0'" (identifier "cVar15") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(lVar7 + 0x4c) == (int)uVar9)" (( "(") (binary_expression "*(int *)(lVar7 + 0x4c) == (int)uVar9" (pointer_expression "*(int *)(lVar7 + 0x4c)" (* "*") (cast_expression "(int *)(lVar7 + 0x4c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x4c)" (( "(") (binary_expression "lVar7 + 0x4c" (identifier "lVar7") (+ "+") (number_literal "0x4c")) () ")")))) (== "==") (cast_expression "(int)uVar9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar9"))) () ")"))) () ")")) (goto_statement "goto LAB_0034615f;" (goto "goto") (statement_identifier "LAB_0034615f") (; ";"))) (while_statement "while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))) {\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }" (while "while") (parenthesized_expression "(((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)))" (( "(") (parenthesized_expression "((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0))" (( "(") (binary_expression "(wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) &&\n (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)" (binary_expression "(wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48)" (cast_expression "(wchar_t)uVar9" (( "(") (type_descriptor "wchar_t" (type_identifier "wchar_t")) () ")") (identifier "uVar9")) (!= "!=") (pointer_expression "*(wchar_t *)(lVar7 + 0x48)" (* "*") (cast_expression "(wchar_t *)(lVar7 + 0x48)" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x48)" (( "(") (binary_expression "lVar7 + 0x48" (identifier "lVar7") (+ "+") (number_literal "0x48")) () ")"))))) (&& "&&") (parenthesized_expression "(pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0)" (( "(") (comma_expression "pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0),\n pwVar8 != (wchar_t *)0x0" (assignment_expression "pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" (identifier "pwVar8") (= "=") (call_expression "wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" (identifier "wmemchr") (argument_list "((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0)" (( "(") (cast_expression "(wchar_t *)(lVar7 + 0xf0)" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0xf0)" (( "(") (binary_expression "lVar7 + 0xf0" (identifier "lVar7") (+ "+") (number_literal "0xf0")) () ")"))) (, ",") (cast_expression "(wchar_t)uVar9" (( "(") (type_descriptor "wchar_t" (type_identifier "wchar_t")) () ")") (identifier "uVar9")) (, ",") (identifier "uStack_b0") () ")")))) (, ",") (binary_expression "pwVar8 != (wchar_t *)0x0" (identifier "pwVar8") (!= "!=") (cast_expression "(wchar_t *)0x0" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) () ")")) (compound_statement "{\n iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);\n if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }\n if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }\n while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }\n }" ({ "{") (expression_statement "iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2);" (assignment_expression "iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2)" (identifier "iVar16") (= "=") (cast_expression "(int)((long)pwVar8 - (lVar7 + 0xf0) >> 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((long)pwVar8 - (lVar7 + 0xf0) >> 2)" (( "(") (binary_expression "(long)pwVar8 - (lVar7 + 0xf0) >> 2" (binary_expression "(long)pwVar8 - (lVar7 + 0xf0)" (cast_expression "(long)pwVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pwVar8")) (- "-") (parenthesized_expression "(lVar7 + 0xf0)" (( "(") (binary_expression "lVar7 + 0xf0" (identifier "lVar7") (+ "+") (number_literal "0xf0")) () ")"))) (>> ">>") (number_literal "2")) () ")")))) (; ";")) (if_statement "if (0xf < iVar16) {\n iVar16 = iVar16 + -6;\n }" (if "if") (parenthesized_expression "(0xf < iVar16)" (( "(") (binary_expression "0xf < iVar16" (number_literal "0xf") (< "<") (identifier "iVar16")) () ")")) (compound_statement "{\n iVar16 = iVar16 + -6;\n }" ({ "{") (expression_statement "iVar16 = iVar16 + -6;" (assignment_expression "iVar16 = iVar16 + -6" (identifier "iVar16") (= "=") (binary_expression "iVar16 + -6" (identifier "iVar16") (+ "+") (number_literal "-6"))) (; ";")) (} "}"))) (if_statement "if (uStack_88 < uVar17) {\n bVar14 = true;\n }\n else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" (if "if") (parenthesized_expression "(uStack_88 < uVar17)" (( "(") (binary_expression "uStack_88 < uVar17" (identifier "uStack_88") (< "<") (identifier "uVar17")) () ")")) (compound_statement "{\n bVar14 = true;\n }" ({ "{") (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" (identifier "bVar14") (= "=") (true "true")) (; ";")) (} "}")) (else_clause "else {\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" (else "else") (compound_statement "{\n uVar9 = uStack_98 * uVar17;\n uVar17 = (long)iVar16 + uVar9;\n bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);\n iVar18 = iVar18 + 1;\n }" ({ "{") (expression_statement "uVar9 = uStack_98 * uVar17;" (assignment_expression "uVar9 = uStack_98 * uVar17" (identifier "uVar9") (= "=") (binary_expression "uStack_98 * uVar17" (identifier "uStack_98") (* "*") (identifier "uVar17"))) (; ";")) (expression_statement "uVar17 = (long)iVar16 + uVar9;" (assignment_expression "uVar17 = (long)iVar16 + uVar9" (identifier "uVar17") (= "=") (binary_expression "(long)iVar16 + uVar9" (cast_expression "(long)iVar16" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar16")) (+ "+") (identifier "uVar9"))) (; ";")) (expression_statement "bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9);" (assignment_expression "bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9)" (identifier "bVar14") (= "=") (cast_expression "(bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9)" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (parenthesized_expression "(bVar14 | uStack_90 - (long)iVar16 < uVar9)" (( "(") (binary_expression "bVar14 | uStack_90 - (long)iVar16 < uVar9" (identifier "bVar14") (| "|") (binary_expression "uStack_90 - (long)iVar16 < uVar9" (binary_expression "uStack_90 - (long)iVar16" (identifier "uStack_90") (- "-") (cast_expression "(long)iVar16" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar16"))) (< "<") (identifier "uVar9"))) () ")")))) (; ";")) (expression_statement "iVar18 = iVar18 + 1;" (assignment_expression "iVar18 = iVar18 + 1" (identifier "iVar18") (= "=") (binary_expression "iVar18 + 1" (identifier "iVar18") (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (while_statement "while( true ) {\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n FUN_002fc080(plStack_58);\n uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);\n cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);\n cVar15 = '\0';\n if (cVar2 != '\0') goto LAB_00345f3d;\n uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);\n uVar9 = (ulong)uVar11;\n cVar15 = *(char *)(lVar7 + 0x20);\n if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;\nLAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }\n FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);\n iVar18 = 0;\n }" ({ "{") (expression_statement "FUN_002fc080(plStack_58);" (call_expression "FUN_002fc080(plStack_58)" (identifier "FUN_002fc080") (argument_list "(plStack_58)" (( "(") (identifier "plStack_58") () ")"))) (; ";")) (expression_statement "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff);" (assignment_expression "uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "uStack_50") (= "=") (call_expression "CONCAT44(uStack_50._4_4_,0xffffffff)" (identifier "CONCAT44") (argument_list "(uStack_50._4_4_,0xffffffff)" (( "(") (field_expression "uStack_50._4_4_" (identifier "uStack_50") (. ".") (field_identifier "_4_4_")) (, ",") (number_literal "0xffffffff") () ")")))) (; ";")) (expression_statement "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8);" (assignment_expression "cVar2 = FUN_00343350(pplStack_c8,pplStack_a8)" (identifier "cVar2") (= "=") (call_expression "FUN_00343350(pplStack_c8,pplStack_a8)" (identifier "FUN_00343350") (argument_list "(pplStack_c8,pplStack_a8)" (( "(") (identifier "pplStack_c8") (, ",") (identifier "pplStack_a8") () ")")))) (; ";")) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" (identifier "cVar15") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (if_statement "if (cVar2 != '\0') goto LAB_00345f3d;" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00345f3d;" (goto "goto") (statement_identifier "LAB_00345f3d") (; ";"))) (expression_statement "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff);" (assignment_expression "uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" (identifier "uVar11") (= "=") (call_expression "FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff)" (identifier "FUN_0033c560") (argument_list "(pplStack_c8,uStack_50 & 0xffffffff)" (( "(") (identifier "pplStack_c8") (, ",") (binary_expression "uStack_50 & 0xffffffff" (identifier "uStack_50") (& "&") (number_literal "0xffffffff")) () ")")))) (; ";")) (expression_statement "uVar9 = (ulong)uVar11;" (assignment_expression "uVar9 = (ulong)uVar11" (identifier "uVar9") (= "=") (cast_expression "(ulong)uVar11" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar11"))) (; ";")) (expression_statement "cVar15 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar15 = *(char *)(lVar7 + 0x20)" (identifier "cVar15") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (if_statement "if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))\n break;" (if "if") (parenthesized_expression "((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11))" (( "(") (binary_expression "(cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11)" (parenthesized_expression "(cVar15 == '\0')" (( "(") (binary_expression "cVar15 == '\0'" (identifier "cVar15") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11)" (( "(") (comma_expression "uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11" (assignment_expression "uVar13 = extraout_RDX_00" (identifier "uVar13") (= "=") (identifier "extraout_RDX_00")) (, ",") (binary_expression "*(uint *)(lVar7 + 0x4c) != uVar11" (pointer_expression "*(uint *)(lVar7 + 0x4c)" (* "*") (cast_expression "(uint *)(lVar7 + 0x4c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x4c)" (( "(") (binary_expression "lVar7 + 0x4c" (identifier "lVar7") (+ "+") (number_literal "0x4c")) () ")")))) (!= "!=") (identifier "uVar11"))) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (labeled_statement "LAB_0034615f:\n if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" (statement_identifier "LAB_0034615f") (: ":") (if_statement "if (iVar18 == 0) {\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" (if "if") (parenthesized_expression "(iVar18 == 0)" (( "(") (binary_expression "iVar18 == 0" (identifier "iVar18") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n cVar2 = '\0';\n iVar18 = 0;\n goto LAB_00345f3d;\n }" ({ "{") (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" (identifier "cVar2") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_00345f3d;" (goto "goto") (statement_identifier "LAB_00345f3d") (; ";")) (} "}")))) (expression_statement "FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13);" (call_expression "FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13)" (identifier "FUN_00325e70") (argument_list "(apuStack_40,(int)(char)iVar18,uVar13)" (( "(") (identifier "apuStack_40") (, ",") (cast_expression "(int)(char)iVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)iVar18" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "iVar18"))) (, ",") (identifier "uVar13") () ")"))) (; ";")) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_003463e0:\n cVar2 = '\0';" (statement_identifier "LAB_003463e0") (: ":") (expression_statement "cVar2 = '\0';" (assignment_expression "cVar2 = '\0'" (identifier "cVar2") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";"))) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" (identifier "cVar15") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}")) (else_clause "else {\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" (else "else") (compound_statement "{\n uVar17 = 0;\n bVar14 = false;\n cVar15 = '\0';\n }" ({ "{") (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" (identifier "uVar17") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" (identifier "cVar15") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}")))) (} "}")))) (} "}")) (else_clause "else {\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" (else "else") (compound_statement "{\n iVar16 = 10;\n if (uVar11 != 8) goto LAB_00345c9d;\n iVar16 = 0x10;\n cVar2 = FUN_00343350(&plStack_58);\n if (cVar2 == '\0') goto LAB_00345ccb;\n apuStack_40[0] = &DAT_00468658;\n if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }\n bVar10 = false;\n if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }\n uVar17 = 0;\n iVar18 = 0;\n bVar14 = false;\n cVar15 = '\0';\n bVar19 = false;\n }" ({ "{") (expression_statement "iVar16 = 10;" (assignment_expression "iVar16 = 10" (identifier "iVar16") (= "=") (number_literal "10")) (; ";")) (if_statement "if (uVar11 != 8) goto LAB_00345c9d;" (if "if") (parenthesized_expression "(uVar11 != 8)" (( "(") (binary_expression "uVar11 != 8" (identifier "uVar11") (!= "!=") (number_literal "8")) () ")")) (goto_statement "goto LAB_00345c9d;" (goto "goto") (statement_identifier "LAB_00345c9d") (; ";"))) (expression_statement "iVar16 = 0x10;" (assignment_expression "iVar16 = 0x10" (identifier "iVar16") (= "=") (number_literal "0x10")) (; ";")) (expression_statement "cVar2 = FUN_00343350(&plStack_58);" (assignment_expression "cVar2 = FUN_00343350(&plStack_58)" (identifier "cVar2") (= "=") (call_expression "FUN_00343350(&plStack_58)" (identifier "FUN_00343350") (argument_list "(&plStack_58)" (( "(") (pointer_expression "&plStack_58" (& "&") (identifier "plStack_58")) () ")")))) (; ";")) (if_statement "if (cVar2 == '\0') goto LAB_00345ccb;" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00345ccb;" (goto "goto") (statement_identifier "LAB_00345ccb") (; ";"))) (expression_statement "apuStack_40[0] = &DAT_00468658;" (assignment_expression "apuStack_40[0] = &DAT_00468658" (subscript_expression "apuStack_40[0]" (identifier "apuStack_40") ([ "[") (number_literal "0") (] "]")) (= "=") (pointer_expression "&DAT_00468658" (& "&") (identifier "DAT_00468658"))) (; ";")) (if_statement "if (*(char *)(lVar7 + 0x20) != '\0') {\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }" (if "if") (parenthesized_expression "(*(char *)(lVar7 + 0x20) != '\0')" (( "(") (binary_expression "*(char *)(lVar7 + 0x20) != '\0'" (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar9 = 0;\n iVar18 = 0;\n bVar10 = false;\n bVar19 = false;\n uStack_b0 = 0x16;\n cVar2 = *(char *)(lVar7 + 0x20);\n goto LAB_00346468;\n }" ({ "{") (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" (identifier "uVar9") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" (identifier "bVar10") (= "=") (false "false")) (; ";")) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" (identifier "bVar19") (= "=") (false "false")) (; ";")) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" (identifier "uStack_b0") (= "=") (number_literal "0x16")) (; ";")) (expression_statement "cVar2 = *(char *)(lVar7 + 0x20);" (assignment_expression "cVar2 = *(char *)(lVar7 + 0x20)" (identifier "cVar2") (= "=") (pointer_expression "*(char *)(lVar7 + 0x20)" (* "*") (cast_expression "(char *)(lVar7 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (goto_statement "goto LAB_00346468;" (goto "goto") (statement_identifier "LAB_00346468") (; ";")) (} "}"))) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" (identifier "bVar10") (= "=") (false "false")) (; ";")) (if_statement "if (*(char *)(lVar7 + 0x148) != '\0') {\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }" (if "if") (parenthesized_expression "(*(char *)(lVar7 + 0x148) != '\0')" (( "(") (binary_expression "*(char *)(lVar7 + 0x148) != '\0'" (pointer_expression "*(char *)(lVar7 + 0x148)" (* "*") (cast_expression "(char *)(lVar7 + 0x148)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x148)" (( "(") (binary_expression "lVar7 + 0x148" (identifier "lVar7") (+ "+") (number_literal "0x148")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar18 = 0;\n uVar9 = 0;\n uStack_b0 = 0x16;\n uStack_88 = 0x7ffffffffffffff;\n uStack_90 = 0x7fffffffffffffff;\n uStack_98 = 0x10;\n bVar19 = false;\n uVar13 = extraout_RDX;\n bVar10 = false;\n cVar2 = *(char *)(lVar7 + 0x148);\n goto LAB_00346070;\n }" ({ "{") (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" (identifier "uVar9") (= "=") (number_literal "0")) (; ";")) (expression_statement "uStack_b0 = 0x16;" (assignment_expression "uStack_b0 = 0x16" (identifier "uStack_b0") (= "=") (number_literal "0x16")) (; ";")) (expression_statement "uStack_88 = 0x7ffffffffffffff;" (assignment_expression "uStack_88 = 0x7ffffffffffffff" (identifier "uStack_88") (= "=") (number_literal "0x7ffffffffffffff")) (; ";")) (expression_statement "uStack_90 = 0x7fffffffffffffff;" (assignment_expression "uStack_90 = 0x7fffffffffffffff" (identifier "uStack_90") (= "=") (number_literal "0x7fffffffffffffff")) (; ";")) (expression_statement "uStack_98 = 0x10;" (assignment_expression "uStack_98 = 0x10" (identifier "uStack_98") (= "=") (number_literal "0x10")) (; ";")) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" (identifier "bVar19") (= "=") (false "false")) (; ";")) (expression_statement "uVar13 = extraout_RDX;" (assignment_expression "uVar13 = extraout_RDX" (identifier "uVar13") (= "=") (identifier "extraout_RDX")) (; ";")) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" (identifier "bVar10") (= "=") (false "false")) (; ";")) (expression_statement "cVar2 = *(char *)(lVar7 + 0x148);" (assignment_expression "cVar2 = *(char *)(lVar7 + 0x148)" (identifier "cVar2") (= "=") (pointer_expression "*(char *)(lVar7 + 0x148)" (* "*") (cast_expression "(char *)(lVar7 + 0x148)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x148)" (( "(") (binary_expression "lVar7 + 0x148" (identifier "lVar7") (+ "+") (number_literal "0x148")) () ")"))))) (; ";")) (goto_statement "goto LAB_00346070;" (goto "goto") (statement_identifier "LAB_00346070") (; ";")) (} "}"))) (expression_statement "uVar17 = 0;" (assignment_expression "uVar17 = 0" (identifier "uVar17") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "cVar15 = '\0';" (assignment_expression "cVar15 = '\0'" (identifier "cVar15") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" (identifier "bVar19") (= "=") (false "false")) (; ";")) (} "}")))) (labeled_statement "LAB_00345f3d:\n if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" (statement_identifier "LAB_00345f3d") (: ":") (if_statement "if (*(long *)(apuStack_40[0] + -0x18) == 0) {\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }\n else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" (if "if") (parenthesized_expression "(*(long *)(apuStack_40[0] + -0x18) == 0)" (( "(") (binary_expression "*(long *)(apuStack_40[0] + -0x18) == 0" (pointer_expression "*(long *)(apuStack_40[0] + -0x18)" (* "*") (cast_expression "(long *)(apuStack_40[0] + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(apuStack_40[0] + -0x18)" (( "(") (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" (identifier "apuStack_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }\n }" ({ "{") (if_statement "if ((iVar18 != 0) || (bVar10)) {\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }" (if "if") (parenthesized_expression "((iVar18 != 0) || (bVar10))" (( "(") (binary_expression "(iVar18 != 0) || (bVar10)" (parenthesized_expression "(iVar18 != 0)" (( "(") (binary_expression "iVar18 != 0" (identifier "iVar18") (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(bVar10)" (( "(") (identifier "bVar10") () ")"))) () ")")) (compound_statement "{\nLAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }\n }" ({ "{") (labeled_statement "LAB_00346389:\n if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" (statement_identifier "LAB_00346389") (: ":") (if_statement "if (cVar15 == '\0') {\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" (if "if") (parenthesized_expression "(cVar15 == '\0')" (( "(") (binary_expression "cVar15 == '\0'" (identifier "cVar15") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }\n goto LAB_00345f80;\n }" ({ "{") (if_statement "if (bVar14) {\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }\n else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" (if "if") (parenthesized_expression "(bVar14)" (( "(") (identifier "bVar14") () ")")) (compound_statement "{\n uVar9 = 0x8000000000000000;\n if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }\n *param_8 = uVar9;\n *param_7 = 4;\n }" ({ "{") (expression_statement "uVar9 = 0x8000000000000000;" (assignment_expression "uVar9 = 0x8000000000000000" (identifier "uVar9") (= "=") (number_literal "0x8000000000000000")) (; ";")) (if_statement "if (!bVar19) {\n uVar9 = 0x7fffffffffffffff;\n }" (if "if") (parenthesized_expression "(!bVar19)" (( "(") (unary_expression "!bVar19" (! "!") (identifier "bVar19")) () ")")) (compound_statement "{\n uVar9 = 0x7fffffffffffffff;\n }" ({ "{") (expression_statement "uVar9 = 0x7fffffffffffffff;" (assignment_expression "uVar9 = 0x7fffffffffffffff" (identifier "uVar9") (= "=") (number_literal "0x7fffffffffffffff")) (; ";")) (} "}"))) (expression_statement "*param_8 = uVar9;" (assignment_expression "*param_8 = uVar9" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (= "=") (identifier "uVar9")) (; ";")) (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (number_literal "4")) (; ";")) (} "}")) (else_clause "else {\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" (else "else") (compound_statement "{\n uVar9 = -uVar17;\n if (!bVar19) {\n uVar9 = uVar17;\n }\n *param_8 = uVar9;\n }" ({ "{") (expression_statement "uVar9 = -uVar17;" (assignment_expression "uVar9 = -uVar17" (identifier "uVar9") (= "=") (unary_expression "-uVar17" (- "-") (identifier "uVar17"))) (; ";")) (if_statement "if (!bVar19) {\n uVar9 = uVar17;\n }" (if "if") (parenthesized_expression "(!bVar19)" (( "(") (unary_expression "!bVar19" (! "!") (identifier "bVar19")) () ")")) (compound_statement "{\n uVar9 = uVar17;\n }" ({ "{") (expression_statement "uVar9 = uVar17;" (assignment_expression "uVar9 = uVar17" (identifier "uVar9") (= "=") (identifier "uVar17")) (; ";")) (} "}"))) (expression_statement "*param_8 = uVar9;" (assignment_expression "*param_8 = uVar9" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (= "=") (identifier "uVar9")) (; ";")) (} "}")))) (goto_statement "goto LAB_00345f80;" (goto "goto") (statement_identifier "LAB_00345f80") (; ";")) (} "}")))) (} "}"))) (} "}")) (else_clause "else {\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" (else "else") (compound_statement "{\n FUN_00325e70(apuStack_40,(int)(char)iVar18);\n cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);\n if (cVar4 == '\0') {\n *param_7 = 4;\n }\n if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;\n }" ({ "{") (expression_statement "FUN_00325e70(apuStack_40,(int)(char)iVar18);" (call_expression "FUN_00325e70(apuStack_40,(int)(char)iVar18)" (identifier "FUN_00325e70") (argument_list "(apuStack_40,(int)(char)iVar18)" (( "(") (identifier "apuStack_40") (, ",") (cast_expression "(int)(char)iVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)iVar18" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "iVar18"))) () ")"))) (; ";")) (expression_statement "cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40);" (assignment_expression "cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" (identifier "cVar4") (= "=") (call_expression "FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" (identifier "FUN_0033a460") (argument_list "(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40)" (( "(") (pointer_expression "*(undefined8 *)(lVar7 + 0x10)" (* "*") (cast_expression "(undefined8 *)(lVar7 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x10)" (( "(") (binary_expression "lVar7 + 0x10" (identifier "lVar7") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar7 + 0x18)" (* "*") (cast_expression "(undefined8 *)(lVar7 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x18)" (( "(") (binary_expression "lVar7 + 0x18" (identifier "lVar7") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (identifier "apuStack_40") () ")")))) (; ";")) (if_statement "if (cVar4 == '\0') {\n *param_7 = 4;\n }" (if "if") (parenthesized_expression "(cVar4 == '\0')" (( "(") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *param_7 = 4;\n }" ({ "{") (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (number_literal "4")) (; ";")) (} "}"))) (if_statement "if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389;" (if "if") (parenthesized_expression "(((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0))" (( "(") (binary_expression "((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)" (parenthesized_expression "((iVar18 != 0) || (bVar10))" (( "(") (binary_expression "(iVar18 != 0) || (bVar10)" (parenthesized_expression "(iVar18 != 0)" (( "(") (binary_expression "iVar18 != 0" (identifier "iVar18") (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(bVar10)" (( "(") (identifier "bVar10") () ")"))) () ")")) (|| "||") (parenthesized_expression "(*(long *)(apuStack_40[0] + -0x18) != 0)" (( "(") (binary_expression "*(long *)(apuStack_40[0] + -0x18) != 0" (pointer_expression "*(long *)(apuStack_40[0] + -0x18)" (* "*") (cast_expression "(long *)(apuStack_40[0] + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(apuStack_40[0] + -0x18)" (( "(") (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" (identifier "apuStack_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (goto_statement "goto LAB_00346389;" (goto "goto") (statement_identifier "LAB_00346389") (; ";"))) (} "}"))))) (expression_statement "*param_8 = 0;" (assignment_expression "*param_8 = 0" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_7 = 4;" (assignment_expression "*param_7 = 4" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (number_literal "4")) (; ";")) (labeled_statement "LAB_00345f80:\n uVar9 = uStack_50;" (statement_identifier "LAB_00345f80") (: ":") (expression_statement "uVar9 = uStack_50;" (assignment_expression "uVar9 = uStack_50" (identifier "uVar9") (= "=") (identifier "uStack_50")) (; ";"))) (expression_statement "plVar1 = plStack_58;" (assignment_expression "plVar1 = plStack_58" (identifier "plVar1") (= "=") (identifier "plStack_58")) (; ";")) (if_statement "if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" ({ "{") (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (binary_expression "*param_7 | 2" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (| "|") (number_literal "2"))) (; ";")) (} "}"))) (if_statement "if ((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640) {\n FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);\n }" (if "if") (parenthesized_expression "((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640)" (( "(") (binary_expression "(undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640" (cast_expression "(undefined8 *)(apuStack_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(apuStack_40[0] + -0x18)" (( "(") (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" (identifier "apuStack_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_00468640" (& "&") (identifier "DAT_00468640"))) () ")")) (compound_statement "{\n FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);\n }" ({ "{") (expression_statement "FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41);" (call_expression "FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41)" (identifier "FUN_0033c5a0") (argument_list "(apuStack_40[0] + -0x18,&uStack_41)" (( "(") (binary_expression "apuStack_40[0] + -0x18" (subscript_expression "apuStack_40[0]" (identifier "apuStack_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) (, ",") (pointer_expression "&uStack_41" (& "&") (identifier "uStack_41")) () ")"))) (; ";")) (} "}"))) (expression_statement "auVar20._8_8_ = uVar9;" (assignment_expression "auVar20._8_8_ = uVar9" (field_expression "auVar20._8_8_" (identifier "auVar20") (. ".") (field_identifier "_8_8_")) (= "=") (identifier "uVar9")) (; ";")) (expression_statement "auVar20._0_8_ = plVar1;" (assignment_expression "auVar20._0_8_ = plVar1" (field_expression "auVar20._0_8_" (identifier "auVar20") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "plVar1")) (; ";")) (return_statement "return auVar20;" (return "return") (identifier "auVar20") (; ";")) (ERROR "}" (} "}"))
/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::do_get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, std::_Ios_Iostate&, long&) const */ type_1 [16] std::num_get<var_2,var_14::type_4<var_2,var_14::var_1<var_2>>>::var_3 (type_2 param_1,var_4 *var_5,var_10 param_3,var_6 *var_7,type_2 param_5, var_6 var_16,var_8 *var_9,var_10 *var_11) { var_4 *pwVar1; char var_20; bool bVar3; char var_47; var_8 var_23; int var_27; long var_22; var_10 var_31; var_2 *var_44; var_10 var_42; var_10 var_36; bool var_29; var_8 var_17; bool var_33; char var_24; bool var_34; int var_28; int var_30; bool bVar19; type_1 auVar20 [16]; type_4<var_2,var_14::var_1<var_2>> *piStack_c8; var_10 var_40; long **pplStack_a8; var_10 var_39; var_10 var_38; var_10 var_41; long *var_32; type_2 uStack_60; var_4 *var_19; var_10 var_35; var_13<var_14::var_12<var_2>> a_Stack_42 [2]; type_1 *apuStack_40 [2]; var_32 = var_7; uStack_60 = param_5; var_19 = var_5; var_35 = param_3; var_22 = var_13<var_14::var_12<var_2>>::var_15() (a_Stack_42,(type_3 *)(var_16 + 0xd0)); var_17 = *(var_8 *)(var_16 + 0x18) & 0x4a; if (var_17 == 0x40) { var_28 = 8; LAB_00345c9d: var_20 = type_4<var_2,var_14::var_1<var_2>>::var_18 ((type_4<var_2,var_14::var_1<var_2>> *)&var_19, (type_4 *)&var_32); if (var_20 == '\0') { LAB_00345ccb: pplStack_a8 = &var_32; piStack_c8 = (type_4<var_2,var_14::var_1<var_2>> *)&var_19; var_23 = type_4<var_2,var_14::var_1<var_2>>::var_21(); var_24 = *(char *)(var_22 + 0x20); var_36 = (var_10)var_23; bVar19 = *(var_8 *)(var_22 + 0xe0) == var_23; if ((((bVar19) || (*(var_8 *)(var_22 + 0xe4) == var_23)) && ((var_24 == '\0' || (*(var_8 *)(var_22 + 0x4c) != var_23)))) && (*(var_8 *)(var_22 + 0x48) != var_23)) { wstreambuf::var_25(var_19); var_35 = var_26(var_35._4_4_,0xffffffff); var_20 = type_4<var_2,var_14::var_1<var_2>>::var_18 (piStack_c8,(type_4 *)pplStack_a8); if (var_20 == '\0') { var_23 = type_4<var_2,var_14::var_1<var_2>>::var_21(); var_24 = *(char *)(var_22 + 0x20); var_36 = (var_10)var_23; goto LAB_00345d50; } var_24 = *(char *)(var_22 + 0x20); var_30 = 0; var_29 = false; } else { LAB_00345d50: var_29 = false; var_30 = 0; do { var_27 = (int)var_36; if ((var_24 != '\0') && (*(int *)(var_22 + 0x4c) == var_27)) { var_20 = '\0'; if (var_28 != 0x10) goto LAB_00345e3f; var_40 = 0x16; var_20 = '\0'; goto LAB_00346468; } if (*(int *)(var_22 + 0x48) == var_27) break; if (*(int *)(var_22 + 0xf0) == var_27) { var_34 = (bool)(var_28 == 10 | var_29 ^ 1U); if (!var_34) goto LAB_00345d8a; var_29 = var_17 == 0 || var_28 == 8; if (var_17 != 0 && var_28 != 8) { var_30 = var_30 + 1; goto LAB_00345dbe; } var_30 = 0; var_28 = 8; var_31 = *(var_10 *)(var_19 + 0x10); if (var_31 < *(var_10 *)(var_19 + 0x18)) goto LAB_00345dd1; LAB_003461c8: (**(type_5 **)(*(long *)var_19 + 0x50))(); var_35 = var_26(var_35._4_4_,0xffffffff); if (var_19 != (var_4 *)0x0) goto LAB_00345de1; var_34 = true; } else { if (!var_29) break; LAB_00345d8a: if ((*(int *)(var_22 + 0xe8) != var_27) && (*(int *)(var_22 + 0xec) != var_27)) { var_20 = '\0'; var_29 = true; goto LAB_00345e30; } var_20 = var_28 == 0x10 || var_17 == 0; if (var_28 != 0x10 && var_17 != 0) { var_29 = true; goto LAB_00345e3f; } var_30 = 0; var_34 = false; var_28 = 0x10; LAB_00345dbe: var_31 = *(var_10 *)(var_19 + 0x10); var_29 = var_34; if (*(var_10 *)(var_19 + 0x18) <= var_31) goto LAB_003461c8; LAB_00345dd1: var_35 = var_26(var_35._4_4_,0xffffffff); *(var_10 *)(var_19 + 0x10) = var_31 + 4; LAB_00345de1: if (*(int **)(var_19 + 0x10) < *(int **)(var_19 + 0x18)) { var_27 = **(int **)(var_19 + 0x10); } else { var_27 = (**(type_5 **)(*(long *)var_19 + 0x48))(); } var_34 = false; if (var_27 == -1) { var_19 = (var_4 *)0x0; var_34 = true; } } bVar3 = var_32 != (long *)0x0 && (int)uStack_60 == -1; var_33 = (int)uStack_60 == -1; if (bVar3) { if ((int *)var_32[2] < (int *)var_32[3]) { var_27 = *(int *)var_32[2]; } else { var_27 = (**(type_5 **)(*var_32 + 0x48))(); } var_33 = false; if (var_27 == -1) { var_32 = (long *)0x0; var_33 = bVar3; } } if (var_33 == var_34) { var_24 = *(char *)(var_22 + 0x20); var_20 = '\x01'; goto LAB_00345e30; } var_36 = var_35 & 0xffffffff; if ((var_19 != (var_4 *)0x0) && ((int)var_35 == -1)) { if (*(var_8 **)(var_19 + 0x10) < *(var_8 **)(var_19 + 0x18)) { var_36 = (var_10)**(var_8 **)(var_19 + 0x10); } else { var_36 = (**(type_5 **)(*(long *)var_19 + 0x48))(); var_36 = var_36 & 0xffffffff; } if ((int)var_36 == -1) { var_19 = (var_4 *)0x0; } } var_24 = *(char *)(var_22 + 0x20); } while (var_29); var_20 = '\0'; } LAB_00345e30: var_40 = 0x16; if (var_28 != 0x10) goto LAB_00345e3f; } else { var_24 = *(char *)(var_22 + 0x20); var_36 = 0; var_30 = 0; var_29 = false; bVar19 = false; LAB_00345e3f: var_40 = (var_10)var_28; } apuStack_40[0] = &DAT_00468658; if (var_24 != '\0') { LAB_00346468: apuStack_40[0] = &DAT_00468658; std::string::var_37((type_6 *)apuStack_40,0x20); } pplStack_a8 = &var_32; piStack_c8 = (type_4<var_2,var_14::var_1<var_2>> *)&var_19; var_39 = (var_10)var_28; var_38 = 0x7fffffffffffffff; if (bVar19) { var_38 = 0x8000000000000000; } var_41 = var_38 / var_39; if (*(char *)(var_22 + 0x148) == '\0') { if (var_20 == '\0') { var_34 = false; var_31 = 0; LAB_00345ed0: var_28 = (int)var_36; if (var_40 < 0xb) { if ((var_28 < 0x30) || ((int)var_40 + 0x30 <= var_28)) goto LAB_003463e0; var_17 = var_28 - 0x30; } else { var_17 = var_28 - 0x30; if (var_17 < 10) { if (var_41 < var_31) goto LAB_00345efd; LAB_00346251: var_42 = var_39 * var_31; var_31 = (long)(int)var_17 + var_42; var_36 = *(var_10 *)(var_19 + 0x10); var_30 = var_30 + 1; var_34 = (bool)(var_34 | var_38 - (long)(int)var_17 < var_42); if (var_36 < *(var_10 *)(var_19 + 0x18)) goto LAB_00345f15; LAB_0034628a: (**(type_5 **)(*(long *)var_19 + 0x50))(); goto LAB_00345f1d; } if (5 < var_28 - 0x61U) { if (var_28 - 0x41U < 6) { var_17 = var_28 - 0x37; goto LAB_00345ef2; } goto LAB_003463e0; } var_17 = var_28 - 0x57; } LAB_00345ef2: if (var_31 <= var_41) goto LAB_00346251; LAB_00345efd: var_34 = true; var_36 = *(var_10 *)(var_19 + 0x10); if (*(var_10 *)(var_19 + 0x18) <= var_36) goto LAB_0034628a; LAB_00345f15: *(var_10 *)(var_19 + 0x10) = var_36 + 4; LAB_00345f1d: var_35 = var_26(var_35._4_4_,0xffffffff); var_20 = type_4<var_2,var_14::var_1<var_2>>::var_18 (piStack_c8,(type_4 *)pplStack_a8); var_24 = '\0'; if (var_20 != '\0') goto LAB_00345f3d; var_17 = type_4<var_2,var_14::var_1<var_2>>::var_21(); var_36 = (var_10)var_17; goto LAB_00345ed0; } var_31 = 0; var_34 = false; var_24 = '\0'; } else { LAB_00346070: pplStack_a8 = &var_32; piStack_c8 = (type_4<var_2,var_14::var_1<var_2>> *)&var_19; if (var_20 == '\0') { var_34 = false; var_31 = 0; var_24 = *(char *)(var_22 + 0x20); if ((var_24 != '\0') && (*(int *)(var_22 + 0x4c) == (int)var_36)) goto LAB_0034615f; while (((var_2)var_36 != *(var_2 *)(var_22 + 0x48) && (var_44 = var_43((var_2 *)(var_22 + 0xf0),(var_2)var_36,var_40), var_44 != (var_2 *)0x0))) { var_28 = (int)((long)var_44 - (var_22 + 0xf0) >> 2); if (0xf < var_28) { var_28 = var_28 + -6; } if (var_41 < var_31) { var_34 = true; } else { var_36 = var_39 * var_31; var_31 = (long)var_28 + var_36; var_34 = (bool)(var_34 | var_38 - (long)var_28 < var_36); var_30 = var_30 + 1; } while( true ) { wstreambuf::var_25(var_19); var_35 = var_26(var_35._4_4_,0xffffffff); var_20 = type_4<var_2,var_14::var_1<var_2>>::var_18 (piStack_c8,(type_4 *)pplStack_a8); var_24 = '\0'; if (var_20 != '\0') goto LAB_00345f3d; var_17 = type_4<var_2,var_14::var_1<var_2>>::var_21(); var_36 = (var_10)var_17; var_24 = *(char *)(var_22 + 0x20); if ((var_24 == '\0') || (*(var_8 *)(var_22 + 0x4c) != var_17)) break; LAB_0034615f: if (var_30 == 0) { var_20 = '\0'; var_30 = 0; goto LAB_00345f3d; } std::string::var_45((type_6 *)apuStack_40,(char)var_30); var_30 = 0; } } LAB_003463e0: var_20 = '\0'; var_24 = '\0'; } else { var_31 = 0; var_34 = false; var_24 = '\0'; } } } else { var_28 = 10; if (var_17 != 8) goto LAB_00345c9d; var_28 = 0x10; var_20 = type_4<var_2,var_14::var_1<var_2>>::var_18 ((type_4<var_2,var_14::var_1<var_2>> *)&var_19, (type_4 *)&var_32); if (var_20 == '\0') goto LAB_00345ccb; apuStack_40[0] = &DAT_00468658; if (*(char *)(var_22 + 0x20) != '\0') { var_36 = 0; var_30 = 0; var_29 = false; bVar19 = false; var_40 = 0x16; var_20 = *(char *)(var_22 + 0x20); goto LAB_00346468; } var_29 = false; if (*(char *)(var_22 + 0x148) != '\0') { var_30 = 0; var_36 = 0; var_40 = 0x16; var_41 = 0x7ffffffffffffff; var_38 = 0x7fffffffffffffff; var_39 = 0x10; bVar19 = false; var_29 = false; var_20 = *(char *)(var_22 + 0x148); goto LAB_00346070; } var_31 = 0; var_30 = 0; var_34 = false; var_24 = '\0'; bVar19 = false; } LAB_00345f3d: if (*(long *)(apuStack_40[0] + -0x18) == 0) { if ((var_30 != 0) || (var_29)) { LAB_00346389: if (var_24 == '\0') { if (var_34) { var_36 = 0x8000000000000000; if (!bVar19) { var_36 = 0x7fffffffffffffff; } *var_11 = var_36; *var_9 = 4; } else { var_36 = -var_31; if (!bVar19) { var_36 = var_31; } *var_11 = var_36; } goto LAB_00345f80; } } } else { std::string::var_45((type_6 *)apuStack_40,(char)var_30); var_47 = var_46(*(char **)(var_22 + 0x10),*(var_10 *)(var_22 + 0x18), (type_6 *)apuStack_40); if (var_47 == '\0') { *var_9 = 4; } if (((var_30 != 0) || (var_29)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389; } *var_11 = 0; *var_9 = 4; LAB_00345f80: var_36 = var_35; pwVar1 = var_19; if (var_20 != '\0') { *var_9 = *var_9 | 2; } if ((type_7 *)(apuStack_40[0] + -0x18) != (type_7 *)&var_14::type_6::_Rep::_S_empty_rep_storage ) { std::string::_Rep::var_48((type_7 *)(apuStack_40[0] + -0x18)); } auVar20._8_8_ = var_36; auVar20._0_8_ = pwVar1; return auVar20; }
null
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (declaration type: (macro_type_specifier name: (identifier) type: (type_descriptor type: (type_identifier)) (MISSING ")")) declarator: (identifier) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) (ERROR (identifier) (pointer_declarator declarator: (identifier))) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator 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: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (identifier)) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (char_literal (escape_sequence))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false)))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (false)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (break_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: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_identifier)) (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: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (true)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (break_statement)) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (true))) (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (true))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_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: (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: (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 (field_expression argument: (identifier) field: (field_identifier)) (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))))))) (expression_statement (assignment_expression left: (identifier) right: (false))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (true)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) right: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))))))) (expression_statement (assignment_expression left: (identifier) right: (false))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (false))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) 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 (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (identifier))))) consequence: (goto_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)))) (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: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (labeled_statement label: (statement_identifier) (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: (true)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_identifier)) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence))))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (pointer_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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) consequence: (goto_statement label: (statement_identifier))) (while_statement condition: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (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)))) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) (identifier)))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (true)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) consequence: (break_statement)) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence))))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence))))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (false))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (false))) (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))))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (false)))))) (labeled_statement label: (statement_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: (subscript_expression argument: (identifier) index: (number_literal)) 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 (identifier)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))))) (goto_statement label: (statement_identifier)))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (identifier)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))))) consequence: (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (labeled_statement label: (statement_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: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (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 (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) (pointer_expression argument: (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)) (ERROR))
null
undefined1 [16] MASKED(undefined8 param_1,long *param_2,ulong param_3,long *param_4,undefined8 param_5, long param_6,uint *param_7,ulong *param_8) { long *plVar1; char cVar2; bool bVar3; char cVar4; uint uVar5; int iVar6; long lVar7; wchar_t *pwVar8; ulong uVar9; bool bVar10; uint uVar11; bool bVar12; ulong uVar13; ulong extraout_RDX; ulong extraout_RDX_00; bool bVar14; char cVar15; int iVar16; ulong uVar17; int iVar18; bool bVar19; undefined1 auVar20 [16]; long **pplStack_c8; ulong uStack_b0; long **pplStack_a8; ulong uStack_98; ulong uStack_90; ulong uStack_88; long *plStack_68; undefined8 uStack_60; long *plStack_58; ulong uStack_50; undefined1 uStack_42; undefined1 uStack_41; undefined1 *apuStack_40 [2]; plStack_68 = param_4; uStack_60 = param_5; plStack_58 = param_2; uStack_50 = param_3; lVar7 = FUN_00341df0(&uStack_42,param_6 + 0xd0); uVar11 = *(uint *)(param_6 + 0x18) & 0x4a; if (uVar11 == 0x40) { iVar16 = 8; LAB_00345c9d: cVar2 = FUN_00343350(&plStack_58); if (cVar2 == '\0') { LAB_00345ccb: pplStack_a8 = &plStack_68; pplStack_c8 = &plStack_58; uVar5 = FUN_0033c560(pplStack_c8); cVar15 = *(char *)(lVar7 + 0x20); uVar9 = (ulong)uVar5; bVar19 = *(uint *)(lVar7 + 0xe0) == uVar5; if ((((bVar19) || (*(uint *)(lVar7 + 0xe4) == uVar5)) && ((cVar15 == '\0' || (*(uint *)(lVar7 + 0x4c) != uVar5)))) && (*(uint *)(lVar7 + 0x48) != uVar5)) { FUN_002fc080(plStack_58); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = FUN_00343350(pplStack_c8,pplStack_a8); if (cVar2 == '\0') { uVar5 = FUN_0033c560(pplStack_c8); cVar15 = *(char *)(lVar7 + 0x20); uVar9 = (ulong)uVar5; goto LAB_00345d50; } cVar15 = *(char *)(lVar7 + 0x20); iVar18 = 0; bVar10 = false; } else { LAB_00345d50: bVar10 = false; iVar18 = 0; do { iVar6 = (int)uVar9; if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == iVar6)) { cVar2 = '\0'; if (iVar16 != 0x10) goto LAB_00345e3f; uStack_b0 = 0x16; cVar2 = '\0'; goto LAB_00346468; } if (*(int *)(lVar7 + 0x48) == iVar6) break; if (*(int *)(lVar7 + 0xf0) == iVar6) { bVar14 = (bool)(iVar16 == 10 | bVar10 ^ 1U); if (!bVar14) goto LAB_00345d8a; bVar10 = uVar11 == 0 || iVar16 == 8; if (uVar11 != 0 && iVar16 != 8) { iVar18 = iVar18 + 1; goto LAB_00345dbe; } iVar18 = 0; iVar16 = 8; uVar13 = plStack_58[2]; if (uVar13 < (ulong)plStack_58[3]) goto LAB_00345dd1; LAB_003461c8: (**(code **)(*plStack_58 + 0x50))(); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); if (plStack_58 != (long *)0x0) goto LAB_00345de1; bVar14 = true; } else { if (!bVar10) break; LAB_00345d8a: if ((*(int *)(lVar7 + 0xe8) != iVar6) && (*(int *)(lVar7 + 0xec) != iVar6)) { cVar2 = '\0'; bVar10 = true; goto LAB_00345e30; } cVar2 = iVar16 == 0x10 || uVar11 == 0; if (iVar16 != 0x10 && uVar11 != 0) { bVar10 = true; goto LAB_00345e3f; } iVar18 = 0; bVar14 = false; iVar16 = 0x10; LAB_00345dbe: uVar13 = plStack_58[2]; bVar10 = bVar14; if ((ulong)plStack_58[3] <= uVar13) goto LAB_003461c8; LAB_00345dd1: uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); plStack_58[2] = uVar13 + 4; LAB_00345de1: if ((int *)plStack_58[2] < (int *)plStack_58[3]) { iVar6 = *(int *)plStack_58[2]; } else { iVar6 = (**(code **)(*plStack_58 + 0x48))(); } bVar14 = false; if (iVar6 == -1) { plStack_58 = (long *)0x0; bVar14 = true; } } bVar3 = plStack_68 != (long *)0x0 && (int)uStack_60 == -1; bVar12 = (int)uStack_60 == -1; if (bVar3) { if ((int *)plStack_68[2] < (int *)plStack_68[3]) { iVar6 = *(int *)plStack_68[2]; } else { iVar6 = (**(code **)(*plStack_68 + 0x48))(); } bVar12 = false; if (iVar6 == -1) { plStack_68 = (long *)0x0; bVar12 = bVar3; } } if (bVar12 == bVar14) { cVar15 = *(char *)(lVar7 + 0x20); cVar2 = '\x01'; goto LAB_00345e30; } uVar9 = uStack_50 & 0xffffffff; if ((plStack_58 != (long *)0x0) && ((int)uStack_50 == -1)) { if ((uint *)plStack_58[2] < (uint *)plStack_58[3]) { uVar9 = (ulong)*(uint *)plStack_58[2]; } else { uVar9 = (**(code **)(*plStack_58 + 0x48))(); uVar9 = uVar9 & 0xffffffff; } if ((int)uVar9 == -1) { plStack_58 = (long *)0x0; } } cVar15 = *(char *)(lVar7 + 0x20); } while (bVar10); cVar2 = '\0'; } LAB_00345e30: uStack_b0 = 0x16; if (iVar16 != 0x10) goto LAB_00345e3f; } else { cVar15 = *(char *)(lVar7 + 0x20); uVar9 = 0; iVar18 = 0; bVar10 = false; bVar19 = false; LAB_00345e3f: uStack_b0 = (ulong)iVar16; } apuStack_40[0] = &DAT_00468658; if (cVar15 != '\0') { LAB_00346468: apuStack_40[0] = &DAT_00468658; FUN_00325990(apuStack_40,0x20); } pplStack_a8 = &plStack_68; pplStack_c8 = &plStack_58; uStack_98 = (ulong)iVar16; uStack_90 = 0x7fffffffffffffff; if (bVar19) { uStack_90 = 0x8000000000000000; } uStack_88 = uStack_90 / uStack_98; uVar13 = uStack_90 % uStack_98; if (*(char *)(lVar7 + 0x148) == '\0') { if (cVar2 == '\0') { bVar14 = false; uVar17 = 0; LAB_00345ed0: iVar16 = (int)uVar9; if (uStack_b0 < 0xb) { if ((iVar16 < 0x30) || ((int)uStack_b0 + 0x30 <= iVar16)) goto LAB_003463e0; uVar11 = iVar16 - 0x30; } else { uVar11 = iVar16 - 0x30; if (uVar11 < 10) { if (uStack_88 < uVar17) goto LAB_00345efd; LAB_00346251: uVar13 = uStack_98 * uVar17; uVar17 = (long)(int)uVar11 + uVar13; uVar9 = plStack_58[2]; iVar18 = iVar18 + 1; bVar14 = (bool)(bVar14 | uStack_90 - (long)(int)uVar11 < uVar13); if (uVar9 < (ulong)plStack_58[3]) goto LAB_00345f15; LAB_0034628a: (**(code **)(*plStack_58 + 0x50))(); goto LAB_00345f1d; } if (5 < iVar16 - 0x61U) { if (iVar16 - 0x41U < 6) { uVar11 = iVar16 - 0x37; goto LAB_00345ef2; } goto LAB_003463e0; } uVar11 = iVar16 - 0x57; } LAB_00345ef2: if (uVar17 <= uStack_88) goto LAB_00346251; LAB_00345efd: bVar14 = true; uVar9 = plStack_58[2]; if ((ulong)plStack_58[3] <= uVar9) goto LAB_0034628a; LAB_00345f15: plStack_58[2] = uVar9 + 4; LAB_00345f1d: uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = FUN_00343350(pplStack_c8,pplStack_a8); cVar15 = '\0'; if (cVar2 != '\0') goto LAB_00345f3d; uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff); uVar9 = (ulong)uVar11; goto LAB_00345ed0; } uVar17 = 0; bVar14 = false; cVar15 = '\0'; } else { LAB_00346070: pplStack_a8 = &plStack_68; pplStack_c8 = &plStack_58; if (cVar2 == '\0') { bVar14 = false; uVar17 = 0; cVar15 = *(char *)(lVar7 + 0x20); if ((cVar15 != '\0') && (*(int *)(lVar7 + 0x4c) == (int)uVar9)) goto LAB_0034615f; while (((wchar_t)uVar9 != *(wchar_t *)(lVar7 + 0x48) && (pwVar8 = wmemchr((wchar_t *)(lVar7 + 0xf0),(wchar_t)uVar9,uStack_b0), pwVar8 != (wchar_t *)0x0))) { iVar16 = (int)((long)pwVar8 - (lVar7 + 0xf0) >> 2); if (0xf < iVar16) { iVar16 = iVar16 + -6; } if (uStack_88 < uVar17) { bVar14 = true; } else { uVar9 = uStack_98 * uVar17; uVar17 = (long)iVar16 + uVar9; bVar14 = (bool)(bVar14 | uStack_90 - (long)iVar16 < uVar9); iVar18 = iVar18 + 1; } while( true ) { FUN_002fc080(plStack_58); uStack_50 = CONCAT44(uStack_50._4_4_,0xffffffff); cVar2 = FUN_00343350(pplStack_c8,pplStack_a8); cVar15 = '\0'; if (cVar2 != '\0') goto LAB_00345f3d; uVar11 = FUN_0033c560(pplStack_c8,uStack_50 & 0xffffffff); uVar9 = (ulong)uVar11; cVar15 = *(char *)(lVar7 + 0x20); if ((cVar15 == '\0') || (uVar13 = extraout_RDX_00, *(uint *)(lVar7 + 0x4c) != uVar11)) break; LAB_0034615f: if (iVar18 == 0) { cVar2 = '\0'; iVar18 = 0; goto LAB_00345f3d; } FUN_00325e70(apuStack_40,(int)(char)iVar18,uVar13); iVar18 = 0; } } LAB_003463e0: cVar2 = '\0'; cVar15 = '\0'; } else { uVar17 = 0; bVar14 = false; cVar15 = '\0'; } } } else { iVar16 = 10; if (uVar11 != 8) goto LAB_00345c9d; iVar16 = 0x10; cVar2 = FUN_00343350(&plStack_58); if (cVar2 == '\0') goto LAB_00345ccb; apuStack_40[0] = &DAT_00468658; if (*(char *)(lVar7 + 0x20) != '\0') { uVar9 = 0; iVar18 = 0; bVar10 = false; bVar19 = false; uStack_b0 = 0x16; cVar2 = *(char *)(lVar7 + 0x20); goto LAB_00346468; } bVar10 = false; if (*(char *)(lVar7 + 0x148) != '\0') { iVar18 = 0; uVar9 = 0; uStack_b0 = 0x16; uStack_88 = 0x7ffffffffffffff; uStack_90 = 0x7fffffffffffffff; uStack_98 = 0x10; bVar19 = false; uVar13 = extraout_RDX; bVar10 = false; cVar2 = *(char *)(lVar7 + 0x148); goto LAB_00346070; } uVar17 = 0; iVar18 = 0; bVar14 = false; cVar15 = '\0'; bVar19 = false; } LAB_00345f3d: if (*(long *)(apuStack_40[0] + -0x18) == 0) { if ((iVar18 != 0) || (bVar10)) { LAB_00346389: if (cVar15 == '\0') { if (bVar14) { uVar9 = 0x8000000000000000; if (!bVar19) { uVar9 = 0x7fffffffffffffff; } *param_8 = uVar9; *param_7 = 4; } else { uVar9 = -uVar17; if (!bVar19) { uVar9 = uVar17; } *param_8 = uVar9; } goto LAB_00345f80; } } } else { FUN_00325e70(apuStack_40,(int)(char)iVar18); cVar4 = FUN_0033a460(*(undefined8 *)(lVar7 + 0x10),*(undefined8 *)(lVar7 + 0x18),apuStack_40); if (cVar4 == '\0') { *param_7 = 4; } if (((iVar18 != 0) || (bVar10)) || (*(long *)(apuStack_40[0] + -0x18) != 0)) goto LAB_00346389; } *param_8 = 0; *param_7 = 4; LAB_00345f80: uVar9 = uStack_50; plVar1 = plStack_58; if (cVar2 != '\0') { *param_7 = *param_7 | 2; } if ((undefined8 *)(apuStack_40[0] + -0x18) != &DAT_00468640) { FUN_0033c5a0(apuStack_40[0] + -0x18,&uStack_41); } auVar20._8_8_ = uVar9; auVar20._0_8_ = plVar1; return auVar20; }
2568_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
is_big_endian
FUN_00185d50
/* DWARF original prototype: bool is_big_endian(Dynobj * this) */ bool __thiscall gold::Dynobj::is_big_endian(Dynobj *this) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dynobj.h",0x53,"is_big_endian"); }
void FUN_00185d50(void) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian"); }
SUB RSP,0x8 LEA RDX,[0x374c28] MOV ESI,0x53 LEA RDI,[0x37349b] CALL 0x0017c650
null
null
null
null
[('const-3617947', u'COPY_-1207476854'), (u'COPY_-1207476853', u'CALL_-1207476868'), ('const-3623976', u'COPY_-1207476853'), (u'COPY_-1207476854', u'CALL_-1207476868'), ('const-83', u'CALL_-1207476868'), ('const-1', u'RETURN_-1207476863')]
[('const-3617947', u'COPY_-1207476855'), (u'COPY_-1207476855', u'CALL_-1207476868'), (u'COPY_-1207476854', u'CALL_-1207476868'), ('const-83', u'CALL_-1207476868'), ('const-3623976', u'COPY_-1207476854'), ('const-1', u'RETURN_-1207476863')]
null
null
00185d50
x64
O2
(translation_unit "void FUN_00185d50(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");\n}\n\n" (function_definition "void FUN_00185d50(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");\n}" primitive_type (function_declarator "FUN_00185d50(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");\n}" { comment (expression_statement "FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");" (call_expression "FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian")" identifier (argument_list "("../../gold/dynobj.h",0x53,"is_big_endian")" ( (string_literal ""../../gold/dynobj.h"" " string_content ") , number_literal , (string_literal ""is_big_endian"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: bool is_big_endian(Dynobj * this) */\n\nbool __thiscall gold::Dynobj::is_big_endian(Dynobj *this)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.h",0x53,"is_big_endian");\n}\n\n" comment (function_definition "bool __thiscall gold::Dynobj::is_big_endian(Dynobj *this)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.h",0x53,"is_big_endian");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Dynobj::" identifier : : identifier : :) (function_declarator "is_big_endian(Dynobj *this)" identifier (parameter_list "(Dynobj *this)" ( (parameter_declaration "Dynobj *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.h",0x53,"is_big_endian");\n}" { comment (expression_statement "do_gold_unreachable("../../gold/dynobj.h",0x53,"is_big_endian");" (call_expression "do_gold_unreachable("../../gold/dynobj.h",0x53,"is_big_endian")" identifier (argument_list "("../../gold/dynobj.h",0x53,"is_big_endian")" ( (string_literal ""../../gold/dynobj.h"" " string_content ") , number_literal , (string_literal ""is_big_endian"" " string_content ") ))) ;) })))
(translation_unit "void FUN_00185d50(void)\n\n{\n \n FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");\n}\n\n" (function_definition "void FUN_00185d50(void)\n\n{\n \n FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");\n}" primitive_type (function_declarator "FUN_00185d50(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");\n}" { (expression_statement "FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");" (call_expression "FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian")" identifier (argument_list "("../../gold/dynobj.h",0x53,"is_big_endian")" ( (string_literal ""../../gold/dynobj.h"" " string_content ") , number_literal , (string_literal ""is_big_endian"" " 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_00185d50(void)\n\n{\n \n FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");\n}" (primitive_type "void") (function_declarator "FUN_00185d50(void)" (identifier "FUN_00185d50") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");\n}" ({ "{") (expression_statement "FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian");" (call_expression "FUN_0017c650("../../gold/dynobj.h",0x53,"is_big_endian")" (identifier "FUN_0017c650") (argument_list "("../../gold/dynobj.h",0x53,"is_big_endian")" (( "(") (string_literal ""../../gold/dynobj.h"" (" """) (string_content "../../gold/dynobj.h") (" """)) (, ",") (number_literal "0x53") (, ",") (string_literal ""is_big_endian"" (" """) (string_content "is_big_endian") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: bool is_big_endian(Dynobj * this) */ bool __thiscall gold::type_1::function_1(type_1 *this) { /* WARNING: Subroutine does not return */ var_1("../../gold/dynobj.h",0x53,"is_big_endian"); }
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/dynobj.h",0x53,"is_big_endian"); }
822_sh4-linux-gnu-ld_and_sh4-linux-gnu-ld_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_-1207483030')]
[('const-1', u'RETURN_-1207483030')]
null
null
00184560
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(); }
257_alpha-linux-gnu-objdump_and_alpha-linux-gnu-objdump_strip.c
load_debug_info
FUN_00122790
uint load_debug_info(void *file) { bfd_boolean bVar1; if (num_debug_info_entries == 0xffffffff) { return 0; } if (num_debug_info_entries == 0) { load_cu_tu_indexes(file); bVar1 = load_debug_section_with_follow(info,file); if (((bVar1 == 0) || (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0), bVar1 == 0)) && ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 || (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo ,1,0), bVar1 == 0)))) { num_debug_info_entries = 0xffffffff; return 0; } return num_debug_info_entries; } return num_debug_info_entries; }
int FUN_00122790(undefined8 param_1) { int iVar1; if (DAT_00159bd4 == -1) { return 0; } if (DAT_00159bd4 == 0) { FUN_00122670(); iVar1 = FUN_0010fed0(3,param_1); if (((iVar1 == 0) || (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) && ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 || (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) { DAT_00159bd4 = 0xffffffff; return 0; } return DAT_00159bd4; } return DAT_00159bd4; }
PUSH RBP PUSH RBX SUB RSP,0x8 MOV EBX,dword ptr [0x00159bd4] CMP EBX,-0x1 JZ 0x00122820 TEST EBX,EBX JZ 0x001227b0 ADD RSP,0x8 MOV EAX,EBX POP RBX POP RBP RET MOV RBP,RDI CALL 0x00122670 MOV RSI,RBP MOV EDI,0x3 CALL 0x0010fed0 TEST EAX,EAX JZ 0x001227f8 XOR R8D,R8D XOR EDX,EDX MOV ECX,0x1 MOV RSI,RBP LEA RDI,[0x155c10] CALL 0x00117250 TEST EAX,EAX JZ 0x001227f8 MOV EBX,dword ptr [0x00159bd4] ADD RSP,0x8 MOV EAX,EBX POP RBX POP RBP RET MOV RSI,RBP MOV EDI,0x1b CALL 0x0010fed0 TEST EAX,EAX JNZ 0x00122830 MOV dword ptr [0x00159bd4],0xffffffff ADD RSP,0x8 MOV EAX,EBX POP RBX POP RBP RET XOR EBX,EBX ADD RSP,0x8 MOV EAX,EBX POP RBX POP RBP RET XOR R8D,R8D MOV ECX,0x1 MOV EDX,0x1c MOV RSI,RBP LEA RDI,[0x156690] CALL 0x00117250 TEST EAX,EAX JZ 0x00122809 JMP 0x001227e6
null
null
null
null
[('const-0', u'RETURN_-1207097358'), (u'CALL_-1207097351', u'INDIRECT_-1207096835'), (u'MULTIEQUAL_-1207096775', u'COPY_-1207097045'), ('tmp_1545', u'INT_EQUAL_-1207097411'), (u'CALL_-1207097072', u'INT_EQUAL_-1207097058'), (u'COPY_-1207097045', u'RETURN_-1207097208'), ('tmp_398', u'CBRANCH_-1207097178'), ('const-1399824', u'PTRSUB_-1207096748'), ('const-0', u'RETURN_-1207097055'), ('tmp_525', u'CBRANCH_-1207097057'), ('tmp_1545', u'COPY_-1207097117'), (u'INDIRECT_-1207096791', u'MULTIEQUAL_-1207096775'), ('const-0', u'PTRSUB_-1207096748'), (u'CALL_-1207097333', u'INT_EQUAL_-1207097319'), ('const-0', u'CALL_-1207097268'), (u'INT_EQUAL_-1207097058', u'CBRANCH_-1207097057'), ('const-0', u'COPY_-1207097005'), (u'COPY_-1207097117', u'RETURN_-1207097358'), (u'INDIRECT_-1207096821', u'MULTIEQUAL_-1207096756'), ('tmp_205', u'CBRANCH_-1207097318'), (u'CALL_-1207097268', u'INT_EQUAL_-1207097254'), ('const-0', u'INT_EQUAL_-1207097180'), (u'INT_EQUAL_-1207097396', u'CBRANCH_-1207097395'), (u'INT_EQUAL_-1207097254', u'CBRANCH_-1207097253'), (u'INT_EQUAL_-1207097180', u'CBRANCH_-1207097178'), ('const-0', u'INT_EQUAL_-1207097319'), (u'MULTIEQUAL_-1207096775', u'COPY_-1207096824'), ('const-0', u'INT_EQUAL_-1207097254'), ('const-0', u'PTRSUB_-1207096641'), ('const-0', u'INT_EQUAL_-1207097396'), (u'CAST_-1207096743', u'CALL_-1207097268'), ('const-28', u'CALL_-1207097072'), ('const-1', u'CALL_-1207097072'), (u'CALL_-1207097194', u'INDIRECT_-1207096755'), (u'PTRSUB_-1207096641', u'CAST_-1207096636'), ('tmp_1545', u'INT_EQUAL_-1207097396'), (u'CALL_-1207097268', u'INDIRECT_-1207096791'), (u'CALL_-1207097072', u'INDIRECT_-1207096683'), (u'PTRSUB_-1207096748', u'CAST_-1207096743'), ('tmp_1545', u'COPY_-1207096896'), ('tmp_100', u'CBRANCH_-1207097395'), ('const-1402512', u'PTRSUB_-1207096641'), (u'COPY_-1207097005', u'RETURN_-1207097130'), ('const-0', u'CALL_-1207097072'), ('const-0', u'INT_EQUAL_-1207097058'), ('const-0', u'CALL_-1207097268'), ('const-27', u'CALL_-1207097194'), ('const-4294967295', u'INT_EQUAL_-1207097411'), ('const-4294967295', u'COPY_-1207097179'), (u'CALL_-1207097333', u'INDIRECT_-1207096821'), ('const-1', u'CALL_-1207097268'), ('tmp_636', u'CALL_-1207097072'), (u'INT_EQUAL_-1207097411', u'CBRANCH_-1207097409'), (u'INDIRECT_-1207096791', u'MULTIEQUAL_-1207096756'), (u'COPY_-1207097179', u'COPY_-1207096784'), (u'INDIRECT_-1207096683', u'MULTIEQUAL_-1207096775'), ('const-0', u'COPY_-1207096989'), ('tmp_1545', u'COPY_-1207096768'), ('tmp_636', u'CALL_-1207097333'), ('tmp_74', u'CBRANCH_-1207097409'), ('const-0', u'RETURN_-1207097208'), ('tmp_636', u'CALL_-1207097351'), ('tmp_636', u'CALL_-1207097268'), ('const-0', u'RETURN_-1207097130'), (u'COPY_-1207096989', u'RETURN_-1207097055'), ('tmp_636', u'CALL_-1207097194'), (u'INT_EQUAL_-1207097319', u'CBRANCH_-1207097318'), ('tmp_297', u'CBRANCH_-1207097253'), (u'CAST_-1207096636', u'CALL_-1207097072'), ('const-3', u'CALL_-1207097333'), (u'CALL_-1207097194', u'INT_EQUAL_-1207097180')]
[('const-0', u'RETURN_-1207097358'), ('tmp_1245', u'CALL_-1207097268'), ('tmp_1245', u'CALL_-1207097194'), (u'CALL_-1207097072', u'INT_EQUAL_-1207097058'), ('const-0', u'PTRSUB_-1207096775'), ('tmp_1508', u'COPY_-1207096930'), (u'INDIRECT_-1207096825', u'MULTIEQUAL_-1207096790'), ('tmp_398', u'CBRANCH_-1207097178'), ('const-3', u'CALL_-1207097333'), ('tmp_1508', u'COPY_-1207096802'), ('const-0', u'RETURN_-1207097055'), ('tmp_525', u'CBRANCH_-1207097057'), (u'COPY_-1207097179', u'COPY_-1207096818'), (u'CALL_-1207097333', u'INT_EQUAL_-1207097319'), ('const-1', u'CALL_-1207097268'), (u'COPY_-1207096789', u'RETURN_-1207097130'), (u'INT_EQUAL_-1207097058', u'CBRANCH_-1207097057'), (u'INDIRECT_-1207096825', u'MULTIEQUAL_-1207096809'), ('tmp_205', u'CBRANCH_-1207097318'), (u'CALL_-1207097268', u'INT_EQUAL_-1207097254'), ('const-0', u'INT_EQUAL_-1207097180'), ('const-1399824', u'PTRSUB_-1207096775'), (u'INT_EQUAL_-1207097396', u'CBRANCH_-1207097395'), (u'INT_EQUAL_-1207097254', u'CBRANCH_-1207097253'), (u'INT_EQUAL_-1207097180', u'CBRANCH_-1207097178'), ('const-0', u'INT_EQUAL_-1207097319'), ('const-4294967295', u'INT_EQUAL_-1207097411'), ('tmp_1245', u'CALL_-1207097333'), ('const-0', u'INT_EQUAL_-1207097254'), ('const-0', u'INT_EQUAL_-1207097396'), ('const-0', u'COPY_-1207096775'), ('const-28', u'CALL_-1207097072'), (u'INDIRECT_-1207096855', u'MULTIEQUAL_-1207096790'), ('tmp_1508', u'COPY_-1207096901'), (u'COPY_-1207096826', u'RETURN_-1207097208'), (u'MULTIEQUAL_-1207096809', u'COPY_-1207096826'), (u'MULTIEQUAL_-1207096809', u'COPY_-1207096858'), ('const-0', u'CALL_-1207097268'), ('const-0', u'COPY_-1207096789'), ('const-0', u'PTRSUB_-1207096668'), (u'COPY_-1207096775', u'RETURN_-1207097055'), ('tmp_100', u'CBRANCH_-1207097395'), (u'PTRSUB_-1207096775', u'CALL_-1207097268'), ('tmp_1245', u'CALL_-1207097072'), (u'CALL_-1207097351', u'INDIRECT_-1207096869'), ('tmp_1508', u'INT_EQUAL_-1207097396'), ('const-27', u'CALL_-1207097194'), ('const-0', u'INT_EQUAL_-1207097058'), ('const-4294967295', u'COPY_-1207097179'), ('const-1', u'CALL_-1207097072'), (u'INT_EQUAL_-1207097411', u'CBRANCH_-1207097409'), ('const-0', u'CALL_-1207097072'), (u'CALL_-1207097072', u'INDIRECT_-1207096717'), (u'CALL_-1207097333', u'INDIRECT_-1207096855'), ('const-0', u'CALL_-1207097268'), (u'PTRSUB_-1207096668', u'CALL_-1207097072'), ('const-1402512', u'PTRSUB_-1207096668'), ('tmp_74', u'CBRANCH_-1207097409'), ('const-0', u'RETURN_-1207097208'), (u'CALL_-1207097268', u'INDIRECT_-1207096825'), (u'INDIRECT_-1207096717', u'MULTIEQUAL_-1207096809'), ('const-0', u'RETURN_-1207097130'), (u'INT_EQUAL_-1207097319', u'CBRANCH_-1207097318'), ('tmp_297', u'CBRANCH_-1207097253'), (u'CALL_-1207097194', u'INDIRECT_-1207096789'), ('tmp_1508', u'INT_EQUAL_-1207097411'), (u'COPY_-1207096901', u'RETURN_-1207097358'), (u'CALL_-1207097194', u'INT_EQUAL_-1207097180')]
null
null
00122790
x64
O2
(translation_unit "int FUN_00122790(undefined8 param_1)\n\n{\n int iVar1;\n \n if (DAT_00159bd4 == -1) {\n return 0;\n }\n if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }\n return DAT_00159bd4;\n}\n\n" (function_definition "int FUN_00122790(undefined8 param_1)\n\n{\n int iVar1;\n \n if (DAT_00159bd4 == -1) {\n return 0;\n }\n if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }\n return DAT_00159bd4;\n}" primitive_type (function_declarator "FUN_00122790(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n if (DAT_00159bd4 == -1) {\n return 0;\n }\n if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }\n return DAT_00159bd4;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (DAT_00159bd4 == -1) {\n return 0;\n }" if (parenthesized_expression "(DAT_00159bd4 == -1)" ( (binary_expression "DAT_00159bd4 == -1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }" if (parenthesized_expression "(DAT_00159bd4 == 0)" ( (binary_expression "DAT_00159bd4 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }" { (expression_statement "FUN_00122670();" (call_expression "FUN_00122670()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar1 = FUN_0010fed0(3,param_1);" (assignment_expression "iVar1 = FUN_0010fed0(3,param_1)" identifier = (call_expression "FUN_0010fed0(3,param_1)" identifier (argument_list "(3,param_1)" ( number_literal , identifier )))) ;) (if_statement "if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }" if (parenthesized_expression "(((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0))))" ( (binary_expression "((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))" (parenthesized_expression "((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0))" ( (binary_expression "(iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)" (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)" ( (comma_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0" (assignment_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0)" identifier = (call_expression "FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0)" identifier (argument_list "(&PTR_s__debug_info_00155c10,param_1,0,1,0)" ( (pointer_expression "&PTR_s__debug_info_00155c10" & identifier) , identifier , number_literal , number_literal , number_literal )))) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) && (parenthesized_expression "((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))" ( (parenthesized_expression "(iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0))" ( (comma_expression "iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" (assignment_expression "iVar1 = FUN_0010fed0(0x1b,param_1)" identifier = (call_expression "FUN_0010fed0(0x1b,param_1)" identifier (argument_list "(0x1b,param_1)" ( number_literal , identifier )))) , (binary_expression "iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" (binary_expression "iVar1 == 0" identifier == number_literal) || (parenthesized_expression "(iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" ( (comma_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0" (assignment_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" identifier = (call_expression "FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" identifier (argument_list "(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" ( (pointer_expression "&PTR_s__debug_info_dwo_00156690" & identifier) , identifier , number_literal , number_literal , number_literal )))) , (binary_expression "iVar1 == 0" identifier == number_literal)) )))) )) ))) )) (compound_statement "{\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }" { (expression_statement "DAT_00159bd4 = 0xffffffff;" (assignment_expression "DAT_00159bd4 = 0xffffffff" identifier = number_literal) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return DAT_00159bd4;" return identifier ;) })) (return_statement "return DAT_00159bd4;" return identifier ;) })))
(translation_unit "uint load_debug_info(void *file)\n\n{\n bfd_boolean bVar1;\n \n if (num_debug_info_entries == 0xffffffff) {\n return 0;\n }\n if (num_debug_info_entries == 0) {\n load_cu_tu_indexes(file);\n bVar1 = load_debug_section_with_follow(info,file);\n if (((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)) &&\n ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)))) {\n num_debug_info_entries = 0xffffffff;\n return 0;\n }\n return num_debug_info_entries;\n }\n return num_debug_info_entries;\n}\n\n" (function_definition "uint load_debug_info(void *file)\n\n{\n bfd_boolean bVar1;\n \n if (num_debug_info_entries == 0xffffffff) {\n return 0;\n }\n if (num_debug_info_entries == 0) {\n load_cu_tu_indexes(file);\n bVar1 = load_debug_section_with_follow(info,file);\n if (((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)) &&\n ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)))) {\n num_debug_info_entries = 0xffffffff;\n return 0;\n }\n return num_debug_info_entries;\n }\n return num_debug_info_entries;\n}" type_identifier (function_declarator "load_debug_info(void *file)" identifier (parameter_list "(void *file)" ( (parameter_declaration "void *file" primitive_type (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n bfd_boolean bVar1;\n \n if (num_debug_info_entries == 0xffffffff) {\n return 0;\n }\n if (num_debug_info_entries == 0) {\n load_cu_tu_indexes(file);\n bVar1 = load_debug_section_with_follow(info,file);\n if (((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)) &&\n ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)))) {\n num_debug_info_entries = 0xffffffff;\n return 0;\n }\n return num_debug_info_entries;\n }\n return num_debug_info_entries;\n}" { (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (if_statement "if (num_debug_info_entries == 0xffffffff) {\n return 0;\n }" if (parenthesized_expression "(num_debug_info_entries == 0xffffffff)" ( (binary_expression "num_debug_info_entries == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (num_debug_info_entries == 0) {\n load_cu_tu_indexes(file);\n bVar1 = load_debug_section_with_follow(info,file);\n if (((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)) &&\n ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)))) {\n num_debug_info_entries = 0xffffffff;\n return 0;\n }\n return num_debug_info_entries;\n }" if (parenthesized_expression "(num_debug_info_entries == 0)" ( (binary_expression "num_debug_info_entries == 0" identifier == number_literal) )) (compound_statement "{\n load_cu_tu_indexes(file);\n bVar1 = load_debug_section_with_follow(info,file);\n if (((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)) &&\n ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)))) {\n num_debug_info_entries = 0xffffffff;\n return 0;\n }\n return num_debug_info_entries;\n }" { (expression_statement "load_cu_tu_indexes(file);" (call_expression "load_cu_tu_indexes(file)" identifier (argument_list "(file)" ( identifier ))) ;) (expression_statement "bVar1 = load_debug_section_with_follow(info,file);" (assignment_expression "bVar1 = load_debug_section_with_follow(info,file)" identifier = (call_expression "load_debug_section_with_follow(info,file)" identifier (argument_list "(info,file)" ( identifier , identifier )))) ;) (if_statement "if (((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)) &&\n ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)))) {\n num_debug_info_entries = 0xffffffff;\n return 0;\n }" if (parenthesized_expression "(((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)) &&\n ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0))))" ( (binary_expression "((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)) &&\n ((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)))" (parenthesized_expression "((bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0))" ( (binary_expression "(bVar1 == 0) ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)" (parenthesized_expression "(bVar1 == 0)" ( (binary_expression "bVar1 == 0" identifier == number_literal) )) || (parenthesized_expression "(bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0)" ( (comma_expression "bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0),\n bVar1 == 0" (assignment_expression "bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0)" identifier = (call_expression "process_debug_info((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0)" identifier (argument_list "((dwarf_section *)&PTR_s__debug_info_00155c10,file,abbrev,1,0)" ( (cast_expression "(dwarf_section *)&PTR_s__debug_info_00155c10" ( (type_descriptor "dwarf_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&PTR_s__debug_info_00155c10" & identifier)) , identifier , identifier , number_literal , number_literal )))) , (binary_expression "bVar1 == 0" identifier == number_literal)) ))) )) && (parenthesized_expression "((bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)))" ( (parenthesized_expression "(bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0))" ( (comma_expression "bVar1 = load_debug_section_with_follow(info_dwo,file), bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)" (assignment_expression "bVar1 = load_debug_section_with_follow(info_dwo,file)" identifier = (call_expression "load_debug_section_with_follow(info_dwo,file)" identifier (argument_list "(info_dwo,file)" ( identifier , identifier )))) , (binary_expression "bVar1 == 0 ||\n (bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)" (binary_expression "bVar1 == 0" identifier == number_literal) || (parenthesized_expression "(bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0)" ( (comma_expression "bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0), bVar1 == 0" (assignment_expression "bVar1 = process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0)" identifier = (call_expression "process_debug_info((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0)" identifier (argument_list "((dwarf_section *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo\n ,1,0)" ( (cast_expression "(dwarf_section *)&PTR_s__debug_info_dwo_00156690" ( (type_descriptor "dwarf_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&PTR_s__debug_info_dwo_00156690" & identifier)) , identifier , identifier , number_literal , number_literal )))) , (binary_expression "bVar1 == 0" identifier == number_literal)) )))) )) ))) )) (compound_statement "{\n num_debug_info_entries = 0xffffffff;\n return 0;\n }" { (expression_statement "num_debug_info_entries = 0xffffffff;" (assignment_expression "num_debug_info_entries = 0xffffffff" identifier = number_literal) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return num_debug_info_entries;" return identifier ;) })) (return_statement "return num_debug_info_entries;" return identifier ;) })))
(translation_unit "int FUN_00122790(undefined8 param_1)\n\n{\n int iVar1;\n \n if (DAT_00159bd4 == -1) {\n return 0;\n }\n if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }\n return DAT_00159bd4;\n}\n\n" (function_definition "int FUN_00122790(undefined8 param_1)\n\n{\n int iVar1;\n \n if (DAT_00159bd4 == -1) {\n return 0;\n }\n if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }\n return DAT_00159bd4;\n}" primitive_type (function_declarator "FUN_00122790(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n if (DAT_00159bd4 == -1) {\n return 0;\n }\n if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }\n return DAT_00159bd4;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (DAT_00159bd4 == -1) {\n return 0;\n }" if (parenthesized_expression "(DAT_00159bd4 == -1)" ( (binary_expression "DAT_00159bd4 == -1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }" if (parenthesized_expression "(DAT_00159bd4 == 0)" ( (binary_expression "DAT_00159bd4 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }" { (expression_statement "FUN_00122670();" (call_expression "FUN_00122670()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar1 = FUN_0010fed0(3,param_1);" (assignment_expression "iVar1 = FUN_0010fed0(3,param_1)" identifier = (call_expression "FUN_0010fed0(3,param_1)" identifier (argument_list "(3,param_1)" ( number_literal , identifier )))) ;) (if_statement "if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }" if (parenthesized_expression "(((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0))))" ( (binary_expression "((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))" (parenthesized_expression "((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0))" ( (binary_expression "(iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)" (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)" ( (comma_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0" (assignment_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0)" identifier = (call_expression "FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0)" identifier (argument_list "(&PTR_s__debug_info_00155c10,param_1,0,1,0)" ( (pointer_expression "&PTR_s__debug_info_00155c10" & identifier) , identifier , number_literal , number_literal , number_literal )))) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) && (parenthesized_expression "((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))" ( (parenthesized_expression "(iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0))" ( (comma_expression "iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" (assignment_expression "iVar1 = FUN_0010fed0(0x1b,param_1)" identifier = (call_expression "FUN_0010fed0(0x1b,param_1)" identifier (argument_list "(0x1b,param_1)" ( number_literal , identifier )))) , (binary_expression "iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" (binary_expression "iVar1 == 0" identifier == number_literal) || (parenthesized_expression "(iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" ( (comma_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0" (assignment_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" identifier = (call_expression "FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" identifier (argument_list "(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" ( (pointer_expression "&PTR_s__debug_info_dwo_00156690" & identifier) , identifier , number_literal , number_literal , number_literal )))) , (binary_expression "iVar1 == 0" identifier == number_literal)) )))) )) ))) )) (compound_statement "{\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }" { (expression_statement "DAT_00159bd4 = 0xffffffff;" (assignment_expression "DAT_00159bd4 = 0xffffffff" identifier = number_literal) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return DAT_00159bd4;" return identifier ;) })) (return_statement "return DAT_00159bd4;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , LIT , LIT , LIT )))) , (binary_expression IDENT == LIT)) ))) )) && (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) , (binary_expression (binary_expression IDENT == LIT) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , LIT , LIT , LIT )))) , (binary_expression IDENT == LIT)) )))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (return_statement return LIT ;) })) (return_statement return IDENT ;) })) (return_statement return IDENT ;) })))
(function_definition "int FUN_00122790(undefined8 param_1)\n\n{\n int iVar1;\n \n if (DAT_00159bd4 == -1) {\n return 0;\n }\n if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }\n return DAT_00159bd4;\n}" (primitive_type "int") (function_declarator "FUN_00122790(undefined8 param_1)" (identifier "FUN_00122790") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n int iVar1;\n \n if (DAT_00159bd4 == -1) {\n return 0;\n }\n if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }\n return DAT_00159bd4;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (if_statement "if (DAT_00159bd4 == -1) {\n return 0;\n }" (if "if") (parenthesized_expression "(DAT_00159bd4 == -1)" (( "(") (binary_expression "DAT_00159bd4 == -1" (identifier "DAT_00159bd4") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (DAT_00159bd4 == 0) {\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }" (if "if") (parenthesized_expression "(DAT_00159bd4 == 0)" (( "(") (binary_expression "DAT_00159bd4 == 0" (identifier "DAT_00159bd4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00122670();\n iVar1 = FUN_0010fed0(3,param_1);\n if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }\n return DAT_00159bd4;\n }" ({ "{") (expression_statement "FUN_00122670();" (call_expression "FUN_00122670()" (identifier "FUN_00122670") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar1 = FUN_0010fed0(3,param_1);" (assignment_expression "iVar1 = FUN_0010fed0(3,param_1)" (identifier "iVar1") (= "=") (call_expression "FUN_0010fed0(3,param_1)" (identifier "FUN_0010fed0") (argument_list "(3,param_1)" (( "(") (number_literal "3") (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) {\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }" (if "if") (parenthesized_expression "(((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0))))" (( "(") (binary_expression "((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) &&\n ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))" (parenthesized_expression "((iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0))" (( "(") (binary_expression "(iVar1 == 0) ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)" (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)" (( "(") (comma_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0" (assignment_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0)" (identifier "iVar1") (= "=") (call_expression "FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0)" (identifier "FUN_00117250") (argument_list "(&PTR_s__debug_info_00155c10,param_1,0,1,0)" (( "(") (pointer_expression "&PTR_s__debug_info_00155c10" (& "&") (identifier "PTR_s__debug_info_00155c10")) (, ",") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "1") (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))" (( "(") (parenthesized_expression "(iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0))" (( "(") (comma_expression "iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" (assignment_expression "iVar1 = FUN_0010fed0(0x1b,param_1)" (identifier "iVar1") (= "=") (call_expression "FUN_0010fed0(0x1b,param_1)" (identifier "FUN_0010fed0") (argument_list "(0x1b,param_1)" (( "(") (number_literal "0x1b") (, ",") (identifier "param_1") () ")")))) (, ",") (binary_expression "iVar1 == 0 ||\n (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) (|| "||") (parenthesized_expression "(iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)" (( "(") (comma_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0" (assignment_expression "iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" (identifier "iVar1") (= "=") (call_expression "FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" (identifier "FUN_00117250") (argument_list "(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0)" (( "(") (pointer_expression "&PTR_s__debug_info_dwo_00156690" (& "&") (identifier "PTR_s__debug_info_dwo_00156690")) (, ",") (identifier "param_1") (, ",") (number_literal "0x1c") (, ",") (number_literal "1") (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0"))) () ")")))) () ")")) () ")"))) () ")")) (compound_statement "{\n DAT_00159bd4 = 0xffffffff;\n return 0;\n }" ({ "{") (expression_statement "DAT_00159bd4 = 0xffffffff;" (assignment_expression "DAT_00159bd4 = 0xffffffff" (identifier "DAT_00159bd4") (= "=") (number_literal "0xffffffff")) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (return_statement "return DAT_00159bd4;" (return "return") (identifier "DAT_00159bd4") (; ";")) (} "}"))) (return_statement "return DAT_00159bd4;" (return "return") (identifier "DAT_00159bd4") (; ";")) (} "}")))
type_1 function_1(void *file) { type_2 var_4; if (var_1 == 0xffffffff) { return 0; } if (var_1 == 0) { var_2(file); var_4 = var_3(info,file); if (((var_4 == 0) || (var_4 = var_5((type_3 *)&PTR_s__debug_info_00155c10,file,abbrev,1,0), var_4 == 0)) && ((var_4 = var_3(info_dwo,file), var_4 == 0 || (var_4 = var_5((type_3 *)&PTR_s__debug_info_dwo_00156690,file,abbrev_dwo ,1,0), var_4 == 0)))) { var_1 = 0xffffffff; return 0; } return var_1; } return var_1; }
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: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (number_literal) (number_literal) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (number_literal) (number_literal) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (return_statement (number_literal)))) (return_statement (identifier)))) (return_statement (identifier)))))
null
int MASKED(undefined8 param_1) { int iVar1; if (DAT_00159bd4 == -1) { return 0; } if (DAT_00159bd4 == 0) { FUN_00122670(); iVar1 = FUN_0010fed0(3,param_1); if (((iVar1 == 0) || (iVar1 = FUN_00117250(&PTR_s__debug_info_00155c10,param_1,0,1,0), iVar1 == 0)) && ((iVar1 = FUN_0010fed0(0x1b,param_1), iVar1 == 0 || (iVar1 = FUN_00117250(&PTR_s__debug_info_dwo_00156690,param_1,0x1c,1,0), iVar1 == 0)))) { DAT_00159bd4 = 0xffffffff; return 0; } return DAT_00159bd4; } return DAT_00159bd4; }
320_hppa-linux-gnu-objcopy_and_hppa-linux-gnu-objcopy_strip.c
stab_class_static_member
FUN_00118970
bfd_boolean stab_class_static_member(void *p,char *name,char *physname,debug_visibility visibility) { int iVar1; long lVar2; char *__s; size_t sVar3; size_t sVar4; size_t sVar5; size_t sVar6; char *pcVar7; stab_write_handle *info; char *pcVar8; iVar1 = *(int *)((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4); __s = stab_pop_type((stab_write_handle *)((long)p + 0x60)); pcVar7 = *(char **)(*(long *)((long)p + 0x60) + 0x20); if (pcVar7 == (char *)0x0) { /* WARNING: Subroutine does not return */ __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2, "stab_class_static_member"); } sVar3 = strlen(pcVar7); sVar4 = strlen(name); sVar5 = strlen(__s); sVar6 = strlen(physname); pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6); if (visibility == DEBUG_VISIBILITY_PROTECTED) { pcVar8 = "/1"; } else if (visibility == DEBUG_VISIBILITY_PUBLIC) { pcVar8 = ""; } else { if (visibility != DEBUG_VISIBILITY_PRIVATE) { /* WARNING: Subroutine does not return */ abort(); } pcVar8 = "/0"; } sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)((long)p + 0x60) + 0x20),name,pcVar8,__s, physname); free(*(void **)(*(long *)((long)p + 0x60) + 0x20)); lVar2 = *(long *)((long)p + 0x60); *(char **)(lVar2 + 0x20) = pcVar7; if (iVar1 != 0) { *(undefined4 *)(lVar2 + 0x1c) = 1; } return 1; }
undefined1 [16] FUN_00118970(long param_1,char *param_2,char *param_3,int param_4) { int iVar1; long lVar2; char *__s; size_t sVar3; size_t sVar4; size_t sVar5; size_t sVar6; char *pcVar7; char *pcVar8; undefined1 auVar9 [16]; iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c); __s = (char *)FUN_00118930(); pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20); if (pcVar7 == (char *)0x0) { /* WARNING: Subroutine does not return */ __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2, "stab_class_static_member"); } sVar3 = strlen(pcVar7); sVar4 = strlen(param_2); sVar5 = strlen(__s); sVar6 = strlen(param_3); pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6); if (param_4 == 1) { pcVar8 = "/1"; } else if (param_4 == 0) { pcVar8 = ""; } else { if (param_4 != 2) { /* WARNING: Subroutine does not return */ abort(); } pcVar8 = "/0"; } sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8, __s); free(*(void **)(*(long *)(param_1 + 0x60) + 0x20)); lVar2 = *(long *)(param_1 + 0x60); *(char **)(lVar2 + 0x20) = pcVar7; if (iVar1 != 0) { *(undefined4 *)(lVar2 + 0x1c) = 1; } auVar9._8_8_ = param_3; auVar9._0_8_ = 1; return auVar9; }
PUSH R15 PUSH R14 MOV R14D,ECX PUSH R13 MOV R13,RDX PUSH R12 PUSH RBP MOV RBP,RSI PUSH RBX MOV RBX,RDI ADD RDI,0x60 SUB RSP,0x28 MOV RAX,qword ptr [RDI] MOV EAX,dword ptr [RAX + 0x1c] MOV dword ptr [RSP + 0xc],EAX CALL 0x00118930 MOV R12,RAX MOV RAX,qword ptr [RBX + 0x60] MOV RDI,qword ptr [RAX + 0x20] TEST RDI,RDI JZ 0x00118a99 CALL 0x00104260 MOV RDI,RBP MOV qword ptr [RSP + 0x18],RAX CALL 0x00104260 MOV RDI,R12 MOV R15,RAX CALL 0x00104260 MOV RDI,R13 MOV qword ptr [RSP + 0x10],RAX CALL 0x00104260 MOV RSI,qword ptr [RSP + 0x18] LEA RDX,[RSI + R15*0x1 + 0xa] MOV R15,qword ptr [RSP + 0x10] ADD R15,RDX LEA RDI,[R15 + RAX*0x1] CALL 0x00104370 MOV R15,RAX CMP R14D,0x1 JZ 0x00118a90 TEST R14D,R14D JZ 0x00118a80 CMP R14D,0x2 JNZ 0x00118ab8 LEA R8,[0x123f79] MOV RAX,qword ptr [RBX + 0x60] SUB RSP,0x8 MOV RCX,RBP MOV R9,R12 LEA RSI,[0x123f7c] MOV RDI,R15 MOV RDX,qword ptr [RAX + 0x20] PUSH R13 XOR EAX,EAX CALL 0x00104820 MOV RAX,qword ptr [RBX + 0x60] MOV RDI,qword ptr [RAX + 0x20] CALL 0x00104920 MOV RAX,qword ptr [RBX + 0x60] MOV qword ptr [RAX + 0x20],R15 POP RDX POP RCX MOV ESI,dword ptr [RSP + 0xc] TEST ESI,ESI JZ 0x00118a64 MOV dword ptr [RAX + 0x1c],0x1 ADD RSP,0x28 MOV EAX,0x1 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET LEA R8,[0x123227] JMP 0x00118a19 LEA R8,[0x123f76] JMP 0x00118a19 LEA RCX,[0x1243c0] MOV EDX,0x5e2 LEA RSI,[0x123f18] LEA RDI,[0x124180] CALL 0x001042e0 CALL 0x00104090
null
null
null
null
[('const-32', u'INT_ADD_-1207006423'), ('tmp_764', u'INT_EQUAL_-1207006573'), (u'CAST_-1207005958', u'LOAD_-1207006540'), ('const-96', u'INT_ADD_-1207006743'), ('const-1192487', u'COPY_-1207006322'), ('const-1', u'COPY_-1207006255'), (u'COPY_-1207006304', u'MULTIEQUAL_-1207006220'), ('const-1196992', u'COPY_-1207005880'), (u'INT_ADD_-1207006430', u'CAST_-1207005902'), ('const-433', u'LOAD_-1207006446'), ('tmp_761', u'CAST_-1207006084'), ('const-4', u'INT_ADD_-1207006149'), (u'MULTIEQUAL_-1207006220', u'CALL_-1207006470'), ('const-96', u'INT_ADD_-1207006798'), (u'CAST_-1207005918', u'LOAD_-1207006468'), ('const-10', u'INT_ADD_-1207006638'), (u'COPY_-1207006550', u'MULTIEQUAL_-1207006220'), (u'COPY_-1207005883', u'CALL_-1207006255'), ('const-433', u'LOAD_-1207006791'), ('const-0', u'RETURN_-1207006328'), (u'LOAD_-1207006540', u'INT_ADD_-1207006484'), (u'CALL_-1207006684', u'INT_ADD_-1207006619'), (u'INT_ADD_-1207006384', u'CAST_-1207005882'), (u'COPY_-1207005880', u'CALL_-1207006255'), ('const-0', u'INT_EQUAL_-1207006733'), ('tmp_340', u'CBRANCH_-1207006590'), (u'LOAD_-1207006446', u'INT_ADD_-1207006423'), (u'LOAD_-1207006461', u'CALL_-1207006448'), (u'CALL_-1207006765', u'CALL_-1207006470'), (u'CAST_-1207006114', u'INT_ADD_-1207006798'), ('tmp_763', u'CALL_-1207006470'), (u'COPY_-1207005881', u'CALL_-1207006255'), (u'INT_NOTEQUAL_-1207006556', u'CBRANCH_-1207006553'), ('tmp_366', u'CBRANCH_-1207006571'), (u'CALL_-1207006720', u'INT_ADD_-1207006638'), ('tmp_705', u'BRANCH_-1207006311'), ('tmp_761', u'CAST_-1207005919'), ('const-1506', u'CALL_-1207006255'), ('const-0', u'PTRSUB_-1207006107'), (u'COPY_-1207006322', u'MULTIEQUAL_-1207006220'), ('const-96', u'INT_ADD_-1207006452'), (u'CAST_-1207005897', u'STORE_-1207006437'), (u'INT_ADD_-1207006636', u'INT_ADD_-1207006619'), (u'INT_EQUAL_-1207006593', u'CBRANCH_-1207006590'), (u'CAST_-1207005919', u'INT_ADD_-1207006452'), (u'CAST_-1207006101', u'INT_ADD_-1207006149'), ('const-96', u'INT_ADD_-1207006430'), (u'INT_ADD_-1207006798', u'CAST_-1207006113'), (u'INT_ADD_-1207006149', u'CAST_-1207006100'), (u'CAST_-1207006000', u'CALL_-1207006470'), (u'LOAD_-1207006759', u'INT_ADD_-1207006736'), (u'CAST_-1207005882', u'STORE_-1207006398'), ('const-1195897', u'COPY_-1207006550'), ('tmp_763', u'CALL_-1207006664'), ('const-433', u'STORE_-1207006398'), (u'INT_ADD_-1207006452', u'CAST_-1207005918'), ('const-0', u'INT_EQUAL_-1207006573'), ('const-24', u'PTRSUB_-1207006103'), (u'LOAD_-1207006752', u'INT_EQUAL_-1207006733'), (u'COPY_-1207006255', u'RETURN_-1207006328'), ('tmp_762', u'CALL_-1207006470'), (u'INT_ADD_-1207006423', u'CAST_-1207005897'), ('tmp_708', u'BRANCH_-1207006293'), ('const-1', u'RETURN_-1207006258'), (u'INT_ADD_-1207006743', u'CAST_-1207006083'), (u'CAST_-1207005903', u'INT_ADD_-1207006430'), ('const-433', u'LOAD_-1207006500'), (u'CAST_-1207006084', u'INT_ADD_-1207006743'), (u'CAST_-1207005913', u'LOAD_-1207006461'), ('const-433', u'LOAD_-1207006759'), (u'COPY_-1207006004', u'CALL_-1207006470'), ('const-1', u'RETURN_-1207006250'), ('tmp_764', u'INT_EQUAL_-1207006593'), (u'CAST_-1207005959', u'INT_ADD_-1207006524'), ('const-1', u'INT_EQUAL_-1207006593'), ('tmp_588', u'CBRANCH_-1207006401'), (u'PTRSUB_-1207006107', u'LOAD_-1207006791'), ('tmp_764', u'INT_NOTEQUAL_-1207006556'), ('const-32', u'INT_ADD_-1207006484'), (u'LOAD_-1207006791', u'PTRSUB_-1207006103'), ('const-28', u'INT_ADD_-1207006384'), (u'CALL_-1207006700', u'INT_ADD_-1207006636'), ('const-433', u'LOAD_-1207006461'), (u'INT_ADD_-1207006638', u'INT_ADD_-1207006636'), ('const-433', u'LOAD_-1207006540'), ('const-1195900', u'COPY_-1207006004'), (u'CAST_-1207006113', u'CALL_-1207006765'), (u'INT_NOTEQUAL_-1207006401', u'CBRANCH_-1207006401'), ('const-1', u'STORE_-1207006398'), (u'PTRSUB_-1207006103', u'CAST_-1207006101'), (u'LOAD_-1207006500', u'CALL_-1207006470'), (u'CAST_-1207005902', u'LOAD_-1207006446'), (u'INT_EQUAL_-1207006573', u'CBRANCH_-1207006571'), ('const-1195894', u'COPY_-1207006304'), ('const-32', u'INT_ADD_-1207006445'), ('const-433', u'STORE_-1207006437'), ('tmp_761', u'CAST_-1207006114'), (u'LOAD_-1207006752', u'CALL_-1207006720'), (u'CALL_-1207006612', u'CAST_-1207006000'), ('tmp_761', u'CAST_-1207005903'), ('const-1195800', u'COPY_-1207005883'), (u'INT_ADD_-1207006736', u'CAST_-1207006078'), (u'LOAD_-1207006468', u'INT_ADD_-1207006445'), (u'CAST_-1207006100', u'LOAD_-1207006785'), (u'INT_ADD_-1207006619', u'INT_ADD_-1207006608'), ('tmp_761', u'CAST_-1207005959'), ('const-433', u'LOAD_-1207006468'), ('tmp_183', u'CBRANCH_-1207006731'), (u'INT_ADD_-1207006524', u'CAST_-1207005958'), ('const-32', u'INT_ADD_-1207006736'), ('const-433', u'LOAD_-1207006752'), ('const-1196416', u'COPY_-1207005881'), (u'CAST_-1207005933', u'LOAD_-1207006500'), (u'INT_ADD_-1207006484', u'CAST_-1207005933'), ('const-0', u'INT_NOTEQUAL_-1207006401'), (u'INT_EQUAL_-1207006733', u'CBRANCH_-1207006731'), (u'CALL_-1207006664', u'INT_ADD_-1207006608'), (u'CAST_-1207006078', u'LOAD_-1207006752'), (u'CAST_-1207006083', u'LOAD_-1207006759'), (u'CAST_-1207006113', u'PTRSUB_-1207006107'), ('tmp_398', u'CBRANCH_-1207006553'), (u'LOAD_-1207006446', u'INT_ADD_-1207006384'), (u'CAST_-1207006000', u'STORE_-1207006437'), ('const-2', u'INT_NOTEQUAL_-1207006556'), ('tmp_762', u'CALL_-1207006700'), ('const-96', u'INT_ADD_-1207006524'), (u'INT_ADD_-1207006445', u'CAST_-1207005913'), (u'LOAD_-1207006785', u'INT_NOTEQUAL_-1207006401'), (u'CALL_-1207006765', u'CALL_-1207006684'), ('const-433', u'LOAD_-1207006785'), (u'INT_ADD_-1207006608', u'CALL_-1207006612')]
[('const-433', u'STORE_-1207006437'), ('const-32', u'INT_ADD_-1207006423'), (u'CAST_-1207006005', u'CALL_-1207006470'), ('const-96', u'INT_ADD_-1207006743'), ('const-1', u'INT_EQUAL_-1207006593'), ('tmp_1404', u'CALL_-1207006700'), (u'INT_ADD_-1207006524', u'CAST_-1207005964'), ('const-1195894', u'COPY_-1207006304'), ('const-433', u'STORE_-1207006398'), ('tmp_1406', u'INT_ADD_-1207006524'), (u'COPY_-1207005941', u'PIECE_-1207006032'), ('const-96', u'INT_ADD_-1207006798'), ('const-1', u'STORE_-1207006398'), ('const-10', u'INT_ADD_-1207006638'), (u'CAST_-1207005910', u'LOAD_-1207006446'), ('tmp_2021', u'INT_EQUAL_-1207006573'), (u'COPY_-1207005883', u'CALL_-1207006255'), ('tmp_2021', u'INT_NOTEQUAL_-1207006556'), ('const-0', u'RETURN_-1207006328'), (u'LOAD_-1207006540', u'INT_ADD_-1207006484'), (u'CALL_-1207006684', u'INT_ADD_-1207006619'), (u'COPY_-1207006322', u'MULTIEQUAL_-1207006221'), ('const-0', u'INT_EQUAL_-1207006733'), ('tmp_340', u'CBRANCH_-1207006590'), (u'CAST_-1207005939', u'LOAD_-1207006500'), (u'LOAD_-1207006446', u'INT_ADD_-1207006423'), (u'LOAD_-1207006461', u'CALL_-1207006448'), (u'INT_ADD_-1207006430', u'CAST_-1207005910'), ('tmp_1406', u'INT_ADD_-1207006743'), (u'INT_ADD_-1207006484', u'CAST_-1207005939'), (u'PIECE_-1207006032', u'RETURN_-1207006328'), (u'INT_NOTEQUAL_-1207006556', u'CBRANCH_-1207006553'), ('tmp_1401', u'CALL_-1207006664'), (u'CALL_-1207006765', u'CAST_-1207006097'), ('const-1195897', u'COPY_-1207006550'), ('const-1195900', u'COPY_-1207006006'), ('const-2', u'INT_NOTEQUAL_-1207006556'), ('tmp_366', u'CBRANCH_-1207006571'), (u'CALL_-1207006720', u'INT_ADD_-1207006638'), ('const-433', u'LOAD_-1207006468'), ('const-1196992', u'COPY_-1207005882'), (u'INT_ADD_-1207006452', u'CAST_-1207005925'), ('const-1', u'COPY_-1207005940'), ('tmp_705', u'BRANCH_-1207006311'), ('const-1195800', u'COPY_-1207005885'), (u'CAST_-1207005890', u'STORE_-1207006398'), (u'CAST_-1207006083', u'LOAD_-1207006752'), (u'CAST_-1207006097', u'CALL_-1207006470'), (u'INT_ADD_-1207006445', u'CAST_-1207005920'), ('const-96', u'INT_ADD_-1207006452'), (u'INT_ADD_-1207006636', u'INT_ADD_-1207006619'), (u'INT_EQUAL_-1207006593', u'CBRANCH_-1207006590'), (u'INT_ADD_-1207006769', u'CAST_-1207006105'), ('const-96', u'INT_ADD_-1207006430'), (u'COPY_-1207005940', u'PIECE_-1207006032'), (u'CAST_-1207006005', u'STORE_-1207006437'), (u'LOAD_-1207006791', u'INT_ADD_-1207006769'), ('const-433', u'LOAD_-1207006540'), ('tmp_1406', u'INT_ADD_-1207006798'), ('const-1196416', u'COPY_-1207005883'), (u'LOAD_-1207006759', u'INT_ADD_-1207006736'), ('const-433', u'LOAD_-1207006461'), ('const-0', u'INT_EQUAL_-1207006573'), (u'COPY_-1207006006', u'CALL_-1207006470'), (u'LOAD_-1207006752', u'INT_EQUAL_-1207006733'), ('tmp_1404', u'CALL_-1207006470'), ('tmp_1401', u'COPY_-1207005941'), (u'INT_ADD_-1207006423', u'CAST_-1207005905'), ('const-433', u'LOAD_-1207006500'), (u'MULTIEQUAL_-1207006221', u'CALL_-1207006470'), ('tmp_708', u'BRANCH_-1207006293'), (u'CAST_-1207006105', u'LOAD_-1207006785'), ('const-1', u'RETURN_-1207006258'), (u'COPY_-1207005885', u'CALL_-1207006255'), ('const-1192487', u'COPY_-1207006322'), ('const-1506', u'CALL_-1207006255'), (u'CAST_-1207006117', u'LOAD_-1207006791'), ('const-1', u'RETURN_-1207006250'), (u'CAST_-1207005925', u'LOAD_-1207006468'), (u'COPY_-1207006550', u'MULTIEQUAL_-1207006221'), ('tmp_588', u'CBRANCH_-1207006401'), ('const-32', u'INT_ADD_-1207006484'), (u'CAST_-1207005964', u'LOAD_-1207006540'), ('const-28', u'INT_ADD_-1207006384'), (u'CALL_-1207006700', u'INT_ADD_-1207006636'), ('const-28', u'INT_ADD_-1207006769'), (u'INT_ADD_-1207006638', u'INT_ADD_-1207006636'), (u'INT_ADD_-1207006743', u'CAST_-1207006088'), (u'INT_ADD_-1207006384', u'CAST_-1207005890'), (u'INT_NOTEQUAL_-1207006401', u'CBRANCH_-1207006401'), ('tmp_1406', u'INT_ADD_-1207006452'), (u'INT_ADD_-1207006798', u'CAST_-1207006117'), (u'LOAD_-1207006500', u'CALL_-1207006470'), (u'INT_EQUAL_-1207006573', u'CBRANCH_-1207006571'), ('const-32', u'INT_ADD_-1207006445'), (u'LOAD_-1207006752', u'CALL_-1207006720'), (u'CAST_-1207005905', u'STORE_-1207006437'), (u'CAST_-1207006088', u'LOAD_-1207006759'), ('const-433', u'LOAD_-1207006752'), ('const-433', u'LOAD_-1207006791'), (u'LOAD_-1207006468', u'INT_ADD_-1207006445'), (u'INT_ADD_-1207006619', u'INT_ADD_-1207006608'), ('tmp_183', u'CBRANCH_-1207006731'), ('const-32', u'INT_ADD_-1207006736'), ('const-0', u'INT_NOTEQUAL_-1207006401'), ('tmp_2021', u'INT_EQUAL_-1207006593'), (u'INT_EQUAL_-1207006733', u'CBRANCH_-1207006731'), (u'CALL_-1207006664', u'INT_ADD_-1207006608'), (u'INT_ADD_-1207006736', u'CAST_-1207006083'), ('tmp_398', u'CBRANCH_-1207006553'), (u'LOAD_-1207006446', u'INT_ADD_-1207006384'), (u'CAST_-1207006097', u'CALL_-1207006684'), (u'CAST_-1207005920', u'LOAD_-1207006461'), (u'COPY_-1207006304', u'MULTIEQUAL_-1207006221'), ('const-433', u'LOAD_-1207006785'), ('const-96', u'INT_ADD_-1207006524'), (u'COPY_-1207005882', u'CALL_-1207006255'), (u'LOAD_-1207006785', u'INT_NOTEQUAL_-1207006401'), (u'CALL_-1207006612', u'CAST_-1207006005'), ('const-433', u'LOAD_-1207006446'), ('const-433', u'LOAD_-1207006759'), (u'INT_ADD_-1207006608', u'CALL_-1207006612'), ('tmp_1406', u'INT_ADD_-1207006430')]
null
null
00118970
x64
O2
(translation_unit "undefined1 [16] FUN_00118970(long param_1,char *param_2,char *param_3,int param_4)\n\n{\n int iVar1;\n long lVar2;\n char *__s;\n size_t sVar3;\n size_t sVar4;\n size_t sVar5;\n size_t sVar6;\n char *pcVar7;\n char *pcVar8;\n undefined1 auVar9 [16];\n \n iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c);\n __s = (char *)FUN_00118930();\n pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20);\n if (pcVar7 == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }\n sVar3 = strlen(pcVar7);\n sVar4 = strlen(param_2);\n sVar5 = strlen(__s);\n sVar6 = strlen(param_3);\n pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);\n if (param_4 == 1) {\n pcVar8 = "/1";\n }\n else if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }\n sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s);\n free(*(void **)(*(long *)(param_1 + 0x60) + 0x20));\n lVar2 = *(long *)(param_1 + 0x60);\n *(char **)(lVar2 + 0x20) = pcVar7;\n if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }\n auVar9._8_8_ = param_3;\n auVar9._0_8_ = 1;\n return auVar9;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_00118970(long param_1,char *param_2,char *param_3,int param_4)\n\n{\n int iVar1;" type_identifier (ERROR "(long param_1,char" ( (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) , primitive_type) (pointer_declarator "*param_2" * identifier) , (ERROR "char" identifier) (pointer_declarator "*param_3" * identifier) , (ERROR "int param_4)\n\n{\n int" identifier identifier ) { primitive_type) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "undefined1 auVar9 [16];" type_identifier (array_declarator "auVar9 [16]" identifier [ number_literal ]) ;) (expression_statement "iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c);" (assignment_expression "iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c)" identifier = (pointer_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c)" * (cast_expression "(int *)(*(long *)(param_1 + 0x60) + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x1c)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x1c" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "__s = (char *)FUN_00118930();" (assignment_expression "__s = (char *)FUN_00118930()" identifier = (cast_expression "(char *)FUN_00118930()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00118930()" identifier (argument_list "()" ( ))))) ;) (expression_statement "pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20);" (assignment_expression "pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20)" identifier = (pointer_expression "*(char **)(*(long *)(param_1 + 0x60) + 0x20)" * (cast_expression "(char **)(*(long *)(param_1 + 0x60) + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (pcVar7 == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }" if (parenthesized_expression "(pcVar7 == (char *)0x0)" ( (binary_expression "pcVar7 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }" { comment (expression_statement "__assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");" (call_expression "__assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member")" identifier (argument_list "("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member")" ( (string_literal ""info->type_stack->fields != NULL"" " string_content ") , (string_literal ""../../binutils/wrstabs.c"" " string_content ") , number_literal , (string_literal ""stab_class_static_member"" " string_content ") ))) ;) })) (expression_statement "sVar3 = strlen(pcVar7);" (assignment_expression "sVar3 = strlen(pcVar7)" identifier = (call_expression "strlen(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier )))) ;) (expression_statement "sVar4 = strlen(param_2);" (assignment_expression "sVar4 = strlen(param_2)" identifier = (call_expression "strlen(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "sVar5 = strlen(__s);" (assignment_expression "sVar5 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "sVar6 = strlen(param_3);" (assignment_expression "sVar6 = strlen(param_3)" identifier = (call_expression "strlen(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);" (assignment_expression "pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" identifier = (cast_expression "(char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" identifier (argument_list "(sVar5 + sVar3 + 10 + sVar4 + sVar6)" ( (binary_expression "sVar5 + sVar3 + 10 + sVar4 + sVar6" (binary_expression "sVar5 + sVar3 + 10 + sVar4" (binary_expression "sVar5 + sVar3 + 10" (binary_expression "sVar5 + sVar3" identifier + identifier) + number_literal) + identifier) + identifier) ))))) ;) (if_statement "if (param_4 == 1) {\n pcVar8 = "/1";\n }\n else if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" if (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) (compound_statement "{\n pcVar8 = "/1";\n }" { (expression_statement "pcVar8 = "/1";" (assignment_expression "pcVar8 = "/1"" identifier = (string_literal ""/1"" " string_content ")) ;) }) (else_clause "else if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" else (if_statement "if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar8 = "";\n }" { (expression_statement "pcVar8 = "";" (assignment_expression "pcVar8 = """ identifier = (string_literal """" " ")) ;) }) (else_clause "else {\n if (param_4 != 2) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" else (compound_statement "{\n if (param_4 != 2) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" { (if_statement "if (param_4 != 2) {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "(param_4 != 2)" ( (binary_expression "param_4 != 2" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "pcVar8 = "/0";" (assignment_expression "pcVar8 = "/0"" identifier = (string_literal ""/0"" " string_content ")) ;) }))))) (expression_statement "sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s);" (call_expression "sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s)" identifier (argument_list "(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s)" ( identifier , (string_literal ""%s%s:%s%s:%s;"" " string_content ") , (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) )))) , identifier , identifier , identifier ))) ;) (expression_statement "free(*(void **)(*(long *)(param_1 + 0x60) + 0x20));" (call_expression "free(*(void **)(*(long *)(param_1 + 0x60) + 0x20))" identifier (argument_list "(*(void **)(*(long *)(param_1 + 0x60) + 0x20))" ( (pointer_expression "*(void **)(*(long *)(param_1 + 0x60) + 0x20)" * (cast_expression "(void **)(*(long *)(param_1 + 0x60) + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) )))) ))) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0x60);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x60)" identifier = (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "*(char **)(lVar2 + 0x20) = pcVar7;" (assignment_expression "*(char **)(lVar2 + 0x20) = pcVar7" (pointer_expression "*(char **)(lVar2 + 0x20)" * (cast_expression "(char **)(lVar2 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }" { (expression_statement "*(undefined4 *)(lVar2 + 0x1c) = 1;" (assignment_expression "*(undefined4 *)(lVar2 + 0x1c) = 1" (pointer_expression "*(undefined4 *)(lVar2 + 0x1c)" * (cast_expression "(undefined4 *)(lVar2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1c)" ( (binary_expression "lVar2 + 0x1c" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "auVar9._8_8_ = param_3;" (assignment_expression "auVar9._8_8_ = param_3" (field_expression "auVar9._8_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar9._0_8_ = 1;" (assignment_expression "auVar9._0_8_ = 1" (field_expression "auVar9._0_8_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar9;" return identifier ;) (ERROR "}" }))
(translation_unit "bfd_boolean stab_class_static_member(void *p,char *name,char *physname,debug_visibility visibility)\n\n{\n int iVar1;\n long lVar2;\n char *__s;\n size_t sVar3;\n size_t sVar4;\n size_t sVar5;\n size_t sVar6;\n char *pcVar7;\n stab_write_handle *info;\n char *pcVar8;\n \n iVar1 = *(int *)((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4);\n __s = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n pcVar7 = *(char **)(*(long *)((long)p + 0x60) + 0x20);\n if (pcVar7 == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }\n sVar3 = strlen(pcVar7);\n sVar4 = strlen(name);\n sVar5 = strlen(__s);\n sVar6 = strlen(physname);\n pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);\n if (visibility == DEBUG_VISIBILITY_PROTECTED) {\n pcVar8 = "/1";\n }\n else if (visibility == DEBUG_VISIBILITY_PUBLIC) {\n pcVar8 = "";\n }\n else {\n if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }\n sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)((long)p + 0x60) + 0x20),name,pcVar8,__s,\n physname);\n free(*(void **)(*(long *)((long)p + 0x60) + 0x20));\n lVar2 = *(long *)((long)p + 0x60);\n *(char **)(lVar2 + 0x20) = pcVar7;\n if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }\n return 1;\n}\n\n" (function_definition "bfd_boolean stab_class_static_member(void *p,char *name,char *physname,debug_visibility visibility)\n\n{\n int iVar1;\n long lVar2;\n char *__s;\n size_t sVar3;\n size_t sVar4;\n size_t sVar5;\n size_t sVar6;\n char *pcVar7;\n stab_write_handle *info;\n char *pcVar8;\n \n iVar1 = *(int *)((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4);\n __s = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n pcVar7 = *(char **)(*(long *)((long)p + 0x60) + 0x20);\n if (pcVar7 == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }\n sVar3 = strlen(pcVar7);\n sVar4 = strlen(name);\n sVar5 = strlen(__s);\n sVar6 = strlen(physname);\n pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);\n if (visibility == DEBUG_VISIBILITY_PROTECTED) {\n pcVar8 = "/1";\n }\n else if (visibility == DEBUG_VISIBILITY_PUBLIC) {\n pcVar8 = "";\n }\n else {\n if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }\n sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)((long)p + 0x60) + 0x20),name,pcVar8,__s,\n physname);\n free(*(void **)(*(long *)((long)p + 0x60) + 0x20));\n lVar2 = *(long *)((long)p + 0x60);\n *(char **)(lVar2 + 0x20) = pcVar7;\n if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }\n return 1;\n}" type_identifier (function_declarator "stab_class_static_member(void *p,char *name,char *physname,debug_visibility visibility)" identifier (parameter_list "(void *p,char *name,char *physname,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 "char *physname" primitive_type (pointer_declarator "*physname" * identifier)) , (parameter_declaration "debug_visibility visibility" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n long lVar2;\n char *__s;\n size_t sVar3;\n size_t sVar4;\n size_t sVar5;\n size_t sVar6;\n char *pcVar7;\n stab_write_handle *info;\n char *pcVar8;\n \n iVar1 = *(int *)((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4);\n __s = stab_pop_type((stab_write_handle *)((long)p + 0x60));\n pcVar7 = *(char **)(*(long *)((long)p + 0x60) + 0x20);\n if (pcVar7 == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }\n sVar3 = strlen(pcVar7);\n sVar4 = strlen(name);\n sVar5 = strlen(__s);\n sVar6 = strlen(physname);\n pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);\n if (visibility == DEBUG_VISIBILITY_PROTECTED) {\n pcVar8 = "/1";\n }\n else if (visibility == DEBUG_VISIBILITY_PUBLIC) {\n pcVar8 = "";\n }\n else {\n if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }\n sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)((long)p + 0x60) + 0x20),name,pcVar8,__s,\n physname);\n free(*(void **)(*(long *)((long)p + 0x60) + 0x20));\n lVar2 = *(long *)((long)p + 0x60);\n *(char **)(lVar2 + 0x20) = pcVar7;\n if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }\n return 1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "stab_write_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (expression_statement "iVar1 = *(int *)((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4);" (assignment_expression "iVar1 = *(int *)((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4)" identifier = (pointer_expression "*(int *)((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4)" * (cast_expression "(int *)((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4)" ( (binary_expression "(long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec + 4" (cast_expression "(long)&((stab_write_handle *)((long)p + 0x60))->abfd->iovec" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&((stab_write_handle *)((long)p + 0x60))->abfd->iovec" & (field_expression "((stab_write_handle *)((long)p + 0x60))->abfd->iovec" (field_expression "((stab_write_handle *)((long)p + 0x60))->abfd" (parenthesized_expression "((stab_write_handle *)((long)p + 0x60))" ( (cast_expression "(stab_write_handle *)((long)p + 0x60)" ( (type_descriptor "stab_write_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )) -> field_identifier) -> field_identifier))) + number_literal) ))))) ;) (expression_statement "__s = stab_pop_type((stab_write_handle *)((long)p + 0x60));" (assignment_expression "__s = stab_pop_type((stab_write_handle *)((long)p + 0x60))" identifier = (call_expression "stab_pop_type((stab_write_handle *)((long)p + 0x60))" identifier (argument_list "((stab_write_handle *)((long)p + 0x60))" ( (cast_expression "(stab_write_handle *)((long)p + 0x60)" ( (type_descriptor "stab_write_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )))) ;) (expression_statement "pcVar7 = *(char **)(*(long *)((long)p + 0x60) + 0x20);" (assignment_expression "pcVar7 = *(char **)(*(long *)((long)p + 0x60) + 0x20)" identifier = (pointer_expression "*(char **)(*(long *)((long)p + 0x60) + 0x20)" * (cast_expression "(char **)(*(long *)((long)p + 0x60) + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)p + 0x60) + 0x20)" ( (binary_expression "*(long *)((long)p + 0x60) + 0x20" (pointer_expression "*(long *)((long)p + 0x60)" * (cast_expression "(long *)((long)p + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (pcVar7 == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }" if (parenthesized_expression "(pcVar7 == (char *)0x0)" ( (binary_expression "pcVar7 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }" { comment (expression_statement "__assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");" (call_expression "__assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member")" identifier (argument_list "("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member")" ( (string_literal ""info->type_stack->fields != NULL"" " string_content ") , (string_literal ""../../binutils/wrstabs.c"" " string_content ") , number_literal , (string_literal ""stab_class_static_member"" " string_content ") ))) ;) })) (expression_statement "sVar3 = strlen(pcVar7);" (assignment_expression "sVar3 = strlen(pcVar7)" identifier = (call_expression "strlen(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier )))) ;) (expression_statement "sVar4 = strlen(name);" (assignment_expression "sVar4 = strlen(name)" identifier = (call_expression "strlen(name)" identifier (argument_list "(name)" ( identifier )))) ;) (expression_statement "sVar5 = strlen(__s);" (assignment_expression "sVar5 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "sVar6 = strlen(physname);" (assignment_expression "sVar6 = strlen(physname)" identifier = (call_expression "strlen(physname)" identifier (argument_list "(physname)" ( identifier )))) ;) (expression_statement "pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);" (assignment_expression "pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" identifier = (cast_expression "(char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" identifier (argument_list "(sVar5 + sVar3 + 10 + sVar4 + sVar6)" ( (binary_expression "sVar5 + sVar3 + 10 + sVar4 + sVar6" (binary_expression "sVar5 + sVar3 + 10 + sVar4" (binary_expression "sVar5 + sVar3 + 10" (binary_expression "sVar5 + sVar3" identifier + identifier) + number_literal) + identifier) + identifier) ))))) ;) (if_statement "if (visibility == DEBUG_VISIBILITY_PROTECTED) {\n pcVar8 = "/1";\n }\n else if (visibility == DEBUG_VISIBILITY_PUBLIC) {\n pcVar8 = "";\n }\n else {\n if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" if (parenthesized_expression "(visibility == DEBUG_VISIBILITY_PROTECTED)" ( (binary_expression "visibility == DEBUG_VISIBILITY_PROTECTED" identifier == identifier) )) (compound_statement "{\n pcVar8 = "/1";\n }" { (expression_statement "pcVar8 = "/1";" (assignment_expression "pcVar8 = "/1"" identifier = (string_literal ""/1"" " string_content ")) ;) }) (else_clause "else if (visibility == DEBUG_VISIBILITY_PUBLIC) {\n pcVar8 = "";\n }\n else {\n if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" else (if_statement "if (visibility == DEBUG_VISIBILITY_PUBLIC) {\n pcVar8 = "";\n }\n else {\n if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" if (parenthesized_expression "(visibility == DEBUG_VISIBILITY_PUBLIC)" ( (binary_expression "visibility == DEBUG_VISIBILITY_PUBLIC" identifier == identifier) )) (compound_statement "{\n pcVar8 = "";\n }" { (expression_statement "pcVar8 = "";" (assignment_expression "pcVar8 = """ identifier = (string_literal """" " ")) ;) }) (else_clause "else {\n if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" else (compound_statement "{\n if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n pcVar8 = "/0";\n }" { (if_statement "if (visibility != DEBUG_VISIBILITY_PRIVATE) {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "(visibility != DEBUG_VISIBILITY_PRIVATE)" ( (binary_expression "visibility != DEBUG_VISIBILITY_PRIVATE" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "pcVar8 = "/0";" (assignment_expression "pcVar8 = "/0"" identifier = (string_literal ""/0"" " string_content ")) ;) }))))) (expression_statement "sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)((long)p + 0x60) + 0x20),name,pcVar8,__s,\n physname);" (call_expression "sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)((long)p + 0x60) + 0x20),name,pcVar8,__s,\n physname)" identifier (argument_list "(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)((long)p + 0x60) + 0x20),name,pcVar8,__s,\n physname)" ( identifier , (string_literal ""%s%s:%s%s:%s;"" " string_content ") , (pointer_expression "*(undefined8 *)(*(long *)((long)p + 0x60) + 0x20)" * (cast_expression "(undefined8 *)(*(long *)((long)p + 0x60) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)p + 0x60) + 0x20)" ( (binary_expression "*(long *)((long)p + 0x60) + 0x20" (pointer_expression "*(long *)((long)p + 0x60)" * (cast_expression "(long *)((long)p + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))) , identifier , identifier , identifier , identifier ))) ;) (expression_statement "free(*(void **)(*(long *)((long)p + 0x60) + 0x20));" (call_expression "free(*(void **)(*(long *)((long)p + 0x60) + 0x20))" identifier (argument_list "(*(void **)(*(long *)((long)p + 0x60) + 0x20))" ( (pointer_expression "*(void **)(*(long *)((long)p + 0x60) + 0x20)" * (cast_expression "(void **)(*(long *)((long)p + 0x60) + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)p + 0x60) + 0x20)" ( (binary_expression "*(long *)((long)p + 0x60) + 0x20" (pointer_expression "*(long *)((long)p + 0x60)" * (cast_expression "(long *)((long)p + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))) ))) ;) (expression_statement "lVar2 = *(long *)((long)p + 0x60);" (assignment_expression "lVar2 = *(long *)((long)p + 0x60)" identifier = (pointer_expression "*(long *)((long)p + 0x60)" * (cast_expression "(long *)((long)p + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x60)" ( (binary_expression "(long)p + 0x60" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*(char **)(lVar2 + 0x20) = pcVar7;" (assignment_expression "*(char **)(lVar2 + 0x20) = pcVar7" (pointer_expression "*(char **)(lVar2 + 0x20)" * (cast_expression "(char **)(lVar2 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }" { (expression_statement "*(undefined4 *)(lVar2 + 0x1c) = 1;" (assignment_expression "*(undefined4 *)(lVar2 + 0x1c) = 1" (pointer_expression "*(undefined4 *)(lVar2 + 0x1c)" * (cast_expression "(undefined4 *)(lVar2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1c)" ( (binary_expression "lVar2 + 0x1c" identifier + number_literal) )))) = number_literal) ;) })) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "undefined1 [16] FUN_00118970(long param_1,char *param_2,char *param_3,int param_4)\n\n{\n int iVar1;\n long lVar2;\n char *__s;\n size_t sVar3;\n size_t sVar4;\n size_t sVar5;\n size_t sVar6;\n char *pcVar7;\n char *pcVar8;\n undefined1 auVar9 [16];\n \n iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c);\n __s = (char *)FUN_00118930();\n pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20);\n if (pcVar7 == (char *)0x0) {\n \n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }\n sVar3 = strlen(pcVar7);\n sVar4 = strlen(param_2);\n sVar5 = strlen(__s);\n sVar6 = strlen(param_3);\n pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);\n if (param_4 == 1) {\n pcVar8 = "/1";\n }\n else if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }\n sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s);\n free(*(void **)(*(long *)(param_1 + 0x60) + 0x20));\n lVar2 = *(long *)(param_1 + 0x60);\n *(char **)(lVar2 + 0x20) = pcVar7;\n if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }\n auVar9._8_8_ = param_3;\n auVar9._0_8_ = 1;\n return auVar9;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_00118970(long param_1,char *param_2,char *param_3,int param_4)\n\n{\n int iVar1;" type_identifier (ERROR "(long param_1,char" ( (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) , primitive_type) (pointer_declarator "*param_2" * identifier) , (ERROR "char" identifier) (pointer_declarator "*param_3" * identifier) , (ERROR "int param_4)\n\n{\n int" identifier identifier ) { primitive_type) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "undefined1 auVar9 [16];" type_identifier (array_declarator "auVar9 [16]" identifier [ number_literal ]) ;) (expression_statement "iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c);" (assignment_expression "iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c)" identifier = (pointer_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c)" * (cast_expression "(int *)(*(long *)(param_1 + 0x60) + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x1c)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x1c" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "__s = (char *)FUN_00118930();" (assignment_expression "__s = (char *)FUN_00118930()" identifier = (cast_expression "(char *)FUN_00118930()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00118930()" identifier (argument_list "()" ( ))))) ;) (expression_statement "pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20);" (assignment_expression "pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20)" identifier = (pointer_expression "*(char **)(*(long *)(param_1 + 0x60) + 0x20)" * (cast_expression "(char **)(*(long *)(param_1 + 0x60) + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (pcVar7 == (char *)0x0) {\n \n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }" if (parenthesized_expression "(pcVar7 == (char *)0x0)" ( (binary_expression "pcVar7 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }" { (expression_statement "__assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");" (call_expression "__assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member")" identifier (argument_list "("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member")" ( (string_literal ""info->type_stack->fields != NULL"" " string_content ") , (string_literal ""../../binutils/wrstabs.c"" " string_content ") , number_literal , (string_literal ""stab_class_static_member"" " string_content ") ))) ;) })) (expression_statement "sVar3 = strlen(pcVar7);" (assignment_expression "sVar3 = strlen(pcVar7)" identifier = (call_expression "strlen(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier )))) ;) (expression_statement "sVar4 = strlen(param_2);" (assignment_expression "sVar4 = strlen(param_2)" identifier = (call_expression "strlen(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "sVar5 = strlen(__s);" (assignment_expression "sVar5 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "sVar6 = strlen(param_3);" (assignment_expression "sVar6 = strlen(param_3)" identifier = (call_expression "strlen(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);" (assignment_expression "pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" identifier = (cast_expression "(char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" identifier (argument_list "(sVar5 + sVar3 + 10 + sVar4 + sVar6)" ( (binary_expression "sVar5 + sVar3 + 10 + sVar4 + sVar6" (binary_expression "sVar5 + sVar3 + 10 + sVar4" (binary_expression "sVar5 + sVar3 + 10" (binary_expression "sVar5 + sVar3" identifier + identifier) + number_literal) + identifier) + identifier) ))))) ;) (if_statement "if (param_4 == 1) {\n pcVar8 = "/1";\n }\n else if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" if (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) (compound_statement "{\n pcVar8 = "/1";\n }" { (expression_statement "pcVar8 = "/1";" (assignment_expression "pcVar8 = "/1"" identifier = (string_literal ""/1"" " string_content ")) ;) }) (else_clause "else if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" else (if_statement "if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar8 = "";\n }" { (expression_statement "pcVar8 = "";" (assignment_expression "pcVar8 = """ identifier = (string_literal """" " ")) ;) }) (else_clause "else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" else (compound_statement "{\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" { (if_statement "if (param_4 != 2) {\n \n abort();\n }" if (parenthesized_expression "(param_4 != 2)" ( (binary_expression "param_4 != 2" identifier != number_literal) )) (compound_statement "{\n \n abort();\n }" { (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "pcVar8 = "/0";" (assignment_expression "pcVar8 = "/0"" identifier = (string_literal ""/0"" " string_content ")) ;) }))))) (expression_statement "sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s);" (call_expression "sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s)" identifier (argument_list "(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s)" ( identifier , (string_literal ""%s%s:%s%s:%s;"" " string_content ") , (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) )))) , identifier , identifier , identifier ))) ;) (expression_statement "free(*(void **)(*(long *)(param_1 + 0x60) + 0x20));" (call_expression "free(*(void **)(*(long *)(param_1 + 0x60) + 0x20))" identifier (argument_list "(*(void **)(*(long *)(param_1 + 0x60) + 0x20))" ( (pointer_expression "*(void **)(*(long *)(param_1 + 0x60) + 0x20)" * (cast_expression "(void **)(*(long *)(param_1 + 0x60) + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + number_literal) )))) ))) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0x60);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x60)" identifier = (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "*(char **)(lVar2 + 0x20) = pcVar7;" (assignment_expression "*(char **)(lVar2 + 0x20) = pcVar7" (pointer_expression "*(char **)(lVar2 + 0x20)" * (cast_expression "(char **)(lVar2 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }" { (expression_statement "*(undefined4 *)(lVar2 + 0x1c) = 1;" (assignment_expression "*(undefined4 *)(lVar2 + 0x1c) = 1" (pointer_expression "*(undefined4 *)(lVar2 + 0x1c)" * (cast_expression "(undefined4 *)(lVar2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1c)" ( (binary_expression "lVar2 + 0x1c" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "auVar9._8_8_ = param_3;" (assignment_expression "auVar9._8_8_ = param_3" (field_expression "auVar9._8_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar9._0_8_ = 1;" (assignment_expression "auVar9._0_8_ = 1" (field_expression "auVar9._0_8_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar9;" return identifier ;) (ERROR "}" }))
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (declaration TYPE (ERROR ( (type_descriptor (sized_type_specifier long TYPE)) , TYPE) (pointer_declarator * IDENT) , (ERROR IDENT) (pointer_declarator * IDENT) , (ERROR IDENT IDENT ) { TYPE) IDENT ;) (declaration (sized_type_specifier long) 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 (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (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 (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 )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (binary_expression (binary_expression (binary_expression IDENT + IDENT) + LIT) + IDENT) + IDENT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " ")) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }))))) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (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 , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (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) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_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 ;) (ERROR }))
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (declaration "FUN_00118970(long param_1,char *param_2,char *param_3,int param_4)\n\n{\n int iVar1;" (type_identifier "FUN_00118970") (ERROR "(long param_1,char" (( "(") (type_descriptor "long param_1" (sized_type_specifier "long param_1" (long "long") (type_identifier "param_1"))) (, ",") (primitive_type "char")) (pointer_declarator "*param_2" (* "*") (identifier "param_2")) (, ",") (ERROR "char" (identifier "char")) (pointer_declarator "*param_3" (* "*") (identifier "param_3")) (, ",") (ERROR "int param_4)\n\n{\n int" (identifier "int") (identifier "param_4") () ")") ({ "{") (primitive_type "int")) (identifier "iVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "size_t sVar4;" (primitive_type "size_t") (identifier "sVar4") (; ";")) (declaration "size_t sVar5;" (primitive_type "size_t") (identifier "sVar5") (; ";")) (declaration "size_t sVar6;" (primitive_type "size_t") (identifier "sVar6") (; ";")) (declaration "char *pcVar7;" (primitive_type "char") (pointer_declarator "*pcVar7" (* "*") (identifier "pcVar7")) (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "undefined1 auVar9 [16];" (type_identifier "undefined1") (array_declarator "auVar9 [16]" (identifier "auVar9") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c);" (assignment_expression "iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(*(long *)(param_1 + 0x60) + 0x1c)" (* "*") (cast_expression "(int *)(*(long *)(param_1 + 0x60) + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x1c)" (( "(") (binary_expression "*(long *)(param_1 + 0x60) + 0x1c" (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "__s = (char *)FUN_00118930();" (assignment_expression "__s = (char *)FUN_00118930()" (identifier "__s") (= "=") (cast_expression "(char *)FUN_00118930()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00118930()" (identifier "FUN_00118930") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20);" (assignment_expression "pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20)" (identifier "pcVar7") (= "=") (pointer_expression "*(char **)(*(long *)(param_1 + 0x60) + 0x20)" (* "*") (cast_expression "(char **)(*(long *)(param_1 + 0x60) + 0x20)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" (( "(") (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (if_statement "if (pcVar7 == (char *)0x0) {\n \n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }" (if "if") (parenthesized_expression "(pcVar7 == (char *)0x0)" (( "(") (binary_expression "pcVar7 == (char *)0x0" (identifier "pcVar7") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");\n }" ({ "{") (expression_statement "__assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member");" (call_expression "__assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member")" (identifier "__assert_fail") (argument_list "("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2,\n "stab_class_static_member")" (( "(") (string_literal ""info->type_stack->fields != NULL"" (" """) (string_content "info->type_stack->fields != NULL") (" """)) (, ",") (string_literal ""../../binutils/wrstabs.c"" (" """) (string_content "../../binutils/wrstabs.c") (" """)) (, ",") (number_literal "0x5e2") (, ",") (string_literal ""stab_class_static_member"" (" """) (string_content "stab_class_static_member") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "sVar3 = strlen(pcVar7);" (assignment_expression "sVar3 = strlen(pcVar7)" (identifier "sVar3") (= "=") (call_expression "strlen(pcVar7)" (identifier "strlen") (argument_list "(pcVar7)" (( "(") (identifier "pcVar7") () ")")))) (; ";")) (expression_statement "sVar4 = strlen(param_2);" (assignment_expression "sVar4 = strlen(param_2)" (identifier "sVar4") (= "=") (call_expression "strlen(param_2)" (identifier "strlen") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "sVar5 = strlen(__s);" (assignment_expression "sVar5 = strlen(__s)" (identifier "sVar5") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "sVar6 = strlen(param_3);" (assignment_expression "sVar6 = strlen(param_3)" (identifier "sVar6") (= "=") (call_expression "strlen(param_3)" (identifier "strlen") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (expression_statement "pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6);" (assignment_expression "pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" (identifier "pcVar7") (= "=") (cast_expression "(char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6)" (identifier "xmalloc") (argument_list "(sVar5 + sVar3 + 10 + sVar4 + sVar6)" (( "(") (binary_expression "sVar5 + sVar3 + 10 + sVar4 + sVar6" (binary_expression "sVar5 + sVar3 + 10 + sVar4" (binary_expression "sVar5 + sVar3 + 10" (binary_expression "sVar5 + sVar3" (identifier "sVar5") (+ "+") (identifier "sVar3")) (+ "+") (number_literal "10")) (+ "+") (identifier "sVar4")) (+ "+") (identifier "sVar6")) () ")"))))) (; ";")) (if_statement "if (param_4 == 1) {\n pcVar8 = "/1";\n }\n else if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" (if "if") (parenthesized_expression "(param_4 == 1)" (( "(") (binary_expression "param_4 == 1" (identifier "param_4") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n pcVar8 = "/1";\n }" ({ "{") (expression_statement "pcVar8 = "/1";" (assignment_expression "pcVar8 = "/1"" (identifier "pcVar8") (= "=") (string_literal ""/1"" (" """) (string_content "/1") (" """))) (; ";")) (} "}")) (else_clause "else if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" (else "else") (if_statement "if (param_4 == 0) {\n pcVar8 = "";\n }\n else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" (if "if") (parenthesized_expression "(param_4 == 0)" (( "(") (binary_expression "param_4 == 0" (identifier "param_4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pcVar8 = "";\n }" ({ "{") (expression_statement "pcVar8 = "";" (assignment_expression "pcVar8 = """ (identifier "pcVar8") (= "=") (string_literal """" (" """) (" """))) (; ";")) (} "}")) (else_clause "else {\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" (else "else") (compound_statement "{\n if (param_4 != 2) {\n \n abort();\n }\n pcVar8 = "/0";\n }" ({ "{") (if_statement "if (param_4 != 2) {\n \n abort();\n }" (if "if") (parenthesized_expression "(param_4 != 2)" (( "(") (binary_expression "param_4 != 2" (identifier "param_4") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n \n abort();\n }" ({ "{") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar8 = "/0";" (assignment_expression "pcVar8 = "/0"" (identifier "pcVar8") (= "=") (string_literal ""/0"" (" """) (string_content "/0") (" """))) (; ";")) (} "}")))))) (expression_statement "sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s);" (call_expression "sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s)" (identifier "sprintf") (argument_list "(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8,\n __s)" (( "(") (identifier "pcVar7") (, ",") (string_literal ""%s%s:%s%s:%s;"" (" """) (string_content "%s%s:%s%s:%s;") (" """)) (, ",") (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" (( "(") (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) (, ",") (identifier "param_2") (, ",") (identifier "pcVar8") (, ",") (identifier "__s") () ")"))) (; ";")) (expression_statement "free(*(void **)(*(long *)(param_1 + 0x60) + 0x20));" (call_expression "free(*(void **)(*(long *)(param_1 + 0x60) + 0x20))" (identifier "free") (argument_list "(*(void **)(*(long *)(param_1 + 0x60) + 0x20))" (( "(") (pointer_expression "*(void **)(*(long *)(param_1 + 0x60) + 0x20)" (* "*") (cast_expression "(void **)(*(long *)(param_1 + 0x60) + 0x20)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x60) + 0x20)" (( "(") (binary_expression "*(long *)(param_1 + 0x60) + 0x20" (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) () ")"))) (; ";")) (expression_statement "lVar2 = *(long *)(param_1 + 0x60);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x60)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (expression_statement "*(char **)(lVar2 + 0x20) = pcVar7;" (assignment_expression "*(char **)(lVar2 + 0x20) = pcVar7" (pointer_expression "*(char **)(lVar2 + 0x20)" (* "*") (cast_expression "(char **)(lVar2 + 0x20)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "pcVar7")) (; ";")) (if_statement "if (iVar1 != 0) {\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(lVar2 + 0x1c) = 1;\n }" ({ "{") (expression_statement "*(undefined4 *)(lVar2 + 0x1c) = 1;" (assignment_expression "*(undefined4 *)(lVar2 + 0x1c) = 1" (pointer_expression "*(undefined4 *)(lVar2 + 0x1c)" (* "*") (cast_expression "(undefined4 *)(lVar2 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1c)" (( "(") (binary_expression "lVar2 + 0x1c" (identifier "lVar2") (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "auVar9._8_8_ = param_3;" (assignment_expression "auVar9._8_8_ = param_3" (field_expression "auVar9._8_8_" (identifier "auVar9") (. ".") (field_identifier "_8_8_")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "auVar9._0_8_ = 1;" (assignment_expression "auVar9._0_8_ = 1" (field_expression "auVar9._0_8_" (identifier "auVar9") (. ".") (field_identifier "_0_8_")) (= "=") (number_literal "1")) (; ";")) (return_statement "return auVar9;" (return "return") (identifier "auVar9") (; ";")) (ERROR "}" (} "}"))
type_1 function_1(void *p,char *name,char *physname,type_2 var_10) { int var_18; long var_17; char *__s; size_t var_7; size_t var_8; size_t var_6; size_t var_9; char *var_2; type_3 *info; char *pcVar8; var_18 = *(int *)((long)&((type_3 *)((long)p + 0x60))->abfd->iovec + 4); __s = var_1((type_3 *)((long)p + 0x60)); var_2 = *(char **)(*(long *)((long)p + 0x60) + 0x20); if (var_2 == (char *)0x0) { /* WARNING: Subroutine does not return */ var_3("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2, "stab_class_static_member"); } var_7 = var_4(var_2); var_8 = var_4(name); var_6 = var_4(__s); var_9 = var_4(physname); var_2 = (char *)var_5(var_6 + var_7 + 10 + var_8 + var_9); if (var_10 == var_11) { pcVar8 = "/1"; } else if (var_10 == var_12) { pcVar8 = ""; } else { if (var_10 != var_13) { /* WARNING: Subroutine does not return */ var_14(); } pcVar8 = "/0"; } var_15(var_2,"%s%s:%s%s:%s;",*(type_4 *)(*(long *)((long)p + 0x60) + 0x20),name,pcVar8,__s, physname); var_16(*(void **)(*(long *)((long)p + 0x60) + 0x20)); var_17 = *(long *)((long)p + 0x60); *(char **)(var_17 + 0x20) = var_2; if (var_18 != 0) { *(type_5 *)(var_17 + 0x1c) = 1; } return 1; }
null
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (declaration type: (type_identifier) (ERROR (type_descriptor type: (sized_type_specifier type: (type_identifier))) (primitive_type)) declarator: (pointer_declarator declarator: (identifier)) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) (ERROR (identifier) (identifier) (primitive_type)) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator 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 (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))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) right: (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: (string_literal (string_content))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (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))))) (identifier) (identifier) (identifier)))) (expression_statement (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: (pointer_expression 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (expression_statement (assignment_expression left: (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)) (ERROR))
null
undefined1 [16] MASKED(long param_1,char *param_2,char *param_3,int param_4) { int iVar1; long lVar2; char *__s; size_t sVar3; size_t sVar4; size_t sVar5; size_t sVar6; char *pcVar7; char *pcVar8; undefined1 auVar9 [16]; iVar1 = *(int *)(*(long *)(param_1 + 0x60) + 0x1c); __s = (char *)FUN_00118930(); pcVar7 = *(char **)(*(long *)(param_1 + 0x60) + 0x20); if (pcVar7 == (char *)0x0) { /* WARNING: Subroutine does not return */ __assert_fail("info->type_stack->fields != NULL","../../binutils/wrstabs.c",0x5e2, "stab_class_static_member"); } sVar3 = strlen(pcVar7); sVar4 = strlen(param_2); sVar5 = strlen(__s); sVar6 = strlen(param_3); pcVar7 = (char *)xmalloc(sVar5 + sVar3 + 10 + sVar4 + sVar6); if (param_4 == 1) { pcVar8 = "/1"; } else if (param_4 == 0) { pcVar8 = ""; } else { if (param_4 != 2) { /* WARNING: Subroutine does not return */ abort(); } pcVar8 = "/0"; } sprintf(pcVar7,"%s%s:%s%s:%s;",*(undefined8 *)(*(long *)(param_1 + 0x60) + 0x20),param_2,pcVar8, __s); free(*(void **)(*(long *)(param_1 + 0x60) + 0x20)); lVar2 = *(long *)(param_1 + 0x60); *(char **)(lVar2 + 0x20) = pcVar7; if (iVar1 != 0) { *(undefined4 *)(lVar2 + 0x1c) = 1; } auVar9._8_8_ = param_3; auVar9._0_8_ = 1; return auVar9; }
99_sg_raw_and_sg_raw_strip.c
strtol
strtol
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ long strtol(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ /* strtol@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ long strtol(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206943494')]
[('const-1', u'RETURN_-1206943494')]
null
null
001080f0
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong strtol(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "strtol(char *__nptr,char **__endptr,int __base)" identifier (parameter_list "(char *__nptr,char **__endptr,int __base)" ( (parameter_declaration "char *__nptr" primitive_type (pointer_declarator "*__nptr" * identifier)) , (parameter_declaration "char **__endptr" primitive_type (pointer_declarator "**__endptr" * (pointer_declarator "*__endptr" * identifier))) , (parameter_declaration "int __base" 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\nlong strtol(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strtol@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strtol@@GLIBC_2.2.5 */\n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "strtol(char *__nptr,char **__endptr,int __base)" identifier (parameter_list "(char *__nptr,char **__endptr,int __base)" ( (parameter_declaration "char *__nptr" primitive_type (pointer_declarator "*__nptr" * identifier)) , (parameter_declaration "char **__endptr" primitive_type (pointer_declarator "**__endptr" * (pointer_declarator "*__endptr" * identifier))) , (parameter_declaration "int __base" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strtol@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "strtol(char *__nptr,char **__endptr,int __base)" identifier (parameter_list "(char *__nptr,char **__endptr,int __base)" ( (parameter_declaration "char *__nptr" primitive_type (pointer_declarator "*__nptr" * identifier)) , (parameter_declaration "char **__endptr" primitive_type (pointer_declarator "**__endptr" * (pointer_declarator "*__endptr" * identifier))) , (parameter_declaration "int __base" 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 (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" (long "long")) (function_declarator "strtol(char *__nptr,char **__endptr,int __base)" (identifier "strtol") (parameter_list "(char *__nptr,char **__endptr,int __base)" (( "(") (parameter_declaration "char *__nptr" (primitive_type "char") (pointer_declarator "*__nptr" (* "*") (identifier "__nptr"))) (, ",") (parameter_declaration "char **__endptr" (primitive_type "char") (pointer_declarator "**__endptr" (* "*") (pointer_declarator "*__endptr" (* "*") (identifier "__endptr")))) (, ",") (parameter_declaration "int __base" (primitive_type "int") (identifier "__base")) () ")"))) (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 */ long function_1(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ /* strtol@@GLIBC_2.2.5 */ var_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))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator 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 */ long MASKED(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
6083_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
orphan_section_init
FUN_0025da10
/* DWARF original prototype: void orphan_section_init(Output_section_definition * this, Orphan_section_placement * osp, Elements_iterator p) */ void __thiscall gold::Output_section_definition::orphan_section_init (Output_section_definition *this,Orphan_section_placement *osp,Elements_iterator p) { Orphan_section_placement::output_section_init (osp,&this->name_,this->output_section_,(Elements_iterator)p._M_node); return; }
void FUN_0025da10(long param_1,undefined8 param_2,undefined8 param_3) { FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3); return; }
MOV R8,qword ptr [RDI + 0x78] MOV RAX,RSI MOV RCX,RDX LEA RSI,[RDI + 0x8] MOV RDI,RAX MOV RDX,R8 JMP 0x00256a60
null
null
null
null
[('tmp_29', u'PTRSUB_-1204102552'), ('const-0', u'RETURN_-1204102600'), (u'PTRSUB_-1204102541', u'CALL_-1204102604'), ('const-8', u'PTRSUB_-1204102541'), ('tmp_30', u'CALL_-1204102604'), ('const-433', u'LOAD_-1204102637'), (u'CAST_-1204102532', u'CALL_-1204102604'), ('tmp_29', u'PTRSUB_-1204102541'), (u'LOAD_-1204102637', u'CALL_-1204102604'), ('tmp_31', u'CAST_-1204102532'), (u'PTRSUB_-1204102552', u'LOAD_-1204102637'), ('const-120', u'PTRSUB_-1204102552')]
[('const-433', u'LOAD_-1204102637'), ('const-0', u'RETURN_-1204102600'), ('const-120', u'INT_ADD_-1204102621'), (u'INT_ADD_-1204102621', u'CAST_-1204102554'), ('const-8', u'INT_ADD_-1204102606'), ('tmp_63', u'CALL_-1204102604'), (u'LOAD_-1204102637', u'CALL_-1204102604'), (u'CAST_-1204102554', u'LOAD_-1204102637'), ('tmp_62', u'INT_ADD_-1204102606'), ('tmp_64', u'CALL_-1204102604'), ('tmp_62', u'INT_ADD_-1204102621'), (u'INT_ADD_-1204102606', u'CALL_-1204102604')]
null
null
0025da10
x64
O2
(translation_unit "void FUN_0025da10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);\n return;\n}\n\n" (function_definition "void FUN_0025da10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);\n return;\n}" primitive_type (function_declarator "FUN_0025da10(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_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);\n return;\n}" { (expression_statement "FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);" (call_expression "FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3)" identifier (argument_list "(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3)" ( identifier , (binary_expression "param_1 + 8" identifier + number_literal) , (pointer_expression "*(undefined8 *)(param_1 + 0x78)" * (cast_expression "(undefined8 *)(param_1 + 0x78)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void orphan_section_init(Output_section_definition * this,\n Orphan_section_placement * osp, Elements_iterator p) */\n\nvoid __thiscall\ngold::Output_section_definition::orphan_section_init\n (Output_section_definition *this,Orphan_section_placement *osp,Elements_iterator p)\n\n{\n Orphan_section_placement::output_section_init\n (osp,&this->name_,this->output_section_,(Elements_iterator)p._M_node);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::Output_section_definition::orphan_section_init\n (Output_section_definition *this,Orphan_section_placement *osp,Elements_iterator p)\n\n{\n Orphan_section_placement::output_section_init\n (osp,&this->name_,this->output_section_,(Elements_iterator)p._M_node);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section_definition::" identifier : : identifier : :) (function_declarator "orphan_section_init\n (Output_section_definition *this,Orphan_section_placement *osp,Elements_iterator p)" identifier (parameter_list "(Output_section_definition *this,Orphan_section_placement *osp,Elements_iterator p)" ( (parameter_declaration "Output_section_definition *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Orphan_section_placement *osp" type_identifier (pointer_declarator "*osp" * identifier)) , (parameter_declaration "Elements_iterator p" type_identifier identifier) ))) (compound_statement "{\n Orphan_section_placement::output_section_init\n (osp,&this->name_,this->output_section_,(Elements_iterator)p._M_node);\n return;\n}" { (labeled_statement "Orphan_section_placement::output_section_init\n (osp,&this->name_,this->output_section_,(Elements_iterator)p._M_node);" statement_identifier : (ERROR ":" :) (expression_statement "output_section_init\n (osp,&this->name_,this->output_section_,(Elements_iterator)p._M_node);" (call_expression "output_section_init\n (osp,&this->name_,this->output_section_,(Elements_iterator)p._M_node)" identifier (argument_list "(osp,&this->name_,this->output_section_,(Elements_iterator)p._M_node)" ( identifier , (pointer_expression "&this->name_" & (field_expression "this->name_" identifier -> field_identifier)) , (field_expression "this->output_section_" identifier -> field_identifier) , (cast_expression "(Elements_iterator)p._M_node" ( (type_descriptor "Elements_iterator" type_identifier) ) (field_expression "p._M_node" identifier . field_identifier)) ))) ;)) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0025da10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);\n return;\n}\n\n" (function_definition "void FUN_0025da10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);\n return;\n}" primitive_type (function_declarator "FUN_0025da10(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_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);\n return;\n}" { (expression_statement "FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);" (call_expression "FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3)" identifier (argument_list "(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3)" ( identifier , (binary_expression "param_1 + 8" identifier + number_literal) , (pointer_expression "*(undefined8 *)(param_1 + 0x78)" * (cast_expression "(undefined8 *)(param_1 + 0x78)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0025da10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0025da10(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_0025da10") (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_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);\n return;\n}" ({ "{") (expression_statement "FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3);" (call_expression "FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3)" (identifier "FUN_00256a60") (argument_list "(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3)" (( "(") (identifier "param_2") (, ",") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0x78)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x78)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void orphan_section_init(Output_section_definition * this, Orphan_section_placement * osp, Elements_iterator p) */ void __thiscall gold::type_1::function_1 (type_1 *this,type_2 *osp,type_3 p) { Orphan_section_placement::var_1 (osp,&this->name_,this->output_section_,(type_3)p._M_node); 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) (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (return_statement))))
null
void MASKED(long param_1,undefined8 param_2,undefined8 param_3) { FUN_00256a60(param_2,param_1 + 8,*(undefined8 *)(param_1 + 0x78),param_3); return; }
4057_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
close
FUN_001f8ea0
/* DWARF original prototype: void close(Output_file * this) */ int __thiscall gold::Output_file::close(Output_file *this,int __fd) { char *pcVar1; uint uVar2; uint extraout_EAX; ssize_t sVar3; int *piVar4; char *pcVar5; char *pcVar6; size_t __n; long lVar7; if (((this->map_is_anonymous_ != false) && (this->is_temporary_ == false)) && (__n = this->file_size_, __n != 0)) { lVar7 = 0; do { while( true ) { while( true ) { sVar3 = ::write(this->o_,this->base_ + lVar7,__n); if (sVar3 != 0) break; pcVar1 = this->name_; pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value"); gold_error(pcVar5,pcVar1); } if (-1 < sVar3) break; piVar4 = __errno_location(); pcVar5 = strerror(*piVar4); pcVar1 = this->name_; pcVar6 = (char *)gettext("%s: write: %s"); gold_error(pcVar6,pcVar1,pcVar5); } lVar7 = lVar7 + sVar3; __n = __n - sVar3; } while (__n != 0); } unmap(this); uVar2 = this->o_ - 1; if ((1 < uVar2) && (this->is_temporary_ == false)) { uVar2 = ::close(this->o_); if ((int)uVar2 < 0) { piVar4 = __errno_location(); pcVar5 = strerror(*piVar4); pcVar1 = this->name_; pcVar6 = (char *)gettext("%s: close: %s"); gold_error(pcVar6,pcVar1,pcVar5); uVar2 = extraout_EAX; } } this->o_ = -1; return uVar2; }
void FUN_001f8ea0(undefined8 *param_1) { undefined8 uVar1; int iVar2; ssize_t sVar3; int *piVar4; char *pcVar5; undefined8 uVar6; size_t __n; long lVar7; if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) && (__n = param_1[2], __n != 0)) { lVar7 = 0; do { while( true ) { while( true ) { sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n); if (sVar3 != 0) break; uVar1 = *param_1; uVar6 = gettext("%s: write: unexpected 0 return-value"); FUN_00178320(uVar6,uVar1); } if (-1 < sVar3) break; piVar4 = __errno_location(); pcVar5 = strerror(*piVar4); uVar1 = *param_1; uVar6 = gettext("%s: write: %s"); FUN_00178320(uVar6,uVar1,pcVar5); } lVar7 = lVar7 + sVar3; __n = __n - sVar3; } while (__n != 0); } FUN_001f8d40(param_1); if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) { iVar2 = close(*(int *)(param_1 + 1)); if (iVar2 < 0) { piVar4 = __errno_location(); pcVar5 = strerror(*piVar4); uVar1 = *param_1; uVar6 = gettext("%s: close: %s"); FUN_00178320(uVar6,uVar1,pcVar5); } } *(undefined4 *)(param_1 + 1) = 0xffffffff; return; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x8 CMP byte ptr [RDI + 0x20],0x0 JZ 0x001f8ef1 CMP byte ptr [RDI + 0x22],0x0 JNZ 0x001f8ef1 MOV RBP,qword ptr [RDI + 0x10] TEST RBP,RBP JZ 0x001f8ef1 XOR R12D,R12D LEA R13,[0x37e979] MOV RSI,qword ptr [RBX + 0x18] MOV EDI,dword ptr [RBX + 0x8] MOV RDX,RBP ADD RSI,R12 CALL 0x00147a30 TEST RAX,RAX JZ 0x001f8f20 JS 0x001f8f40 ADD R12,RAX SUB RBP,RAX JNZ 0x001f8ed0 MOV RDI,RBX CALL 0x001f8d40 MOV EDI,dword ptr [RBX + 0x8] LEA EAX,[RDI + -0x1] CMP EAX,0x1 JBE 0x001f8f0a CMP byte ptr [RBX + 0x22],0x0 JZ 0x001f8f70 MOV dword ptr [RBX + 0x8],0xffffffff ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV R14,qword ptr [RBX] LEA RDI,[0x37ebb8] CALL 0x00147320 MOV RDI,RAX MOV RSI,R14 XOR EAX,EAX CALL 0x00178320 JMP 0x001f8ed0 CALL 0x00147770 MOV EDI,dword ptr [RAX] CALL 0x00147610 MOV R14,qword ptr [RBX] MOV RDI,R13 MOV R15,RAX CALL 0x00147320 MOV RDX,R15 MOV RSI,R14 MOV RDI,RAX XOR EAX,EAX CALL 0x00178320 JMP 0x001f8ed0 CALL 0x00147160 TEST EAX,EAX JNS 0x001f8f0a CALL 0x00147770 MOV EDI,dword ptr [RAX] CALL 0x00147610 MOV RBP,qword ptr [RBX] LEA RDI,[0x37e987] MOV R12,RAX CALL 0x00147320 MOV RDX,R12 MOV RSI,RBP MOV RDI,RAX XOR EAX,EAX CALL 0x00178320 JMP 0x001f8f0a
null
null
null
null
[(u'INT_EQUAL_-1207922769', u'CBRANCH_-1207922766'), ('const-433', u'LOAD_-1207922992'), (u'INT_SUB_-1207922823', u'MULTIEQUAL_-1207922464'), (u'CAST_-1207921973', u'CALL_-1207922553'), ('tmp_292', u'CBRANCH_-1207922855'), ('const-24', u'PTRSUB_-1207922114'), ('tmp_843', u'PTRSUB_-1207922148'), (u'MULTIEQUAL_-1207922464', u'MULTIEQUAL_-1207922464'), ('tmp_843', u'PTRSUB_-1207922114'), ('const-32', u'PTRSUB_-1207922148'), (u'COPY_-1207922093', u'CALL_-1207922605'), ('const-3664249', u'COPY_-1207922052'), ('const-0', u'INT_SLESS_-1207922603'), (u'COPY_-1207922486', u'RETURN_-1207922699'), (u'INT_NOTEQUAL_-1207922859', u'CBRANCH_-1207922858'), (u'INT_NOTEQUAL_-1207922933', u'CBRANCH_-1207922932'), (u'MULTIEQUAL_-1207922204', u'COPY_-1207922486'), ('tmp_843', u'PTRSUB_-1207922141'), (u'INT_SUB_-1207922264', u'MULTIEQUAL_-1207922204'), (u'LOAD_-1207922992', u'INT_NOTEQUAL_-1207922976'), (u'PTRSUB_-1207922059', u'LOAD_-1207922784'), (u'INT_SUB_-1207922823', u'INT_NOTEQUAL_-1207922829'), ('const-433', u'LOAD_-1207922625'), (u'PTRSUB_-1207921984', u'LOAD_-1207922605'), (u'INT_NOTEQUAL_-1207922976', u'CBRANCH_-1207922974'), (u'PTRSUB_-1207922134', u'LOAD_-1207922953'), (u'LOAD_-1207922953', u'MULTIEQUAL_-1207922464'), ('tmp_182', u'CBRANCH_-1207922932'), (u'LOAD_-1207922618', u'CALL_-1207922606'), (u'CALL_-1207922874', u'INT_SLESS_-1207922859'), (u'CALL_-1207922874', u'INT_NOTEQUAL_-1207922859'), ('const-433', u'LOAD_-1207922953'), (u'PTRSUB_-1207922114', u'LOAD_-1207922910'), (u'CALL_-1207922618', u'CAST_-1207921940'), ('tmp_290', u'CBRANCH_-1207922858'), ('tmp_843', u'PTRSUB_-1207922109'), ('tmp_745', u'BRANCH_-1207922550'), (u'CALL_-1207922605', u'CAST_-1207922017'), ('tmp_843', u'PTRSUB_-1207922059'), (u'CAST_-1207921940', u'INT_SLESS_-1207922603'), (u'LOAD_-1207922625', u'CALL_-1207922577'), ('tmp_445', u'CBRANCH_-1207922766'), ('tmp_664', u'BRANCH_-1207922522'), ('tmp_843', u'PTRSUB_-1207922052'), (u'LOAD_-1207922594', u'CALL_-1207922582'), (u'MULTIEQUAL_-1207922404', u'INT_ADD_-1207922836'), (u'CAST_-1207922017', u'CALL_-1207922577'), (u'LOAD_-1207922953', u'INT_NOTEQUAL_-1207922933'), ('const-0', u'PTRSUB_-1207921926'), ('const-0', u'COPY_-1207922475'), ('const-0', u'RETURN_-1207922699'), (u'INT_NOTEQUAL_-1207922829', u'CBRANCH_-1207922827'), ('tmp_843', u'PTRSUB_-1207921926'), (u'INT_LESS_-1207922776', u'CBRANCH_-1207922785'), (u'PTRSUB_-1207922052', u'STORE_-1207922763'), ('tmp_148', u'CBRANCH_-1207922954'), (u'CALL_-1207922595', u'LOAD_-1207922594'), (u'INT_EQUAL_-1207922958', u'CBRANCH_-1207922954'), (u'COPY_-1207922052', u'CALL_-1207922585'), (u'INT_SLESS_-1207922603', u'CBRANCH_-1207922602'), ('tmp_843', u'PTRSUB_-1207922134'), (u'CALL_-1207922618', u'MULTIEQUAL_-1207922204'), ('const-433', u'LOAD_-1207922910'), (u'INT_SLESS_-1207922859', u'CBRANCH_-1207922855'), ('tmp_110', u'CBRANCH_-1207922974'), ('tmp_409', u'CBRANCH_-1207922785'), ('const-433', u'LOAD_-1207922973'), ('const-0', u'PTRSUB_-1207922029'), ('const-3664824', u'COPY_-1207922093'), ('const-0', u'INT_EQUAL_-1207922958'), ('const-0', u'INT_NOTEQUAL_-1207922976'), ('tmp_582', u'CBRANCH_-1207922602'), (u'LOAD_-1207922784', u'INT_EQUAL_-1207922769'), ('const-0', u'INT_EQUAL_-1207922769'), ('const-0', u'INT_NOTEQUAL_-1207922933'), (u'LOAD_-1207922814', u'CALL_-1207922618'), ('const-433', u'LOAD_-1207922784'), ('const-8', u'PTRSUB_-1207922109'), (u'CALL_-1207922557', u'CAST_-1207921910'), (u'COPY_-1207922475', u'MULTIEQUAL_-1207922404'), (u'LOAD_-1207922814', u'INT_SUB_-1207922264'), ('const-433', u'STORE_-1207922763'), (u'PTRSUB_-1207922071', u'LOAD_-1207922814'), ('const-34', u'PTRSUB_-1207922141'), (u'CALL_-1207922582', u'CALL_-1207922525'), ('tmp_348', u'CBRANCH_-1207922827'), (u'INDIRECT_-1207922035', u'COPY_-1207921956'), ('const-3664263', u'COPY_-1207921990'), (u'LOAD_-1207922973', u'INT_EQUAL_-1207922958'), (u'PTRSUB_-1207922109', u'LOAD_-1207922903'), (u'INT_SUB_-1207922264', u'INT_LESS_-1207922776'), ('tmp_843', u'PTRSUB_-1207921984'), (u'CALL_-1207922606', u'CALL_-1207922553'), (u'COPY_-1207921990', u'CALL_-1207922557'), (u'MULTIEQUAL_-1207922404', u'PTRADD_-1207922828'), (u'INT_ADD_-1207922836', u'MULTIEQUAL_-1207922404'), (u'PTRSUB_-1207922029', u'LOAD_-1207922625'), (u'CALL_-1207922619', u'LOAD_-1207922618'), (u'LOAD_-1207922903', u'CALL_-1207922874'), (u'CALL_-1207922874', u'INT_ADD_-1207922836'), ('const-8', u'PTRSUB_-1207922071'), ('tmp_843', u'PTRSUB_-1207922071'), (u'COPY_-1207921956', u'MULTIEQUAL_-1207922204'), (u'LOAD_-1207922605', u'CALL_-1207922553'), (u'CAST_-1207921910', u'CALL_-1207922525'), ('const-1', u'PTRADD_-1207922828'), (u'LOAD_-1207922910', u'PTRADD_-1207922828'), (u'CALL_-1207922525', u'INDIRECT_-1207922035'), (u'CALL_-1207922585', u'CAST_-1207921973'), (u'MULTIEQUAL_-1207922464', u'CALL_-1207922874'), ('const-16', u'PTRSUB_-1207922134'), ('const-433', u'LOAD_-1207922903'), ('const-0', u'INT_NOTEQUAL_-1207922859'), ('const-433', u'LOAD_-1207922605'), (u'PTRSUB_-1207921926', u'LOAD_-1207922581'), ('const-0', u'INT_NOTEQUAL_-1207922829'), (u'CALL_-1207922874', u'INT_SUB_-1207922823'), ('const-1', u'INT_SUB_-1207922264'), (u'PTRADD_-1207922828', u'CALL_-1207922874'), ('tmp_843', u'CALL_-1207922816'), ('const-34', u'PTRSUB_-1207922059'), (u'MULTIEQUAL_-1207922464', u'INT_SUB_-1207922823'), (u'PTRSUB_-1207922141', u'LOAD_-1207922973'), (u'PTRSUB_-1207922148', u'LOAD_-1207922992'), ('const-8', u'PTRSUB_-1207922052'), ('const-1', u'INT_LESS_-1207922776'), ('const-4294967295', u'STORE_-1207922763'), ('const-433', u'LOAD_-1207922581'), ('const--1', u'INT_SLESS_-1207922859'), ('const-433', u'LOAD_-1207922814'), ('const-0', u'PTRSUB_-1207921984'), (u'MULTIEQUAL_-1207922404', u'MULTIEQUAL_-1207922404'), ('const-433', u'LOAD_-1207922618'), ('tmp_843', u'PTRSUB_-1207922029'), ('tmp_799', u'BRANCH_-1207922574'), ('const-433', u'LOAD_-1207922594'), (u'LOAD_-1207922581', u'CALL_-1207922525')]
[(u'INT_EQUAL_-1207922769', u'CBRANCH_-1207922766'), (u'MULTIEQUAL_-1207922465', u'INT_SUB_-1207922823'), ('tmp_292', u'CBRANCH_-1207922855'), (u'LOAD_-1207922910', u'INT_ADD_-1207922874'), (u'INT_SUB_-1207922823', u'MULTIEQUAL_-1207922465'), (u'PTRADD_-1207922117', u'CAST_-1207922112'), ('const-4', u'PTRADD_-1207922155'), (u'INT_NOTEQUAL_-1207922859', u'CBRANCH_-1207922858'), (u'CALL_-1207922605', u'CALL_-1207922577'), (u'INT_NOTEQUAL_-1207922933', u'CBRANCH_-1207922932'), (u'LOAD_-1207922992', u'INT_NOTEQUAL_-1207922976'), (u'CAST_-1207922142', u'LOAD_-1207922973'), ('const-3664824', u'COPY_-1207922099'), (u'MULTIEQUAL_-1207922406', u'INT_ADD_-1207922836'), (u'CAST_-1207922143', u'INT_ADD_-1207922957'), ('const-2', u'PTRADD_-1207922142'), ('tmp_1914', u'PTRADD_-1207922122'), (u'INT_SUB_-1207922823', u'INT_NOTEQUAL_-1207922829'), ('tmp_1914', u'PTRADD_-1207922142'), ('const-0', u'COPY_-1207922477'), (u'INT_NOTEQUAL_-1207922976', u'CBRANCH_-1207922974'), ('const-1', u'PTRADD_-1207922061'), ('tmp_1914', u'LOAD_-1207922581'), ('tmp_182', u'CBRANCH_-1207922932'), (u'LOAD_-1207922618', u'CALL_-1207922606'), (u'CALL_-1207922874', u'INT_SLESS_-1207922859'), (u'CALL_-1207922874', u'INT_NOTEQUAL_-1207922859'), ('const-3664263', u'COPY_-1207921996'), (u'COPY_-1207922058', u'CALL_-1207922585'), ('tmp_290', u'CBRANCH_-1207922858'), ('tmp_745', u'BRANCH_-1207922550'), (u'PTRADD_-1207922142', u'LOAD_-1207922953'), (u'INT_ADD_-1207922874', u'CAST_-1207922105'), ('const-433', u'LOAD_-1207922594'), (u'LOAD_-1207922814', u'INT_SUB_-1207922266'), (u'MULTIEQUAL_-1207922465', u'CALL_-1207922874'), (u'MULTIEQUAL_-1207922465', u'MULTIEQUAL_-1207922465'), ('const-433', u'LOAD_-1207922814'), (u'LOAD_-1207922625', u'CALL_-1207922577'), ('tmp_445', u'CBRANCH_-1207922766'), ('const-433', u'LOAD_-1207922581'), ('const-433', u'LOAD_-1207922605'), ('const-433', u'LOAD_-1207922618'), ('tmp_1914', u'PTRADD_-1207922155'), (u'COPY_-1207922477', u'MULTIEQUAL_-1207922406'), ('tmp_1914', u'PTRADD_-1207922079'), ('tmp_664', u'BRANCH_-1207922522'), (u'LOAD_-1207922594', u'CALL_-1207922582'), (u'LOAD_-1207922953', u'INT_NOTEQUAL_-1207922933'), ('tmp_1914', u'LOAD_-1207922625'), (u'CALL_-1207922585', u'CALL_-1207922553'), ('const-0', u'RETURN_-1207922699'), (u'MULTIEQUAL_-1207922406', u'INT_ADD_-1207922874'), (u'INT_NOTEQUAL_-1207922829', u'CBRANCH_-1207922827'), ('const-8', u'PTRADD_-1207922061'), (u'INT_LESS_-1207922776', u'CBRANCH_-1207922785'), ('tmp_148', u'CBRANCH_-1207922954'), (u'CAST_-1207922073', u'LOAD_-1207922814'), (u'CALL_-1207922595', u'LOAD_-1207922594'), (u'CALL_-1207922557', u'CALL_-1207922525'), (u'INT_EQUAL_-1207922958', u'CBRANCH_-1207922954'), (u'PTRADD_-1207922122', u'LOAD_-1207922910'), (u'INT_ADD_-1207922836', u'MULTIEQUAL_-1207922406'), (u'CALL_-1207922618', u'INT_SLESS_-1207922603'), (u'INT_SLESS_-1207922603', u'CBRANCH_-1207922602'), ('tmp_1914', u'CALL_-1207922816'), ('tmp_1914', u'CAST_-1207922061'), ('tmp_1914', u'PTRADD_-1207922061'), (u'INT_SLESS_-1207922859', u'CBRANCH_-1207922855'), (u'CAST_-1207922150', u'LOAD_-1207922992'), (u'INT_SUB_-1207922266', u'INT_LESS_-1207922776'), ('tmp_110', u'CBRANCH_-1207922974'), ('tmp_409', u'CBRANCH_-1207922785'), ('const-0', u'INT_EQUAL_-1207922958'), (u'PTRADD_-1207922155', u'CAST_-1207922150'), ('const-0', u'INT_NOTEQUAL_-1207922976'), ('tmp_582', u'CBRANCH_-1207922602'), (u'LOAD_-1207922784', u'INT_EQUAL_-1207922769'), ('const-0', u'INT_EQUAL_-1207922769'), ('const-0', u'INT_NOTEQUAL_-1207922933'), (u'LOAD_-1207922814', u'CALL_-1207922618'), ('const-3664249', u'COPY_-1207922058'), (u'CAST_-1207922053', u'STORE_-1207922763'), ('const-8', u'PTRADD_-1207922155'), ('const-3', u'PTRADD_-1207922122'), ('const-8', u'PTRADD_-1207922142'), (u'COPY_-1207921996', u'CALL_-1207922557'), ('const-8', u'PTRADD_-1207922122'), (u'CALL_-1207922582', u'CALL_-1207922525'), ('tmp_348', u'CBRANCH_-1207922827'), (u'CAST_-1207922061', u'INT_ADD_-1207922768'), (u'CAST_-1207922060', u'LOAD_-1207922784'), ('const-433', u'LOAD_-1207922625'), (u'LOAD_-1207922973', u'INT_EQUAL_-1207922958'), ('const-433', u'LOAD_-1207922910'), (u'MULTIEQUAL_-1207922406', u'MULTIEQUAL_-1207922406'), ('const-34', u'INT_ADD_-1207922768'), ('const-8', u'PTRADD_-1207922079'), (u'CALL_-1207922606', u'CALL_-1207922553'), ('const-433', u'LOAD_-1207922953'), ('tmp_1914', u'PTRADD_-1207922117'), ('const-8', u'PTRADD_-1207922117'), (u'CALL_-1207922619', u'LOAD_-1207922618'), (u'LOAD_-1207922903', u'CALL_-1207922874'), ('const-0', u'INT_SLESS_-1207922603'), (u'LOAD_-1207922953', u'MULTIEQUAL_-1207922465'), (u'CAST_-1207922105', u'CALL_-1207922874'), (u'INT_ADD_-1207922957', u'CAST_-1207922142'), (u'CALL_-1207922874', u'INT_ADD_-1207922836'), ('const-1', u'PTRADD_-1207922117'), ('const-433', u'LOAD_-1207922784'), ('const-433', u'LOAD_-1207922992'), (u'CAST_-1207922112', u'LOAD_-1207922903'), (u'LOAD_-1207922605', u'CALL_-1207922553'), ('const-433', u'STORE_-1207922763'), ('tmp_1914', u'CAST_-1207922143'), ('const-433', u'LOAD_-1207922973'), ('const-1', u'INT_SUB_-1207922266'), ('const-0', u'INT_NOTEQUAL_-1207922859'), (u'PTRADD_-1207922079', u'CAST_-1207922073'), ('const-0', u'INT_NOTEQUAL_-1207922829'), (u'CALL_-1207922874', u'INT_SUB_-1207922823'), ('const-1', u'PTRADD_-1207922079'), (u'PTRADD_-1207922061', u'CAST_-1207922053'), (u'INT_ADD_-1207922768', u'CAST_-1207922060'), ('const-34', u'INT_ADD_-1207922957'), (u'COPY_-1207922099', u'CALL_-1207922605'), ('const--1', u'INT_SLESS_-1207922859'), ('const-4294967295', u'STORE_-1207922763'), ('const-433', u'LOAD_-1207922903'), ('tmp_799', u'BRANCH_-1207922574'), ('tmp_1914', u'LOAD_-1207922605'), ('const-1', u'INT_LESS_-1207922776'), (u'LOAD_-1207922581', u'CALL_-1207922525')]
null
null
001f8ea0
x64
O2
(translation_unit "void FUN_001f8ea0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n size_t __n;\n long lVar7;\n \n if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n FUN_001f8d40(param_1);\n if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }\n *(undefined4 *)(param_1 + 1) = 0xffffffff;\n return;\n}\n\n" (function_definition "void FUN_001f8ea0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n size_t __n;\n long lVar7;\n \n if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n FUN_001f8d40(param_1);\n if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }\n *(undefined4 *)(param_1 + 1) = 0xffffffff;\n return;\n}" primitive_type (function_declarator "FUN_001f8ea0(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 int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n size_t __n;\n long lVar7;\n \n if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n FUN_001f8d40(param_1);\n if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }\n *(undefined4 *)(param_1 + 1) = 0xffffffff;\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "ssize_t sVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }" if (parenthesized_expression "(((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0))" ( (binary_expression "((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)" (parenthesized_expression "((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0'))" ( (binary_expression "(*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')" (parenthesized_expression "(*(char *)(param_1 + 4) != '\0')" ( (binary_expression "*(char *)(param_1 + 4) != '\0'" (pointer_expression "*(char *)(param_1 + 4)" * (cast_expression "(char *)(param_1 + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)((long)param_1 + 0x22) == '\0')" ( (binary_expression "*(char *)((long)param_1 + 0x22) == '\0'" (pointer_expression "*(char *)((long)param_1 + 0x22)" * (cast_expression "(char *)((long)param_1 + 0x22)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x22)" ( (binary_expression "(long)param_1 + 0x22" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) && (parenthesized_expression "(__n = param_1[2], __n != 0)" ( (comma_expression "__n = param_1[2], __n != 0" (assignment_expression "__n = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) , (binary_expression "__n != 0" identifier != number_literal)) ))) )) (compound_statement "{\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }" { (expression_statement "lVar7 = 0;" (assignment_expression "lVar7 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);" do (compound_statement "{\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n }" { (while_statement "while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" { (while_statement "while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }" { (expression_statement "sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);" (assignment_expression "sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" identifier = (call_expression "write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" identifier (argument_list "(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" ( (pointer_expression "*(int *)(param_1 + 1)" * (cast_expression "(int *)(param_1 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) , (cast_expression "(void *)(param_1[3] + lVar7)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[3] + lVar7)" ( (binary_expression "param_1[3] + lVar7" (subscript_expression "param_1[3]" identifier [ number_literal ]) + identifier) ))) , identifier )))) ;) (if_statement "if (sVar3 != 0) break;" if (parenthesized_expression "(sVar3 != 0)" ( (binary_expression "sVar3 != 0" identifier != number_literal) )) (break_statement "break;" break ;)) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar6 = gettext("%s: write: unexpected 0 return-value");" (assignment_expression "uVar6 = gettext("%s: write: unexpected 0 return-value")" identifier = (call_expression "gettext("%s: write: unexpected 0 return-value")" identifier (argument_list "("%s: write: unexpected 0 return-value")" ( (string_literal ""%s: write: unexpected 0 return-value"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar6,uVar1);" (call_expression "FUN_00178320(uVar6,uVar1)" identifier (argument_list "(uVar6,uVar1)" ( identifier , identifier ))) ;) })) (if_statement "if (-1 < sVar3) break;" if (parenthesized_expression "(-1 < sVar3)" ( (binary_expression "-1 < sVar3" number_literal < identifier) )) (break_statement "break;" break ;)) (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar5 = strerror(*piVar4);" (assignment_expression "pcVar5 = strerror(*piVar4)" identifier = (call_expression "strerror(*piVar4)" identifier (argument_list "(*piVar4)" ( (pointer_expression "*piVar4" * identifier) )))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar6 = gettext("%s: write: %s");" (assignment_expression "uVar6 = gettext("%s: write: %s")" identifier = (call_expression "gettext("%s: write: %s")" identifier (argument_list "("%s: write: %s")" ( (string_literal ""%s: write: %s"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar6,uVar1,pcVar5);" (call_expression "FUN_00178320(uVar6,uVar1,pcVar5)" identifier (argument_list "(uVar6,uVar1,pcVar5)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "lVar7 = lVar7 + sVar3;" (assignment_expression "lVar7 = lVar7 + sVar3" identifier = (binary_expression "lVar7 + sVar3" identifier + identifier)) ;) (expression_statement "__n = __n - sVar3;" (assignment_expression "__n = __n - sVar3" identifier = (binary_expression "__n - sVar3" identifier - identifier)) ;) }) while (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) ;) })) (expression_statement "FUN_001f8d40(param_1);" (call_expression "FUN_001f8d40(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (if_statement "if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }" if (parenthesized_expression "((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0'))" ( (binary_expression "(1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')" (parenthesized_expression "(1 < *(int *)(param_1 + 1) - 1U)" ( (binary_expression "1 < *(int *)(param_1 + 1) - 1U" number_literal < (binary_expression "*(int *)(param_1 + 1) - 1U" (pointer_expression "*(int *)(param_1 + 1)" * (cast_expression "(int *)(param_1 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) - number_literal)) )) && (parenthesized_expression "(*(char *)((long)param_1 + 0x22) == '\0')" ( (binary_expression "*(char *)((long)param_1 + 0x22) == '\0'" (pointer_expression "*(char *)((long)param_1 + 0x22)" * (cast_expression "(char *)((long)param_1 + 0x22)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x22)" ( (binary_expression "(long)param_1 + 0x22" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }" { (expression_statement "iVar2 = close(*(int *)(param_1 + 1));" (assignment_expression "iVar2 = close(*(int *)(param_1 + 1))" identifier = (call_expression "close(*(int *)(param_1 + 1))" identifier (argument_list "(*(int *)(param_1 + 1))" ( (pointer_expression "*(int *)(param_1 + 1)" * (cast_expression "(int *)(param_1 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (compound_statement "{\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" { (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar5 = strerror(*piVar4);" (assignment_expression "pcVar5 = strerror(*piVar4)" identifier = (call_expression "strerror(*piVar4)" identifier (argument_list "(*piVar4)" ( (pointer_expression "*piVar4" * identifier) )))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar6 = gettext("%s: close: %s");" (assignment_expression "uVar6 = gettext("%s: close: %s")" identifier = (call_expression "gettext("%s: close: %s")" identifier (argument_list "("%s: close: %s")" ( (string_literal ""%s: close: %s"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar6,uVar1,pcVar5);" (call_expression "FUN_00178320(uVar6,uVar1,pcVar5)" identifier (argument_list "(uVar6,uVar1,pcVar5)" ( identifier , identifier , identifier ))) ;) })) })) (expression_statement "*(undefined4 *)(param_1 + 1) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_1 + 1) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_1 + 1)" * (cast_expression "(undefined4 *)(param_1 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void close(Output_file * this) */\n\nint __thiscall gold::Output_file::close(Output_file *this,int __fd)\n\n{\n char *pcVar1;\n uint uVar2;\n uint extraout_EAX;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n char *pcVar6;\n size_t __n;\n long lVar7;\n \n if (((this->map_is_anonymous_ != false) && (this->is_temporary_ == false)) &&\n (__n = this->file_size_, __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n unmap(this);\n uVar2 = this->o_ - 1;\n if ((1 < uVar2) && (this->is_temporary_ == false)) {\n uVar2 = ::close(this->o_);\n if ((int)uVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: close: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n uVar2 = extraout_EAX;\n }\n }\n this->o_ = -1;\n return uVar2;\n}\n\n" comment (function_definition "int __thiscall gold::Output_file::close(Output_file *this,int __fd)\n\n{\n char *pcVar1;\n uint uVar2;\n uint extraout_EAX;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n char *pcVar6;\n size_t __n;\n long lVar7;\n \n if (((this->map_is_anonymous_ != false) && (this->is_temporary_ == false)) &&\n (__n = this->file_size_, __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n unmap(this);\n uVar2 = this->o_ - 1;\n if ((1 < uVar2) && (this->is_temporary_ == false)) {\n uVar2 = ::close(this->o_);\n if ((int)uVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: close: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n uVar2 = extraout_EAX;\n }\n }\n this->o_ = -1;\n return uVar2;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_file::" identifier : : identifier : :) (function_declarator "close(Output_file *this,int __fd)" identifier (parameter_list "(Output_file *this,int __fd)" ( (parameter_declaration "Output_file *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __fd" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n uint uVar2;\n uint extraout_EAX;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n char *pcVar6;\n size_t __n;\n long lVar7;\n \n if (((this->map_is_anonymous_ != false) && (this->is_temporary_ == false)) &&\n (__n = this->file_size_, __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n unmap(this);\n uVar2 = this->o_ - 1;\n if ((1 < uVar2) && (this->is_temporary_ == false)) {\n uVar2 = ::close(this->o_);\n if ((int)uVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: close: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n uVar2 = extraout_EAX;\n }\n }\n this->o_ = -1;\n return uVar2;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint extraout_EAX;" type_identifier identifier ;) (declaration "ssize_t sVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (((this->map_is_anonymous_ != false) && (this->is_temporary_ == false)) &&\n (__n = this->file_size_, __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }" if (parenthesized_expression "(((this->map_is_anonymous_ != false) && (this->is_temporary_ == false)) &&\n (__n = this->file_size_, __n != 0))" ( (binary_expression "((this->map_is_anonymous_ != false) && (this->is_temporary_ == false)) &&\n (__n = this->file_size_, __n != 0)" (parenthesized_expression "((this->map_is_anonymous_ != false) && (this->is_temporary_ == false))" ( (binary_expression "(this->map_is_anonymous_ != false) && (this->is_temporary_ == false)" (parenthesized_expression "(this->map_is_anonymous_ != false)" ( (binary_expression "this->map_is_anonymous_ != false" (field_expression "this->map_is_anonymous_" identifier -> field_identifier) != false) )) && (parenthesized_expression "(this->is_temporary_ == false)" ( (binary_expression "this->is_temporary_ == false" (field_expression "this->is_temporary_" identifier -> field_identifier) == false) ))) )) && (parenthesized_expression "(__n = this->file_size_, __n != 0)" ( (comma_expression "__n = this->file_size_, __n != 0" (assignment_expression "__n = this->file_size_" identifier = (field_expression "this->file_size_" identifier -> field_identifier)) , (binary_expression "__n != 0" identifier != number_literal)) ))) )) (compound_statement "{\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }" { (expression_statement "lVar7 = 0;" (assignment_expression "lVar7 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);" do (compound_statement "{\n while( true ) {\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n }" { (while_statement "while( true ) {\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: write: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n }" { (while_statement "while( true ) {\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar3 = ::write(this->o_,this->base_ + lVar7,__n);\n if (sVar3 != 0) break;\n pcVar1 = this->name_;\n pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");\n gold_error(pcVar5,pcVar1);\n }" { (expression_statement "sVar3 = ::write(this->o_,this->base_ + lVar7,__n);" (assignment_expression "sVar3 = ::write(this->o_,this->base_ + lVar7,__n)" identifier = (ERROR "::" : :) (call_expression "write(this->o_,this->base_ + lVar7,__n)" identifier (argument_list "(this->o_,this->base_ + lVar7,__n)" ( (field_expression "this->o_" identifier -> field_identifier) , (binary_expression "this->base_ + lVar7" (field_expression "this->base_" identifier -> field_identifier) + identifier) , identifier )))) ;) (if_statement "if (sVar3 != 0) break;" if (parenthesized_expression "(sVar3 != 0)" ( (binary_expression "sVar3 != 0" identifier != number_literal) )) (break_statement "break;" break ;)) (expression_statement "pcVar1 = this->name_;" (assignment_expression "pcVar1 = this->name_" identifier = (field_expression "this->name_" identifier -> field_identifier)) ;) (expression_statement "pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value");" (assignment_expression "pcVar5 = (char *)gettext("%s: write: unexpected 0 return-value")" identifier = (cast_expression "(char *)gettext("%s: write: unexpected 0 return-value")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: write: unexpected 0 return-value")" identifier (argument_list "("%s: write: unexpected 0 return-value")" ( (string_literal ""%s: write: unexpected 0 return-value"" " string_content ") ))))) ;) (expression_statement "gold_error(pcVar5,pcVar1);" (call_expression "gold_error(pcVar5,pcVar1)" identifier (argument_list "(pcVar5,pcVar1)" ( identifier , identifier ))) ;) })) (if_statement "if (-1 < sVar3) break;" if (parenthesized_expression "(-1 < sVar3)" ( (binary_expression "-1 < sVar3" number_literal < identifier) )) (break_statement "break;" break ;)) (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar5 = strerror(*piVar4);" (assignment_expression "pcVar5 = strerror(*piVar4)" identifier = (call_expression "strerror(*piVar4)" identifier (argument_list "(*piVar4)" ( (pointer_expression "*piVar4" * identifier) )))) ;) (expression_statement "pcVar1 = this->name_;" (assignment_expression "pcVar1 = this->name_" identifier = (field_expression "this->name_" identifier -> field_identifier)) ;) (expression_statement "pcVar6 = (char *)gettext("%s: write: %s");" (assignment_expression "pcVar6 = (char *)gettext("%s: write: %s")" identifier = (cast_expression "(char *)gettext("%s: write: %s")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: write: %s")" identifier (argument_list "("%s: write: %s")" ( (string_literal ""%s: write: %s"" " string_content ") ))))) ;) (expression_statement "gold_error(pcVar6,pcVar1,pcVar5);" (call_expression "gold_error(pcVar6,pcVar1,pcVar5)" identifier (argument_list "(pcVar6,pcVar1,pcVar5)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "lVar7 = lVar7 + sVar3;" (assignment_expression "lVar7 = lVar7 + sVar3" identifier = (binary_expression "lVar7 + sVar3" identifier + identifier)) ;) (expression_statement "__n = __n - sVar3;" (assignment_expression "__n = __n - sVar3" identifier = (binary_expression "__n - sVar3" identifier - identifier)) ;) }) while (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) ;) })) (expression_statement "unmap(this);" (call_expression "unmap(this)" identifier (argument_list "(this)" ( identifier ))) ;) (expression_statement "uVar2 = this->o_ - 1;" (assignment_expression "uVar2 = this->o_ - 1" identifier = (binary_expression "this->o_ - 1" (field_expression "this->o_" identifier -> field_identifier) - number_literal)) ;) (if_statement "if ((1 < uVar2) && (this->is_temporary_ == false)) {\n uVar2 = ::close(this->o_);\n if ((int)uVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: close: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n uVar2 = extraout_EAX;\n }\n }" if (parenthesized_expression "((1 < uVar2) && (this->is_temporary_ == false))" ( (binary_expression "(1 < uVar2) && (this->is_temporary_ == false)" (parenthesized_expression "(1 < uVar2)" ( (binary_expression "1 < uVar2" number_literal < identifier) )) && (parenthesized_expression "(this->is_temporary_ == false)" ( (binary_expression "this->is_temporary_ == false" (field_expression "this->is_temporary_" identifier -> field_identifier) == false) ))) )) (compound_statement "{\n uVar2 = ::close(this->o_);\n if ((int)uVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: close: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n uVar2 = extraout_EAX;\n }\n }" { (expression_statement "uVar2 = ::close(this->o_);" (assignment_expression "uVar2 = ::close(this->o_)" identifier = (ERROR "::" : :) (call_expression "close(this->o_)" identifier (argument_list "(this->o_)" ( (field_expression "this->o_" identifier -> field_identifier) )))) ;) (if_statement "if ((int)uVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: close: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n uVar2 = extraout_EAX;\n }" if (parenthesized_expression "((int)uVar2 < 0)" ( (binary_expression "(int)uVar2 < 0" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n pcVar1 = this->name_;\n pcVar6 = (char *)gettext("%s: close: %s");\n gold_error(pcVar6,pcVar1,pcVar5);\n uVar2 = extraout_EAX;\n }" { (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar5 = strerror(*piVar4);" (assignment_expression "pcVar5 = strerror(*piVar4)" identifier = (call_expression "strerror(*piVar4)" identifier (argument_list "(*piVar4)" ( (pointer_expression "*piVar4" * identifier) )))) ;) (expression_statement "pcVar1 = this->name_;" (assignment_expression "pcVar1 = this->name_" identifier = (field_expression "this->name_" identifier -> field_identifier)) ;) (expression_statement "pcVar6 = (char *)gettext("%s: close: %s");" (assignment_expression "pcVar6 = (char *)gettext("%s: close: %s")" identifier = (cast_expression "(char *)gettext("%s: close: %s")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: close: %s")" identifier (argument_list "("%s: close: %s")" ( (string_literal ""%s: close: %s"" " string_content ") ))))) ;) (expression_statement "gold_error(pcVar6,pcVar1,pcVar5);" (call_expression "gold_error(pcVar6,pcVar1,pcVar5)" identifier (argument_list "(pcVar6,pcVar1,pcVar5)" ( identifier , identifier , identifier ))) ;) (expression_statement "uVar2 = extraout_EAX;" (assignment_expression "uVar2 = extraout_EAX" identifier = identifier) ;) })) })) (expression_statement "this->o_ = -1;" (assignment_expression "this->o_ = -1" (field_expression "this->o_" identifier -> field_identifier) = number_literal) ;) (return_statement "return uVar2;" return identifier ;) })))
(translation_unit "void FUN_001f8ea0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n size_t __n;\n long lVar7;\n \n if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n FUN_001f8d40(param_1);\n if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }\n *(undefined4 *)(param_1 + 1) = 0xffffffff;\n return;\n}\n\n" (function_definition "void FUN_001f8ea0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n size_t __n;\n long lVar7;\n \n if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n FUN_001f8d40(param_1);\n if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }\n *(undefined4 *)(param_1 + 1) = 0xffffffff;\n return;\n}" primitive_type (function_declarator "FUN_001f8ea0(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 int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n size_t __n;\n long lVar7;\n \n if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n FUN_001f8d40(param_1);\n if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }\n *(undefined4 *)(param_1 + 1) = 0xffffffff;\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "ssize_t sVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }" if (parenthesized_expression "(((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0))" ( (binary_expression "((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)" (parenthesized_expression "((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0'))" ( (binary_expression "(*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')" (parenthesized_expression "(*(char *)(param_1 + 4) != '\0')" ( (binary_expression "*(char *)(param_1 + 4) != '\0'" (pointer_expression "*(char *)(param_1 + 4)" * (cast_expression "(char *)(param_1 + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)((long)param_1 + 0x22) == '\0')" ( (binary_expression "*(char *)((long)param_1 + 0x22) == '\0'" (pointer_expression "*(char *)((long)param_1 + 0x22)" * (cast_expression "(char *)((long)param_1 + 0x22)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x22)" ( (binary_expression "(long)param_1 + 0x22" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) && (parenthesized_expression "(__n = param_1[2], __n != 0)" ( (comma_expression "__n = param_1[2], __n != 0" (assignment_expression "__n = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) , (binary_expression "__n != 0" identifier != number_literal)) ))) )) (compound_statement "{\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }" { (expression_statement "lVar7 = 0;" (assignment_expression "lVar7 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);" do (compound_statement "{\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n }" { (while_statement "while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" { (while_statement "while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }" { (expression_statement "sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);" (assignment_expression "sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" identifier = (call_expression "write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" identifier (argument_list "(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" ( (pointer_expression "*(int *)(param_1 + 1)" * (cast_expression "(int *)(param_1 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) , (cast_expression "(void *)(param_1[3] + lVar7)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[3] + lVar7)" ( (binary_expression "param_1[3] + lVar7" (subscript_expression "param_1[3]" identifier [ number_literal ]) + identifier) ))) , identifier )))) ;) (if_statement "if (sVar3 != 0) break;" if (parenthesized_expression "(sVar3 != 0)" ( (binary_expression "sVar3 != 0" identifier != number_literal) )) (break_statement "break;" break ;)) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar6 = gettext("%s: write: unexpected 0 return-value");" (assignment_expression "uVar6 = gettext("%s: write: unexpected 0 return-value")" identifier = (call_expression "gettext("%s: write: unexpected 0 return-value")" identifier (argument_list "("%s: write: unexpected 0 return-value")" ( (string_literal ""%s: write: unexpected 0 return-value"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar6,uVar1);" (call_expression "FUN_00178320(uVar6,uVar1)" identifier (argument_list "(uVar6,uVar1)" ( identifier , identifier ))) ;) })) (if_statement "if (-1 < sVar3) break;" if (parenthesized_expression "(-1 < sVar3)" ( (binary_expression "-1 < sVar3" number_literal < identifier) )) (break_statement "break;" break ;)) (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar5 = strerror(*piVar4);" (assignment_expression "pcVar5 = strerror(*piVar4)" identifier = (call_expression "strerror(*piVar4)" identifier (argument_list "(*piVar4)" ( (pointer_expression "*piVar4" * identifier) )))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar6 = gettext("%s: write: %s");" (assignment_expression "uVar6 = gettext("%s: write: %s")" identifier = (call_expression "gettext("%s: write: %s")" identifier (argument_list "("%s: write: %s")" ( (string_literal ""%s: write: %s"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar6,uVar1,pcVar5);" (call_expression "FUN_00178320(uVar6,uVar1,pcVar5)" identifier (argument_list "(uVar6,uVar1,pcVar5)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "lVar7 = lVar7 + sVar3;" (assignment_expression "lVar7 = lVar7 + sVar3" identifier = (binary_expression "lVar7 + sVar3" identifier + identifier)) ;) (expression_statement "__n = __n - sVar3;" (assignment_expression "__n = __n - sVar3" identifier = (binary_expression "__n - sVar3" identifier - identifier)) ;) }) while (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) ;) })) (expression_statement "FUN_001f8d40(param_1);" (call_expression "FUN_001f8d40(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (if_statement "if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }" if (parenthesized_expression "((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0'))" ( (binary_expression "(1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')" (parenthesized_expression "(1 < *(int *)(param_1 + 1) - 1U)" ( (binary_expression "1 < *(int *)(param_1 + 1) - 1U" number_literal < (binary_expression "*(int *)(param_1 + 1) - 1U" (pointer_expression "*(int *)(param_1 + 1)" * (cast_expression "(int *)(param_1 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) - number_literal)) )) && (parenthesized_expression "(*(char *)((long)param_1 + 0x22) == '\0')" ( (binary_expression "*(char *)((long)param_1 + 0x22) == '\0'" (pointer_expression "*(char *)((long)param_1 + 0x22)" * (cast_expression "(char *)((long)param_1 + 0x22)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x22)" ( (binary_expression "(long)param_1 + 0x22" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }" { (expression_statement "iVar2 = close(*(int *)(param_1 + 1));" (assignment_expression "iVar2 = close(*(int *)(param_1 + 1))" identifier = (call_expression "close(*(int *)(param_1 + 1))" identifier (argument_list "(*(int *)(param_1 + 1))" ( (pointer_expression "*(int *)(param_1 + 1)" * (cast_expression "(int *)(param_1 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (compound_statement "{\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" { (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar5 = strerror(*piVar4);" (assignment_expression "pcVar5 = strerror(*piVar4)" identifier = (call_expression "strerror(*piVar4)" identifier (argument_list "(*piVar4)" ( (pointer_expression "*piVar4" * identifier) )))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar6 = gettext("%s: close: %s");" (assignment_expression "uVar6 = gettext("%s: close: %s")" identifier = (call_expression "gettext("%s: close: %s")" identifier (argument_list "("%s: close: %s")" ( (string_literal ""%s: close: %s"" " string_content ") )))) ;) (expression_statement "FUN_00178320(uVar6,uVar1,pcVar5);" (call_expression "FUN_00178320(uVar6,uVar1,pcVar5)" identifier (argument_list "(uVar6,uVar1,pcVar5)" ( identifier , identifier , identifier ))) ;) })) })) (expression_statement "*(undefined4 *)(param_1 + 1) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_1 + 1) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_1 + 1)" * (cast_expression "(undefined4 *)(param_1 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (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) + LIT) )))) == (char_literal ' escape_sequence ')) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) ))) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (break_statement break ;)) (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 ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (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 ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (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 ))) ;) })) })) (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_001f8ea0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n size_t __n;\n long lVar7;\n \n if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n FUN_001f8d40(param_1);\n if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }\n *(undefined4 *)(param_1 + 1) = 0xffffffff;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001f8ea0(undefined8 *param_1)" (identifier "FUN_001f8ea0") (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 int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n size_t __n;\n long lVar7;\n \n if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }\n FUN_001f8d40(param_1);\n if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }\n *(undefined4 *)(param_1 + 1) = 0xffffffff;\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "ssize_t sVar3;" (primitive_type "ssize_t") (identifier "sVar3") (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "char *pcVar5;" (primitive_type "char") (pointer_declarator "*pcVar5" (* "*") (identifier "pcVar5")) (; ";")) (declaration "undefined8 uVar6;" (type_identifier "undefined8") (identifier "uVar6") (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (if_statement "if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)) {\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }" (if "if") (parenthesized_expression "(((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0))" (( "(") (binary_expression "((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) &&\n (__n = param_1[2], __n != 0)" (parenthesized_expression "((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0'))" (( "(") (binary_expression "(*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')" (parenthesized_expression "(*(char *)(param_1 + 4) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 4) != '\0'" (pointer_expression "*(char *)(param_1 + 4)" (* "*") (cast_expression "(char *)(param_1 + 4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(*(char *)((long)param_1 + 0x22) == '\0')" (( "(") (binary_expression "*(char *)((long)param_1 + 0x22) == '\0'" (pointer_expression "*(char *)((long)param_1 + 0x22)" (* "*") (cast_expression "(char *)((long)param_1 + 0x22)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x22)" (( "(") (binary_expression "(long)param_1 + 0x22" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x22")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(__n = param_1[2], __n != 0)" (( "(") (comma_expression "__n = param_1[2], __n != 0" (assignment_expression "__n = param_1[2]" (identifier "__n") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (, ",") (binary_expression "__n != 0" (identifier "__n") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n lVar7 = 0;\n do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);\n }" ({ "{") (expression_statement "lVar7 = 0;" (assignment_expression "lVar7 = 0" (identifier "lVar7") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n } while (__n != 0);" (do "do") (compound_statement "{\n while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n lVar7 = lVar7 + sVar3;\n __n = __n - sVar3;\n }" ({ "{") (while_statement "while( true ) {\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }\n if (-1 < sVar3) break;\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" ({ "{") (while_statement "while( true ) {\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);\n if (sVar3 != 0) break;\n uVar1 = *param_1;\n uVar6 = gettext("%s: write: unexpected 0 return-value");\n FUN_00178320(uVar6,uVar1);\n }" ({ "{") (expression_statement "sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n);" (assignment_expression "sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" (identifier "sVar3") (= "=") (call_expression "write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" (identifier "write") (argument_list "(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n)" (( "(") (pointer_expression "*(int *)(param_1 + 1)" (* "*") (cast_expression "(int *)(param_1 + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (, ",") (cast_expression "(void *)(param_1[3] + lVar7)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[3] + lVar7)" (( "(") (binary_expression "param_1[3] + lVar7" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (+ "+") (identifier "lVar7")) () ")"))) (, ",") (identifier "__n") () ")")))) (; ";")) (if_statement "if (sVar3 != 0) break;" (if "if") (parenthesized_expression "(sVar3 != 0)" (( "(") (binary_expression "sVar3 != 0" (identifier "sVar3") (!= "!=") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar6 = gettext("%s: write: unexpected 0 return-value");" (assignment_expression "uVar6 = gettext("%s: write: unexpected 0 return-value")" (identifier "uVar6") (= "=") (call_expression "gettext("%s: write: unexpected 0 return-value")" (identifier "gettext") (argument_list "("%s: write: unexpected 0 return-value")" (( "(") (string_literal ""%s: write: unexpected 0 return-value"" (" """) (string_content "%s: write: unexpected 0 return-value") (" """)) () ")")))) (; ";")) (expression_statement "FUN_00178320(uVar6,uVar1);" (call_expression "FUN_00178320(uVar6,uVar1)" (identifier "FUN_00178320") (argument_list "(uVar6,uVar1)" (( "(") (identifier "uVar6") (, ",") (identifier "uVar1") () ")"))) (; ";")) (} "}"))) (if_statement "if (-1 < sVar3) break;" (if "if") (parenthesized_expression "(-1 < sVar3)" (( "(") (binary_expression "-1 < sVar3" (number_literal "-1") (< "<") (identifier "sVar3")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" (identifier "piVar4") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar5 = strerror(*piVar4);" (assignment_expression "pcVar5 = strerror(*piVar4)" (identifier "pcVar5") (= "=") (call_expression "strerror(*piVar4)" (identifier "strerror") (argument_list "(*piVar4)" (( "(") (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) () ")")))) (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar6 = gettext("%s: write: %s");" (assignment_expression "uVar6 = gettext("%s: write: %s")" (identifier "uVar6") (= "=") (call_expression "gettext("%s: write: %s")" (identifier "gettext") (argument_list "("%s: write: %s")" (( "(") (string_literal ""%s: write: %s"" (" """) (string_content "%s: write: %s") (" """)) () ")")))) (; ";")) (expression_statement "FUN_00178320(uVar6,uVar1,pcVar5);" (call_expression "FUN_00178320(uVar6,uVar1,pcVar5)" (identifier "FUN_00178320") (argument_list "(uVar6,uVar1,pcVar5)" (( "(") (identifier "uVar6") (, ",") (identifier "uVar1") (, ",") (identifier "pcVar5") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar7 = lVar7 + sVar3;" (assignment_expression "lVar7 = lVar7 + sVar3" (identifier "lVar7") (= "=") (binary_expression "lVar7 + sVar3" (identifier "lVar7") (+ "+") (identifier "sVar3"))) (; ";")) (expression_statement "__n = __n - sVar3;" (assignment_expression "__n = __n - sVar3" (identifier "__n") (= "=") (binary_expression "__n - sVar3" (identifier "__n") (- "-") (identifier "sVar3"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(__n != 0)" (( "(") (binary_expression "__n != 0" (identifier "__n") (!= "!=") (number_literal "0")) () ")")) (; ";")) (} "}"))) (expression_statement "FUN_001f8d40(param_1);" (call_expression "FUN_001f8d40(param_1)" (identifier "FUN_001f8d40") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (if_statement "if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) {\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }" (if "if") (parenthesized_expression "((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0'))" (( "(") (binary_expression "(1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')" (parenthesized_expression "(1 < *(int *)(param_1 + 1) - 1U)" (( "(") (binary_expression "1 < *(int *)(param_1 + 1) - 1U" (number_literal "1") (< "<") (binary_expression "*(int *)(param_1 + 1) - 1U" (pointer_expression "*(int *)(param_1 + 1)" (* "*") (cast_expression "(int *)(param_1 + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (- "-") (number_literal "1U"))) () ")")) (&& "&&") (parenthesized_expression "(*(char *)((long)param_1 + 0x22) == '\0')" (( "(") (binary_expression "*(char *)((long)param_1 + 0x22) == '\0'" (pointer_expression "*(char *)((long)param_1 + 0x22)" (* "*") (cast_expression "(char *)((long)param_1 + 0x22)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x22)" (( "(") (binary_expression "(long)param_1 + 0x22" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x22")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n iVar2 = close(*(int *)(param_1 + 1));\n if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }\n }" ({ "{") (expression_statement "iVar2 = close(*(int *)(param_1 + 1));" (assignment_expression "iVar2 = close(*(int *)(param_1 + 1))" (identifier "iVar2") (= "=") (call_expression "close(*(int *)(param_1 + 1))" (identifier "close") (argument_list "(*(int *)(param_1 + 1))" (( "(") (pointer_expression "*(int *)(param_1 + 1)" (* "*") (cast_expression "(int *)(param_1 + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) () ")")))) (; ";")) (if_statement "if (iVar2 < 0) {\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" (if "if") (parenthesized_expression "(iVar2 < 0)" (( "(") (binary_expression "iVar2 < 0" (identifier "iVar2") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n piVar4 = __errno_location();\n pcVar5 = strerror(*piVar4);\n uVar1 = *param_1;\n uVar6 = gettext("%s: close: %s");\n FUN_00178320(uVar6,uVar1,pcVar5);\n }" ({ "{") (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" (identifier "piVar4") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar5 = strerror(*piVar4);" (assignment_expression "pcVar5 = strerror(*piVar4)" (identifier "pcVar5") (= "=") (call_expression "strerror(*piVar4)" (identifier "strerror") (argument_list "(*piVar4)" (( "(") (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) () ")")))) (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar6 = gettext("%s: close: %s");" (assignment_expression "uVar6 = gettext("%s: close: %s")" (identifier "uVar6") (= "=") (call_expression "gettext("%s: close: %s")" (identifier "gettext") (argument_list "("%s: close: %s")" (( "(") (string_literal ""%s: close: %s"" (" """) (string_content "%s: close: %s") (" """)) () ")")))) (; ";")) (expression_statement "FUN_00178320(uVar6,uVar1,pcVar5);" (call_expression "FUN_00178320(uVar6,uVar1,pcVar5)" (identifier "FUN_00178320") (argument_list "(uVar6,uVar1,pcVar5)" (( "(") (identifier "uVar6") (, ",") (identifier "uVar1") (, ",") (identifier "pcVar5") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "*(undefined4 *)(param_1 + 1) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_1 + 1) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_1 + 1)" (* "*") (cast_expression "(undefined4 *)(param_1 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void close(Output_file * this) */ int __thiscall gold::type_1::function_1(type_1 *this,int __fd) { char *pcVar1; type_2 var_10; type_2 extraout_EAX; ssize_t var_4; int *piVar4; char *pcVar5; char *pcVar6; size_t var_1; long var_3; if (((this->map_is_anonymous_ != false) && (this->is_temporary_ == false)) && (var_1 = this->file_size_, var_1 != 0)) { var_3 = 0; do { while( true ) { while( true ) { var_4 = ::var_2(this->o_,this->base_ + var_3,var_1); if (var_4 != 0) break; pcVar1 = this->name_; pcVar5 = (char *)var_5("%s: write: unexpected 0 return-value"); var_6(pcVar5,pcVar1); } if (-1 < var_4) break; piVar4 = var_7(); pcVar5 = var_8(*piVar4); pcVar1 = this->name_; pcVar6 = (char *)var_5("%s: write: %s"); var_6(pcVar6,pcVar1,pcVar5); } var_3 = var_3 + var_4; var_1 = var_1 - var_4; } while (var_1 != 0); } var_9(this); var_10 = this->o_ - 1; if ((1 < var_10) && (this->is_temporary_ == false)) { var_10 = ::function_1(this->o_); if ((int)var_10 < 0) { piVar4 = var_7(); pcVar5 = var_8(*piVar4); pcVar1 = this->name_; pcVar6 = (char *)var_5("%s: close: %s"); var_6(pcVar6,pcVar1,pcVar5); var_10 = extraout_EAX; } } this->o_ = -1; return var_10; }
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: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (break_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 (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (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 (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
null
void MASKED(undefined8 *param_1) { undefined8 uVar1; int iVar2; ssize_t sVar3; int *piVar4; char *pcVar5; undefined8 uVar6; size_t __n; long lVar7; if (((*(char *)(param_1 + 4) != '\0') && (*(char *)((long)param_1 + 0x22) == '\0')) && (__n = param_1[2], __n != 0)) { lVar7 = 0; do { while( true ) { while( true ) { sVar3 = write(*(int *)(param_1 + 1),(void *)(param_1[3] + lVar7),__n); if (sVar3 != 0) break; uVar1 = *param_1; uVar6 = gettext("%s: write: unexpected 0 return-value"); FUN_00178320(uVar6,uVar1); } if (-1 < sVar3) break; piVar4 = __errno_location(); pcVar5 = strerror(*piVar4); uVar1 = *param_1; uVar6 = gettext("%s: write: %s"); FUN_00178320(uVar6,uVar1,pcVar5); } lVar7 = lVar7 + sVar3; __n = __n - sVar3; } while (__n != 0); } FUN_001f8d40(param_1); if ((1 < *(int *)(param_1 + 1) - 1U) && (*(char *)((long)param_1 + 0x22) == '\0')) { iVar2 = close(*(int *)(param_1 + 1)); if (iVar2 < 0) { piVar4 = __errno_location(); pcVar5 = strerror(*piVar4); uVar1 = *param_1; uVar6 = gettext("%s: close: %s"); FUN_00178320(uVar6,uVar1,pcVar5); } } *(undefined4 *)(param_1 + 1) = 0xffffffff; return; }
2914_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
Sized_input_reader
FUN_0019f800
/* DWARF original prototype: void Sized_input_reader(Sized_input_reader * this, Sized_input_reader * r) */ void __thiscall gold::Sized_incremental_binary<32,_true>::Sized_input_reader::Sized_input_reader (Sized_input_reader *this,Sized_input_reader *r) { Incremental_inputs_reader<32,_true> *pIVar1; uint uVar2; uint uVar3; undefined4 uVar4; pIVar1 = (r->reader_).inputs_; uVar2 = (r->reader_).flags_; uVar3 = (r->reader_).offset_; (this->super_Input_reader)._vptr_Input_reader = (_func_int_varargs **)&PTR__Sized_input_reader_00440c88; (this->reader_).inputs_ = pIVar1; (this->reader_).flags_ = uVar2; (this->reader_).offset_ = uVar3; uVar4 = *(undefined4 *)&(r->reader_).field_0x14; (this->reader_).info_offset_ = (r->reader_).info_offset_; *(undefined4 *)&(this->reader_).field_0x14 = uVar4; return; }
void FUN_0019f800(undefined8 *param_1,long param_2) { undefined8 uVar1; undefined8 uVar2; uVar1 = *(undefined8 *)(param_2 + 8); uVar2 = *(undefined8 *)(param_2 + 0x10); *param_1 = &PTR_FUN_00440c88; param_1[1] = uVar1; param_1[2] = uVar2; param_1[3] = *(undefined8 *)(param_2 + 0x18); return; }
MOVDQU XMM0,xmmword ptr [RSI + 0x8] LEA RAX,[0x440c88] MOV qword ptr [RDI],RAX MOVUPS xmmword ptr [RDI + 0x8],XMM0 MOV RAX,qword ptr [RSI + 0x18] MOV qword ptr [RDI + 0x18],RAX RET
null
null
null
null
[('const-8', u'PTRSUB_-1207502737'), ('const-12', u'PTRSUB_-1207502735'), ('const-8', u'PTRSUB_-1207502708'), ('const-433', u'STORE_-1207502808'), ('const-433', u'STORE_-1207502757'), (u'PTRSUB_-1207502735', u'LOAD_-1207502797'), ('const-433', u'LOAD_-1207502768'), ('const-8', u'PTRSUB_-1207502698'), (u'PTRSUB_-1207502716', u'STORE_-1207502807'), ('tmp_50', u'PTRSUB_-1207502738'), ('tmp_49', u'PTRSUB_-1207502717'), ('const-20', u'PTRSUB_-1207502695'), (u'PTRSUB_-1207502730', u'STORE_-1207502828'), ('const-8', u'PTRSUB_-1207502717'), ('const-20', u'PTRSUB_-1207502705'), (u'CAST_-1207502698', u'LOAD_-1207502767'), ('tmp_50', u'PTRSUB_-1207502756'), (u'PTRSUB_-1207502737', u'LOAD_-1207502798'), (u'LOAD_-1207502798', u'STORE_-1207502807'), (u'PTRSUB_-1207502698', u'PTRSUB_-1207502697'), ('tmp_49', u'PTRSUB_-1207502696'), (u'PTRSUB_-1207502756', u'PTRSUB_-1207502755'), ('const-8', u'PTRSUB_-1207502736'), (u'LOAD_-1207502797', u'STORE_-1207502776'), ('const-12', u'PTRSUB_-1207502714'), (u'LOAD_-1207502827', u'STORE_-1207502808'), ('const-8', u'PTRSUB_-1207502706'), (u'PTRSUB_-1207502707', u'LOAD_-1207502768'), (u'CAST_-1207502693', u'STORE_-1207502757'), ('const-433', u'LOAD_-1207502827'), (u'CAST_-1207502706', u'STORE_-1207502828'), ('const-433', u'STORE_-1207502807'), ('const-8', u'PTRSUB_-1207502736'), ('const-8', u'PTRSUB_-1207502738'), (u'PTRSUB_-1207502715', u'PTRSUB_-1207502714'), (u'PTRSUB_-1207502714', u'STORE_-1207502776'), ('const-8', u'PTRSUB_-1207502756'), ('const-0', u'PTRSUB_-1207502730'), ('const-16', u'PTRSUB_-1207502707'), ('tmp_50', u'PTRSUB_-1207502708'), (u'PTRSUB_-1207502705', u'CAST_-1207502698'), ('tmp_49', u'PTRSUB_-1207502740'), ('const-8', u'PTRSUB_-1207502716'), ('const-0', u'PTRSUB_-1207502740'), ('tmp_49', u'PTRSUB_-1207502715'), (u'PTRSUB_-1207502696', u'PTRSUB_-1207502695'), ('const-433', u'LOAD_-1207502767'), (u'LOAD_-1207502767', u'STORE_-1207502757'), ('const-0', u'RETURN_-1207502794'), ('const-433', u'STORE_-1207502776'), ('const-4459656', u'PTRSUB_-1207502745'), ('const-8', u'PTRSUB_-1207502696'), ('const-433', u'STORE_-1207502808'), (u'PTRSUB_-1207502695', u'CAST_-1207502693'), ('tmp_49', u'PTRSUB_-1207502698'), (u'PTRSUB_-1207502755', u'LOAD_-1207502827'), ('tmp_50', u'PTRSUB_-1207502706'), ('const-433', u'STORE_-1207502828'), (u'LOAD_-1207502768', u'STORE_-1207502808'), ('tmp_50', u'PTRSUB_-1207502736'), ('const-433', u'LOAD_-1207502797'), (u'PTRSUB_-1207502706', u'PTRSUB_-1207502705'), (u'PTRSUB_-1207502735', u'STORE_-1207502808'), ('const-0', u'PTRSUB_-1207502755'), ('tmp_49', u'PTRSUB_-1207502736'), ('const-0', u'PTRSUB_-1207502735'), (u'PTRSUB_-1207502717', u'PTRSUB_-1207502716'), (u'PTRSUB_-1207502738', u'PTRSUB_-1207502737'), (u'PTRSUB_-1207502745', u'CAST_-1207502706'), (u'PTRSUB_-1207502697', u'STORE_-1207502808'), (u'PTRSUB_-1207502708', u'PTRSUB_-1207502707'), ('const-433', u'LOAD_-1207502798'), (u'PTRSUB_-1207502736', u'PTRSUB_-1207502735'), (u'PTRSUB_-1207502736', u'PTRSUB_-1207502735'), (u'PTRSUB_-1207502740', u'PTRSUB_-1207502730'), ('const-16', u'PTRSUB_-1207502697'), ('const-0', u'PTRSUB_-1207502745'), ('const-8', u'PTRSUB_-1207502715')]
[('const-8', u'PTRADD_-1207502741'), ('const-24', u'INT_ADD_-1207502801'), (u'INT_ADD_-1207502829', u'CAST_-1207502754'), ('const-433', u'LOAD_-1207502817'), ('const-433', u'STORE_-1207502806'), ('const-433', u'LOAD_-1207502825'), (u'PTRADD_-1207502731', u'STORE_-1207502808'), ('const-433', u'STORE_-1207502828'), ('const-8', u'INT_ADD_-1207502829'), (u'LOAD_-1207502817', u'STORE_-1207502808'), ('const-0', u'RETURN_-1207502794'), ('tmp_53', u'INT_ADD_-1207502807'), ('const-433', u'STORE_-1207502807'), ('const-4459656', u'PTRSUB_-1207502744'), ('tmp_53', u'INT_ADD_-1207502801'), (u'PTRADD_-1207502740', u'STORE_-1207502806'), ('const-8', u'PTRADD_-1207502731'), ('tmp_54', u'PTRADD_-1207502740'), ('const-8', u'PTRADD_-1207502740'), ('const-433', u'STORE_-1207502808'), (u'CAST_-1207502753', u'LOAD_-1207502825'), (u'CAST_-1207502754', u'LOAD_-1207502826'), (u'PTRADD_-1207502741', u'STORE_-1207502807'), ('tmp_53', u'INT_ADD_-1207502829'), (u'PTRSUB_-1207502744', u'STORE_-1207502828'), ('tmp_54', u'STORE_-1207502828'), ('const-0', u'PTRSUB_-1207502744'), (u'CAST_-1207502733', u'LOAD_-1207502817'), ('const-3', u'PTRADD_-1207502731'), (u'INT_ADD_-1207502807', u'CAST_-1207502753'), ('const-1', u'PTRADD_-1207502741'), ('const-2', u'PTRADD_-1207502740'), ('const-433', u'LOAD_-1207502826'), ('tmp_54', u'PTRADD_-1207502741'), (u'INT_ADD_-1207502801', u'CAST_-1207502733'), ('tmp_54', u'PTRADD_-1207502731'), ('const-16', u'INT_ADD_-1207502807'), (u'LOAD_-1207502826', u'STORE_-1207502807'), (u'LOAD_-1207502825', u'STORE_-1207502806')]
null
null
0019f800
x64
O2
(translation_unit "void FUN_0019f800(undefined8 *param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n *param_1 = &PTR_FUN_00440c88;\n param_1[1] = uVar1;\n param_1[2] = uVar2;\n param_1[3] = *(undefined8 *)(param_2 + 0x18);\n return;\n}\n\n" (function_definition "void FUN_0019f800(undefined8 *param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n *param_1 = &PTR_FUN_00440c88;\n param_1[1] = uVar1;\n param_1[2] = uVar2;\n param_1[3] = *(undefined8 *)(param_2 + 0x18);\n return;\n}" primitive_type (function_declarator "FUN_0019f800(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n *param_1 = &PTR_FUN_00440c88;\n param_1[1] = uVar1;\n param_1[2] = uVar2;\n param_1[3] = *(undefined8 *)(param_2 + 0x18);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = *(undefined8 *)(param_2 + 8);" (assignment_expression "uVar1 = *(undefined8 *)(param_2 + 8)" identifier = (pointer_expression "*(undefined8 *)(param_2 + 8)" * (cast_expression "(undefined8 *)(param_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(undefined8 *)(param_2 + 0x10);" (assignment_expression "uVar2 = *(undefined8 *)(param_2 + 0x10)" identifier = (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) ))))) ;) (expression_statement "*param_1 = &PTR_FUN_00440c88;" (assignment_expression "*param_1 = &PTR_FUN_00440c88" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00440c88" & identifier)) ;) (expression_statement "param_1[1] = uVar1;" (assignment_expression "param_1[1] = uVar1" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[2] = uVar2;" (assignment_expression "param_1[2] = uVar2" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = *(undefined8 *)(param_2 + 0x18);" (assignment_expression "param_1[3] = *(undefined8 *)(param_2 + 0x18)" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(param_2 + 0x18)" * (cast_expression "(undefined8 *)(param_2 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void Sized_input_reader(Sized_input_reader * this, Sized_input_reader *\n r) */\n\nvoid __thiscall\ngold::Sized_incremental_binary<32,_true>::Sized_input_reader::Sized_input_reader\n (Sized_input_reader *this,Sized_input_reader *r)\n\n{\n Incremental_inputs_reader<32,_true> *pIVar1;\n uint uVar2;\n uint uVar3;\n undefined4 uVar4;\n \n pIVar1 = (r->reader_).inputs_;\n uVar2 = (r->reader_).flags_;\n uVar3 = (r->reader_).offset_;\n (this->super_Input_reader)._vptr_Input_reader =\n (_func_int_varargs **)&PTR__Sized_input_reader_00440c88;\n (this->reader_).inputs_ = pIVar1;\n (this->reader_).flags_ = uVar2;\n (this->reader_).offset_ = uVar3;\n uVar4 = *(undefined4 *)&(r->reader_).field_0x14;\n (this->reader_).info_offset_ = (r->reader_).info_offset_;\n *(undefined4 *)&(this->reader_).field_0x14 = uVar4;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_incremental_binary<32,_true>::Sized_input_reader::Sized_input_reader\n (Sized_input_reader *this,Sized_input_reader *r)\n\n{\n Incremental_inputs_reader<32,_true> *pIVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_true>::Sized_input_reader::Sized_input_reader\n (Sized_input_reader *this,Sized_input_reader *r)\n\n{" identifier > : : identifier : : (function_declarator "Sized_input_reader\n (Sized_input_reader *this,Sized_input_reader *r)" identifier (parameter_list "(Sized_input_reader *this,Sized_input_reader *r)" ( (parameter_declaration "Sized_input_reader *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Sized_input_reader *r" type_identifier (pointer_declarator "*r" * identifier)) ))) {) identifier (ERROR "<32" < number_literal) , (ERROR "_true>" identifier >) (pointer_declarator "*pIVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (expression_statement "pIVar1 = (r->reader_).inputs_;" (assignment_expression "pIVar1 = (r->reader_).inputs_" identifier = (field_expression "(r->reader_).inputs_" (parenthesized_expression "(r->reader_)" ( (field_expression "r->reader_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "uVar2 = (r->reader_).flags_;" (assignment_expression "uVar2 = (r->reader_).flags_" identifier = (field_expression "(r->reader_).flags_" (parenthesized_expression "(r->reader_)" ( (field_expression "r->reader_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "uVar3 = (r->reader_).offset_;" (assignment_expression "uVar3 = (r->reader_).offset_" identifier = (field_expression "(r->reader_).offset_" (parenthesized_expression "(r->reader_)" ( (field_expression "r->reader_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(this->super_Input_reader)._vptr_Input_reader =\n (_func_int_varargs **)&PTR__Sized_input_reader_00440c88;" (assignment_expression "(this->super_Input_reader)._vptr_Input_reader =\n (_func_int_varargs **)&PTR__Sized_input_reader_00440c88" (field_expression "(this->super_Input_reader)._vptr_Input_reader" (parenthesized_expression "(this->super_Input_reader)" ( (field_expression "this->super_Input_reader" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Sized_input_reader_00440c88" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Sized_input_reader_00440c88" & identifier))) ;) (expression_statement "(this->reader_).inputs_ = pIVar1;" (assignment_expression "(this->reader_).inputs_ = pIVar1" (field_expression "(this->reader_).inputs_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(this->reader_).flags_ = uVar2;" (assignment_expression "(this->reader_).flags_ = uVar2" (field_expression "(this->reader_).flags_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(this->reader_).offset_ = uVar3;" (assignment_expression "(this->reader_).offset_ = uVar3" (field_expression "(this->reader_).offset_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "uVar4 = *(undefined4 *)&(r->reader_).field_0x14;" (assignment_expression "uVar4 = *(undefined4 *)&(r->reader_).field_0x14" identifier = (pointer_expression "*(undefined4 *)&(r->reader_).field_0x14" * (cast_expression "(undefined4 *)&(r->reader_).field_0x14" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(r->reader_).field_0x14" & (field_expression "(r->reader_).field_0x14" (parenthesized_expression "(r->reader_)" ( (field_expression "r->reader_" identifier -> field_identifier) )) . field_identifier))))) ;) (expression_statement "(this->reader_).info_offset_ = (r->reader_).info_offset_;" (assignment_expression "(this->reader_).info_offset_ = (r->reader_).info_offset_" (field_expression "(this->reader_).info_offset_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) = (field_expression "(r->reader_).info_offset_" (parenthesized_expression "(r->reader_)" ( (field_expression "r->reader_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "*(undefined4 *)&(this->reader_).field_0x14 = uVar4;" (assignment_expression "*(undefined4 *)&(this->reader_).field_0x14 = uVar4" (pointer_expression "*(undefined4 *)&(this->reader_).field_0x14" * (cast_expression "(undefined4 *)&(this->reader_).field_0x14" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->reader_).field_0x14" & (field_expression "(this->reader_).field_0x14" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier)))) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0019f800(undefined8 *param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n *param_1 = &PTR_FUN_00440c88;\n param_1[1] = uVar1;\n param_1[2] = uVar2;\n param_1[3] = *(undefined8 *)(param_2 + 0x18);\n return;\n}\n\n" (function_definition "void FUN_0019f800(undefined8 *param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n *param_1 = &PTR_FUN_00440c88;\n param_1[1] = uVar1;\n param_1[2] = uVar2;\n param_1[3] = *(undefined8 *)(param_2 + 0x18);\n return;\n}" primitive_type (function_declarator "FUN_0019f800(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n *param_1 = &PTR_FUN_00440c88;\n param_1[1] = uVar1;\n param_1[2] = uVar2;\n param_1[3] = *(undefined8 *)(param_2 + 0x18);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = *(undefined8 *)(param_2 + 8);" (assignment_expression "uVar1 = *(undefined8 *)(param_2 + 8)" identifier = (pointer_expression "*(undefined8 *)(param_2 + 8)" * (cast_expression "(undefined8 *)(param_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(undefined8 *)(param_2 + 0x10);" (assignment_expression "uVar2 = *(undefined8 *)(param_2 + 0x10)" identifier = (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) ))))) ;) (expression_statement "*param_1 = &PTR_FUN_00440c88;" (assignment_expression "*param_1 = &PTR_FUN_00440c88" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00440c88" & identifier)) ;) (expression_statement "param_1[1] = uVar1;" (assignment_expression "param_1[1] = uVar1" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[2] = uVar2;" (assignment_expression "param_1[2] = uVar2" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = *(undefined8 *)(param_2 + 0x18);" (assignment_expression "param_1[3] = *(undefined8 *)(param_2 + 0x18)" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(param_2 + 0x18)" * (cast_expression "(undefined8 *)(param_2 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (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 * (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 (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (return_statement return ;) })))
(function_definition "void FUN_0019f800(undefined8 *param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n *param_1 = &PTR_FUN_00440c88;\n param_1[1] = uVar1;\n param_1[2] = uVar2;\n param_1[3] = *(undefined8 *)(param_2 + 0x18);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0019f800(undefined8 *param_1,long param_2)" (identifier "FUN_0019f800") (parameter_list "(undefined8 *param_1,long param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n *param_1 = &PTR_FUN_00440c88;\n param_1[1] = uVar1;\n param_1[2] = uVar2;\n param_1[3] = *(undefined8 *)(param_2 + 0x18);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "uVar1 = *(undefined8 *)(param_2 + 8);" (assignment_expression "uVar1 = *(undefined8 *)(param_2 + 8)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined8 *)(param_2 + 8)" (* "*") (cast_expression "(undefined8 *)(param_2 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "uVar2 = *(undefined8 *)(param_2 + 0x10);" (assignment_expression "uVar2 = *(undefined8 *)(param_2 + 0x10)" (identifier "uVar2") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00440c88;" (assignment_expression "*param_1 = &PTR_FUN_00440c88" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00440c88" (& "&") (identifier "PTR_FUN_00440c88"))) (; ";")) (expression_statement "param_1[1] = uVar1;" (assignment_expression "param_1[1] = uVar1" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "param_1[2] = uVar2;" (assignment_expression "param_1[2] = uVar2" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "param_1[3] = *(undefined8 *)(param_2 + 0x18);" (assignment_expression "param_1[3] = *(undefined8 *)(param_2 + 0x18)" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (pointer_expression "*(undefined8 *)(param_2 + 0x18)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void Sized_input_reader(Sized_input_reader * this, Sized_input_reader * r) */ void __thiscall gold::Sized_incremental_binary<32,_true>::Sized_input_reader::Sized_input_reader (Sized_input_reader *this,Sized_input_reader *r) { Incremental_inputs_reader<32,_true> *pIVar1; type_1 uVar2; type_1 uVar3; type_2 uVar4; pIVar1 = (r->reader_).inputs_; uVar2 = (r->reader_).flags_; uVar3 = (r->reader_).offset_; (this->super_Input_reader)._vptr_Input_reader = (type_3 **)&PTR__Sized_input_reader_00440c88; (this->reader_).inputs_ = pIVar1; (this->reader_).flags_ = uVar2; (this->reader_).offset_ = uVar3; uVar4 = *(type_2 *)&(r->reader_).field_0x14; (this->reader_).info_offset_ = (r->reader_).info_offset_; *(type_2 *)&(this->reader_).field_0x14 = uVar4; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (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: (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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (return_statement))))
null
void MASKED(undefined8 *param_1,long param_2) { undefined8 uVar1; undefined8 uVar2; uVar1 = *(undefined8 *)(param_2 + 8); uVar2 = *(undefined8 *)(param_2 + 0x10); *param_1 = &PTR_FUN_00440c88; param_1[1] = uVar1; param_1[2] = uVar2; param_1[3] = *(undefined8 *)(param_2 + 0x18); return; }
38_m68k-linux-gnu-gprof_and_m68k-linux-gnu-gprof_strip.c
xmalloc_set_program_name
xmalloc_set_program_name
void xmalloc_set_program_name(void) { (*(code *)PTR_xmalloc_set_program_name_00118130)(); return; }
void xmalloc_set_program_name(void) { (*(code *)PTR_xmalloc_set_program_name_00118130)(); return; }
JMP qword ptr [0x00118130]
null
null
null
null
[('const-0', u'RETURN_-1206967701'), (u'CAST_-1206967639', u'CALLIND_-1206967704'), (u'CALLIND_-1206967704', u'INDIRECT_-1206967644'), ('tmp_22', u'CAST_-1206967639'), (u'INDIRECT_-1206967644', u'COPY_-1206967703')]
[('const-0', u'RETURN_-1206967701'), (u'CAST_-1206967639', u'CALLIND_-1206967704'), (u'CALLIND_-1206967704', u'INDIRECT_-1206967644'), ('tmp_22', u'CAST_-1206967639'), (u'INDIRECT_-1206967644', u'COPY_-1206967703')]
null
null
00102260
x64
O2
(translation_unit "void xmalloc_set_program_name(void)\n\n{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}\n\n" (function_definition "void xmalloc_set_program_name(void)\n\n{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}" primitive_type (function_declarator "xmalloc_set_program_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}" { (expression_statement "(*(code *)PTR_xmalloc_set_program_name_00118130)();" (call_expression "(*(code *)PTR_xmalloc_set_program_name_00118130)()" (parenthesized_expression "(*(code *)PTR_xmalloc_set_program_name_00118130)" ( (pointer_expression "*(code *)PTR_xmalloc_set_program_name_00118130" * (cast_expression "(code *)PTR_xmalloc_set_program_name_00118130" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void xmalloc_set_program_name(void)\n\n{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}\n\n" (function_definition "void xmalloc_set_program_name(void)\n\n{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}" primitive_type (function_declarator "xmalloc_set_program_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}" { (expression_statement "(*(code *)PTR_xmalloc_set_program_name_00118130)();" (call_expression "(*(code *)PTR_xmalloc_set_program_name_00118130)()" (parenthesized_expression "(*(code *)PTR_xmalloc_set_program_name_00118130)" ( (pointer_expression "*(code *)PTR_xmalloc_set_program_name_00118130" * (cast_expression "(code *)PTR_xmalloc_set_program_name_00118130" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void xmalloc_set_program_name(void)\n\n{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}\n\n" (function_definition "void xmalloc_set_program_name(void)\n\n{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}" primitive_type (function_declarator "xmalloc_set_program_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}" { (expression_statement "(*(code *)PTR_xmalloc_set_program_name_00118130)();" (call_expression "(*(code *)PTR_xmalloc_set_program_name_00118130)()" (parenthesized_expression "(*(code *)PTR_xmalloc_set_program_name_00118130)" ( (pointer_expression "*(code *)PTR_xmalloc_set_program_name_00118130" * (cast_expression "(code *)PTR_xmalloc_set_program_name_00118130" ( (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 xmalloc_set_program_name(void)\n\n{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}" (primitive_type "void") (function_declarator "xmalloc_set_program_name(void)" (identifier "xmalloc_set_program_name") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_xmalloc_set_program_name_00118130)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_xmalloc_set_program_name_00118130)();" (call_expression "(*(code *)PTR_xmalloc_set_program_name_00118130)()" (parenthesized_expression "(*(code *)PTR_xmalloc_set_program_name_00118130)" (( "(") (pointer_expression "*(code *)PTR_xmalloc_set_program_name_00118130" (* "*") (cast_expression "(code *)PTR_xmalloc_set_program_name_00118130" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_xmalloc_set_program_name_00118130"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_xmalloc_set_program_name_00118130)(); 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_00118130)(); return; }
7425_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
do_type
FUN_002c4370
int do_type(work_stuff *work,char **mangled,string *result) { int *piVar1; bool bVar2; bool bVar3; int *piVar4; char cVar5; int iVar6; int iVar7; char *pcVar8; int *piVar9; size_t sVar10; byte *pbVar11; char *pcVar12; long lVar13; byte bVar14; int *piVar15; long lVar16; int iVar17; int iVar18; int n; uint dec; char *remembered_type; string decl; string temp; iVar18 = 0; iVar17 = 1; result->e = (char *)0x0; decl.e = (char *)0x0; decl.p = (char *)0x0; decl.b = (char *)0x0; result->p = (char *)0x0; result->b = (char *)0x0; bVar3 = false; LAB_002c43d8: pcVar8 = decl.b; bVar2 = false; switchD_002c440e_caseD_42: if ((bVar2) || (iVar17 == 0)) { if (iVar17 == 0) goto switchD_002c4d9e_caseD_1; pcVar8 = *mangled; switch(*pcVar8) { case 'B': *mangled = pcVar8 + 1; iVar6 = get_count(mangled,&n); if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1; pcVar8 = work->btypevec[n]; break; default: dec = 0; goto LAB_002c4c67; case 'K': case 'Q': iVar17 = demangle_qualified(work,mangled,result,0,1); if (iVar17 == 0) goto switchD_002c4d9e_caseD_1; goto LAB_002c4ac1; case 'X': case 'Y': *mangled = pcVar8 + 1; iVar6 = consume_count_with_underscores(mangled); if ((iVar6 == -1) || (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) || (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1; if (work->tmpl_argvec == (char **)0x0) { iVar17 = 1; string_append_template_idx(result,iVar6); goto LAB_002c4ac1; } pcVar8 = work->tmpl_argvec[iVar6]; iVar17 = 1; } if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { string_append(result,pcVar8); } goto LAB_002c4ac1; } pcVar12 = *mangled; bVar2 = true; cVar5 = *pcVar12; switch(cVar5) { case 'A': goto switchD_002c440e_caseD_41; default: goto switchD_002c440e_caseD_42; case 'C': case 'V': case 'u': if ((work->options & 2) != 0) { if (decl.b != decl.p) { string_prepend(&decl," "); pcVar12 = *mangled; cVar5 = *pcVar12; } pcVar8 = demangle_qualifier((int)cVar5); if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { string_prepend(&decl,pcVar8); pcVar12 = *mangled; } } case 'G': *mangled = pcVar12 + 1; goto LAB_002c43d8; case 'F': *mangled = pcVar12 + 1; if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) { string_prepend(&decl,"("); string_append(&decl,")"); } iVar6 = demangle_nested_args(work,mangled,&decl); if (iVar6 != 0) { cVar5 = **mangled; if ((cVar5 == '_') || (cVar5 == '\0')) { if (cVar5 == '_') { *mangled = *mangled + 1; } goto LAB_002c43d8; } } break; case 'M': *mangled = pcVar12 + 1; string_append(&decl,")"); if (**mangled == 'Q') { if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d; LAB_002c46ab: iVar17 = demangle_qualified(work,mangled,&decl,0,0); if (iVar17 == 0) goto LAB_002c43d8; } else { pcVar8 = "::"; if ((work->options & 4) != 0) { pcVar8 = "."; } string_prepend(&decl,pcVar8); bVar14 = **mangled; if ((_sch_istable[bVar14] & 4) != 0) { LAB_002c474d: iVar6 = consume_count(mangled); n = iVar6; if (iVar6 != -1) { pcVar8 = *mangled; sVar10 = strlen(pcVar8); if (iVar6 <= (int)sVar10) { if (iVar6 != 0) { string_prependn(&decl,pcVar8,iVar6); pcVar8 = *mangled; iVar6 = n; } *mangled = pcVar8 + iVar6; goto LAB_002c4796; } } break; } if ((byte)(bVar14 + 0xa8) < 2) { do_type(work,mangled,&temp); if (temp.b != temp.p) { iVar6 = (int)temp.p - (int)temp.b; goto joined_r0x002c4a87; } } else { if (bVar14 != 0x74) { if (bVar14 == 0x51) goto LAB_002c46ab; break; } temp.e = (char *)0x0; temp.p = (char *)0x0; temp.b = (char *)0x0; iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1); if (iVar17 == 0) { if (temp.b != (char *)0x0) { free(temp.b); } goto LAB_002c43d8; } iVar6 = (int)temp.p - (int)temp.b; joined_r0x002c4a87: if (iVar6 != 0) { string_prependn(&decl,temp.b,iVar6); } } if (temp.b != (char *)0x0) { free(temp.b); } } LAB_002c4796: string_prepend(&decl,"("); pbVar11 = (byte *)*mangled; bVar14 = *pbVar11; if ((byte)(bVar14 - 0x43) < 0x33) { if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) { iVar6 = 0; } else { if (bVar14 == 0x56) { iVar6 = 2; } else if (bVar14 == 0x75) { iVar6 = 4; } else { if (bVar14 != 0x43) { /* WARNING: Subroutine does not return */ abort(); } iVar6 = 1; } *mangled = (char *)(pbVar11 + 1); bVar14 = pbVar11[1]; pbVar11 = pbVar11 + 1; } if (bVar14 == 0x46) { *mangled = (char *)(pbVar11 + 1); iVar7 = demangle_nested_args(work,mangled,&decl); if ((iVar7 != 0) && (**mangled == '_')) { *mangled = *mangled + 1; if (((work->options & 2) != 0) && (iVar6 != 0)) { if (decl.b != decl.p) { string_append(&decl," "); } pcVar8 = qualifier_string(iVar6); if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { string_append(&decl,pcVar8); } } goto LAB_002c43d8; } } } break; case 'O': *mangled = pcVar12 + 1; string_prepend(&decl,"&&"); if (iVar18 == 0) { iVar18 = 3; } goto LAB_002c43d8; case 'P': case 'p': *mangled = pcVar12 + 1; if ((work->options & 4) == 0) { string_prepend(&decl,"*"); } if (iVar18 == 0) { iVar18 = 1; } goto LAB_002c43d8; case 'R': *mangled = pcVar12 + 1; string_prepend(&decl,"&"); if (iVar18 == 0) { iVar18 = 2; } goto LAB_002c43d8; case 'T': *mangled = pcVar12 + 1; iVar6 = get_count(mangled,&n); if (((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)) break; if (work->nproctypes < 1) goto LAB_002c45d1; piVar1 = work->proctypevec + 1; piVar4 = piVar1; piVar15 = work->proctypevec; while( true ) { piVar9 = piVar4; if (n == *piVar15) { iVar17 = 0; } if (piVar9 == piVar1 + (work->nproctypes - 1)) break; piVar4 = piVar9 + 1; piVar15 = piVar9; } if (iVar17 != 0) { LAB_002c45d1: mangled = &remembered_type; push_processed_type(work,n); bVar3 = true; remembered_type = work->typevec[n]; } goto LAB_002c43d8; } iVar17 = 0; goto LAB_002c43d8; LAB_002c4c67: do { cVar5 = *pcVar8; switch(cVar5) { case 'C': case 'V': case 'u': if ((work->options & 2) != 0) { if (result->b != result->p) { string_prepend(result," "); pcVar8 = *mangled; cVar5 = *pcVar8; } pcVar12 = demangle_qualifier((int)cVar5); if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) { string_prepend(result,pcVar12); pcVar8 = *mangled; } } pcVar8 = pcVar8 + 1; *mangled = pcVar8; break; default: goto code_r0x002c4d90; case 'J': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } string_append(result,"__complex"); pcVar8 = *mangled; break; case 'S': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } string_append(result,"signed"); pcVar8 = *mangled; break; case 'U': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } string_append(result,"unsigned"); pcVar8 = *mangled; } } while( true ); switchD_002c440e_caseD_41: *mangled = pcVar12 + 1; if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) { string_prepend(&decl,"("); string_append(&decl,")"); } string_append(&decl,"["); pcVar8 = *mangled; if (*pcVar8 != '_') { iVar17 = demangle_template_value_parm(work,mangled,&decl,tk_integral); pcVar8 = *mangled; if (*pcVar8 != '_') goto LAB_002c451d; } *mangled = pcVar8 + 1; LAB_002c451d: string_append(&decl,"]"); goto LAB_002c43d8; code_r0x002c4d90: pcVar12 = pcVar8; switch(cVar5) { case '\0': case '_': goto switchD_002c4d9e_caseD_0; default: goto switchD_002c4d9e_caseD_1; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': iVar6 = register_Btype(work); temp.e = (char *)0x0; temp.p = (char *)0x0; temp.b = (char *)0x0; iVar17 = demangle_class_name(work,mangled,&temp); if (iVar17 != 0) { iVar17 = 0; if (temp.b != temp.p) { iVar17 = (int)temp.p - (int)temp.b; } remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6); if (result->b != result->p) { string_append(result," "); } iVar17 = 1; string_appends(result,&temp,(string *)temp.p); } goto LAB_002c49cf; case 'G': pcVar12 = pcVar8 + 1; *mangled = pcVar12; if ((_sch_istable[(byte)pcVar8[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49; goto switchD_002c4d9e_caseD_1; case 'I': switchD_002c4d9e_caseD_49: pcVar8 = pcVar12 + 1; *mangled = pcVar8; if (pcVar12[1] == '_') { lVar16 = 0; *mangled = pcVar12 + 2; pcVar8 = pcVar12 + 2; do { pcVar12 = pcVar8; cVar5 = *pcVar12; lVar13 = (long)(int)lVar16; pcVar8 = pcVar12; if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42; *(char *)((long)&temp.b + lVar16) = cVar5; pcVar8 = pcVar12 + 1; lVar16 = lVar16 + 1; *mangled = pcVar8; } while (lVar16 != 0x24); cVar5 = pcVar12[1]; lVar13 = 0x24; LAB_002c4e42: if (cVar5 != '_') goto switchD_002c4d9e_caseD_1; *(undefined1 *)((long)&temp.b + lVar13) = 0; *mangled = pcVar8 + 1; } else { strncpy((char *)&temp,pcVar8,2); temp.b._0_3_ = CONCAT12(0,(ushort)temp.b); sVar10 = strlen(pcVar8); if (1 < sVar10) { sVar10 = 2; } *mangled = pcVar8 + sVar10; } sscanf((char *)&temp,"%x",&dec); sprintf((char *)&temp,"int%u_t",(ulong)dec); if (result->b != result->p) { string_append(result," "); } if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0; iVar17 = 4; string_append(result,(char *)&temp); iVar6 = 4; break; case 'b': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 5; string_append(result,"bool"); iVar6 = 5; break; case 'c': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 6; string_append(result,"char"); iVar6 = 6; break; case 'd': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 7; string_append(result,"double"); iVar6 = 7; break; case 'f': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 7; string_append(result,"float"); iVar6 = 7; break; case 'i': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 4; string_append(result,"int"); iVar6 = 4; break; case 'l': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 4; string_append(result,"long"); iVar6 = 4; break; case 'r': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 7; string_append(result,"long double"); iVar6 = 7; break; case 's': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 4; string_append(result,"short"); iVar6 = 4; break; case 't': temp.e = (char *)0x0; temp.p = (char *)0x0; temp.b = (char *)0x0; iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1); string_appends(result,&temp,(string *)temp.p); LAB_002c49cf: if (temp.b != (char *)0x0) { free(temp.b); } if (iVar17 != 0) { switchD_002c4d9e_caseD_0: iVar17 = 4; iVar6 = 4; break; } switchD_002c4d9e_caseD_1: if (result->b != (char *)0x0) { free(result->b); result->p = (char *)0x0; result->e = (char *)0x0; result->b = (char *)0x0; } iVar17 = 0; pcVar8 = decl.b; goto LAB_002c4a23; case 'v': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 4; string_append(result,"void"); iVar6 = 4; break; case 'w': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 6; string_append(result,"wchar_t"); iVar6 = 6; break; case 'x': *mangled = pcVar8 + 1; if (result->b != result->p) { string_append(result," "); } iVar17 = 4; string_append(result,"long long"); iVar6 = 4; } if (iVar18 == 0) { iVar18 = iVar6; } LAB_002c4ac1: pcVar8 = decl.p; if (decl.b != decl.p) { string_append(result," "); string_appends(result,&decl,(string *)decl.p); pcVar8 = decl.b; } LAB_002c4a23: if (pcVar8 != (char *)0x0) { free(pcVar8); } if (bVar3) { work->nproctypes = work->nproctypes + -1; } if ((iVar17 != 0) && (iVar17 = 4, iVar18 != 0)) { iVar17 = iVar18; } return iVar17; }
int FUN_002c4370(byte *param_1,long *param_2,long *param_3) { int *piVar1; bool bVar2; bool bVar3; int *piVar4; char cVar5; int iVar6; undefined4 uVar7; char *pcVar8; int *piVar9; size_t sVar10; byte *pbVar11; char *pcVar12; long lVar13; byte bVar14; int *piVar15; long lVar16; int iVar17; int iVar18; int iVar19; int local_98; uint local_94; long local_90; char *local_88; char *local_80; undefined8 local_78; void *local_68; void *local_60; undefined8 local_58; iVar19 = 0; iVar17 = 1; param_3[2] = 0; local_78 = 0; local_80 = (char *)0x0; local_88 = (char *)0x0; param_3[1] = 0; *param_3 = 0; bVar3 = false; LAB_002c43d8: pcVar8 = local_88; bVar2 = false; switchD_002c440e_caseD_1: if ((bVar2) || (iVar17 == 0)) { if (iVar17 == 0) goto switchD_002c4d9e_caseD_1; pcVar8 = (char *)*param_2; switch(*pcVar8) { case 'B': *param_2 = (long)(pcVar8 + 1); iVar18 = FUN_002c2650(param_2,&local_98); if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98)) goto switchD_002c4d9e_caseD_1; pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8); break; default: local_94 = 0; goto LAB_002c4c67; case 'K': case 'Q': iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1); if (iVar17 != 0) goto LAB_002c4ac1; goto switchD_002c4d9e_caseD_1; case 'X': case 'Y': *param_2 = (long)(pcVar8 + 1); iVar18 = FUN_002c2b50(param_2); if ((iVar18 == -1) || (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) || (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1; if (*(long *)(param_1 + 0x50) == 0) { iVar17 = 1; FUN_002c2ed0(param_3,iVar18); goto LAB_002c4ac1; } pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8); iVar17 = 1; } if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { FUN_002c2e90(param_3); } goto LAB_002c4ac1; } pcVar12 = (char *)*param_2; bVar2 = true; iVar18 = (int)*pcVar12; switch(iVar18 - 0x41U & 0xff) { case 0: goto switchD_002c440e_caseD_0; default: goto switchD_002c440e_caseD_1; case 2: case 0x15: case 0x34: if ((*param_1 & 2) != 0) { if (local_88 != local_80) { FUN_002c2e60(&local_88,&DAT_0038529f); pcVar12 = (char *)*param_2; iVar18 = (int)*pcVar12; } pcVar8 = (char *)FUN_002c2a50(iVar18); if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { FUN_002c2e60(&local_88,pcVar8); pcVar12 = (char *)*param_2; } } case 6: *param_2 = (long)(pcVar12 + 1); goto LAB_002c43d8; case 5: *param_2 = (long)(pcVar12 + 1); if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) { FUN_002c2e60(&local_88,"("); FUN_002c2e90(&local_88,&DAT_0038e477); } iVar18 = FUN_002c71b0(param_1,param_2,&local_88); if (iVar18 != 0) { cVar5 = *(char *)*param_2; if ((cVar5 == '_') || (cVar5 == '\0')) { if (cVar5 == '_') { *param_2 = (long)((char *)*param_2 + 1); } goto LAB_002c43d8; } } break; case 0xc: *param_2 = (long)(pcVar12 + 1); FUN_002c2e90(&local_88,&DAT_0038e477); if (*(char *)*param_2 == 'Q') { if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d; LAB_002c46ab: iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0); if (iVar17 == 0) goto LAB_002c43d8; } else { pcVar8 = "::"; if ((*param_1 & 4) != 0) { pcVar8 = "."; } FUN_002c2e60(&local_88,pcVar8); bVar14 = *(byte *)*param_2; if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) { LAB_002c474d: iVar18 = FUN_002c2aa0(param_2); local_98 = iVar18; if (iVar18 != -1) { pcVar8 = (char *)*param_2; sVar10 = strlen(pcVar8); if (iVar18 <= (int)sVar10) { if (iVar18 != 0) { FUN_002c2e10(&local_88); pcVar8 = (char *)*param_2; iVar18 = local_98; } *param_2 = (long)(pcVar8 + iVar18); goto LAB_002c4796; } } break; } if ((byte)(bVar14 + 0xa8) < 2) { FUN_002c4370(param_1,param_2,&local_68); if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) { LAB_002c4b57: FUN_002c2e10(&local_88,local_68); } } else { if (bVar14 != 0x74) { if (bVar14 == 0x51) goto LAB_002c46ab; break; } local_58 = 0; local_60 = (void *)0x0; local_68 = (void *)0x0; iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1); if (iVar17 == 0) { if (local_68 != (void *)0x0) { free(local_68); } goto LAB_002c43d8; } if ((int)local_60 != (int)local_68) goto LAB_002c4b57; } if (local_68 != (void *)0x0) { free(local_68); } } LAB_002c4796: FUN_002c2e60(&local_88,"("); pbVar11 = (byte *)*param_2; bVar14 = *pbVar11; if ((byte)(bVar14 - 0x43) < 0x33) { if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) { iVar18 = 0; } else { if (bVar14 == 0x56) { iVar18 = 2; } else if (bVar14 == 0x75) { iVar18 = 4; } else { if (bVar14 != 0x43) { /* WARNING: Subroutine does not return */ abort(); } iVar18 = 1; } *param_2 = (long)(pbVar11 + 1); bVar14 = pbVar11[1]; pbVar11 = pbVar11 + 1; } if (bVar14 == 0x46) { *param_2 = (long)(pbVar11 + 1); iVar6 = FUN_002c71b0(param_1,param_2,&local_88); if ((iVar6 != 0) && (*(char *)*param_2 == '_')) { *param_2 = (long)((char *)*param_2 + 1); if (((*param_1 & 2) != 0) && (iVar18 != 0)) { if (local_88 != local_80) { FUN_002c2e90(&local_88,&DAT_0038529f); } pcVar8 = (char *)FUN_002c29b0(iVar18); if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { FUN_002c2e90(&local_88,pcVar8); } } goto LAB_002c43d8; } } } break; case 0xe: *param_2 = (long)(pcVar12 + 1); FUN_002c2e60(&local_88,&DAT_0038c385); if (iVar19 == 0) { iVar19 = 3; } goto LAB_002c43d8; case 0xf: case 0x2f: *param_2 = (long)(pcVar12 + 1); if ((*param_1 & 4) == 0) { FUN_002c2e60(&local_88,&DAT_0038e21c); } if (iVar19 == 0) { iVar19 = 1; } goto LAB_002c43d8; case 0x11: *param_2 = (long)(pcVar12 + 1); FUN_002c2e60(&local_88,&DAT_0038c386); if (iVar19 == 0) { iVar19 = 2; } goto LAB_002c43d8; case 0x13: *param_2 = (long)(pcVar12 + 1); iVar18 = FUN_002c2650(param_2,&local_98); if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break; if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1; piVar1 = *(int **)(param_1 + 0x70) + 1; piVar4 = piVar1; piVar15 = *(int **)(param_1 + 0x70); while( true ) { piVar9 = piVar4; if (local_98 == *piVar15) { iVar17 = 0; } if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break; piVar4 = piVar9 + 1; piVar15 = piVar9; } if (iVar17 != 0) { LAB_002c45d1: param_2 = &local_90; FUN_002c27d0(param_1); bVar3 = true; local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8); } goto LAB_002c43d8; } iVar17 = 0; goto LAB_002c43d8; LAB_002c4c67: do { cVar5 = *pcVar8; switch(cVar5) { case 'C': case 'V': case 'u': if ((*param_1 & 2) != 0) { if (*param_3 != param_3[1]) { FUN_002c2e60(param_3,&DAT_0038529f); pcVar8 = (char *)*param_2; cVar5 = *pcVar8; } pcVar12 = (char *)FUN_002c2a50((int)cVar5); if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) { FUN_002c2e60(param_3,pcVar12); pcVar8 = (char *)*param_2; } } pcVar8 = pcVar8 + 1; *param_2 = (long)pcVar8; break; default: goto code_r0x002c4d90; case 'J': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } FUN_002c2e90(param_3,"__complex"); pcVar8 = (char *)*param_2; break; case 'S': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } FUN_002c2e90(param_3,"signed"); pcVar8 = (char *)*param_2; break; case 'U': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } FUN_002c2e90(param_3,"unsigned"); pcVar8 = (char *)*param_2; } } while( true ); switchD_002c440e_caseD_0: *param_2 = (long)(pcVar12 + 1); if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) { FUN_002c2e60(&local_88,"("); FUN_002c2e90(&local_88,&DAT_0038e477); } FUN_002c2e90(&local_88,&DAT_003763cb); pcVar8 = (char *)*param_2; if (*pcVar8 != '_') { iVar17 = FUN_002c3c60(param_1,param_2,&local_88); pcVar8 = (char *)*param_2; if (*pcVar8 != '_') goto LAB_002c451d; } *param_2 = (long)(pcVar8 + 1); LAB_002c451d: FUN_002c2e90(&local_88,"]"); goto LAB_002c43d8; code_r0x002c4d90: pcVar12 = pcVar8; switch(cVar5) { case '\0': case '_': goto switchD_002c4d9e_caseD_0; default: goto switchD_002c4d9e_caseD_1; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': uVar7 = FUN_002c2890(param_1); local_58 = 0; local_60 = (void *)0x0; local_68 = (void *)0x0; iVar17 = FUN_002c5ac0(param_1,param_2,&local_68); if (iVar17 != 0) { iVar17 = 0; if (local_68 != local_60) { iVar17 = (int)local_60 - (int)local_68; } FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 1; FUN_002c2fd0(param_3,&local_68,local_60); } goto LAB_002c49cf; case 'G': pcVar12 = pcVar8 + 1; *param_2 = (long)pcVar12; if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49; goto switchD_002c4d9e_caseD_1; case 'I': switchD_002c4d9e_caseD_49: pcVar8 = pcVar12 + 1; *param_2 = (long)pcVar8; if (pcVar12[1] == '_') { lVar16 = 0; *param_2 = (long)(pcVar12 + 2); pcVar8 = pcVar12 + 2; do { pcVar12 = pcVar8; cVar5 = *pcVar12; lVar13 = (long)(int)lVar16; pcVar8 = pcVar12; if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42; *(char *)((long)&local_68 + lVar16) = cVar5; pcVar8 = pcVar12 + 1; lVar16 = lVar16 + 1; *param_2 = (long)pcVar8; } while (lVar16 != 0x24); cVar5 = pcVar12[1]; lVar13 = 0x24; LAB_002c4e42: if (cVar5 != '_') goto switchD_002c4d9e_caseD_1; *(undefined1 *)((long)&local_68 + lVar13) = 0; *param_2 = (long)(pcVar8 + 1); } else { strncpy((char *)&local_68,pcVar8,2); local_68._0_3_ = (uint3)(ushort)local_68; sVar10 = strlen(pcVar8); if (1 < sVar10) { sVar10 = 2; } *param_2 = (long)(pcVar8 + sVar10); } sscanf((char *)&local_68,"%x",&local_94); sprintf((char *)&local_68,"int%u_t",(ulong)local_94); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0; iVar17 = 4; FUN_002c2e90(param_3,&local_68); iVar18 = 4; break; case 'b': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 5; FUN_002c2e90(param_3,&DAT_0038e008); iVar18 = 5; break; case 'c': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 6; FUN_002c2e90(param_3,"char"); iVar18 = 6; break; case 'd': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 7; FUN_002c2e90(param_3,"double"); iVar18 = 7; break; case 'f': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 7; FUN_002c2e90(param_3,"float"); iVar18 = 7; break; case 'i': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,"int"); iVar18 = 4; break; case 'l': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,"long"); iVar18 = 4; break; case 'r': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 7; FUN_002c2e90(param_3,"long double"); iVar18 = 7; break; case 's': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,"short"); iVar18 = 4; break; case 't': local_58 = 0; local_60 = (void *)0x0; local_68 = (void *)0x0; iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1); FUN_002c2fd0(param_3,&local_68,local_60); LAB_002c49cf: if (local_68 != (void *)0x0) { free(local_68); } if (iVar17 != 0) { switchD_002c4d9e_caseD_0: iVar17 = 4; iVar18 = 4; break; } switchD_002c4d9e_caseD_1: if ((void *)*param_3 != (void *)0x0) { free((void *)*param_3); param_3[1] = 0; param_3[2] = 0; *param_3 = 0; } iVar17 = 0; pcVar8 = local_88; goto LAB_002c4a23; case 'v': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,&DAT_0038e003); iVar18 = 4; break; case 'w': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 6; FUN_002c2e90(param_3,"wchar_t"); iVar18 = 6; break; case 'x': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,"long long"); iVar18 = 4; } if (iVar19 == 0) { iVar19 = iVar18; } LAB_002c4ac1: pcVar8 = local_80; if (local_88 != local_80) { FUN_002c2e90(param_3,&DAT_0038529f); FUN_002c2fd0(param_3,&local_88,local_80); pcVar8 = local_88; } LAB_002c4a23: if (pcVar8 != (char *)0x0) { free(pcVar8); } if (bVar3) { *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1; } if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) { iVar17 = iVar19; } return iVar17; }
PUSH R15 PUSH R14 MOV R14,RSI PUSH R13 MOV R13,RDI PUSH R12 XOR R12D,R12D PUSH RBP MOV EBP,0x1 PUSH RBX LEA RBX,[0x38e4dc] SUB RSP,0x88 MOV qword ptr [RDX + 0x10],0x0 MOV qword ptr [RSP],RDX MOV qword ptr [RSP + 0x40],0x0 MOV qword ptr [RSP + 0x38],0x0 MOV qword ptr [RSP + 0x30],0x0 MOV qword ptr [RDX + 0x8],0x0 MOV qword ptr [RDX],0x0 MOV dword ptr [RSP + 0x14],0x0 NOP dword ptr [RAX] TEST EBP,EBP SETNZ SIL XOR ECX,ECX TEST ECX,ECX JNZ 0x002c4900 TEST SIL,SIL JZ 0x002c4900 MOV R15,qword ptr [R14] MOV ECX,0x1 MOVSX EDI,byte ptr [R15] LEA EAX,[RDI + -0x41] CMP AL,0x34 JA 0x002c43e0 MOVZX EAX,AL MOVSXD RAX,dword ptr [RBX + RAX*0x4] ADD RAX,RBX JMP RAX TEST byte ptr [R13],0x2 JZ 0x002c4460 MOV RAX,qword ptr [RSP + 0x38] CMP qword ptr [RSP + 0x30],RAX JZ 0x002c443e LEA R15,[RSP + 0x30] LEA RSI,[0x38529f] MOV RDI,R15 CALL 0x002c2e60 MOV R15,qword ptr [R14] MOVSX EDI,byte ptr [R15] CALL 0x002c2a50 TEST RAX,RAX JZ 0x002c4460 CMP byte ptr [RAX],0x0 JZ 0x002c4460 LEA R15,[RSP + 0x30] MOV RSI,RAX MOV RDI,R15 CALL 0x002c2e60 MOV R15,qword ptr [R14] LEA RDX,[R15 + 0x1] MOV qword ptr [R14],RDX JMP 0x002c43d8 LEA RDX,[R15 + 0x1] MOV RAX,qword ptr [RSP + 0x30] LEA R15,[RSP + 0x30] MOV qword ptr [R14],RDX CMP RAX,qword ptr [RSP + 0x38] JZ 0x002c449b MOVZX EAX,byte ptr [RAX] LEA R15,[RSP + 0x30] SUB EAX,0x26 TEST AL,0xfb JZ 0x002c48b0 MOV RDX,R15 MOV RSI,R14 MOV RDI,R13 CALL 0x002c71b0 TEST EAX,EAX JZ 0x002c44c8 MOV RDX,qword ptr [R14] MOVZX EAX,byte ptr [RDX] CMP AL,0x5f JZ 0x002c46f8 TEST AL,AL JZ 0x002c46f8 NOP dword ptr [RAX + RAX*0x1] XOR EBP,EBP JMP 0x002c43d8 LEA RDX,[R15 + 0x1] MOV RAX,qword ptr [RSP + 0x30] LEA R15,[RSP + 0x30] MOV qword ptr [R14],RDX CMP RAX,qword ptr [RSP + 0x38] JZ 0x002c44fb MOVZX EAX,byte ptr [RAX] LEA R15,[RSP + 0x30] SUB EAX,0x26 TEST AL,0xfb JZ 0x002c48d8 LEA RSI,[0x3763cb] MOV RDI,R15 CALL 0x002c2e90 MOV RAX,qword ptr [R14] CMP byte ptr [RAX],0x5f JNZ 0x002c4710 ADD RAX,0x1 MOV qword ptr [R14],RAX LEA RSI,[0x379db2] MOV RDI,R15 CALL 0x002c2e90 JMP 0x002c43d8 LEA RDX,[R15 + 0x1] LEA R15,[RSP + 0x30] MOV qword ptr [R14],RDX LEA RSI,[0x38c386] MOV RDI,R15 CALL 0x002c2e60 TEST R12D,R12D MOV EAX,0x2 CMOVZ R12D,EAX JMP 0x002c43d8 LEA RDX,[R15 + 0x1] LEA RSI,[RSP + 0x20] MOV RDI,R14 MOV qword ptr [R14],RDX CALL 0x002c2650 TEST EAX,EAX JZ 0x002c44c8 MOV ESI,dword ptr [RSP + 0x20] TEST ESI,ESI JS 0x002c44c8 CMP ESI,dword ptr [R13 + 0x30] JGE 0x002c44c8 MOV EAX,dword ptr [R13 + 0x7c] TEST EAX,EAX JLE 0x002c45d1 MOV RDX,qword ptr [R13 + 0x70] LEA ECX,[RAX + -0x1] LEA RAX,[RDX + 0x4] LEA RDI,[RAX + RCX*0x4] XOR ECX,ECX JMP 0x002c45bc ADD RAX,0x4 CMP ESI,dword ptr [RDX] MOV RDX,RAX CMOVZ EBP,ECX CMP RAX,RDI JNZ 0x002c45b8 TEST EBP,EBP JZ 0x002c43d8 MOV RDI,R13 LEA R14,[RSP + 0x28] CALL 0x002c27d0 MOVSXD RDX,dword ptr [RSP + 0x20] MOV RAX,qword ptr [R13 + 0x8] MOV dword ptr [RSP + 0x14],0x1 MOV RAX,qword ptr [RAX + RDX*0x8] MOV qword ptr [RSP + 0x28],RAX JMP 0x002c43d8 LEA RDX,[R15 + 0x1] LEA R15,[RSP + 0x30] MOV qword ptr [R14],RDX LEA RSI,[0x38c385] MOV RDI,R15 CALL 0x002c2e60 TEST R12D,R12D MOV EAX,0x3 CMOVZ R12D,EAX JMP 0x002c43d8 LEA RDX,[R15 + 0x1] LEA R15,[RSP + 0x30] MOV qword ptr [R14],RDX LEA RSI,[0x38e477] MOV RDI,R15 CALL 0x002c2e90 MOV RAX,qword ptr [R14] CMP byte ptr [RAX],0x51 JZ 0x002c4740 LEA RAX,[0x379f38] TEST byte ptr [R13],0x4 LEA RSI,[0x38f479] MOV RDI,R15 CMOVNZ RSI,RAX CALL 0x002c2e60 MOV RAX,qword ptr [R14] LEA RDX,[0x3909e0] MOVZX ECX,byte ptr [RAX] TEST byte ptr [RDX + RCX*0x2],0x4 JNZ 0x002c474d LEA EDX,[RCX + -0x58] CMP DL,0x1 JBE 0x002c4a60 CMP CL,0x74 JZ 0x002c4b00 CMP CL,0x51 JNZ 0x002c44c8 XOR R8D,R8D XOR ECX,ECX MOV RDX,R15 MOV RSI,R14 MOV RDI,R13 CALL 0x002c6810 MOV EBP,EAX TEST EAX,EAX JZ 0x002c43d8 JMP 0x002c4796 LEA RDX,[R15 + 0x1] MOV qword ptr [R14],RDX TEST byte ptr [R13],0x4 JZ 0x002c4890 TEST R12D,R12D MOV EAX,0x1 CMOVZ R12D,EAX JMP 0x002c43d8 CMP AL,0x5f JNZ 0x002c43d8 ADD RDX,0x1 MOV qword ptr [R14],RDX JMP 0x002c43d8 MOV ECX,0x4 MOV RDX,R15 MOV RSI,R14 MOV RDI,R13 CALL 0x002c3c60 MOV EBP,EAX MOV RAX,qword ptr [R14] CMP byte ptr [RAX],0x5f JNZ 0x002c451d JMP 0x002c4516 TEST byte ptr [0x00390a82],0x4 JZ 0x002c46ab MOV RDI,R14 CALL 0x002c2aa0 CMP EAX,-0x1 MOV dword ptr [RSP + 0x20],EAX MOV dword ptr [RSP + 0x8],EAX JZ 0x002c44c8 MOV RSI,qword ptr [R14] MOV RDI,RSI MOV qword ptr [RSP + 0x18],RSI CALL 0x00147490 MOVSXD RDX,dword ptr [RSP + 0x8] CMP EDX,EAX JG 0x002c44c8 TEST EDX,EDX MOV RSI,qword ptr [RSP + 0x18] JNZ 0x002c4b7f ADD RDX,RSI MOV qword ptr [R14],RDX LEA RSI,[0x382c08] MOV RDI,R15 CALL 0x002c2e60 MOV RAX,qword ptr [R14] MOVZX EDX,byte ptr [RAX] LEA ECX,[RDX + -0x43] CMP CL,0x32 JA 0x002c44c8 MOV RSI,0x4000000080001 BT RSI,RCX JNC 0x002c4b94 CMP DL,0x56 JZ 0x002c4dba CMP DL,0x75 JNZ 0x002c4da0 MOV ECX,0x4 LEA RSI,[RAX + 0x1] MOV qword ptr [R14],RSI MOVZX EDX,byte ptr [RAX + 0x1] MOV RAX,RSI MOV dword ptr [RSP + 0x8],ECX CMP DL,0x46 JNZ 0x002c44c8 ADD RAX,0x1 MOV RDX,R15 MOV RSI,R14 MOV RDI,R13 MOV qword ptr [R14],RAX CALL 0x002c71b0 TEST EAX,EAX JZ 0x002c44c8 MOV RAX,qword ptr [R14] MOV ECX,dword ptr [RSP + 0x8] CMP byte ptr [RAX],0x5f JNZ 0x002c44c8 ADD RAX,0x1 MOV qword ptr [R14],RAX TEST byte ptr [R13],0x2 JZ 0x002c43d8 TEST ECX,ECX JZ 0x002c43d8 MOV RAX,qword ptr [RSP + 0x38] CMP qword ptr [RSP + 0x30],RAX JZ 0x002c4863 LEA RSI,[0x38529f] MOV RDI,R15 CALL 0x002c2e90 MOV ECX,dword ptr [RSP + 0x8] MOV EDI,ECX CALL 0x002c29b0 TEST RAX,RAX JZ 0x002c43d8 CMP byte ptr [RAX],0x0 JZ 0x002c43d8 MOV RSI,RAX MOV RDI,R15 CALL 0x002c2e90 JMP 0x002c43d8 LEA R15,[RSP + 0x30] LEA RSI,[0x38e21c] MOV RDI,R15 CALL 0x002c2e60 JMP 0x002c46e2 MOV RDI,R15 LEA RSI,[0x382c08] CALL 0x002c2e60 LEA RSI,[0x38e477] MOV RDI,R15 CALL 0x002c2e90 JMP 0x002c449b MOV RDI,R15 LEA RSI,[0x382c08] CALL 0x002c2e60 LEA RSI,[0x38e477] MOV RDI,R15 CALL 0x002c2e90 JMP 0x002c44fb TEST EBP,EBP JZ 0x002c49f0 MOV R15,qword ptr [R14] MOVZX EAX,byte ptr [R15] SUB EAX,0x42 CMP AL,0x17 JA 0x002c4c58 LEA RDX,[0x38e5b0] MOVZX EAX,AL MOVSXD RAX,dword ptr [RDX + RAX*0x4] ADD RAX,RDX JMP RAX MOV RDI,R13 CALL 0x002c2890 LEA R10,[RSP + 0x50] MOV RSI,R14 MOV RDI,R13 MOV RDX,R10 MOV EBX,EAX MOV qword ptr [RSP + 0x8],R10 MOV qword ptr [RSP + 0x60],0x0 MOV qword ptr [RSP + 0x58],0x0 MOV qword ptr [RSP + 0x50],0x0 CALL 0x002c5ac0 MOV EBP,EAX TEST EAX,EAX JZ 0x002c49cf MOV RAX,qword ptr [RSP + 0x58] MOV RSI,qword ptr [RSP + 0x50] MOV EDX,0x0 LEA RDI,[R13 + 0x18] MOV RCX,RAX SUB RCX,RSI CMP RSI,RAX CMOVNZ EDX,ECX MOV ECX,EBX CALL 0x002c2cf0 MOV RDI,qword ptr [RSP] MOV R10,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RDI + 0x8] CMP qword ptr [RDI],RAX JZ 0x002c49b9 LEA RSI,[0x38529f] CALL 0x002c2e90 MOV R10,qword ptr [RSP + 0x8] MOV RDX,qword ptr [RSP + 0x58] MOV RDI,qword ptr [RSP] MOV RSI,R10 MOV EBP,0x1 CALL 0x002c2fd0 MOV RDI,qword ptr [RSP + 0x50] TEST RDI,RDI JZ 0x002c49de CALL 0x00147470 TEST EBP,EBP JNZ 0x002c4dc4 NOP word ptr CS:[RAX + RAX*0x1] MOV RAX,qword ptr [RSP] MOV RDI,qword ptr [RAX] TEST RDI,RDI JZ 0x002c4a1c CALL 0x00147470 MOV RAX,qword ptr [RSP] MOV qword ptr [RAX + 0x8],0x0 MOV qword ptr [RAX + 0x10],0x0 MOV qword ptr [RAX],0x0 MOV RDI,qword ptr [RSP + 0x30] XOR EBP,EBP TEST RDI,RDI JZ 0x002c4a2d CALL 0x00147470 MOV EAX,dword ptr [RSP + 0x14] TEST EAX,EAX JZ 0x002c4a3a SUB dword ptr [R13 + 0x7c],0x1 TEST EBP,EBP JZ 0x002c4a4a TEST R12D,R12D MOV EBP,0x4 CMOVNZ EBP,R12D ADD RSP,0x88 MOV EAX,EBP POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET LEA R10,[RSP + 0x50] MOV RDI,R13 MOV RSI,R14 MOV RDX,R10 CALL 0x002c4370 MOV RDI,qword ptr [RSP + 0x50] MOV RDX,qword ptr [RSP + 0x58] CMP RDI,RDX JZ 0x002c4a8d SUB RDX,RDI TEST EDX,EDX JNZ 0x002c4b57 TEST RDI,RDI JZ 0x002c4796 CALL 0x00147470 JMP 0x002c4796 MOV RDX,qword ptr [RSP] MOV R8D,0x1 XOR ECX,ECX MOV RSI,R14 MOV RDI,R13 CALL 0x002c6810 MOV EBP,EAX TEST EAX,EAX JZ 0x002c49f0 MOV RDI,qword ptr [RSP + 0x38] CMP qword ptr [RSP + 0x30],RDI JZ 0x002c4a23 MOV RBX,qword ptr [RSP] LEA RSI,[0x38529f] MOV RDI,RBX CALL 0x002c2e90 MOV RDX,qword ptr [RSP + 0x38] MOV RDI,RBX LEA RSI,[RSP + 0x30] CALL 0x002c2fd0 MOV RDI,qword ptr [RSP + 0x30] JMP 0x002c4a23 LEA R10,[RSP + 0x50] MOV RDI,R13 MOV R9D,0x1 XOR ECX,ECX MOV R8D,0x1 MOV RDX,R10 MOV RSI,R14 MOV qword ptr [RSP + 0x60],0x0 MOV qword ptr [RSP + 0x58],0x0 MOV qword ptr [RSP + 0x50],0x0 CALL 0x002c6110 MOV RDI,qword ptr [RSP + 0x50] MOV EBP,EAX TEST EAX,EAX JZ 0x002c4b6c MOV RDX,qword ptr [RSP + 0x58] SUB RDX,RDI TEST EDX,EDX JZ 0x002c4a8d MOV RSI,RDI MOV RDI,R15 CALL 0x002c2e10 MOV RDI,qword ptr [RSP + 0x50] JMP 0x002c4a8d TEST RDI,RDI JZ 0x002c43d8 CALL 0x00147470 JMP 0x002c43d8 MOV RDI,R15 CALL 0x002c2e10 MOV RSI,qword ptr [R14] MOVSXD RDX,dword ptr [RSP + 0x20] JMP 0x002c4790 XOR ECX,ECX JMP 0x002c47f0 ADD R15,0x1 MOV RDI,R14 MOV qword ptr [R14],R15 CALL 0x002c2b50 MOVSXD RBX,EAX CMP EBX,-0x1 JZ 0x002c49f0 CMP qword ptr [R13 + 0x50],0x0 JZ 0x002c4bc7 CMP dword ptr [R13 + 0x58],EBX JLE 0x002c49f0 MOV RDI,R14 CALL 0x002c2b50 CMP EAX,-0x1 JZ 0x002c49f0 MOV RAX,qword ptr [R13 + 0x50] TEST RAX,RAX JZ 0x002c5203 MOV RSI,qword ptr [RAX + RBX*0x8] MOV EBP,0x1 TEST RSI,RSI JZ 0x002c4ac1 CMP byte ptr [RSI],0x0 JZ 0x002c4ac1 MOV RDI,qword ptr [RSP] CALL 0x002c2e90 JMP 0x002c4ac1 ADD R15,0x1 LEA RSI,[RSP + 0x20] MOV RDI,R14 MOV qword ptr [R14],R15 CALL 0x002c2650 TEST EAX,EAX JZ 0x002c49f0 MOVSXD RAX,dword ptr [RSP + 0x20] TEST EAX,EAX JS 0x002c49f0 CMP EAX,dword ptr [R13 + 0x24] JGE 0x002c49f0 MOV RDX,qword ptr [R13 + 0x18] MOV RSI,qword ptr [RDX + RAX*0x8] TEST RSI,RSI JNZ 0x002c4bf7 JMP 0x002c4ac1 MOV dword ptr [RSP + 0x24],0x0 LEA RBX,[0x38e610] MOVZX EDX,byte ptr [R15] LEA EAX,[RDX + -0x43] CMP AL,0x32 JA 0x002c4d87 MOVZX EAX,AL MOVSXD RAX,dword ptr [RBX + RAX*0x4] ADD RAX,RBX JMP RAX MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RDX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RDX JZ 0x002c4ca5 LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38dff0] CALL 0x002c2e90 MOV R15,qword ptr [R14] JMP 0x002c4c67 MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RDX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RDX JZ 0x002c4cdd LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38dff2] CALL 0x002c2e90 MOV R15,qword ptr [R14] JMP 0x002c4c67 MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RDX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RDX JZ 0x002c4d18 LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38dff9] CALL 0x002c2e90 MOV R15,qword ptr [R14] JMP 0x002c4c67 TEST byte ptr [R13],0x2 JZ 0x002c4d7b MOV RAX,qword ptr [RSP] MOV RCX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RCX JZ 0x002c4d5a LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e60 MOV R15,qword ptr [R14] MOVZX EDX,byte ptr [R15] MOVSX EDI,DL CALL 0x002c2a50 TEST RAX,RAX JZ 0x002c4d7b CMP byte ptr [RAX],0x0 JZ 0x002c4d7b MOV RDI,qword ptr [RSP] MOV RSI,RAX CALL 0x002c2e60 MOV R15,qword ptr [R14] ADD R15,0x1 MOV qword ptr [R14],R15 JMP 0x002c4c67 CMP DL,0x78 JA 0x002c49f0 LEA RCX,[0x38e6dc] MOVSXD RAX,dword ptr [RCX + RDX*0x4] ADD RAX,RCX JMP RAX CMP DL,0x43 JZ 0x002c4db0 CALL 0x001471a0 MOV ECX,0x1 JMP 0x002c47e2 MOV ECX,0x2 JMP 0x002c47e2 MOV EBP,0x4 MOV EAX,0x4 TEST R12D,R12D CMOVZ R12D,EAX JMP 0x002c4ac1 LEA RAX,[R15 + 0x1] LEA RDX,[0x3909e0] MOV qword ptr [R14],RAX MOVZX ECX,byte ptr [R15 + 0x1] TEST byte ptr [RDX + RCX*0x2],0x4 JZ 0x002c49f0 MOV R15,RAX LEA RBX,[R15 + 0x1] MOV qword ptr [R14],RBX CMP byte ptr [R15 + 0x1],0x5f JNZ 0x002c5218 ADD R15,0x2 XOR EDX,EDX MOV qword ptr [R14],R15 JMP 0x002c4e37 TEST AL,AL JZ 0x002c4e42 MOV byte ptr [RSP + RDX*0x1 + 0x50],AL LEA RCX,[R15 + 0x1] ADD RDX,0x1 MOV qword ptr [R14],RCX CMP RDX,0x24 JZ 0x002c525c MOV R15,RCX MOVZX EAX,byte ptr [R15] MOVSXD RCX,EDX CMP AL,0x5f JNZ 0x002c4e17 CMP AL,0x5f JNZ 0x002c49f0 ADD R15,0x1 MOV byte ptr [RSP + RCX*0x1 + 0x50],0x0 LEA R10,[RSP + 0x50] MOV qword ptr [R14],R15 MOV RDI,R10 LEA RDX,[RSP + 0x24] XOR EAX,EAX MOV qword ptr [RSP + 0x8],R10 LEA RSI,[0x38429e] CALL 0x001475d0 MOV R10,qword ptr [RSP + 0x8] MOV EDX,dword ptr [RSP + 0x24] XOR EAX,EAX LEA RSI,[0x38e021] MOV RDI,R10 CALL 0x00147590 MOV RDI,qword ptr [RSP] MOV R10,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RDI + 0x8] CMP qword ptr [RDI],RAX JZ 0x002c4eb3 LEA RSI,[0x38529f] CALL 0x002c2e90 MOV R10,qword ptr [RSP + 0x8] CMP byte ptr [RSP + 0x50],0x0 JZ 0x002c4dc4 MOV RDI,qword ptr [RSP] MOV RSI,R10 MOV EBP,0x4 CALL 0x002c2e90 MOV EAX,0x4 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c4efc LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38f77e] MOV EBP,0x4 CALL 0x002c2e90 MOV EAX,0x4 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c4f3e LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38e00d] MOV EBP,0x6 CALL 0x002c2e90 MOV EAX,0x6 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c4f80 LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38e003] MOV EBP,0x4 CALL 0x002c2e90 MOV EAX,0x4 JMP 0x002c4dce LEA RBX,[RSP + 0x50] MOV RSI,R14 MOV RDI,R13 XOR ECX,ECX MOV RDX,RBX MOV R9D,0x1 MOV R8D,0x1 MOV qword ptr [RSP + 0x60],0x0 MOV qword ptr [RSP + 0x58],0x0 MOV qword ptr [RSP + 0x50],0x0 CALL 0x002c6110 MOV RDX,qword ptr [RSP + 0x58] MOV RDI,qword ptr [RSP] MOV RSI,RBX MOV EBP,EAX CALL 0x002c2fd0 JMP 0x002c49cf MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c5016 LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38f76f] MOV EBP,0x4 CALL 0x002c2e90 MOV EAX,0x4 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c5058 LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38e015] MOV EBP,0x7 CALL 0x002c2e90 MOV EAX,0x7 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c509a LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38f74f] MOV EBP,0x4 CALL 0x002c2e90 MOV EAX,0x4 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c50dc LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38f742] MOV EBP,0x4 CALL 0x002c2e90 MOV EAX,0x4 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c511e LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38ffa0] MOV EBP,0x7 CALL 0x002c2e90 MOV EAX,0x7 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c5160 LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38e01a] MOV EBP,0x7 CALL 0x002c2e90 MOV EAX,0x7 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c51a2 LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38f734] MOV EBP,0x6 CALL 0x002c2e90 MOV EAX,0x6 JMP 0x002c4dce MOV RAX,qword ptr [RSP] ADD R15,0x1 MOV qword ptr [R14],R15 MOV RBX,qword ptr [RAX + 0x8] CMP qword ptr [RAX],RBX JZ 0x002c51e4 LEA RSI,[0x38529f] MOV RDI,RAX CALL 0x002c2e90 MOV RDI,qword ptr [RSP] LEA RSI,[0x38e008] MOV EBP,0x5 CALL 0x002c2e90 MOV EAX,0x5 JMP 0x002c4dce MOV RDI,qword ptr [RSP] MOV ESI,EBX MOV EBP,0x1 CALL 0x002c2ed0 JMP 0x002c4ac1 LEA R10,[RSP + 0x50] MOV EDX,0x2 MOV RSI,RBX MOV RDI,R10 MOV qword ptr [RSP + 0x8],R10 CALL 0x001478b0 MOV RDI,RBX MOV byte ptr [RSP + 0x52],0x0 CALL 0x00147490 MOV EDX,0x2 MOV R10,qword ptr [RSP + 0x8] CMP RAX,0x2 CMOVNC RAX,RDX ADD RBX,RAX MOV qword ptr [R14],RBX JMP 0x002c4e5b MOVZX EAX,byte ptr [R15 + 0x1] MOV R15,RCX MOV ECX,0x24 JMP 0x002c4e42
null
null
null
null
[(u'CALL_-1204597662', u'INDIRECT_-1204590134'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204596285'), (u'MULTIEQUAL_-1204585971', u'MULTIEQUAL_-1204588740'), (u'CALL_-1204594835', u'INDIRECT_-1204587809'), (u'INDIRECT_-1204587440', u'MULTIEQUAL_-1204587341'), (u'LOAD_-1204595341', u'INT_NOTEQUAL_-1204595319'), ('tmp_2100', u'CBRANCH_-1204598342'), (u'CALL_-1204596651', u'INDIRECT_-1204587677'), ('const-1', u'PTRADD_-1204598434'), (u'INDIRECT_-1204588908', u'MULTIEQUAL_-1204588781'), ('const--104', u'PTRSUB_-1204585048'), ('const-8', u'PTRSUB_-1204584680'), (u'CALL_-1204597616', u'INDIRECT_-1204591238'), ('tmp_8186', u'PTRSUB_-1204585693'), (u'MULTIEQUAL_-1204587519', u'MULTIEQUAL_-1204587192'), (u'CALL_-1204596516', u'INDIRECT_-1204589256'), (u'STORE_-1204598900', u'INDIRECT_-1204589386'), ('tmp_7805', u'CBRANCH_-1204595370'), (u'CALL_-1204597775', u'INDIRECT_-1204589340'), ('const-433', u'LOAD_-1204597971'), (u'MULTIEQUAL_-1204589280', u'MULTIEQUAL_-1204590086'), (u'INDIRECT_-1204587123', u'MULTIEQUAL_-1204587586'), ('tmp_8186', u'PTRSUB_-1204587347'), (u'INDIRECT_-1204587582', u'MULTIEQUAL_-1204587469'), (u'CALL_-1204593828', u'INDIRECT_-1204586404'), (u'CALL_-1204598226', u'INDIRECT_-1204588886'), (u'CALL_-1204597985', u'INDIRECT_-1204589703'), (u'INDIRECT_-1204588324', u'MULTIEQUAL_-1204585970'), ('const-0', u'PTRSUB_-1204584743'), (u'MULTIEQUAL_-1204588377', u'MULTIEQUAL_-1204588289'), (u'MULTIEQUAL_-1204589478', u'MULTIEQUAL_-1204590284'), (u'INT_NOTEQUAL_-1204595375', u'CBRANCH_-1204595370'), (u'MULTIEQUAL_-1204590145', u'MULTIEQUAL_-1204589993'), (u'PTRADD_-1204597800', u'COPY_-1204587040'), (u'INDIRECT_-1204587659', u'MULTIEQUAL_-1204587518'), (u'INDIRECT_-1204588918', u'MULTIEQUAL_-1204589372'), (u'INDIRECT_-1204588757', u'MULTIEQUAL_-1204588712'), ('const-3733327', u'COPY_-1204584931'), (u'CALL_-1204597775', u'INDIRECT_-1204589934'), (u'INDIRECT_-1204587763', u'MULTIEQUAL_-1204587593'), (u'LOAD_-1204595624', u'INT_NOTEQUAL_-1204595608'), ('const-1', u'PTRADD_-1204594040'), (u'INDIRECT_-1204590812', u'COPY_-1204587620'), ('const-1', u'PTRADD_-1204598856'), (u'INDIRECT_-1204590132', u'MULTIEQUAL_-1204589971'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204598071'), ('const-8', u'PTRSUB_-1204584748'), (u'INDIRECT_-1204589962', u'MULTIEQUAL_-1204589774'), (u'INDIRECT_-1204590156', u'MULTIEQUAL_-1204589986'), (u'CALL_-1204594503', u'INDIRECT_-1204588196'), (u'PTRSUB_-1204584539', u'LOAD_-1204593756'), (u'INDIRECT_-1204587727', u'MULTIEQUAL_-1204587583'), (u'INT_NOTEQUAL_-1204594338', u'CBRANCH_-1204594336'), (u'CALL_-1204599233', u'INDIRECT_-1204592256'), (u'MULTIEQUAL_-1204588976', u'MULTIEQUAL_-1204588888'), (u'CALL_-1204594124', u'INDIRECT_-1204586388'), ('const-0', u'PTRSUB_-1204587347'), ('const-3727393', u'COPY_-1204585484'), (u'MULTIEQUAL_-1204588483', u'MULTIEQUAL_-1204589289'), (u'STORE_-1204594090', u'INDIRECT_-1204586870'), (u'INT_SUB_-1204592315', u'INT_ZEXT_-1204594698'), (u'INDIRECT_-1204587582', u'MULTIEQUAL_-1204589007'), (u'INDIRECT_-1204587847', u'MULTIEQUAL_-1204588378'), (u'MULTIEQUAL_-1204591135', u'MULTIEQUAL_-1204588910'), (u'STORE_-1204595435', u'INDIRECT_-1204587440'), ('const-3681288', u'COPY_-1204587294'), ('const-0', u'PTRSUB_-1204586543'), (u'INDIRECT_-1204588522', u'MULTIEQUAL_-1204585971'), ('const-1', u'PTRADD_-1204594541'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594628'), (u'INDIRECT_-1204589091', u'MULTIEQUAL_-1204589208'), (u'CALL_-1204593828', u'INDIRECT_-1204587597'), (u'LOAD_-1204599716', u'PTRADD_-1204598031'), (u'PTRSUB_-1204586289', u'CALL_-1204596253'), ('const-0', u'PTRSUB_-1204585799'), (u'CALL_-1204594219', u'INDIRECT_-1204587050'), (u'COPY_-1204585505', u'MULTIEQUAL_-1204590734'), (u'CALL_-1204594044', u'INDIRECT_-1204586738'), (u'INDIRECT_-1204590741', u'MULTIEQUAL_-1204590650'), (u'CALL_-1204595893', u'INDIRECT_-1204588126'), ('const-433', u'STORE_-1204595634'), (u'CALL_-1204598535', u'INDIRECT_-1204589857'), (u'INDIRECT_-1204588907', u'MULTIEQUAL_-1204589487'), (u'CALL_-1204597775', u'INDIRECT_-1204588543'), (u'CALL_-1204598535', u'INDIRECT_-1204590055'), ('tmp_8188', u'PTRSUB_-1204584952'), (u'MULTIEQUAL_-1204591459', u'INT_EQUAL_-1204597819'), (u'LOAD_-1204595532', u'INT_NOTEQUAL_-1204595510'), (u'COPY_-1204587602', u'PTRADD_-1204587643'), (u'INDIRECT_-1204590020', u'MULTIEQUAL_-1204590343'), (u'INDIRECT_-1204590139', u'MULTIEQUAL_-1204590106'), (u'INDIRECT_-1204588967', u'MULTIEQUAL_-1204589289'), (u'INDIRECT_-1204588289', u'MULTIEQUAL_-1204588122'), (u'CALL_-1204594044', u'INDIRECT_-1204589115'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587775'), (u'INDIRECT_-1204589525', u'MULTIEQUAL_-1204589570'), (u'CALL_-1204598890', u'INDIRECT_-1204590614'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204598482'), (u'PTRSUB_-1204586474', u'LOAD_-1204597883'), (u'CALL_-1204594260', u'INDIRECT_-1204587077'), ('tmp_8188', u'CALL_-1204595566'), (u'CALL_-1204597662', u'COPY_-1204587121'), (u'INDIRECT_-1204588493', u'MULTIEQUAL_-1204588778'), (u'CALL_-1204598226', u'INDIRECT_-1204589881'), (u'INT_NOTEQUAL_-1204593740', u'CBRANCH_-1204593739'), (u'INDIRECT_-1204588309', u'MULTIEQUAL_-1204588182'), (u'COPY_-1204584417', u'MULTIEQUAL_-1204590734'), (u'MULTIEQUAL_-1204590785', u'MULTIEQUAL_-1204590937'), (u'STORE_-1204597542', u'INDIRECT_-1204589175'), (u'STORE_-1204597706', u'INDIRECT_-1204589479'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204593874'), (u'STORE_-1204597855', u'INDIRECT_-1204588954'), (u'INDIRECT_-1204588535', u'MULTIEQUAL_-1204588344'), ('tmp_2822', u'CBRANCH_-1204597580'), (u'STORE_-1204598784', u'INDIRECT_-1204589634'), (u'MULTIEQUAL_-1204589573', u'MULTIEQUAL_-1204588581'), (u'COPY_-1204585229', u'CALL_-1204594604'), (u'INT_SEXT_-1204599688', u'CALL_-1204599288'), (u'MULTIEQUAL_-1204587873', u'MULTIEQUAL_-1204588976'), (u'MULTIEQUAL_-1204587749', u'MULTIEQUAL_-1204587987'), (u'MULTIEQUAL_-1204592465', u'MULTIEQUAL_-1204592826'), (u'INDIRECT_-1204587242', u'MULTIEQUAL_-1204587143'), (u'INDIRECT_-1204586868', u'MULTIEQUAL_-1204586780'), (u'INDIRECT_-1204588911', u'MULTIEQUAL_-1204588779'), ('tmp_6168', u'CBRANCH_-1204594279'), (u'MULTIEQUAL_-1204587717', u'MULTIEQUAL_-1204588377'), (u'INDIRECT_-1204589139', u'MULTIEQUAL_-1204589685'), (u'CALL_-1204594152', u'INDIRECT_-1204589183'), (u'INDIRECT_-1204588467', u'MULTIEQUAL_-1204588289'), (u'CALL_-1204594503', u'INDIRECT_-1204587998'), (u'INDIRECT_-1204589577', u'MULTIEQUAL_-1204589424'), (u'CALL_-1204593828', u'INDIRECT_-1204587201'), ('const-0', u'INT_EQUAL_-1204595142'), (u'CALL_-1204596253', u'INDIRECT_-1204588219'), (u'COPY_-1204586424', u'MULTIEQUAL_-1204591166'), (u'CALL_-1204595566', u'INDIRECT_-1204588815'), (u'INDIRECT_-1204586690', u'MULTIEQUAL_-1204586598'), (u'COPY_-1204586303', u'COPY_-1204586301'), ('const-433', u'LOAD_-1204599307'), (u'COPY_-1204585414', u'MULTIEQUAL_-1204591202'), (u'COPY_-1204599841', u'MULTIEQUAL_-1204590343'), (u'INDIRECT_-1204588972', u'MULTIEQUAL_-1204588790'), (u'INDIRECT_-1204587086', u'MULTIEQUAL_-1204586994'), (u'INDIRECT_-1204590475', u'MULTIEQUAL_-1204591135'), (u'CALL_-1204596210', u'INDIRECT_-1204589885'), (u'INDIRECT_-1204588092', u'MULTIEQUAL_-1204588377'), (u'INDIRECT_-1204588338', u'INT_NOTEQUAL_-1204596873'), (u'CALL_-1204597094', u'INDIRECT_-1204589757'), (u'INDIRECT_-1204590603', u'MULTIEQUAL_-1204590739'), (u'CALL_-1204594604', u'INDIRECT_-1204587074'), (u'STORE_-1204598557', u'INDIRECT_-1204590230'), (u'INT_NOTEQUAL_-1204597919', u'CBRANCH_-1204597918'), (u'CALL_-1204594835', u'INDIRECT_-1204587611'), (u'LOAD_-1204598585', u'INT_AND_-1204598559'), ('const-433', u'LOAD_-1204598358'), (u'CALL_-1204598382', u'INDIRECT_-1204589363'), (u'INDIRECT_-1204589250', u'MULTIEQUAL_-1204590343'), (u'CALL_-1204599288', u'INDIRECT_-1204591099'), (u'MULTIEQUAL_-1204590343', u'MULTIEQUAL_-1204590191'), (u'CALL_-1204597991', u'INDIRECT_-1204588670'), (u'CALL_-1204595490', u'INDIRECT_-1204587779'), (u'CALL_-1204598671', u'INDIRECT_-1204589921'), (u'STORE_-1204593982', u'INDIRECT_-1204586803'), (u'STORE_-1204593982', u'INDIRECT_-1204587001'), (u'INDIRECT_-1204586784', u'MULTIEQUAL_-1204587383'), (u'MULTIEQUAL_-1204590343', u'MULTIEQUAL_-1204588118'), ('tmp_6637', u'BRANCH_-1204593791'), ('const-3645240', u'COPY_-1204598395'), (u'INDIRECT_-1204586736', u'MULTIEQUAL_-1204586658'), ('tmp_23145', u'PTRSUB_-1204587937'), (u'INT_NOTEQUAL_-1204594760', u'CBRANCH_-1204594759'), (u'INDIRECT_-1204587683', u'MULTIEQUAL_-1204587551'), (u'STORE_-1204593766', u'INDIRECT_-1204586070'), (u'LOAD_-1204598190', u'LOAD_-1204598185'), (u'INDIRECT_-1204587444', u'MULTIEQUAL_-1204589136'), (u'INDIRECT_-1204588654', u'MULTIEQUAL_-1204589289'), (u'INDIRECT_-1204588079', u'MULTIEQUAL_-1204587947'), ('tmp_8186', u'PTRSUB_-1204587597'), (u'INDIRECT_-1204589962', u'MULTIEQUAL_-1204590284'), (u'STORE_-1204598071', u'INDIRECT_-1204589927'), (u'INDIRECT_-1204587050', u'MULTIEQUAL_-1204587185'), (u'INDIRECT_-1204587785', u'MULTIEQUAL_-1204587672'), (u'CALL_-1204593272', u'INDIRECT_-1204585976'), (u'INDIRECT_-1204587500', u'MULTIEQUAL_-1204587399'), (u'INDIRECT_-1204587695', u'MULTIEQUAL_-1204587528'), (u'INDIRECT_-1204586944', u'MULTIEQUAL_-1204587185'), ('const-433', u'STORE_-1204594541'), ('tmp_8188', u'PTRSUB_-1204585173'), ('tmp_8188', u'CALL_-1204593828'), (u'INDIRECT_-1204586404', u'MULTIEQUAL_-1204586257'), (u'CALL_-1204595468', u'INDIRECT_-1204588361'), ('tmp_38918', u'MULTIEQUAL_-1204591135'), (u'MULTIEQUAL_-1204590677', u'MULTIEQUAL_-1204590672'), ('const-1', u'CALL_-1204596285'), (u'CALL_-1204593720', u'INDIRECT_-1204586534'), ('const-0', u'PTRSUB_-1204584471'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204598381'), (u'INDIRECT_-1204590320', u'MULTIEQUAL_-1204590200'), (u'CALL_-1204593908', u'INDIRECT_-1204587643'), (u'STORE_-1204594198', u'INDIRECT_-1204586338'), (u'CALL_-1204598460', u'INDIRECT_-1204590600'), (u'INDIRECT_-1204590132', u'MULTIEQUAL_-1204591135'), (u'MULTIEQUAL_-1204587152', u'MULTIEQUAL_-1204587390'), (u'CALL_-1204595303', u'INDIRECT_-1204589150'), (u'INDIRECT_-1204587541', u'MULTIEQUAL_-1204587379'), (u'INDIRECT_-1204590082', u'MULTIEQUAL_-1204589993'), (u'CALL_-1204597775', u'INDIRECT_-1204590132'), ('const-0', u'INT_EQUAL_-1204598552'), (u'STORE_-1204595403', u'INDIRECT_-1204588308'), (u'CALL_-1204596011', u'INDIRECT_-1204587550'), ('tmp_8188', u'CALL_-1204596253'), (u'MULTIEQUAL_-1204592478', u'COPY_-1204585980'), (u'CALL_-1204595474', u'INDIRECT_-1204587605'), (u'PTRADD_-1204587655', u'INT_EQUAL_-1204598710'), (u'INDIRECT_-1204591316', u'MULTIEQUAL_-1204591167'), ('const-1', u'INT_SUB_-1204592315'), (u'CALL_-1204594473', u'INDIRECT_-1204587780'), (u'COPY_-1204589023', u'MULTIEQUAL_-1204590029'), (u'INT_NOTEQUAL_-1204597581', u'CBRANCH_-1204597580'), (u'INT_EQUAL_-1204596187', u'CBRANCH_-1204596185'), (u'CALL_-1204594604', u'INDIRECT_-1204588069'), (u'LOAD_-1204598820', u'INT_SUB_-1204592315'), ('tmp_1313', u'CBRANCH_-1204598569'), (u'CALL_-1204593828', u'INDIRECT_-1204587399'), (u'CALL_-1204596285', u'INDIRECT_-1204590709'), (u'STORE_-1204594198', u'INDIRECT_-1204587135'), (u'CALL_-1204594016', u'INDIRECT_-1204587909'), (u'STORE_-1204598557', u'INDIRECT_-1204589834'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204588974'), ('const-1', u'PTRADD_-1204595864'), (u'INDIRECT_-1204588691', u'MULTIEQUAL_-1204588976'), (u'CALL_-1204593908', u'INDIRECT_-1204587247'), (u'LOAD_-1204594188', u'INT_NOTEQUAL_-1204594172'), ('tmp_38913', u'MULTIEQUAL_-1204589546'), (u'STORE_-1204595536', u'INDIRECT_-1204588099'), (u'INT_NOTEQUAL_-1204594388', u'CBRANCH_-1204594387'), ('const-0', u'INT_EQUAL_-1204598748'), (u'MULTIEQUAL_-1204593723', u'PTRADD_-1204599164'), ('const-0', u'COPY_-1204597944'), (u'STORE_-1204594678', u'INDIRECT_-1204586623'), (u'INDIRECT_-1204588616', u'MULTIEQUAL_-1204588484'), (u'LOAD_-1204598423', u'INT_AND_-1204598397'), (u'STORE_-1204595403', u'INDIRECT_-1204587313'), (u'LOAD_-1204594668', u'INT_NOTEQUAL_-1204594652'), (u'CALL_-1204595499', u'INDIRECT_-1204588022'), (u'INDIRECT_-1204591226', u'MULTIEQUAL_-1204592331'), ('const-1', u'PTRADD_-1204597492'), (u'CALL_-1204597911', u'INDIRECT_-1204588221'), ('const-433', u'STORE_-1204594786'), (u'LOAD_-1204595541', u'INT_NOTEQUAL_-1204595519'), (u'INDIRECT_-1204590300', u'MULTIEQUAL_-1204585975'), ('const-0', u'INT_NOTEQUAL_-1204596846'), ('const-433', u'LOAD_-1204598048'), (u'CALL_-1204595490', u'INDIRECT_-1204587982'), (u'CALL_-1204598535', u'INDIRECT_-1204589456'), (u'CALL_-1204597616', u'INDIRECT_-1204589460'), (u'LOAD_-1204596076', u'MULTIEQUAL_-1204585978'), (u'COPY_-1204589832', u'MULTIEQUAL_-1204590029'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587645'), (u'INDIRECT_-1204588907', u'MULTIEQUAL_-1204588774'), (u'CALL_-1204594863', u'INDIRECT_-1204588029'), (u'INDIRECT_-1204591072', u'MULTIEQUAL_-1204590983'), (u'INDIRECT_-1204586070', u'MULTIEQUAL_-1204585929'), (u'MULTIEQUAL_-1204586987', u'MULTIEQUAL_-1204587745'), ('const-433', u'STORE_-1204594440'), (u'CALL_-1204595303', u'INDIRECT_-1204588952'), (u'INDIRECT_-1204588756', u'MULTIEQUAL_-1204588681'), (u'STORE_-1204598900', u'INDIRECT_-1204589584'), (u'MULTIEQUAL_-1204591268', u'INT_NOTEQUAL_-1204595993'), (u'MULTIEQUAL_-1204590937', u'MULTIEQUAL_-1204590113'), (u'INT_AND_-1204595538', u'INT_NOTEQUAL_-1204595551'), ('const-0', u'COPY_-1204594521'), (u'MULTIEQUAL_-1204586520', u'INT_NOTEQUAL_-1204596846'), (u'CALL_-1204597409', u'MULTIEQUAL_-1204592465'), ('const-1', u'PTRADD_-1204598509'), ('const-433', u'STORE_-1204594426'), ('tmp_8188', u'CALL_-1204594219'), (u'INDIRECT_-1204587773', u'MULTIEQUAL_-1204588576'), (u'CALL_-1204596210', u'INDIRECT_-1204587310'), (u'INDIRECT_-1204587749', u'MULTIEQUAL_-1204587685'), (u'INT_RIGHT_-1204597897', u'INT_AND_-1204597899'), ('const-433', u'LOAD_-1204594086'), (u'INT_NOTEQUAL_-1204597667', u'CBRANCH_-1204597667'), ('const-433', u'STORE_-1204597531'), ('const-51', u'INT_LESS_-1204597933'), (u'INDIRECT_-1204591784', u'MULTIEQUAL_-1204591564'), (u'CALL_-1204598205', u'INDIRECT_-1204589410'), ('tmp_2869', u'BRANCH_-1204597537'), (u'INDIRECT_-1204590006', u'MULTIEQUAL_-1204589613'), (u'INDIRECT_-1204588627', u'SUBPIECE_-1204591205'), (u'INDIRECT_-1204588774', u'MULTIEQUAL_-1204588592'), (u'INDIRECT_-1204586850', u'MULTIEQUAL_-1204588542'), (u'INDIRECT_-1204588276', u'MULTIEQUAL_-1204590145'), (u'STORE_-1204593982', u'INDIRECT_-1204586600'), ('const-4', u'INT_AND_-1204598332'), (u'STORE_-1204597542', u'INDIRECT_-1204588977'), (u'INDIRECT_-1204589049', u'MULTIEQUAL_-1204585973'), (u'INDIRECT_-1204589483', u'MULTIEQUAL_-1204589394'), (u'CALL_-1204595468', u'INDIRECT_-1204587762'), (u'INDIRECT_-1204588091', u'MULTIEQUAL_-1204587924'), (u'INDIRECT_-1204587633', u'MULTIEQUAL_-1204587460'), (u'INDIRECT_-1204587824', u'MULTIEQUAL_-1204587692'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204588242'), (u'CALL_-1204596651', u'INDIRECT_-1204589266'), (u'INDIRECT_-1204589704', u'MULTIEQUAL_-1204589571'), (u'CALL_-1204594604', u'INDIRECT_-1204588267'), (u'CALL_-1204597540', u'INDIRECT_-1204590012'), ('tmp_8186', u'PTRSUB_-1204587667'), (u'COPY_-1204584793', u'CALL_-1204593908'), (u'CALL_-1204594016', u'INDIRECT_-1204586518'), (u'INDIRECT_-1204587065', u'MULTIEQUAL_-1204586989'), (u'INDIRECT_-1204586405', u'MULTIEQUAL_-1204586319'), (u'INDIRECT_-1204589479', u'MULTIEQUAL_-1204589377'), (u'STORE_-1204595634', u'INDIRECT_-1204587557'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594356'), (u'INDIRECT_-1204589646', u'MULTIEQUAL_-1204590739'), (u'CALL_-1204596206', u'INDIRECT_-1204588691'), ('const-8', u'PTRSUB_-1204584476'), (u'INT_EQUAL_-1204596110', u'CBRANCH_-1204596108'), (u'CALL_-1204597540', u'INDIRECT_-1204589616'), (u'MULTIEQUAL_-1204587152', u'SUBPIECE_-1204587313'), (u'CALL_-1204593584', u'INDIRECT_-1204586845'), (u'CALL_-1204595367', u'INDIRECT_-1204587701'), ('const-95', u'INT_EQUAL_-1204597563'), (u'INDIRECT_-1204588954', u'MULTIEQUAL_-1204588879'), (u'CALL_-1204594377', u'INDIRECT_-1204588137'), (u'STORE_-1204595903', u'INDIRECT_-1204588072'), (u'STORE_-1204594786', u'INDIRECT_-1204587086'), (u'INDIRECT_-1204589566', u'MULTIEQUAL_-1204589217'), (u'CALL_-1204596285', u'INDIRECT_-1204588535'), (u'INDIRECT_-1204586003', u'MULTIEQUAL_-1204585929'), (u'COPY_-1204586955', u'CALL_-1204597074'), (u'LOAD_-1204594345', u'CAST_-1204585406'), (u'INDIRECT_-1204588548', u'MULTIEQUAL_-1204589507'), ('tmp_23145', u'PTRSUB_-1204587513'), (u'INDIRECT_-1204588418', u'MULTIEQUAL_-1204588286'), (u'MULTIEQUAL_-1204592292', u'MULTIEQUAL_-1204592826'), (u'INDIRECT_-1204590716', u'MULTIEQUAL_-1204590596'), (u'INDIRECT_-1204590207', u'MULTIEQUAL_-1204590343'), (u'STORE_-1204597960', u'INDIRECT_-1204590774'), (u'INDIRECT_-1204590431', u'MULTIEQUAL_-1204590766'), (u'INDIRECT_-1204589736', u'MULTIEQUAL_-1204590482'), (u'MULTIEQUAL_-1204587192', u'MULTIEQUAL_-1204587185'), (u'INDIRECT_-1204589214', u'MULTIEQUAL_-1204589279'), (u'CALL_-1204596285', u'INDIRECT_-1204587936'), (u'MULTIEQUAL_-1204585978', u'INT_NOTEQUAL_-1204596050'), ('tmp_3447', u'CBRANCH_-1204597576'), (u'CALL_-1204594152', u'INDIRECT_-1204587009'), (u'INDIRECT_-1204591004', u'MULTIEQUAL_-1204590797'), ('const-0', u'INT_NOTEQUAL_-1204599273'), (u'STORE_-1204594909', u'INDIRECT_-1204587950'), (u'CALL_-1204597977', u'INDIRECT_-1204589451'), (u'CALL_-1204593612', u'INDIRECT_-1204586669'), (u'MULTIEQUAL_-1204590778', u'MULTIEQUAL_-1204590772'), (u'INDIRECT_-1204589345', u'MULTIEQUAL_-1204590304'), (u'INDIRECT_-1204590280', u'MULTIEQUAL_-1204590191'), ('const-0', u'COPY_-1204595483'), (u'CALL_-1204598762', u'INDIRECT_-1204590455'), (u'PTRADD_-1204598509', u'STORE_-1204598557'), ('tmp_2299', u'CBRANCH_-1204598207'), (u'MULTIEQUAL_-1204588781', u'MULTIEQUAL_-1204587789'), (u'INDIRECT_-1204589209', u'MULTIEQUAL_-1204588816'), (u'STORE_-1204599219', u'INDIRECT_-1204589660'), (u'INDIRECT_-1204587638', u'MULTIEQUAL_-1204587539'), (u'STORE_-1204594786', u'INDIRECT_-1204586690'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204588779'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204598557'), (u'PTRSUB_-1204587954', u'CALL_-1204597094'), (u'CALL_-1204595357', u'INDIRECT_-1204588384'), ('tmp_1101', u'CBRANCH_-1204599362'), (u'INDIRECT_-1204587936', u'MULTIEQUAL_-1204587745'), (u'INDIRECT_-1204586913', u'MULTIEQUAL_-1204587784'), (u'LOAD_-1204599716', u'PTRADD_-1204598251'), (u'CALL_-1204596008', u'INDIRECT_-1204589502'), ('const-433', u'LOAD_-1204596045'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587320'), ('const-63', u'INT_AND_-1204597901'), (u'CALL_-1204598382', u'INDIRECT_-1204591740'), (u'MULTIEQUAL_-1204591448', u'INT_NOTEQUAL_-1204597667'), (u'COPY_-1204585419', u'PTRADD_-1204594314'), (u'INDIRECT_-1204587780', u'MULTIEQUAL_-1204589205'), ('const-433', u'LOAD_-1204597851'), ('tmp_23145', u'PTRSUB_-1204584398'), (u'INDIRECT_-1204588832', u'MULTIEQUAL_-1204588647'), (u'CALL_-1204593720', u'INDIRECT_-1204586935'), (u'CALL_-1204598890', u'INT_EQUAL_-1204598876'), ('tmp_23145', u'PTRSUB_-1204586430'), (u'PTRSUB_-1204585857', u'LOAD_-1204595624'), (u'CALL_-1204595474', u'INT_NOTEQUAL_-1204595459'), (u'STORE_-1204594349', u'INDIRECT_-1204587387'), (u'CALL_-1204594712', u'INDIRECT_-1204587142'), ('tmp_8188', u'PTRSUB_-1204585857'), (u'INT_SUB_-1204587974', u'INT_AND_-1204587963'), (u'STORE_-1204593874', u'INDIRECT_-1204587132'), ('const-0', u'INT_NOTEQUAL_-1204599365'), (u'INDIRECT_-1204589101', u'MULTIEQUAL_-1204590012'), (u'STORE_-1204598590', u'INDIRECT_-1204588837'), ('tmp_2692', u'CBRANCH_-1204597685'), (u'INDIRECT_-1204588582', u'MULTIEQUAL_-1204588429'), (u'STORE_-1204598900', u'INDIRECT_-1204590183'), (u'STORE_-1204597880', u'INDIRECT_-1204590741'), (u'CALL_-1204598535', u'INDIRECT_-1204591833'), (u'STORE_-1204598482', u'INDIRECT_-1204589983'), ('tmp_8188', u'CALL_-1204594740'), ('const-4', u'COPY_-1204589291'), (u'COPY_-1204585980', u'MULTIEQUAL_-1204590734'), (u'INDIRECT_-1204589368', u'MULTIEQUAL_-1204589782'), (u'MULTIEQUAL_-1204588212', u'CBRANCH_-1204597888'), ('const-1', u'COPY_-1204588338'), ('tmp_8188', u'CALL_-1204594124'), (u'INDIRECT_-1204588868', u'MULTIEQUAL_-1204588690'), ('const-0', u'INT_EQUAL_-1204596267'), (u'INDIRECT_-1204587526', u'MULTIEQUAL_-1204587477'), (u'INDIRECT_-1204588308', u'MULTIEQUAL_-1204588514'), ('tmp_8188', u'CALL_-1204593584'), (u'STORE_-1204594440', u'INDIRECT_-1204586891'), (u'STORE_-1204595403', u'INDIRECT_-1204588110'), (u'INDIRECT_-1204588140', u'SUBPIECE_-1204590782'), (u'INDIRECT_-1204591784', u'INT_AND_-1204597577'), (u'CALL_-1204594632', u'INDIRECT_-1204588091'), (u'INDIRECT_-1204588347', u'MULTIEQUAL_-1204588542'), (u'LOAD_-1204598368', u'INT_ZEXT_-1204594476'), (u'CALL_-1204598535', u'INDIRECT_-1204589258'), (u'PTRSUB_-1204587773', u'CALL_-1204598762'), (u'COPY_-1204586436', u'MULTIEQUAL_-1204591166'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587580'), (u'INDIRECT_-1204590300', u'MULTIEQUAL_-1204590766'), (u'INDIRECT_-1204587816', u'MULTIEQUAL_-1204587726'), ('const-433', u'STORE_-1204598557'), (u'CALL_-1204598890', u'INDIRECT_-1204590218'), ('tmp_8186', u'CALL_-1204596786'), (u'INDIRECT_-1204588933', u'MULTIEQUAL_-1204586514'), (u'LOAD_-1204599705', u'BRANCHIND_-1204599647'), (u'CALL_-1204598093', u'INDIRECT_-1204589407'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204587583'), (u'MULTIEQUAL_-1204590343', u'INT_NOTEQUAL_-1204599337'), (u'MULTIEQUAL_-1204590580', u'MULTIEQUAL_-1204590574'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594364'), (u'INDIRECT_-1204590132', u'COPY_-1204586965'), (u'INDIRECT_-1204586586', u'MULTIEQUAL_-1204587185'), (u'CALL_-1204594740', u'INDIRECT_-1204587367'), (u'INDIRECT_-1204587752', u'MULTIEQUAL_-1204587658'), (u'CALL_-1204598460', u'INDIRECT_-1204589808'), (u'CALL_-1204596934', u'INDIRECT_-1204588518'), (u'INDIRECT_-1204589329', u'MULTIEQUAL_-1204591135'), (u'MULTIEQUAL_-1204588343', u'MULTIEQUAL_-1204588581'), (u'CALL_-1204599308', u'INDIRECT_-1204589523'), ('tmp_8188', u'PTRSUB_-1204586516'), (u'INDIRECT_-1204589683', u'MULTIEQUAL_-1204589375'), (u'CALL_-1204596253', u'INDIRECT_-1204589214'), (u'INDIRECT_-1204590218', u'MULTIEQUAL_-1204590541'), (u'INDIRECT_-1204588219', u'MULTIEQUAL_-1204588284'), (u'CALL_-1204595474', u'INDIRECT_-1204588204'), (u'CALL_-1204594124', u'INDIRECT_-1204587977'), (u'INDIRECT_-1204590001', u'MULTIEQUAL_-1204590311'), (u'STORE_-1204593220', u'INDIRECT_-1204586253'), (u'COPY_-1204587613', u'MULTIEQUAL_-1204594753'), (u'CALL_-1204597991', u'INDIRECT_-1204588269'), (u'INDIRECT_-1204586836', u'MULTIEQUAL_-1204586663'), (u'PTRSUB_-1204586430', u'CALL_-1204596905'), (u'INDIRECT_-1204589806', u'MULTIEQUAL_-1204589942'), (u'PTRADD_-1204594314', u'MULTIEQUAL_-1204591202'), (u'CALL_-1204598762', u'INDIRECT_-1204590059'), (u'PTRSUB_-1204586904', u'CALL_-1204598093'), (u'CALL_-1204599308', u'INDIRECT_-1204589919'), (u'CALL_-1204596008', u'INDIRECT_-1204589106'), (u'MULTIEQUAL_-1204590739', u'MULTIEQUAL_-1204590596'), (u'CALL_-1204594420', u'INDIRECT_-1204586652'), (u'CALL_-1204595490', u'INDIRECT_-1204588378'), ('tmp_8188', u'PTRSUB_-1204584675'), (u'INDIRECT_-1204588266', u'MULTIEQUAL_-1204589175'), (u'CALL_-1204597662', u'CALL_-1204596516'), (u'MULTIEQUAL_-1204589858', u'MULTIEQUAL_-1204590106'), (u'INT_LESS_-1204597933', u'CBRANCH_-1204597941'), (u'LOAD_-1204597984', u'LOAD_-1204597979'), (u'INDIRECT_-1204588754', u'MULTIEQUAL_-1204588632'), (u'CALL_-1204596888', u'INDIRECT_-1204588294'), (u'INDIRECT_-1204587282', u'MULTIEQUAL_-1204587152'), (u'LOAD_-1204598366', u'MULTIEQUAL_-1204591666'), (u'INDIRECT_-1204588257', u'MULTIEQUAL_-1204585969'), (u'COPY_-1204590321', u'MULTIEQUAL_-1204590262'), ('const--104', u'PTRSUB_-1204585452'), ('const-433', u'LOAD_-1204595493'), (u'INDIRECT_-1204586700', u'MULTIEQUAL_-1204586533'), (u'PTRSUB_-1204584544', u'LOAD_-1204593762'), (u'PTRSUB_-1204587513', u'CALL_-1204598382'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588662'), (u'CALL_-1204594232', u'INDIRECT_-1204586654'), (u'INDIRECT_-1204588063', u'MULTIEQUAL_-1204588972'), (u'CALL_-1204597662', u'INT_SLESSEQUAL_-1204597568'), (u'COPY_-1204589224', u'MULTIEQUAL_-1204590029'), (u'INDIRECT_-1204587912', u'MULTIEQUAL_-1204587749'), ('const--136', u'PTRSUB_-1204587856'), (u'PTRSUB_-1204585048', u'CALL_-1204594503'), (u'INDIRECT_-1204587820', u'MULTIEQUAL_-1204587717'), ('const-0', u'COPY_-1204596804'), (u'CALL_-1204598762', u'INDIRECT_-1204589460'), (u'INDIRECT_-1204587387', u'MULTIEQUAL_-1204587315'), (u'CALL_-1204595303', u'INDIRECT_-1204588551'), (u'COPY_-1204584645', u'CALL_-1204593612'), (u'CALL_-1204594473', u'INDIRECT_-1204586983'), ('const-8', u'PTRSUB_-1204585173'), (u'CALL_-1204593272', u'INDIRECT_-1204586575'), ('tmp_8188', u'CALL_-1204594152'), ('const-4294967295', u'INT_NOTEQUAL_-1204597646'), (u'MULTIEQUAL_-1204589082', u'MULTIEQUAL_-1204589888'), (u'STORE_-1204598590', u'INDIRECT_-1204590030'), (u'INT_AND_-1204587963', u'INT_EQUAL_-1204598009'), (u'COPY_-1204592926', u'MULTIEQUAL_-1204592826'), (u'INDIRECT_-1204588231', u'MULTIEQUAL_-1204588012'), (u'CALL_-1204594219', u'INDIRECT_-1204588243'), (u'MULTIEQUAL_-1204592503', u'MULTIEQUAL_-1204592465'), (u'STORE_-1204594678', u'INDIRECT_-1204587420'), (u'CALL_-1204594503', u'INDIRECT_-1204586805'), (u'LOAD_-1204596180', u'INT_NOTEQUAL_-1204596164'), (u'CALL_-1204595453', u'INDIRECT_-1204589424'), (u'INDIRECT_-1204591740', u'MULTIEQUAL_-1204591564'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589169'), ('const-0', u'COPY_-1204597473'), ('const-0', u'PTRSUB_-1204584539'), (u'INDIRECT_-1204587795', u'MULTIEQUAL_-1204587648'), (u'INDIRECT_-1204587115', u'MULTIEQUAL_-1204587321'), (u'INDIRECT_-1204590703', u'MULTIEQUAL_-1204590587'), (u'LOAD_-1204598185', u'INT_EQUAL_-1204597563'), (u'CALL_-1204593908', u'INDIRECT_-1204589025'), (u'INT_NOTEQUAL_-1204597688', u'CBRANCH_-1204597685'), ('const-0', u'SUBPIECE_-1204591210'), (u'INT_EQUAL_-1204598371', u'CBRANCH_-1204598370'), (u'CALL_-1204596206', u'INDIRECT_-1204588295'), (u'CALL_-1204595566', u'INDIRECT_-1204588023'), (u'INDIRECT_-1204590009', u'MULTIEQUAL_-1204590145'), ('const-95', u'INT_NOTEQUAL_-1204597383'), (u'CALL_-1204594632', u'INDIRECT_-1204587096'), (u'INDIRECT_-1204590860', u'MULTIEQUAL_-1204591135'), (u'CALL_-1204596008', u'INDIRECT_-1204588908'), ('const-0', u'COPY_-1204590576'), (u'SUBPIECE_-1204587313', u'INT_EQUAL_-1204594250'), (u'CALL_-1204596008', u'INDIRECT_-1204589304'), (u'STORE_-1204593658', u'INDIRECT_-1204586602'), (u'INDIRECT_-1204587247', u'MULTIEQUAL_-1204587982'), (u'CALL_-1204598535', u'INDIRECT_-1204589060'), ('const-95', u'INT_EQUAL_-1204597728'), (u'INDIRECT_-1204589116', u'INT_SEXT_-1204595856'), (u'INDIRECT_-1204588672', u'MULTIEQUAL_-1204590541'), (u'INDIRECT_-1204589342', u'MULTIEQUAL_-1204589888'), (u'CALL_-1204595499', u'INDIRECT_-1204588814'), (u'MULTIEQUAL_-1204590739', u'MULTIEQUAL_-1204589174'), (u'STORE_-1204597942', u'INDIRECT_-1204589267'), (u'MULTIEQUAL_-1204588740', u'INT_NOTEQUAL_-1204596312'), (u'STORE_-1204594414', u'INDIRECT_-1204587071'), (u'INDIRECT_-1204587145', u'MULTIEQUAL_-1204586983'), (u'INT_SUB_-1204596731', u'MULTIEQUAL_-1204586520'), (u'INDIRECT_-1204588543', u'MULTIEQUAL_-1204589289'), (u'PTRADD_-1204593824', u'STORE_-1204593874'), ('tmp_1369', u'BRANCH_-1204598090'), (u'INDIRECT_-1204587671', u'MULTIEQUAL_-1204587512'), (u'PTRSUB_-1204584811', u'LOAD_-1204594188'), (u'INDIRECT_-1204586469', u'MULTIEQUAL_-1204586387'), ('const-3', u'SUBPIECE_-1204586414'), (u'INDIRECT_-1204590671', u'MULTIEQUAL_-1204591363'), ('const-0', u'COPY_-1204595471'), (u'LOAD_-1204595565', u'MULTIEQUAL_-1204591666'), (u'INDIRECT_-1204589131', u'MULTIEQUAL_-1204590937'), (u'PTRSUB_-1204588205', u'STORE_-1204599868'), (u'INDIRECT_-1204586955', u'MULTIEQUAL_-1204586861'), (u'CALL_-1204596914', u'INDIRECT_-1204588502'), (u'PTRADD_-1204597892', u'STORE_-1204597942'), ('const-433', u'LOAD_-1204595565'), (u'MULTIEQUAL_-1204586888', u'MULTIEQUAL_-1204586878'), (u'MULTIEQUAL_-1204587390', u'MULTIEQUAL_-1204587383'), (u'INDIRECT_-1204588941', u'MULTIEQUAL_-1204589487'), (u'CALL_-1204596210', u'INDIRECT_-1204587112'), (u'CALL_-1204593720', u'INDIRECT_-1204586737'), (u'CALL_-1204598205', u'INDIRECT_-1204590999'), (u'MULTIEQUAL_-1204591267', u'PTRADD_-1204594541'), (u'CALL_-1204596008', u'INDIRECT_-1204588111'), (u'MULTIEQUAL_-1204588316', u'MULTIEQUAL_-1204588976'), (u'PTRSUB_-1204584879', u'LOAD_-1204594296'), ('const-0', u'SUBPIECE_-1204590782'), (u'CALL_-1204595893', u'INDIRECT_-1204590300'), ('tmp_937', u'CBRANCH_-1204597852'), ('const-0', u'SUBPIECE_-1204592264'), (u'PTRSUB_-1204587724', u'CALL_-1204598890'), ('const-1', u'PTRADD_-1204593204'), (u'INDIRECT_-1204588045', u'MULTIEQUAL_-1204588180'), (u'INDIRECT_-1204589906', u'MULTIEQUAL_-1204589790'), (u'INDIRECT_-1204590450', u'MULTIEQUAL_-1204592331'), (u'STORE_-1204597785', u'INDIRECT_-1204589714'), ('const-1', u'PTRADD_-1204594314'), (u'INDIRECT_-1204590959', u'MULTIEQUAL_-1204590818'), (u'INDIRECT_-1204586382', u'MULTIEQUAL_-1204587185'), (u'INDIRECT_-1204589281', u'MULTIEQUAL_-1204589179'), (u'STORE_-1204594414', u'INDIRECT_-1204586670'), ('const-433', u'LOAD_-1204598018'), (u'INDIRECT_-1204588937', u'MULTIEQUAL_-1204588812'), ('const-1', u'PTRADD_-1204598251'), (u'INDIRECT_-1204590614', u'MULTIEQUAL_-1204590680'), (u'STORE_-1204594426', u'INDIRECT_-1204587677'), (u'INDIRECT_-1204587942', u'MULTIEQUAL_-1204586508'), (u'CALL_-1204597540', u'INDIRECT_-1204589814'), (u'INDIRECT_-1204589820', u'MULTIEQUAL_-1204589601'), (u'INDIRECT_-1204587725', u'MULTIEQUAL_-1204588179'), (u'SUBPIECE_-1204590574', u'INT_SUB_-1204596731'), (u'LOAD_-1204599307', u'LOAD_-1204599302'), ('const-0', u'INT_NOTEQUAL_-1204595434'), (u'CALL_-1204597985', u'INDIRECT_-1204592080'), (u'INDIRECT_-1204587936', u'MULTIEQUAL_-1204587981'), (u'INDIRECT_-1204587961', u'MULTIEQUAL_-1204587791'), (u'PTRSUB_-1204586738', u'CALL_-1204595453'), (u'INDIRECT_-1204588073', u'MULTIEQUAL_-1204589942'), ('const--136', u'PTRSUB_-1204586289'), (u'CALL_-1204595453', u'INDIRECT_-1204588830'), (u'INDIRECT_-1204588353', u'MULTIEQUAL_-1204588231'), (u'INDIRECT_-1204589262', u'MULTIEQUAL_-1204589546'), (u'INDIRECT_-1204586336', u'MULTIEQUAL_-1204586192'), (u'CALL_-1204593720', u'INDIRECT_-1204587133'), (u'INDIRECT_-1204588096', u'MULTIEQUAL_-1204588211'), ('tmp_8187', u'MULTIEQUAL_-1204593869'), ('tmp_5549', u'BRANCH_-1204594826'), ('const-1125899907366913', u'INT_RIGHT_-1204597897'), (u'MULTIEQUAL_-1204589744', u'MULTIEQUAL_-1204588179'), (u'CALL_-1204596651', u'INDIRECT_-1204588073'), (u'INT_SEXT_-1204596189', u'PTRADD_-1204586036'), (u'CALL_-1204596914', u'INDIRECT_-1204588903'), (u'INT_AND_-1204597901', u'INT_RIGHT_-1204597897'), (u'PTRSUB_-1204587347', u'LOAD_-1204598585'), (u'CALL_-1204597920', u'INDIRECT_-1204592044'), (u'COPY_-1204587121', u'MULTIEQUAL_-1204591754'), (u'INDIRECT_-1204586184', u'MULTIEQUAL_-1204586987'), (u'STORE_-1204593658', u'INDIRECT_-1204586201'), (u'CALL_-1204597662', u'INDIRECT_-1204589342'), ('const-433', u'LOAD_-1204595458'), (u'MULTIEQUAL_-1204590680', u'MULTIEQUAL_-1204590937'), (u'CALL_-1204595893', u'INDIRECT_-1204588720'), (u'INT_EQUAL_-1204599770', u'CBRANCH_-1204599720'), (u'CALL_-1204595490', u'INDIRECT_-1204588774'), ('const-95', u'INT_EQUAL_-1204594479'), (u'MULTIEQUAL_-1204592340', u'COPY_-1204587580'), (u'MULTIEQUAL_-1204588118', u'MULTIEQUAL_-1204588778'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204593658'), ('const-1', u'PTRADD_-1204594148'), (u'INDIRECT_-1204588067', u'MULTIEQUAL_-1204587908'), ('const-6', u'COPY_-1204589327'), ('tmp_8188', u'CALL_-1204593800'), ('const-433', u'LOAD_-1204594333'), ('const-4', u'PTRADD_-1204587660'), (u'STORE_-1204598900', u'INDIRECT_-1204589787'), (u'INDIRECT_-1204590513', u'MULTIEQUAL_-1204592331'), (u'INDIRECT_-1204587323', u'MULTIEQUAL_-1204587274'), (u'MULTIEQUAL_-1204585978', u'LOAD_-1204596045'), (u'INT_SLESSEQUAL_-1204598817', u'CBRANCH_-1204598825'), ('tmp_3052', u'CBRANCH_-1204596759'), (u'CALL_-1204597911', u'INDIRECT_-1204589018'), (u'INDIRECT_-1204589844', u'MULTIEQUAL_-1204590937'), (u'MULTIEQUAL_-1204588211', u'INT_NOTEQUAL_-1204596900'), (u'CALL_-1204596280', u'INDIRECT_-1204588238'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204587648'), (u'STORE_-1204598482', u'INDIRECT_-1204588988'), (u'INDIRECT_-1204588297', u'MULTIEQUAL_-1204588196'), (u'STORE_-1204595403', u'INDIRECT_-1204587912'), (u'INDIRECT_-1204588634', u'MULTIEQUAL_-1204588449'), (u'CALL_-1204597540', u'INDIRECT_-1204589220'), ('const-0', u'COPY_-1204599853'), ('const--104', u'PTRSUB_-1204586430'), (u'MULTIEQUAL_-1204592478', u'COPY_-1204585505'), (u'INDIRECT_-1204588335', u'INT_ZEXT_-1204592225'), ('const-3681288', u'COPY_-1204587010'), ('const-1', u'PTRADD_-1204594736'), (u'INT_NOTEQUAL_-1204596846', u'CBRANCH_-1204596845'), (u'INDIRECT_-1204586137', u'MULTIEQUAL_-1204586059'), (u'CALL_-1204597911', u'INDIRECT_-1204588820'), ('const-1', u'COPY_-1204592926'), ('const--136', u'PTRSUB_-1204587562'), (u'INDIRECT_-1204588949', u'MULTIEQUAL_-1204589908'), ('const-3720070', u'COPY_-1204587860'), (u'INDIRECT_-1204590662', u'MULTIEQUAL_-1204590937'), (u'CALL_-1204595263', u'INDIRECT_-1204588325'), (u'STORE_-1204598291', u'INDIRECT_-1204590619'), (u'CALL_-1204594044', u'INDIRECT_-1204587931'), ('const-433', u'LOAD_-1204598661'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204598205'), (u'INT_AND_-1204597675', u'INT_NOTEQUAL_-1204597688'), ('tmp_2762', u'CBRANCH_-1204597635'), ('tmp_5936', u'CBRANCH_-1204596015'), (u'CALL_-1204594044', u'INDIRECT_-1204587733'), (u'CALL_-1204595357', u'INDIRECT_-1204590959'), ('const-0', u'INT_EQUAL_-1204598521'), ('const-3687070', u'COPY_-1204585543'), (u'MULTIEQUAL_-1204588920', u'MULTIEQUAL_-1204589744'), (u'CAST_-1204586450', u'CALL_-1204595263'), (u'STORE_-1204594678', u'INDIRECT_-1204587618'), (u'INDIRECT_-1204588733', u'MULTIEQUAL_-1204588542'), (u'CALL_-1204594632', u'INDIRECT_-1204589473'), (u'LOAD_-1204599705', u'MULTIEQUAL_-1204592397'), ('tmp_8188', u'CALL_-1204594863'), ('const-433', u'LOAD_-1204597756'), (u'MULTIEQUAL_-1204588012', u'MULTIEQUAL_-1204587984'), (u'INDIRECT_-1204589764', u'MULTIEQUAL_-1204590178'), (u'CALL_-1204597074', u'INDIRECT_-1204589147'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594090'), (u'MULTIEQUAL_-1204590878', u'MULTIEQUAL_-1204591135'), (u'CALL_-1204597074', u'INDIRECT_-1204588350'), (u'STORE_-1204594414', u'INDIRECT_-1204587269'), (u'CALL_-1204598226', u'INDIRECT_-1204591659'), (u'CALL_-1204599233', u'INDIRECT_-1204590280'), (u'CALL_-1204596706', u'INDIRECT_-1204588695'), ('tmp_4962', u'CBRANCH_-1204595518'), ('const-433', u'LOAD_-1204596180'), (u'CALL_-1204596905', u'INDIRECT_-1204588338'), (u'MULTIEQUAL_-1204590541', u'MULTIEQUAL_-1204590398'), (u'INDIRECT_-1204587554', u'MULTIEQUAL_-1204587460'), (u'CALL_-1204597662', u'INT_NOTEQUAL_-1204597646'), (u'CALL_-1204597540', u'INDIRECT_-1204588423'), (u'INDIRECT_-1204589505', u'MULTIEQUAL_-1204589387'), (u'CALL_-1204594340', u'INDIRECT_-1204586920'), (u'CALL_-1204595474', u'INDIRECT_-1204587808'), ('const-4', u'COPY_-1204589644'), (u'INDIRECT_-1204588022', u'MULTIEQUAL_-1204587890'), (u'INDIRECT_-1204590132', u'COPY_-1204586948'), (u'CALL_-1204595499', u'INDIRECT_-1204589998'), (u'CALL_-1204596206', u'INT_SLESSEQUAL_-1204596132'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594148'), (u'INDIRECT_-1204589744', u'MULTIEQUAL_-1204589622'), (u'STORE_-1204593874', u'INDIRECT_-1204586533'), (u'CALL_-1204596786', u'INDIRECT_-1204589131'), (u'INDIRECT_-1204589619', u'MULTIEQUAL_-1204589685'), (u'MULTIEQUAL_-1204590343', u'MULTIEQUAL_-1204590200'), ('tmp_4620', u'BRANCH_-1204594417'), (u'CALL_-1204593292', u'INDIRECT_-1204586787'), (u'CALL_-1204596905', u'INDIRECT_-1204588541'), (u'MULTIEQUAL_-1204588722', u'MULTIEQUAL_-1204589546'), (u'INDIRECT_-1204587387', u'MULTIEQUAL_-1204588377'), (u'CALL_-1204593908', u'INDIRECT_-1204587445'), (u'CALL_-1204596905', u'INDIRECT_-1204589531'), (u'INDIRECT_-1204589808', u'MULTIEQUAL_-1204589576'), (u'INDIRECT_-1204589625', u'MULTIEQUAL_-1204589772'), (u'PTRADD_-1204597800', u'CAST_-1204586930'), ('const-2', u'PTRADD_-1204587433'), (u'CALL_-1204595424', u'INDIRECT_-1204588181'), (u'INDIRECT_-1204588541', u'MULTIEQUAL_-1204586511'), (u'COPY_-1204598395', u'MULTIEQUAL_-1204593815'), (u'INDIRECT_-1204589822', u'MULTIEQUAL_-1204589888'), ('tmp_3204', u'BRANCH_-1204596648'), (u'LOAD_-1204595630', u'INT_NOTEQUAL_-1204595608'), (u'INDIRECT_-1204587451', u'MULTIEQUAL_-1204587982'), ('const-433', u'STORE_-1204594356'), ('const-433', u'LOAD_-1204595535'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589986'), ('tmp_8188', u'CALL_-1204595468'), (u'INDIRECT_-1204587565', u'MULTIEQUAL_-1204588440'), (u'CALL_-1204596280', u'INDIRECT_-1204588837'), ('tmp_4550', u'CBRANCH_-1204596309'), ('const-0', u'INT_NOTEQUAL_-1204598345'), (u'SUBPIECE_-1204590782', u'INT_SUB_-1204596852'), (u'STORE_-1204595903', u'INDIRECT_-1204587473'), (u'INDIRECT_-1204589738', u'MULTIEQUAL_-1204590284'), (u'STORE_-1204594306', u'INDIRECT_-1204587598'), ('tmp_3864', u'BRANCH_-1204597537'), (u'PTRSUB_-1204587613', u'MULTIEQUAL_-1204593869'), (u'MULTIEQUAL_-1204589086', u'MULTIEQUAL_-1204589081'), (u'COPY_-1204589644', u'MULTIEQUAL_-1204590029'), (u'INDIRECT_-1204590901', u'MULTIEQUAL_-1204590785'), (u'INT_EQUAL_-1204598208', u'CBRANCH_-1204598207'), (u'INDIRECT_-1204586654', u'MULTIEQUAL_-1204587648'), (u'CALL_-1204594044', u'INDIRECT_-1204587337'), (u'CALL_-1204593612', u'INDIRECT_-1204586268'), (u'INDIRECT_-1204586919', u'MULTIEQUAL_-1204587586'), (u'CALL_-1204596905', u'INDIRECT_-1204588937'), (u'COPY_-1204589157', u'MULTIEQUAL_-1204590029'), (u'CAST_-1204585263', u'CALL_-1204594377'), ('const-3691167', u'COPY_-1204584913'), ('const-433', u'LOAD_-1204597627'), (u'CALL_-1204593292', u'INDIRECT_-1204586589'), (u'INDIRECT_-1204587923', u'MULTIEQUAL_-1204585968'), (u'MULTIEQUAL_-1204587519', u'MULTIEQUAL_-1204587271'), (u'STORE_-1204598590', u'INDIRECT_-1204589035'), (u'MULTIEQUAL_-1204592826', u'MULTIEQUAL_-1204592503'), (u'CALL_-1204595588', u'INDIRECT_-1204589030'), (u'STORE_-1204595403', u'INDIRECT_-1204587115'), ('tmp_23145', u'PTRSUB_-1204586268'), (u'CALL_-1204595389', u'INDIRECT_-1204587921'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204595498'), ('const-7', u'COPY_-1204589157'), (u'INDIRECT_-1204590298', u'MULTIEQUAL_-1204590165'), (u'MULTIEQUAL_-1204589942', u'MULTIEQUAL_-1204587717'), (u'INDIRECT_-1204587557', u'MULTIEQUAL_-1204587454'), ('const-433', u'LOAD_-1204595532'), (u'INDIRECT_-1204588186', u'MULTIEQUAL_-1204588033'), ('const-1', u'PTRADD_-1204597747'), (u'INDIRECT_-1204589322', u'MULTIEQUAL_-1204589744'), (u'CAST_-1204586508', u'CALL_-1204595357'), (u'PTRSUB_-1204585989', u'CALL_-1204595893'), ('tmp_23145', u'PTRSUB_-1204588060'), (u'PTRSUB_-1204586630', u'LOAD_-1204595341'), ('const-4294967295', u'INT_EQUAL_-1204596187'), (u'INDIRECT_-1204587507', u'MULTIEQUAL_-1204588378'), (u'MULTIEQUAL_-1204588979', u'MULTIEQUAL_-1204588976'), (u'CALL_-1204594740', u'INDIRECT_-1204587164'), (u'CALL_-1204593612', u'INDIRECT_-1204586070'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204595536'), (u'CALL_-1204594420', u'INDIRECT_-1204586251'), (u'INDIRECT_-1204591099', u'MULTIEQUAL_-1204590983'), ('const-433', u'LOAD_-1204595541'), (u'PTRADD_-1204587433', u'LOAD_-1204598358'), ('const-3727900', u'COPY_-1204586999'), (u'CALL_-1204597094', u'INDIRECT_-1204589361'), (u'INDIRECT_-1204589866', u'MULTIEQUAL_-1204589782'), ('const-433', u'STORE_-1204594306'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204598590'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588732'), (u'CALL_-1204594863', u'INDIRECT_-1204587435'), (u'INDIRECT_-1204591112', u'MULTIEQUAL_-1204590992'), (u'INDIRECT_-1204591427', u'MULTIEQUAL_-1204592074'), (u'PTRSUB_-1204585799', u'LOAD_-1204595526'), (u'CALL_-1204594016', u'INDIRECT_-1204586320'), (u'PTRADD_-1204587660', u'COPY_-1204587613'), (u'INT_NOTEQUAL_-1204595608', u'CBRANCH_-1204595607'), (u'INDIRECT_-1204588127', u'MULTIEQUAL_-1204588012'), (u'INDIRECT_-1204588304', u'MULTIEQUAL_-1204589215'), (u'LOAD_-1204599716', u'PTRADD_-1204598434'), (u'INDIRECT_-1204590006', u'MULTIEQUAL_-1204589774'), (u'INT_SUB_-1204597947', u'SUBPIECE_-1204594197'), ('const-1', u'PTRADD_-1204593932'), (u'INDIRECT_-1204587711', u'MULTIEQUAL_-1204588378'), ('const-433', u'LOAD_-1204595467'), ('tmp_6902', u'CBRANCH_-1204594572'), ('const-1', u'PTRADD_-1204597492'), ('const-95', u'INT_NOTEQUAL_-1204597963'), (u'CALL_-1204595528', u'INDIRECT_-1204589280'), (u'CALL_-1204595468', u'INDIRECT_-1204588757'), ('const-3691167', u'COPY_-1204585047'), (u'CALL_-1204597985', u'INDIRECT_-1204589906'), (u'COPY_-1204598635', u'MULTIEQUAL_-1204590739'), (u'CALL_-1204593292', u'INDIRECT_-1204588763'), ('const-1', u'PTRADD_-1204594628'), ('const-0', u'INT_NOTEQUAL_-1204596050'), (u'MULTIEQUAL_-1204592716', u'CALL_-1204597911'), (u'CALL_-1204595893', u'INDIRECT_-1204587725'), (u'CALL_-1204593936', u'INDIRECT_-1204587269'), (u'INDIRECT_-1204588006', u'MULTIEQUAL_-1204587870'), (u'INT_NOTEQUAL_-1204595409', u'CBRANCH_-1204595408'), (u'INDIRECT_-1204590500', u'MULTIEQUAL_-1204590382'), (u'MULTIEQUAL_-1204591207', u'CALL_-1204595357'), (u'COPY_-1204585341', u'CALL_-1204594835'), (u'CALL_-1204598226', u'INDIRECT_-1204590277'), (u'CALL_-1204593272', u'INDIRECT_-1204587169'), ('const-433', u'LOAD_-1204594296'), (u'INT_AND_-1204598559', u'INT_EQUAL_-1204598573'), (u'MULTIEQUAL_-1204589177', u'MULTIEQUAL_-1204588185'), (u'STORE_-1204598590', u'INDIRECT_-1204589436'), (u'CALL_-1204594232', u'INDIRECT_-1204589229'), (u'STORE_-1204597531', u'INDIRECT_-1204589831'), (u'INDIRECT_-1204587665', u'MULTIEQUAL_-1204587515'), (u'CALL_-1204594368', u'INDIRECT_-1204588135'), (u'INDIRECT_-1204589421', u'MULTIEQUAL_-1204589487'), ('const-3691167', u'COPY_-1204585265'), (u'INDIRECT_-1204588134', u'MULTIEQUAL_-1204588179'), (u'INDIRECT_-1204586402', u'MULTIEQUAL_-1204586322'), ('tmp_5660', u'CBRANCH_-1204594759'), ('const-8', u'PTRADD_-1204585936'), (u'STORE_-1204598900', u'INDIRECT_-1204589985'), (u'STORE_-1204595634', u'INDIRECT_-1204587755'), ('const-7', u'COPY_-1204589652'), (u'CALL_-1204596011', u'INDIRECT_-1204588149'), (u'CALL_-1204599308', u'INDIRECT_-1204590122'), (u'LOAD_-1204598358', u'INT_AND_-1204598332'), (u'INDIRECT_-1204588967', u'MULTIEQUAL_-1204589381'), (u'INT_EQUAL_-1204595879', u'CBRANCH_-1204595878'), (u'CALL_-1204598093', u'INDIRECT_-1204589605'), (u'INDIRECT_-1204588893', u'MULTIEQUAL_-1204589010'), ('const-1', u'PTRADD_-1204595385'), (u'INDIRECT_-1204587096', u'MULTIEQUAL_-1204586929'), (u'INDIRECT_-1204587055', u'MULTIEQUAL_-1204587586'), ('const-1', u'PTRADD_-1204594040'), (u'INDIRECT_-1204589497', u'MULTIEQUAL_-1204590408'), (u'INDIRECT_-1204587923', u'MULTIEQUAL_-1204588377'), (u'MULTIEQUAL_-1204591507', u'MULTIEQUAL_-1204592331'), (u'INDIRECT_-1204586734', u'MULTIEQUAL_-1204586650'), (u'INDIRECT_-1204589660', u'MULTIEQUAL_-1204589744'), (u'INDIRECT_-1204587977', u'MULTIEQUAL_-1204588576'), (u'MULTIEQUAL_-1204587984', u'MULTIEQUAL_-1204587981'), (u'INDIRECT_-1204589998', u'MULTIEQUAL_-1204589878'), (u'PTRADD_-1204593608', u'STORE_-1204593658'), (u'STORE_-1204593982', u'INDIRECT_-1204587199'), (u'INDIRECT_-1204587384', u'MULTIEQUAL_-1204587271'), ('const-433', u'LOAD_-1204595498'), (u'INDIRECT_-1204587931', u'MULTIEQUAL_-1204587778'), ('const-81', u'INT_EQUAL_-1204598277'), (u'MULTIEQUAL_-1204587284', u'MULTIEQUAL_-1204587274'), (u'INDIRECT_-1204586738', u'MULTIEQUAL_-1204586585'), (u'INDIRECT_-1204589658', u'MULTIEQUAL_-1204589575'), (u'CALL_-1204597991', u'INDIRECT_-1204590844'), (u'CALL_-1204598205', u'INDIRECT_-1204589608'), (u'STORE_-1204598291', u'INDIRECT_-1204589426'), (u'CALL_-1204598382', u'INDIRECT_-1204590160'), ('tmp_8186', u'PTRSUB_-1204587470'), (u'STORE_-1204594596', u'INDIRECT_-1204587171'), ('tmp_6999', u'CBRANCH_-1204594477'), (u'INDIRECT_-1204587441', u'MULTIEQUAL_-1204587256'), (u'INT_NOTEQUAL_-1204596900', u'CBRANCH_-1204596899'), (u'INDIRECT_-1204592080', u'MULTIEQUAL_-1204591974'), (u'STORE_-1204594909', u'INDIRECT_-1204587153'), ('tmp_4600', u'BRANCH_-1204596242'), (u'INDIRECT_-1204588551', u'MULTIEQUAL_-1204588429'), (u'CALL_-1204593800', u'INDIRECT_-1204587377'), (u'MULTIEQUAL_-1204590602', u'MULTIEQUAL_-1204591363'), (u'PTRSUB_-1204585452', u'PTRSUB_-1204585403'), (u'INDIRECT_-1204589506', u'MULTIEQUAL_-1204590086'), (u'INDIRECT_-1204590307', u'MULTIEQUAL_-1204590191'), ('const-433', u'LOAD_-1204598459'), (u'MULTIEQUAL_-1204590541', u'COPY_-1204588089'), ('const-95', u'INT_EQUAL_-1204594577'), (u'STORE_-1204594909', u'INDIRECT_-1204586757'), (u'INDIRECT_-1204589566', u'MULTIEQUAL_-1204589888'), (u'INDIRECT_-1204589921', u'MULTIEQUAL_-1204590343'), (u'INDIRECT_-1204587639', u'MULTIEQUAL_-1204587454'), (u'CALL_-1204594863', u'INDIRECT_-1204589609'), (u'STORE_-1204593766', u'INDIRECT_-1204587263'), ('tmp_4916', u'CBRANCH_-1204595548'), (u'INDIRECT_-1204588849', u'MULTIEQUAL_-1204589942'), (u'INDIRECT_-1204586952', u'MULTIEQUAL_-1204586888'), (u'INDIRECT_-1204588600', u'MULTIEQUAL_-1204588464'), ('const-4', u'INT_AND_-1204594307'), ('const-433', u'LOAD_-1204594905'), (u'INDIRECT_-1204588818', u'MULTIEQUAL_-1204588883'), (u'LOAD_-1204595366', u'MULTIEQUAL_-1204591666'), (u'INDIRECT_-1204587330', u'MULTIEQUAL_-1204587252'), (u'INT_AND_-1204599352', u'INT_NOTEQUAL_-1204599365'), (u'MULTIEQUAL_-1204590672', u'MULTIEQUAL_-1204590661'), ('tmp_817', u'CBRANCH_-1204597918'), (u'COPY_-1204585946', u'CALL_-1204595490'), (u'INDIRECT_-1204590614', u'MULTIEQUAL_-1204590937'), (u'INDIRECT_-1204587700', u'MULTIEQUAL_-1204587815'), (u'STORE_-1204594198', u'INDIRECT_-1204586536'), (u'INDIRECT_-1204588720', u'MULTIEQUAL_-1204585972'), ('const-3727381', u'COPY_-1204585010'), (u'PTRADD_-1204594859', u'STORE_-1204594909'), (u'INT_AND_-1204597899', u'INT_EQUAL_-1204597914'), (u'INDIRECT_-1204587724', u'MULTIEQUAL_-1204587685'), (u'CALL_-1204597596', u'INDIRECT_-1204589844'), ('const-433', u'LOAD_-1204593756'), (u'PTRSUB_-1204587513', u'CALL_-1204598460'), (u'INDIRECT_-1204588523', u'MULTIEQUAL_-1204588408'), ('const-86', u'INT_EQUAL_-1204597896'), (u'INDIRECT_-1204587717', u'MULTIEQUAL_-1204588180'), (u'CALL_-1204596280', u'INDIRECT_-1204589431'), (u'MULTIEQUAL_-1204587947', u'MULTIEQUAL_-1204588185'), ('const-433', u'LOAD_-1204596103'), (u'MULTIEQUAL_-1204587685', u'MULTIEQUAL_-1204587675'), (u'INDIRECT_-1204587269', u'MULTIEQUAL_-1204587181'), ('tmp_5220', u'BRANCH_-1204595558'), (u'CALL_-1204595490', u'INDIRECT_-1204588576'), (u'INDIRECT_-1204587473', u'MULTIEQUAL_-1204587314'), (u'MULTIEQUAL_-1204587519', u'MULTIEQUAL_-1204587291'), (u'PTRADD_-1204594148', u'STORE_-1204594198'), (u'CALL_-1204595357', u'INDIRECT_-1204588983'), ('tmp_8188', u'CALL_-1204594420'), (u'MULTIEQUAL_-1204592331', u'MULTIEQUAL_-1204590106'), (u'MULTIEQUAL_-1204588141', u'MULTIEQUAL_-1204588284'), (u'STORE_-1204594678', u'INDIRECT_-1204587222'), (u'CALL_-1204593936', u'INDIRECT_-1204586472'), (u'CALL_-1204594740', u'INDIRECT_-1204587961'), (u'INDIRECT_-1204590405', u'MULTIEQUAL_-1204590284'), (u'INDIRECT_-1204588559', u'MULTIEQUAL_-1204588514'), (u'CALL_-1204595588', u'INDIRECT_-1204588832'), (u'CALL_-1204594016', u'INDIRECT_-1204587513'), (u'INDIRECT_-1204586917', u'MULTIEQUAL_-1204586756'), (u'INT_EQUAL_-1204598148', u'CBRANCH_-1204598147'), (u'LOAD_-1204597455', u'BRANCHIND_-1204597079'), (u'CALL_-1204597094', u'INDIRECT_-1204591139'), ('const-0', u'PTRSUB_-1204586507'), (u'STORE_-1204598590', u'INDIRECT_-1204589233'), (u'CALL_-1204598890', u'INDIRECT_-1204590416'), (u'LOAD_-1204594776', u'INT_NOTEQUAL_-1204594760'), (u'MULTIEQUAL_-1204588576', u'MULTIEQUAL_-1204589334'), (u'CALL_-1204594232', u'INDIRECT_-1204587847'), ('tmp_5110', u'BRANCH_-1204595398'), ('const-433', u'LOAD_-1204597404'), ('const-1', u'RETURN_-1204596205'), (u'INDIRECT_-1204590358', u'MULTIEQUAL_-1204590680'), (u'CALL_-1204595303', u'INDIRECT_-1204588754'), (u'CALL_-1204596905', u'INDIRECT_-1204587942'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204599232'), (u'CALL_-1204594863', u'INDIRECT_-1204587633'), (u'INT_NOTEQUAL_-1204598345', u'CBRANCH_-1204598342'), ('const-0', u'STORE_-1204597970'), ('tmp_8186', u'PTRSUB_-1204586049'), ('tmp_8188', u'PTRSUB_-1204584612'), (u'STORE_-1204593766', u'INDIRECT_-1204586466'), ('const-433', u'STORE_-1204594596'), (u'COPY_-1204587743', u'MULTIEQUAL_-1204588212'), (u'INDIRECT_-1204587724', u'MULTIEQUAL_-1204587675'), (u'INDIRECT_-1204587383', u'MULTIEQUAL_-1204587201'), (u'PTRSUB_-1204585168', u'LOAD_-1204594776'), (u'CALL_-1204596651', u'INDIRECT_-1204587875'), ('const-3727368', u'COPY_-1204584616'), (u'INDIRECT_-1204589328', u'MULTIEQUAL_-1204589215'), (u'CALL_-1204594377', u'INDIRECT_-1204587939'), (u'SUBPIECE_-1204592264', u'INT_SEXT_-1204594480'), (u'CALL_-1204594740', u'INDIRECT_-1204589541'), (u'INT_EQUAL_-1204597876', u'CBRANCH_-1204597873'), (u'INDIRECT_-1204587356', u'MULTIEQUAL_-1204587262'), ('const-0', u'INT_NOTEQUAL_-1204598190'), (u'COPY_-1204585964', u'MULTIEQUAL_-1204590734'), (u'MULTIEQUAL_-1204588408', u'CALL_-1204596008'), ('tmp_8188', u'PTRSUB_-1204585168'), (u'MULTIEQUAL_-1204591448', u'CALL_-1204597596'), (u'PTRSUB_-1204587513', u'CALL_-1204597540'), (u'INDIRECT_-1204589426', u'MULTIEQUAL_-1204589309'), (u'INDIRECT_-1204588136', u'INT_NOTEQUAL_-1204596663'), (u'INDIRECT_-1204590884', u'MULTIEQUAL_-1204590769'), (u'MULTIEQUAL_-1204594753', u'COPY_-1204587602'), (u'CALL_-1204595367', u'INDIRECT_-1204590078'), (u'CALL_-1204595528', u'INDIRECT_-1204589478'), (u'MULTIEQUAL_-1204588145', u'MULTIEQUAL_-1204588383'), (u'CALL_-1204593692', u'INDIRECT_-1204586715'), (u'INDIRECT_-1204588870', u'MULTIEQUAL_-1204590739'), (u'INDIRECT_-1204586716', u'MULTIEQUAL_-1204587383'), (u'LOAD_-1204596045', u'INT_NOTEQUAL_-1204596029'), (u'INDIRECT_-1204590402', u'MULTIEQUAL_-1204590170'), (u'INDIRECT_-1204587435', u'MULTIEQUAL_-1204587262'), (u'INDIRECT_-1204588819', u'MULTIEQUAL_-1204589942'), (u'INDIRECT_-1204587871', u'MULTIEQUAL_-1204588180'), (u'PTRSUB_-1204585173', u'LOAD_-1204594782'), (u'INDIRECT_-1204586138', u'MULTIEQUAL_-1204585994'), (u'CALL_-1204595474', u'CALL_-1204595424'), (u'INDIRECT_-1204587315', u'MULTIEQUAL_-1204587982'), (u'CALL_-1204595263', u'INDIRECT_-1204589518'), (u'LOAD_-1204598749', u'INT_EQUAL_-1204598734'), ('const-0', u'PTRSUB_-1204587458'), ('const-1', u'PTRADD_-1204595353'), (u'INDIRECT_-1204590243', u'COPY_-1204587066'), ('tmp_6855', u'BRANCH_-1204593575'), (u'MULTIEQUAL_-1204592478', u'COPY_-1204586296'), (u'CALL_-1204594219', u'INDIRECT_-1204589625'), ('const-0', u'PTRSUB_-1204585313'), (u'MULTIEQUAL_-1204587717', u'MULTIEQUAL_-1204587489'), (u'CALL_-1204594368', u'INDIRECT_-1204587145'), (u'INT_NOTEQUAL_-1204596164', u'CBRANCH_-1204596161'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204595893'), (u'INT_NOTEQUAL_-1204593956', u'CBRANCH_-1204593955'), (u'INDIRECT_-1204591482', u'MULTIEQUAL_-1204592074'), (u'INT_NOTEQUAL_-1204599365', u'CBRANCH_-1204599362'), (u'INT_EQUAL_-1204598521', u'CBRANCH_-1204598510'), ('const--136', u'PTRSUB_-1204587937'), (u'MULTIEQUAL_-1204592292', u'MULTIEQUAL_-1204592280'), (u'CALL_-1204596206', u'INDIRECT_-1204588889'), (u'COPY_-1204597944', u'MULTIEQUAL_-1204591206'), ('tmp_3378', u'CBRANCH_-1204597631'), (u'CALL_-1204597977', u'INDIRECT_-1204588852'), (u'INDIRECT_-1204588903', u'MULTIEQUAL_-1204589814'), (u'CALL_-1204593612', u'INDIRECT_-1204587461'), (u'INT_SLESS_-1204598849', u'CBRANCH_-1204598849'), (u'PTRSUB_-1204588060', u'CALL_-1204599308'), (u'INDIRECT_-1204586456', u'MULTIEQUAL_-1204587450'), (u'CALL_-1204594712', u'INDIRECT_-1204587939'), (u'PTRSUB_-1204586738', u'CALL_-1204595263'), (u'MULTIEQUAL_-1204590983', u'MULTIEQUAL_-1204591135'), (u'LOAD_-1204599232', u'MULTIEQUAL_-1204593723'), (u'INDIRECT_-1204588332', u'MULTIEQUAL_-1204588141'), (u'CALL_-1204594219', u'INDIRECT_-1204588045'), (u'INDIRECT_-1204589677', u'MULTIEQUAL_-1204589575'), (u'CALL_-1204598205', u'INDIRECT_-1204590207'), (u'CALL_-1204597074', u'INDIRECT_-1204589939'), ('tmp_8188', u'CALL_-1204595499'), (u'CALL_-1204596888', u'INDIRECT_-1204590671'), (u'INDIRECT_-1204587643', u'MULTIEQUAL_-1204588378'), (u'MULTIEQUAL_-1204591974', u'MULTIEQUAL_-1204591968'), ('tmp_7716', u'CBRANCH_-1204595434'), (u'INDIRECT_-1204589165', u'MULTIEQUAL_-1204588977'), (u'INDIRECT_-1204587942', u'MULTIEQUAL_-1204587815'), ('tmp_6059', u'CBRANCH_-1204594387'), (u'INT_NOTEQUAL_-1204597760', u'CBRANCH_-1204597760'), ('const-8', u'PTRSUB_-1204584884'), (u'INDIRECT_-1204588402', u'MULTIEQUAL_-1204588266'), (u'MULTIEQUAL_-1204587920', u'MULTIEQUAL_-1204587591'), (u'CALL_-1204597074', u'INDIRECT_-1204589741'), (u'STORE_-1204594678', u'INDIRECT_-1204587019'), (u'STORE_-1204594356', u'INDIRECT_-1204587323'), ('const-1', u'PTRADD_-1204593169'), (u'MULTIEQUAL_-1204591830', u'MULTIEQUAL_-1204592826'), (u'COPY_-1204587599', u'CALL_-1204598460'), (u'CALL_-1204596651', u'INDIRECT_-1204589068'), (u'CALL_-1204598890', u'INDIRECT_-1204589421'), (u'INT_AND_-1204594307', u'INT_NOTEQUAL_-1204594320'), (u'STORE_-1204595536', u'INDIRECT_-1204587500'), (u'MULTIEQUAL_-1204590937', u'MULTIEQUAL_-1204590606'), (u'STORE_-1204594381', u'INDIRECT_-1204586940'), (u'MULTIEQUAL_-1204590145', u'MULTIEQUAL_-1204587920'), (u'CALL_-1204597662', u'INDIRECT_-1204589936'), (u'CALL_-1204595389', u'INDIRECT_-1204587520'), (u'CALL_-1204596914', u'INDIRECT_-1204588304'), (u'CALL_-1204596706', u'INDIRECT_-1204590473'), ('tmp_1494', u'CBRANCH_-1204598825'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589878'), (u'INDIRECT_-1204586886', u'MULTIEQUAL_-1204586756'), (u'INDIRECT_-1204588937', u'MULTIEQUAL_-1204586513'), (u'COPY_-1204598411', u'MULTIEQUAL_-1204593815'), (u'MULTIEQUAL_-1204587321', u'MULTIEQUAL_-1204587073'), (u'INDIRECT_-1204587590', u'MULTIEQUAL_-1204587518'), (u'INT_SLESSEQUAL_-1204597568', u'CBRANCH_-1204597576'), (u'INDIRECT_-1204587309', u'MULTIEQUAL_-1204588180'), (u'CALL_-1204594232', u'INDIRECT_-1204587451'), ('const-433', u'LOAD_-1204594194'), ('tmp_8186', u'CALL_-1204597409'), (u'MULTIEQUAL_-1204592280', u'MULTIEQUAL_-1204592826'), (u'INDIRECT_-1204588155', u'MULTIEQUAL_-1204588033'), ('const-433', u'STORE_-1204599805'), (u'CALL_-1204598460', u'INDIRECT_-1204590204'), (u'CALL_-1204594340', u'INDIRECT_-1204587321'), (u'CALL_-1204596914', u'INDIRECT_-1204589101'), (u'CALL_-1204597409', u'INDIRECT_-1204589165'), (u'INDIRECT_-1204589436', u'MULTIEQUAL_-1204589321'), ('const-1', u'PTRADD_-1204594628'), (u'CALL_-1204594740', u'INDIRECT_-1204586966'), (u'CALL_-1204597662', u'INDIRECT_-1204591516'), (u'MULTIEQUAL_-1204590937', u'MULTIEQUAL_-1204589372'), (u'INDIRECT_-1204588741', u'MULTIEQUAL_-1204589487'), (u'INT_NOTEQUAL_-1204594280', u'CBRANCH_-1204594279'), (u'LOAD_-1204598796', u'PTRADD_-1204587660'), (u'CALL_-1204597603', u'INDIRECT_-1204589506'), (u'CALL_-1204594473', u'INDIRECT_-1204587978'), (u'INDIRECT_-1204590259', u'MULTIEQUAL_-1204590343'), (u'STORE_-1204593658', u'INDIRECT_-1204586003'), ('const-433', u'LOAD_-1204593266'), (u'STORE_-1204594356', u'INDIRECT_-1204588120'), (u'LOAD_-1204597984', u'MULTIEQUAL_-1204594874'), ('tmp_2415', u'CBRANCH_-1204597894'), (u'INDIRECT_-1204588502', u'MULTIEQUAL_-1204589413'), (u'CALL_-1204598671', u'INDIRECT_-1204591897'), ('tmp_8188', u'PTRSUB_-1204586543'), (u'MULTIEQUAL_-1204588583', u'MULTIEQUAL_-1204587591'), (u'CALL_-1204594232', u'INDIRECT_-1204586852'), (u'CALL_-1204594329', u'INDIRECT_-1204587115'), (u'PTRSUB_-1204585378', u'CALL_-1204594377'), ('tmp_8188', u'PTRSUB_-1204584680'), (u'INDIRECT_-1204587019', u'MULTIEQUAL_-1204586929'), (u'SUBPIECE_-1204594197', u'INT_LESS_-1204597933'), (u'PTRSUB_-1204586543', u'LOAD_-1204598018'), (u'INDIRECT_-1204590513', u'MULTIEQUAL_-1204586517'), ('tmp_23145', u'PTRSUB_-1204587839'), (u'STORE_-1204594426', u'INDIRECT_-1204587276'), (u'STORE_-1204594414', u'INDIRECT_-1204586472'), (u'INDIRECT_-1204586821', u'MULTIEQUAL_-1204586731'), (u'CALL_-1204593584', u'INDIRECT_-1204586647'), (u'INDIRECT_-1204587894', u'MULTIEQUAL_-1204588179'), (u'STORE_-1204593982', u'INDIRECT_-1204586402'), (u'CALL_-1204599288', u'INT_NOTEQUAL_-1204599273'), (u'INDIRECT_-1204590104', u'MULTIEQUAL_-1204589986'), (u'STORE_-1204594541', u'INDIRECT_-1204587348'), (u'COPY_-1204593240', u'MULTIEQUAL_-1204591521'), (u'LOAD_-1204596103', u'INT_EQUAL_-1204596084'), (u'INDIRECT_-1204587809', u'MULTIEQUAL_-1204587982'), (u'MULTIEQUAL_-1204590797', u'MULTIEQUAL_-1204590769'), (u'MULTIEQUAL_-1204588979', u'MULTIEQUAL_-1204587987'), (u'INDIRECT_-1204590801', u'MULTIEQUAL_-1204590937'), (u'INDIRECT_-1204589649', u'MULTIEQUAL_-1204590284'), (u'MULTIEQUAL_-1204588781', u'MULTIEQUAL_-1204588778'), (u'PTRSUB_-1204587676', u'LOAD_-1204598820'), (u'LOAD_-1204594410', u'INT_NOTEQUAL_-1204594388'), (u'CALL_-1204595367', u'INDIRECT_-1204588102'), ('tmp_5972', u'CBRANCH_-1204595992'), ('tmp_4013', u'CBRANCH_-1204598008'), (u'INDIRECT_-1204586580', u'MULTIEQUAL_-1204587383'), (u'LOAD_-1204598190', u'PTRADD_-1204597492'), (u'MULTIEQUAL_-1204590343', u'MULTIEQUAL_-1204588778'), (u'PTRADD_-1204594736', u'STORE_-1204594786'), ('tmp_23145', u'PTRSUB_-1204587613'), (u'CALL_-1204597616', u'INDIRECT_-1204589262'), (u'INDIRECT_-1204588338', u'MULTIEQUAL_-1204588211'), (u'MULTIEQUAL_-1204586756', u'MULTIEQUAL_-1204586994'), ('tmp_6604', u'CBRANCH_-1204593847'), (u'INDIRECT_-1204589566', u'MULTIEQUAL_-1204589378'), ('const-8', u'PTRSUB_-1204587597'), (u'INDIRECT_-1204588412', u'MULTIEQUAL_-1204588722'), (u'INDIRECT_-1204588639', u'CAST_-1204586154'), (u'INDIRECT_-1204587847', u'MULTIEQUAL_-1204587982'), (u'STORE_-1204598291', u'INDIRECT_-1204590223'), ('tmp_3831', u'CBRANCH_-1204597561'), (u'LOAD_-1204597756', u'PTRADD_-1204597656'), (u'STORE_-1204595634', u'INDIRECT_-1204588156'), (u'CALL_-1204594152', u'INDIRECT_-1204587207'), ('const-0', u'INT_EQUAL_-1204594250'), (u'STORE_-1204594541', u'INDIRECT_-1204586952'), (u'CALL_-1204596210', u'INDIRECT_-1204588107'), (u'INDIRECT_-1204586450', u'MULTIEQUAL_-1204587185'), (u'INDIRECT_-1204587808', u'MULTIEQUAL_-1204587672'), ('tmp_3889', u'BRANCH_-1204597071'), (u'MULTIEQUAL_-1204589482', u'MULTIEQUAL_-1204589477'), ('tmp_8188', u'CALL_-1204593720'), (u'INT_NOTEQUAL_-1204597638', u'CBRANCH_-1204597635'), (u'INDIRECT_-1204588325', u'MULTIEQUAL_-1204588210'), (u'SUBPIECE_-1204590780', u'INT_SUB_-1204596852'), (u'PTRSUB_-1204584816', u'LOAD_-1204594194'), (u'INDIRECT_-1204589418', u'MULTIEQUAL_-1204590541'), (u'CALL_-1204594340', u'INDIRECT_-1204587519'), (u'CALL_-1204597094', u'INDIRECT_-1204588965'), (u'STORE_-1204597855', u'INDIRECT_-1204589355'), (u'STORE_-1204597942', u'INDIRECT_-1204589866'), ('const-0', u'CALL_-1204598226'), (u'INDIRECT_-1204588136', u'MULTIEQUAL_-1204586510'), (u'LOAD_-1204599716', u'MULTIEQUAL_-1204593754'), (u'INDIRECT_-1204589035', u'MULTIEQUAL_-1204588920'), (u'INDIRECT_-1204589049', u'MULTIEQUAL_-1204589372'), (u'MULTIEQUAL_-1204590530', u'MULTIEQUAL_-1204590672'), (u'INDIRECT_-1204590125', u'INT_NOTEQUAL_-1204598051'), (u'INDIRECT_-1204588243', u'MULTIEQUAL_-1204588378'), ('const-6', u'COPY_-1204589930'), (u'CALL_-1204594219', u'INDIRECT_-1204586852'), (u'INDIRECT_-1204589064', u'MULTIEQUAL_-1204588981'), (u'LOAD_-1204594592', u'INT_EQUAL_-1204594577'), (u'MULTIEQUAL_-1204586954', u'MULTIEQUAL_-1204587192'), (u'INDIRECT_-1204586845', u'MULTIEQUAL_-1204587784'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204587843'), ('tmp_23145', u'PTRSUB_-1204588017'), (u'INDIRECT_-1204588617', u'MULTIEQUAL_-1204588514'), (u'MULTIEQUAL_-1204587274', u'MULTIEQUAL_-1204588377'), ('const-433', u'STORE_-1204595435'), ('const-433', u'LOAD_-1204599378'), ('const-1', u'PTRADD_-1204594302'), (u'STORE_-1204595634', u'INDIRECT_-1204587359'), (u'CALL_-1204596285', u'INDIRECT_-1204588931'), (u'INDIRECT_-1204589723', u'MULTIEQUAL_-1204590145'), (u'INDIRECT_-1204588821', u'MULTIEQUAL_-1204589772'), (u'CALL_-1204593936', u'INDIRECT_-1204589047'), (u'CALL_-1204594260', u'INDIRECT_-1204588067'), (u'INDIRECT_-1204588453', u'MULTIEQUAL_-1204589546'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204595467'), (u'INDIRECT_-1204586274', u'MULTIEQUAL_-1204586124'), (u'INDIRECT_-1204589814', u'MULTIEQUAL_-1204590937'), (u'INDIRECT_-1204589150', u'MULTIEQUAL_-1204589028'), (u'INDIRECT_-1204589751', u'MULTIEQUAL_-1204589676'), (u'MULTIEQUAL_-1204591135', u'MULTIEQUAL_-1204589570'), (u'CALL_-1204594260', u'INDIRECT_-1204586874'), (u'MULTIEQUAL_-1204587815', u'MULTIEQUAL_-1204588578'), (u'CALL_-1204596706', u'INDIRECT_-1204587700'), (u'COPY_-1204586091', u'MULTIEQUAL_-1204591754'), (u'INDIRECT_-1204586676', u'MULTIEQUAL_-1204586517'), (u'INDIRECT_-1204590455', u'MULTIEQUAL_-1204590739'), (u'MULTIEQUAL_-1204587987', u'MULTIEQUAL_-1204587982'), (u'MULTIEQUAL_-1204593869', u'MULTIEQUAL_-1204593869'), ('const-0', u'PTRSUB_-1204585168'), ('tmp_4169', u'CBRANCH_-1204597381'), (u'COPY_-1204589778', u'MULTIEQUAL_-1204590029'), (u'CALL_-1204598382', u'INDIRECT_-1204590358'), ('const-433', u'LOAD_-1204599232'), (u'CALL_-1204594740', u'INDIRECT_-1204588357'), (u'CAST_-1204585300', u'INT_ADD_-1204585396'), (u'INDIRECT_-1204589885', u'COPY_-1204589928'), (u'CALL_-1204598226', u'INT_EQUAL_-1204598208'), (u'MULTIEQUAL_-1204592826', u'MULTIEQUAL_-1204585976'), (u'CALL_-1204593584', u'INDIRECT_-1204586048'), ('const-433', u'LOAD_-1204598423'), (u'PTRSUB_-1204587513', u'CALL_-1204597977'), (u'CALL_-1204598382', u'INDIRECT_-1204589962'), (u'LOAD_-1204597971', u'MULTIEQUAL_-1204591459'), (u'STORE_-1204596216', u'INDIRECT_-1204587990'), (u'CALL_-1204596206', u'INDIRECT_-1204587696'), (u'INDIRECT_-1204588455', u'MULTIEQUAL_-1204585970'), (u'INDIRECT_-1204588269', u'MULTIEQUAL_-1204588091'), (u'CALL_-1204599233', u'INDIRECT_-1204590082'), (u'INT_ZEXT_-1204592562', u'PTRADD_-1204585502'), (u'STORE_-1204598900', u'INDIRECT_-1204590381'), ('tmp_8188', u'CALL_-1204594473'), ('const-7', u'COPY_-1204589392'), ('const-0', u'INT_NOTEQUAL_-1204597558'), ('const-3691167', u'COPY_-1204585114'), ('const-433', u'STORE_-1204597981'), (u'MULTIEQUAL_-1204592478', u'COPY_-1204584417'), ('tmp_8186', u'PTRSUB_-1204586474'), ('const-433', u'LOAD_-1204593978'), (u'INT_NOTEQUAL_-1204593848', u'CBRANCH_-1204593847'), ('tmp_8186', u'PTRSUB_-1204587676'), (u'INDIRECT_-1204587343', u'MULTIEQUAL_-1204587181'), (u'CALL_-1204597911', u'INDIRECT_-1204588023'), (u'LOAD_-1204595423', u'MULTIEQUAL_-1204591397'), ('const-433', u'STORE_-1204597970'), (u'PTRSUB_-1204585862', u'LOAD_-1204595630'), (u'INDIRECT_-1204586852', u'MULTIEQUAL_-1204587846'), (u'CALL_-1204598093', u'INDIRECT_-1204589209'), (u'MULTIEQUAL_-1204591049', u'MULTIEQUAL_-1204591206'), (u'STORE_-1204597855', u'INDIRECT_-1204589157'), (u'CALL_-1204597596', u'INDIRECT_-1204589646'), (u'INDIRECT_-1204589407', u'MULTIEQUAL_-1204589014'), ('const-7', u'COPY_-1204589457'), ('const-3630027', u'COPY_-1204587966'), ('const-1', u'PTRADD_-1204597800'), (u'INDIRECT_-1204587467', u'MULTIEQUAL_-1204587379'), (u'INDIRECT_-1204589448', u'MULTIEQUAL_-1204590541'), (u'INDIRECT_-1204591196', u'MULTIEQUAL_-1204592331'), (u'CALL_-1204598460', u'INDIRECT_-1204591784'), (u'CALL_-1204594712', u'INDIRECT_-1204586746'), (u'COPY_-1204589457', u'MULTIEQUAL_-1204590262'), (u'CALL_-1204595566', u'INDIRECT_-1204588617'), ('tmp_8188', u'PTRSUB_-1204585105'), (u'INDIRECT_-1204587078', u'MULTIEQUAL_-1204587049'), ('const-116', u'INT_NOTEQUAL_-1204598296'), (u'MULTIEQUAL_-1204585975', u'MULTIEQUAL_-1204590530'), (u'INDIRECT_-1204588073', u'MULTIEQUAL_-1204588044'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587710'), (u'INDIRECT_-1204587133', u'MULTIEQUAL_-1204586989'), (u'INT_NOTEQUAL_-1204599256', u'CBRANCH_-1204599255'), ('const-0', u'PTRSUB_-1204585559'), (u'INDIRECT_-1204589704', u'MULTIEQUAL_-1204590284'), (u'INDIRECT_-1204590223', u'INT_NOTEQUAL_-1204598271'), (u'LOAD_-1204593648', u'INT_NOTEQUAL_-1204593632'), (u'CALL_-1204594863', u'INDIRECT_-1204586836'), (u'INDIRECT_-1204587485', u'MULTIEQUAL_-1204587353'), (u'CALL_-1204595389', u'INDIRECT_-1204588317'), (u'CALL_-1204598890', u'INDIRECT_-1204589822'), (u'MULTIEQUAL_-1204588378', u'MULTIEQUAL_-1204589136'), (u'INT_NOTEQUAL_-1204598051', u'CBRANCH_-1204598048'), (u'CALL_-1204594016', u'INDIRECT_-1204587117'), (u'CALL_-1204594863', u'INDIRECT_-1204587034'), ('tmp_5903', u'BRANCH_-1204594470'), ('const-8', u'PTRSUB_-1204584952'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589104'), (u'INDIRECT_-1204590999', u'MULTIEQUAL_-1204591135'), (u'INDIRECT_-1204589479', u'INT_NOTEQUAL_-1204597638'), (u'MULTIEQUAL_-1204588514', u'MULTIEQUAL_-1204588112'), ('const-0', u'INT_EQUAL_-1204596084'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587924'), (u'INDIRECT_-1204588955', u'MULTIEQUAL_-1204588910'), (u'CALL_-1204597616', u'INDIRECT_-1204589658'), (u'INDIRECT_-1204589741', u'MULTIEQUAL_-1204590700'), (u'CALL_-1204597911', u'INDIRECT_-1204589414'), (u'INDIRECT_-1204586888', u'MULTIEQUAL_-1204586796'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594414'), (u'STORE_-1204599815', u'INDIRECT_-1204592402'), (u'CALL_-1204594152', u'INDIRECT_-1204587999'), (u'MULTIEQUAL_-1204587920', u'MULTIEQUAL_-1204587672'), (u'INDIRECT_-1204586456', u'MULTIEQUAL_-1204586987'), (u'CALL_-1204595528', u'INDIRECT_-1204589082'), (u'MULTIEQUAL_-1204588380', u'MULTIEQUAL_-1204587390'), ('const-0', u'INT_NOTEQUAL_-1204597999'), (u'CALL_-1204594152', u'INDIRECT_-1204587405'), ('const-6', u'COPY_-1204589090'), (u'INDIRECT_-1204587420', u'MULTIEQUAL_-1204587330'), ('const-0', u'COPY_-1204594533'), (u'INDIRECT_-1204589407', u'MULTIEQUAL_-1204589175'), (u'INDIRECT_-1204588507', u'MULTIEQUAL_-1204588380'), (u'PTRADD_-1204594314', u'COPY_-1204585429'), (u'STORE_-1204597542', u'INDIRECT_-1204589774'), (u'CALL_-1204596125', u'INDIRECT_-1204588257'), (u'INDIRECT_-1204591740', u'MULTIEQUAL_-1204591403'), (u'MULTIEQUAL_-1204588740', u'MULTIEQUAL_-1204588883'), (u'INDIRECT_-1204587741', u'MULTIEQUAL_-1204587982'), ('const-0', u'COPY_-1204594736'), (u'INT_AND_-1204598397', u'INT_NOTEQUAL_-1204598410'), (u'INDIRECT_-1204587725', u'MULTIEQUAL_-1204585967'), (u'INDIRECT_-1204587898', u'MULTIEQUAL_-1204588013'), (u'INDIRECT_-1204589972', u'MULTIEQUAL_-1204590739'), (u'INDIRECT_-1204590715', u'MULTIEQUAL_-1204586517'), (u'MULTIEQUAL_-1204586513', u'MULTIEQUAL_-1204588812'), (u'INT_ZEXT_-1204591768', u'INT_SUB_-1204597947'), (u'STORE_-1204594596', u'INDIRECT_-1204587770'), (u'CALL_-1204597540', u'INDIRECT_-1204589022'), (u'INDIRECT_-1204589523', u'MULTIEQUAL_-1204589403'), (u'INT_NOTEQUAL_-1204596312', u'CBRANCH_-1204596309'), (u'INDIRECT_-1204590457', u'MULTIEQUAL_-1204590541'), (u'INDIRECT_-1204587367', u'MULTIEQUAL_-1204588242'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204598190'), (u'PTRSUB_-1204587839', u'CALL_-1204597985'), (u'INDIRECT_-1204588775', u'MULTIEQUAL_-1204588662'), (u'COPY_-1204585990', u'MULTIEQUAL_-1204590734'), (u'STORE_-1204596216', u'INDIRECT_-1204588787'), (u'MULTIEQUAL_-1204588380', u'MULTIEQUAL_-1204588377'), ('const-1', u'PTRADD_-1204593932'), (u'LOAD_-1204597627', u'CALL_-1204597603'), (u'CALL_-1204597920', u'INDIRECT_-1204589271'), (u'INDIRECT_-1204587513', u'MULTIEQUAL_-1204588180'), ('const--104', u'PTRSUB_-1204586738'), (u'INT_NOTEQUAL_-1204598693', u'CBRANCH_-1204598693'), (u'INDIRECT_-1204588007', u'MULTIEQUAL_-1204588180'), (u'CALL_-1204594503', u'INDIRECT_-1204587602'), (u'STORE_-1204598291', u'INDIRECT_-1204590421'), (u'MULTIEQUAL_-1204592331', u'MULTIEQUAL_-1204590766'), (u'MULTIEQUAL_-1204586512', u'MULTIEQUAL_-1204588614'), (u'INDIRECT_-1204589084', u'MULTIEQUAL_-1204588776'), ('const-2', u'INT_LESS_-1204598306'), (u'INDIRECT_-1204586478', u'MULTIEQUAL_-1204586319'), (u'INDIRECT_-1204589803', u'MULTIEQUAL_-1204590113'), ('const-0', u'INT_EQUAL_-1204598371'), (u'CALL_-1204593692', u'INDIRECT_-1204587309'), (u'STORE_-1204597855', u'INDIRECT_-1204589751'), (u'INDIRECT_-1204588541', u'MULTIEQUAL_-1204588416'), (u'INDIRECT_-1204588497', u'MULTIEQUAL_-1204588614'), (u'INDIRECT_-1204587383', u'MULTIEQUAL_-1204587982'), (u'INDIRECT_-1204590928', u'MULTIEQUAL_-1204590818'), (u'INT_LESS_-1204598306', u'CBRANCH_-1204598315'), ('const-433', u'LOAD_-1204598642'), (u'INT_AND_-1204588062', u'INT_EQUAL_-1204598229'), (u'CALL_-1204595357', u'INDIRECT_-1204589379'), (u'INDIRECT_-1204586867', u'MULTIEQUAL_-1204586726'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204597404'), (u'INDIRECT_-1204588495', u'MULTIEQUAL_-1204588394'), (u'MULTIEQUAL_-1204588888', u'MULTIEQUAL_-1204588883'), ('tmp_8188', u'PTRSUB_-1204584811'), (u'MULTIEQUAL_-1204589744', u'MULTIEQUAL_-1204587519'), (u'STORE_-1204595435', u'INDIRECT_-1204587638'), ('const-433', u'STORE_-1204594678'), (u'STORE_-1204594090', u'INDIRECT_-1204587266'), (u'INDIRECT_-1204588627', u'MULTIEQUAL_-1204588408'), ('const-1', u'PTRADD_-1204594736'), (u'CALL_-1204593292', u'INDIRECT_-1204586386'), ('const-433', u'STORE_-1204596216'), ('const-433', u'STORE_-1204598071'), (u'CALL_-1204593612', u'INDIRECT_-1204586466'), (u'CALL_-1204594152', u'INDIRECT_-1204586608'), (u'CALL_-1204594712', u'INDIRECT_-1204588137'), (u'INDIRECT_-1204589847', u'MULTIEQUAL_-1204590482'), (u'CALL_-1204596285', u'INT_EQUAL_-1204596267'), (u'CALL_-1204593908', u'INDIRECT_-1204586252'), (u'CALL_-1204593584', u'INDIRECT_-1204587637'), (u'INDIRECT_-1204586048', u'MULTIEQUAL_-1204586987'), (u'INDIRECT_-1204589610', u'MULTIEQUAL_-1204589378'), (u'STORE_-1204598557', u'INDIRECT_-1204590032'), ('const--136', u'PTRSUB_-1204588017'), (u'CALL_-1204595263', u'INDIRECT_-1204588924'), (u'INT_NOTEQUAL_-1204595993', u'CBRANCH_-1204595992'), (u'COPY_-1204589652', u'MULTIEQUAL_-1204590262'), (u'CALL_-1204597775', u'INDIRECT_-1204589736'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204593982'), ('const-4294967295', u'INT_EQUAL_-1204596110'), (u'CALL_-1204594632', u'INDIRECT_-1204587893'), (u'INT_ZEXT_-1204594476', u'PTRADD_-1204587433'), ('tmp_4304', u'CBRANCH_-1204596161'), (u'INDIRECT_-1204588176', u'MULTIEQUAL_-1204589601'), ('tmp_1866', u'CBRANCH_-1204598737'), ('const-117', u'INT_EQUAL_-1204597876'), ('const-1', u'INT_SLESS_-1204598790'), (u'INDIRECT_-1204587564', u'MULTIEQUAL_-1204587519'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204595486'), (u'CALL_-1204593908', u'INDIRECT_-1204586648'), (u'STORE_-1204593658', u'INDIRECT_-1204587196'), (u'CALL_-1204596125', u'INDIRECT_-1204588054'), ('const-433', u'LOAD_-1204593972'), (u'INDIRECT_-1204588102', u'MULTIEQUAL_-1204588118'), ('const-0', u'INT_EQUAL_-1204595879'), (u'COPY_-1204584671', u'CALL_-1204593692'), (u'CALL_-1204594740', u'INDIRECT_-1204587763'), (u'STORE_-1204594678', u'INDIRECT_-1204586821'), (u'MULTIEQUAL_-1204588812', u'MULTIEQUAL_-1204589573'), (u'CALL_-1204598382', u'INDIRECT_-1204588967'), (u'MULTIEQUAL_-1204588492', u'MULTIEQUAL_-1204588487'), (u'CALL_-1204598093', u'INDIRECT_-1204588610'), (u'INDIRECT_-1204589462', u'MULTIEQUAL_-1204589284'), (u'MULTIEQUAL_-1204589546', u'MULTIEQUAL_-1204587321'), (u'INDIRECT_-1204587348', u'MULTIEQUAL_-1204587284'), (u'PTRSUB_-1204585397', u'PTRSUB_-1204585350'), (u'CALL_-1204595263', u'INDIRECT_-1204588127'), (u'INT_EQUAL_-1204598734', u'CBRANCH_-1204598726'), (u'INDIRECT_-1204589147', u'MULTIEQUAL_-1204590106'), ('tmp_1930', u'CBRANCH_-1204598510'), (u'INDIRECT_-1204586546', u'MULTIEQUAL_-1204586384'), ('const-1', u'PTRADD_-1204598031'), (u'LOAD_-1204597971', u'INT_EQUAL_-1204597876'), (u'INDIRECT_-1204588205', u'MULTIEQUAL_-1204588378'), ('const-1', u'PTRADD_-1204597480'), (u'MULTIEQUAL_-1204590650', u'COPY_-1204590769'), (u'INDIRECT_-1204588743', u'MULTIEQUAL_-1204589289'), (u'CALL_-1204598205', u'INDIRECT_-1204589806'), (u'STORE_-1204599805', u'INDIRECT_-1204592393'), (u'CALL_-1204599233', u'INDIRECT_-1204590874'), ('const-2', u'PTRADD_-1204585502'), (u'COPY_-1204584867', u'CALL_-1204594016'), (u'STORE_-1204598482', u'INDIRECT_-1204589186'), (u'INDIRECT_-1204588350', u'MULTIEQUAL_-1204589309'), (u'PTRADD_-1204599164', u'STORE_-1204599219'), (u'MULTIEQUAL_-1204589573', u'MULTIEQUAL_-1204589570'), (u'CALL_-1204596125', u'INDIRECT_-1204588851'), (u'INDIRECT_-1204587912', u'MULTIEQUAL_-1204588118'), (u'LOAD_-1204594782', u'INT_NOTEQUAL_-1204594760'), (u'CALL_-1204596280', u'INDIRECT_-1204588441'), (u'INDIRECT_-1204590914', u'MULTIEQUAL_-1204590794'), ('const-8', u'PTRSUB_-1204584816'), (u'INDIRECT_-1204587277', u'MULTIEQUAL_-1204587586'), (u'INDIRECT_-1204589460', u'MULTIEQUAL_-1204589744'), (u'MULTIEQUAL_-1204592292', u'MULTIEQUAL_-1204592340'), (u'MULTIEQUAL_-1204589546', u'MULTIEQUAL_-1204589403'), (u'MULTIEQUAL_-1204589519', u'MULTIEQUAL_-1204590343'), (u'LOAD_-1204597883', u'INT_ADD_-1204597865'), (u'INDIRECT_-1204590160', u'MULTIEQUAL_-1204589811'), (u'CALL_-1204596914', u'INDIRECT_-1204589497'), ('const-1', u'PTRADD_-1204587660'), (u'CALL_-1204594503', u'INDIRECT_-1204589380'), ('const-24', u'PTRSUB_-1204586663'), (u'STORE_-1204597542', u'INDIRECT_-1204588779'), ('const-1', u'PTRADD_-1204595385'), (u'CALL_-1204596905', u'INDIRECT_-1204590715'), (u'STORE_-1204595536', u'INDIRECT_-1204587302'), (u'MULTIEQUAL_-1204589487', u'MULTIEQUAL_-1204589744'), (u'INDIRECT_-1204586335', u'MULTIEQUAL_-1204586257'), (u'CALL_-1204597409', u'INDIRECT_-1204589962'), ('const-1', u'CALL_-1204596786'), (u'INDIRECT_-1204586053', u'MULTIEQUAL_-1204587745'), (u'CALL_-1204595468', u'INDIRECT_-1204587366'), (u'INDIRECT_-1204590160', u'MULTIEQUAL_-1204589972'), (u'MULTIEQUAL_-1204591361', u'MULTIEQUAL_-1204591363'), (u'INDIRECT_-1204588227', u'MULTIEQUAL_-1204588054'), (u'MULTIEQUAL_-1204587920', u'MULTIEQUAL_-1204588580'), (u'INDIRECT_-1204589934', u'MULTIEQUAL_-1204590680'), (u'CALL_-1204595893', u'INDIRECT_-1204588324'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204595385'), (u'INT_ADD_-1204594352', u'MULTIEQUAL_-1204592158'), (u'STORE_-1204599219', u'INDIRECT_-1204590259'), (u'STORE_-1204594349', u'INDIRECT_-1204587189'), (u'INDIRECT_-1204587642', u'MULTIEQUAL_-1204589334'), (u'INDIRECT_-1204590122', u'MULTIEQUAL_-1204590002'), (u'INDIRECT_-1204590475', u'MULTIEQUAL_-1204590167'), ('const-3691167', u'COPY_-1204588165'), (u'CALL_-1204594329', u'INDIRECT_-1204588506'), (u'CALL_-1204593272', u'INT_LESS_-1204593243'), (u'STORE_-1204597531', u'INDIRECT_-1204589034'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204587518'), ('const-433', u'LOAD_-1204596076'), (u'MULTIEQUAL_-1204588212', u'MULTIEQUAL_-1204588212'), (u'CALL_-1204596914', u'INDIRECT_-1204589695'), (u'INDIRECT_-1204589681', u'MULTIEQUAL_-1204589592'), ('tmp_23145', u'PTRSUB_-1204585452'), (u'STORE_-1204598482', u'INDIRECT_-1204590181'), ('tmp_7315', u'BRANCH_-1204594210'), (u'CALL_-1204596516', u'INDIRECT_-1204587865'), (u'COPY_-1204588281', u'MULTIEQUAL_-1204588212'), ('const-4', u'CALL_-1204597409'), (u'INDIRECT_-1204587685', u'MULTIEQUAL_-1204587593'), (u'INDIRECT_-1204587881', u'MULTIEQUAL_-1204587749'), ('const-433', u'LOAD_-1204594410'), (u'LOAD_-1204594194', u'INT_NOTEQUAL_-1204594172'), (u'PTRSUB_-1204587856', u'CALL_-1204596934'), (u'COPY_-1204588338', u'MULTIEQUAL_-1204588300'), (u'INDIRECT_-1204589329', u'MULTIEQUAL_-1204586516'), (u'INDIRECT_-1204589541', u'MULTIEQUAL_-1204589383'), (u'CALL_-1204597775', u'INDIRECT_-1204591316'), (u'INDIRECT_-1204588429', u'SUBPIECE_-1204591210'), (u'STORE_-1204598071', u'INDIRECT_-1204589526'), (u'PTRSUB_-1204585738', u'LOAD_-1204595425'), (u'MULTIEQUAL_-1204586510', u'MULTIEQUAL_-1204588211'), (u'PTRSUB_-1204585350', u'CAST_-1204585300'), (u'CALL_-1204595499', u'INDIRECT_-1204587621'), (u'INDIRECT_-1204589258', u'MULTIEQUAL_-1204589744'), (u'COPY_-1204591745', u'MULTIEQUAL_-1204592478'), (u'INDIRECT_-1204588779', u'MULTIEQUAL_-1204589546'), (u'INDIRECT_-1204588140', u'MULTIEQUAL_-1204586509'), (u'INT_NOTEQUAL_-1204595519', u'CBRANCH_-1204595518'), (u'CALL_-1204595893', u'INDIRECT_-1204587923'), (u'INDIRECT_-1204589256', u'MULTIEQUAL_-1204590165'), (u'INDIRECT_-1204587012', u'MULTIEQUAL_-1204587185'), (u'INDIRECT_-1204589893', u'MULTIEQUAL_-1204590804'), ('const-67', u'INT_NOTEQUAL_-1204596218'), (u'CALL_-1204596888', u'INDIRECT_-1204589487'), (u'INDIRECT_-1204588886', u'MULTIEQUAL_-1204589546'), ('tmp_8186', u'PTRSUB_-1204586085'), (u'CALL_-1204593272', u'INDIRECT_-1204586174'), (u'CALL_-1204595303', u'INDIRECT_-1204590928'), ('const-1', u'PTRADD_-1204598031'), (u'INDIRECT_-1204588709', u'MULTIEQUAL_-1204589289'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204594503'), (u'STORE_-1204593220', u'INDIRECT_-1204586456'), ('tmp_23145', u'PTRSUB_-1204587724'), (u'CALL_-1204597603', u'INDIRECT_-1204588709'), (u'CALL_-1204594124', u'INDIRECT_-1204587383'), ('const-0', u'INT_NOTEQUAL_-1204597688'), (u'CALL_-1204598535', u'INDIRECT_-1204590451'), (u'LOAD_-1204593978', u'INT_NOTEQUAL_-1204593956'), (u'CALL_-1204596934', u'INDIRECT_-1204589117'), (u'MULTIEQUAL_-1204588809', u'MULTIEQUAL_-1204588781'), (u'STORE_-1204594426', u'INDIRECT_-1204586880'), (u'INDIRECT_-1204589355', u'MULTIEQUAL_-1204589280'), (u'INDIRECT_-1204588040', u'MULTIEQUAL_-1204587855'), (u'MULTIEQUAL_-1204593754', u'MULTIEQUAL_-1204593723'), (u'CALL_-1204594152', u'INDIRECT_-1204587801'), (u'INDIRECT_-1204589518', u'MULTIEQUAL_-1204589403'), (u'INDIRECT_-1204589379', u'MULTIEQUAL_-1204589226'), (u'MULTIEQUAL_-1204590937', u'MULTIEQUAL_-1204590794'), (u'INDIRECT_-1204590207', u'MULTIEQUAL_-1204590086'), (u'CALL_-1204595357', u'INDIRECT_-1204589181'), (u'INDIRECT_-1204587575', u'MULTIEQUAL_-1204588378'), ('tmp_861', u'CBRANCH_-1204597888'), (u'CALL_-1204594473', u'INDIRECT_-1204587186'), (u'INDIRECT_-1204588837', u'MULTIEQUAL_-1204588722'), (u'INDIRECT_-1204586670', u'MULTIEQUAL_-1204586520'), (u'CALL_-1204596210', u'INDIRECT_-1204588701'), (u'INDIRECT_-1204586800', u'MULTIEQUAL_-1204586726'), (u'CALL_-1204596905', u'INDIRECT_-1204589135'), (u'CAST_-1204586996', u'PTRADD_-1204597800'), (u'INDIRECT_-1204589016', u'MULTIEQUAL_-1204589081'), (u'STORE_-1204594786', u'INDIRECT_-1204587289'), (u'STORE_-1204597542', u'INDIRECT_-1204589378'), (u'INDIRECT_-1204587841', u'MULTIEQUAL_-1204588576'), (u'CALL_-1204598535', u'INDIRECT_-1204590649'), (u'INDIRECT_-1204590600', u'MULTIEQUAL_-1204590207'), ('tmp_23145', u'PTRSUB_-1204585378'), (u'INDIRECT_-1204587665', u'MULTIEQUAL_-1204587577'), (u'MULTIEQUAL_-1204591206', u'INT_NOTEQUAL_-1204597852'), (u'CAST_-1204587271', u'INT_LESS_-1204598306'), (u'CALL_-1204593800', u'INDIRECT_-1204587575'), (u'INDIRECT_-1204586602', u'MULTIEQUAL_-1204586528'), (u'INDIRECT_-1204588682', u'MULTIEQUAL_-1204588580'), (u'INDIRECT_-1204589469', u'MULTIEQUAL_-1204589744'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589636'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589383'), ('tmp_1593', u'BRANCH_-1204598757'), (u'INDIRECT_-1204589034', u'MULTIEQUAL_-1204588974'), ('const-8', u'PTRADD_-1204586036'), (u'INDIRECT_-1204588851', u'MULTIEQUAL_-1204589174'), (u'CALL_-1204596706', u'INDIRECT_-1204587898'), (u'COPY_-1204588089', u'LOAD_-1204598048'), (u'STORE_-1204598590', u'INDIRECT_-1204589832'), (u'CALL_-1204596934', u'INDIRECT_-1204589711'), ('const-0', u'INT_NOTEQUAL_-1204597852'), (u'CALL_-1204595474', u'INDIRECT_-1204587407'), (u'STORE_-1204594198', u'INDIRECT_-1204587333'), (u'INDIRECT_-1204590042', u'MULTIEQUAL_-1204591135'), (u'INDIRECT_-1204587071', u'MULTIEQUAL_-1204586983'), (u'INDIRECT_-1204588277', u'MULTIEQUAL_-1204588145'), (u'PTRADD_-1204597480', u'STORE_-1204597531'), (u'MULTIEQUAL_-1204592331', u'MULTIEQUAL_-1204592179'), (u'MULTIEQUAL_-1204591135', u'MULTIEQUAL_-1204590804'), (u'INDIRECT_-1204592283', u'MULTIEQUAL_-1204592179'), ('tmp_3322', u'CBRANCH_-1204596845'), (u'INDIRECT_-1204590323', u'MULTIEQUAL_-1204590530'), (u'INDIRECT_-1204587125', u'MULTIEQUAL_-1204587076'), (u'INDIRECT_-1204589058', u'MULTIEQUAL_-1204589967'), (u'CALL_-1204595367', u'INDIRECT_-1204588696'), ('const-433', u'LOAD_-1204599272'), (u'CALL_-1204594044', u'INDIRECT_-1204587139'), (u'STORE_-1204598291', u'INDIRECT_-1204589822'), (u'INDIRECT_-1204591542', u'MULTIEQUAL_-1204591974'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589928'), (u'CALL_-1204596011', u'INDIRECT_-1204588743'), (u'CALL_-1204597977', u'INDIRECT_-1204589253'), (u'COPY_-1204590009', u'MULTIEQUAL_-1204591445'), (u'CALL_-1204597616', u'INDIRECT_-1204588465'), ('tmp_8188', u'CALL_-1204593936'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204588647'), (u'LOAD_-1204594313', u'INT_NOTEQUAL_-1204594291'), (u'INDIRECT_-1204587333', u'MULTIEQUAL_-1204587249'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204598366'), (u'INDIRECT_-1204588181', u'MULTIEQUAL_-1204588068'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204587778'), (u'INDIRECT_-1204590556', u'MULTIEQUAL_-1204590207'), (u'CALL_-1204597074', u'INDIRECT_-1204589345'), (u'CALL_-1204594368', u'INDIRECT_-1204587937'), (u'CALL_-1204596280', u'INDIRECT_-1204588639'), (u'INDIRECT_-1204590596', u'MULTIEQUAL_-1204590672'), (u'STORE_-1204598784', u'INDIRECT_-1204590035'), ('const-8', u'PTRSUB_-1204586630'), (u'CAST_-1204586893', u'STORE_-1204597785'), (u'CALL_-1204597094', u'INDIRECT_-1204589955'), (u'INDIRECT_-1204589223', u'MULTIEQUAL_-1204589546'), (u'CALL_-1204594420', u'INDIRECT_-1204587642'), ('const-0', u'INT_NOTEQUAL_-1204597560'), (u'CALL_-1204594368', u'INDIRECT_-1204589319'), (u'INDIRECT_-1204591659', u'MULTIEQUAL_-1204592331'), (u'CALL_-1204598535', u'INDIRECT_-1204590253'), (u'INDIRECT_-1204588552', u'MULTIEQUAL_-1204588449'), (u'COPY_-1204584744', u'CALL_-1204593800'), ('const-95', u'INT_EQUAL_-1204598166'), (u'INDIRECT_-1204587901', u'MULTIEQUAL_-1204587800'), (u'CALL_-1204593936', u'INDIRECT_-1204587467'), (u'LOAD_-1204594296', u'INT_NOTEQUAL_-1204594280'), (u'INDIRECT_-1204587232', u'MULTIEQUAL_-1204587059'), (u'COPY_-1204585571', u'MULTIEQUAL_-1204591267'), (u'INDIRECT_-1204588484', u'MULTIEQUAL_-1204589546'), (u'INDIRECT_-1204589161', u'MULTIEQUAL_-1204589772'), (u'MULTIEQUAL_-1204592826', u'INT_EQUAL_-1204598371'), (u'CALL_-1204597662', u'INT_NOTEQUAL_-1204597558'), ('const-0', u'PTRSUB_-1204584675'), (u'INDIRECT_-1204590421', u'MULTIEQUAL_-1204590304'), (u'CALL_-1204598671', u'INDIRECT_-1204590713'), (u'INDIRECT_-1204587241', u'MULTIEQUAL_-1204588180'), ('const-0', u'PTRSUB_-1204588156'), (u'INDIRECT_-1204587762', u'MULTIEQUAL_-1204587717'), (u'INDIRECT_-1204590521', u'MULTIEQUAL_-1204590408'), ('tmp_8188', u'CALL_-1204595424'), (u'CALL_-1204595424', u'INDIRECT_-1204587384'), (u'PTRSUB_-1204587000', u'LOAD_-1204597701'), (u'MULTIEQUAL_-1204588210', u'MULTIEQUAL_-1204588182'), ('const-433', u'LOAD_-1204597976'), ('const-0', u'SUBPIECE_-1204590780'), (u'CALL_-1204593800', u'INDIRECT_-1204586981'), (u'MULTIEQUAL_-1204585973', u'MULTIEQUAL_-1204589136'), (u'CALL_-1204595367', u'INDIRECT_-1204588498'), (u'INDIRECT_-1204588620', u'MULTIEQUAL_-1204588685'), ('const-38', u'INT_SUB_-1204588073'), (u'INT_AND_-1204597577', u'INT_NOTEQUAL_-1204597590'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204597855'), (u'MULTIEQUAL_-1204588118', u'MULTIEQUAL_-1204587870'), (u'INDIRECT_-1204589135', u'MULTIEQUAL_-1204589010'), (u'CALL_-1204593720', u'INDIRECT_-1204586336'), (u'INDIRECT_-1204588967', u'MULTIEQUAL_-1204588618'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594283'), ('tmp_8188', u'CALL_-1204595588'), (u'INDIRECT_-1204587225', u'MULTIEQUAL_-1204587093'), (u'INDIRECT_-1204591316', u'MULTIEQUAL_-1204592074'), (u'CALL_-1204596285', u'INDIRECT_-1204589327'), (u'PTRADD_-1204594503', u'STORE_-1204594541'), (u'CALL_-1204596285', u'INDIRECT_-1204588134'), (u'PTRADD_-1204594302', u'MULTIEQUAL_-1204591267'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204598459'), ('const-8', u'PTRSUB_-1204585318'), (u'INDIRECT_-1204589822', u'MULTIEQUAL_-1204590145'), (u'INDIRECT_-1204589333', u'MULTIEQUAL_-1204586515'), (u'CALL_-1204594377', u'INDIRECT_-1204588533'), ('const-1', u'PTRADD_-1204598535'), ('tmp_8188', u'CALL_-1204594232'), (u'PTRADD_-1204593169', u'STORE_-1204593220'), (u'MULTIEQUAL_-1204592397', u'INT_SEXT_-1204599688'), (u'INDIRECT_-1204588149', u'MULTIEQUAL_-1204588344'), (u'INT_EQUAL_-1204598229', u'CBRANCH_-1204598228'), (u'INDIRECT_-1204588627', u'CALL_-1204595357'), (u'INDIRECT_-1204589690', u'MULTIEQUAL_-1204589539'), (u'INDIRECT_-1204589609', u'MULTIEQUAL_-1204589448'), ('const-0', u'STORE_-1204599805'), (u'CALL_-1204594835', u'INDIRECT_-1204587210'), ('tmp_5406', u'CBRANCH_-1204595408'), (u'MULTIEQUAL_-1204591202', u'PTRADD_-1204594393'), (u'CALL_-1204596914', u'INDIRECT_-1204591077'), (u'INDIRECT_-1204588537', u'MULTIEQUAL_-1204586512'), (u'PTRADD_-1204594541', u'STORE_-1204594596'), (u'MULTIEQUAL_-1204592826', u'INT_EQUAL_-1204599770'), (u'INT_NOTEQUAL_-1204598410', u'CBRANCH_-1204598392'), (u'INDIRECT_-1204586927', u'MULTIEQUAL_-1204586888'), (u'INDIRECT_-1204587801', u'MULTIEQUAL_-1204587645'), (u'MULTIEQUAL_-1204591666', u'MULTIEQUAL_-1204591397'), ('const-433', u'STORE_-1204593982'), (u'INDIRECT_-1204589282', u'MULTIEQUAL_-1204588974'), (u'LOAD_-1204595498', u'MULTIEQUAL_-1204591426'), (u'MULTIEQUAL_-1204588383', u'MULTIEQUAL_-1204588378'), (u'INDIRECT_-1204589209', u'MULTIEQUAL_-1204588977'), (u'INDIRECT_-1204590402', u'MULTIEQUAL_-1204590009'), (u'STORE_-1204597785', u'INDIRECT_-1204589318'), (u'CALL_-1204597920', u'INDIRECT_-1204589667'), (u'STORE_-1204598784', u'INDIRECT_-1204589436'), (u'INDIRECT_-1204588135', u'MULTIEQUAL_-1204587973'), (u'INDIRECT_-1204588818', u'COPY_-1204586252'), (u'INDIRECT_-1204590709', u'MULTIEQUAL_-1204590766'), ('const-433', u'LOAD_-1204595564'), (u'INDIRECT_-1204589703', u'MULTIEQUAL_-1204589585'), (u'MULTIEQUAL_-1204588514', u'MULTIEQUAL_-1204588185'), (u'INDIRECT_-1204588695', u'MULTIEQUAL_-1204589375'), ('const-0', u'STORE_-1204599868'), (u'MULTIEQUAL_-1204593542', u'PTRADD_-1204597480'), (u'LOAD_-1204595493', u'MULTIEQUAL_-1204590066'), ('tmp_2171', u'CBRANCH_-1204598295'), (u'CALL_-1204598093', u'INDIRECT_-1204588412'), (u'MULTIEQUAL_-1204589205', u'MULTIEQUAL_-1204589177'), (u'CALL_-1204597616', u'INDIRECT_-1204588861'), (u'LOAD_-1204597976', u'CAST_-1204586996'), (u'CALL_-1204597985', u'INDIRECT_-1204589307'), (u'INDIRECT_-1204587958', u'MULTIEQUAL_-1204587855'), (u'CALL_-1204595389', u'INDIRECT_-1204588119'), ('tmp_973', u'CBRANCH_-1204597827'), ('const-433', u'LOAD_-1204594899'), (u'INDIRECT_-1204586472', u'MULTIEQUAL_-1204586384'), (u'MULTIEQUAL_-1204590937', u'MULTIEQUAL_-1204590785'), (u'INDIRECT_-1204588096', u'MULTIEQUAL_-1204588776'), ('tmp_23145', u'PTRSUB_-1204585048'), (u'MULTIEQUAL_-1204586878', u'MULTIEQUAL_-1204587981'), (u'CALL_-1204593936', u'INDIRECT_-1204586274'), (u'CALL_-1204594124', u'INDIRECT_-1204587779'), (u'CALL_-1204598226', u'INDIRECT_-1204589084'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204597627'), (u'CALL_-1204597775', u'INDIRECT_-1204588939'), (u'STORE_-1204598071', u'INDIRECT_-1204590323'), ('const-1', u'PTRADD_-1204597892'), (u'STORE_-1204594440', u'INDIRECT_-1204587089'), (u'STORE_-1204594198', u'INDIRECT_-1204587531'), (u'CALL_-1204595357', u'INDIRECT_-1204588785'), (u'COPY_-1204585419', u'LOAD_-1204594503'), ('tmp_8188', u'PTRSUB_-1204585799'), ('tmp_38915', u'MULTIEQUAL_-1204589942'), (u'CALL_-1204597985', u'INDIRECT_-1204590500'), ('const-433', u'STORE_-1204598590'), (u'COPY_-1204591268', u'COPY_-1204586605'), ('const-4', u'COPY_-1204589865'), (u'COPY_-1204584712', u'CALL_-1204593720'), ('tmp_8188', u'CALL_-1204596280'), (u'CALL_-1204594340', u'INDIRECT_-1204587717'), (u'STORE_-1204598071', u'INDIRECT_-1204589328'), (u'MULTIEQUAL_-1204586508', u'MULTIEQUAL_-1204587815'), (u'MULTIEQUAL_-1204590937', u'MULTIEQUAL_-1204590700'), (u'INDIRECT_-1204587209', u'MULTIEQUAL_-1204587073'), (u'STORE_-1204596216', u'INDIRECT_-1204587594'), (u'INDIRECT_-1204588860', u'MULTIEQUAL_-1204589769'), (u'PTRADD_-1204595584', u'STORE_-1204595634'), ('const-4', u'PTRADD_-1204587643'), ('const-1', u'PTRADD_-1204599164'), (u'CALL_-1204596285', u'INDIRECT_-1204588332'), ('tmp_8188', u'PTRSUB_-1204585738'), (u'MULTIEQUAL_-1204585978', u'CALL_-1204596011'), (u'INDIRECT_-1204588498', u'MULTIEQUAL_-1204588514'), (u'CALL_-1204594473', u'INDIRECT_-1204588176'), (u'INDIRECT_-1204587263', u'MULTIEQUAL_-1204587187'), ('const-4', u'INT_AND_-1204597577'), (u'INDIRECT_-1204587950', u'MULTIEQUAL_-1204587856'), (u'CALL_-1204594152', u'INDIRECT_-1204587603'), (u'INDIRECT_-1204587487', u'MULTIEQUAL_-1204587395'), (u'COPY_-1204586453', u'CALL_-1204596280'), (u'CALL_-1204598890', u'INDIRECT_-1204591996'), (u'STORE_-1204594786', u'INDIRECT_-1204587883'), ('const-3691167', u'COPY_-1204586453'), (u'CALL_-1204595263', u'INDIRECT_-1204588726'), (u'COPY_-1204594736', u'COPY_-1204587579'), (u'MULTIEQUAL_-1204589546', u'MULTIEQUAL_-1204589394'), (u'INT_EQUAL_-1204594577', u'CBRANCH_-1204594572'), (u'MULTIEQUAL_-1204588938', u'MULTIEQUAL_-1204589081'), (u'INT_EQUAL_-1204598748', u'CBRANCH_-1204598737'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204599716'), ('const-112', u'PTRSUB_-1204587667'), (u'MULTIEQUAL_-1204588118', u'MULTIEQUAL_-1204587890'), (u'INDIRECT_-1204587946', u'MULTIEQUAL_-1204588141'), (u'INDIRECT_-1204588267', u'MULTIEQUAL_-1204588576'), ('const-4', u'COPY_-1204589995'), (u'INDIRECT_-1204587667', u'MULTIEQUAL_-1204588576'), (u'STORE_-1204593766', u'INDIRECT_-1204586867'), (u'INDIRECT_-1204586268', u'MULTIEQUAL_-1204586192'), (u'MULTIEQUAL_-1204587477', u'MULTIEQUAL_-1204588580'), (u'INDIRECT_-1204587253', u'MULTIEQUAL_-1204587784'), (u'MULTIEQUAL_-1204587487', u'MULTIEQUAL_-1204587477'), (u'CALL_-1204593692', u'INDIRECT_-1204586314'), (u'CALL_-1204595588', u'INDIRECT_-1204590214'), (u'CALL_-1204598226', u'INDIRECT_-1204590475'), ('const-1', u'PTRADD_-1204597656'), (u'MULTIEQUAL_-1204592331', u'MULTIEQUAL_-1204591507'), (u'INDIRECT_-1204589052', u'MULTIEQUAL_-1204590145'), (u'MULTIEQUAL_-1204591666', u'LOAD_-1204597455'), ('const-1', u'PTRADD_-1204598856'), ('const-8', u'PTRSUB_-1204584544'), (u'PTRSUB_-1204584398', u'CAST_-1204584312'), (u'STORE_-1204598900', u'INDIRECT_-1204589188'), ('const-3727353', u'COPY_-1204585851'), (u'MULTIEQUAL_-1204589375', u'MULTIEQUAL_-1204588383'), (u'INDIRECT_-1204586867', u'MULTIEQUAL_-1204586791'), (u'CALL_-1204596651', u'INDIRECT_-1204588276'), ('const-0', u'INT_EQUAL_-1204594387'), (u'CALL_-1204597596', u'INDIRECT_-1204591226'), (u'INDIRECT_-1204587865', u'MULTIEQUAL_-1204588774'), (u'CALL_-1204595528', u'INDIRECT_-1204588285'), ('tmp_23145', u'PTRSUB_-1204586738'), (u'CALL_-1204594340', u'INDIRECT_-1204588113'), (u'STORE_-1204599219', u'INDIRECT_-1204589858'), (u'CALL_-1204596011', u'INDIRECT_-1204587748'), (u'MULTIEQUAL_-1204592478', u'COPY_-1204585964'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204593716'), (u'INDIRECT_-1204588700', u'MULTIEQUAL_-1204589611'), ('tmp_8188', u'PTRSUB_-1204586507'), ('const-433', u'LOAD_-1204594592'), ('const-4', u'INT_AND_-1204598559'), (u'INDIRECT_-1204590160', u'MULTIEQUAL_-1204590574'), (u'INDIRECT_-1204589927', u'MULTIEQUAL_-1204589814'), (u'INDIRECT_-1204590358', u'MULTIEQUAL_-1204590778'), (u'INDIRECT_-1204588429', u'INT_NOTEQUAL_-1204595375'), (u'INDIRECT_-1204589610', u'MULTIEQUAL_-1204589217'), (u'INDIRECT_-1204589247', u'MULTIEQUAL_-1204589570'), (u'STORE_-1204594306', u'INDIRECT_-1204586405'), ('tmp_8188', u'PTRSUB_-1204585236'), (u'CALL_-1204598762', u'INDIRECT_-1204589262'), (u'PTRSUB_-1204587687', u'LOAD_-1204598844'), (u'COPY_-1204589262', u'MULTIEQUAL_-1204590262'), (u'INDIRECT_-1204588798', u'MULTIEQUAL_-1204588662'), (u'INDIRECT_-1204588300', u'MULTIEQUAL_-1204588316'), (u'INDIRECT_-1204588515', u'MULTIEQUAL_-1204588336'), (u'MULTIEQUAL_-1204589967', u'MULTIEQUAL_-1204589969'), (u'INDIRECT_-1204588558', u'MULTIEQUAL_-1204588483'), (u'INDIRECT_-1204591185', u'MULTIEQUAL_-1204591507'), (u'COPY_-1204587661', u'CALL_-1204598535'), ('const-0', u'SUBPIECE_-1204594197'), (u'INDIRECT_-1204589526', u'MULTIEQUAL_-1204589413'), (u'INDIRECT_-1204588338', u'MULTIEQUAL_-1204586510'), (u'MULTIEQUAL_-1204589942', u'MULTIEQUAL_-1204589790'), (u'CALL_-1204595468', u'INDIRECT_-1204587564'), ('tmp_7563', u'BRANCH_-1204593215'), ('const-124', u'PTRSUB_-1204586474'), (u'COPY_-1204586965', u'MULTIEQUAL_-1204590878'), (u'CAST_-1204586996', u'MULTIEQUAL_-1204594157'), (u'MULTIEQUAL_-1204588091', u'MULTIEQUAL_-1204588086'), ('tmp_2915', u'BRANCH_-1204596181'), (u'INDIRECT_-1204590100', u'MULTIEQUAL_-1204589967'), (u'STORE_-1204599868', u'INDIRECT_-1204592442'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204597542'), (u'MULTIEQUAL_-1204589334', u'MULTIEQUAL_-1204589477'), (u'INDIRECT_-1204589304', u'MULTIEQUAL_-1204589177'), ('const-0', u'INT_NOTEQUAL_-1204599256'), (u'COPY_-1204599829', u'MULTIEQUAL_-1204590541'), (u'CALL_-1204594712', u'INDIRECT_-1204587543'), (u'CALL_-1204594016', u'INDIRECT_-1204587711'), (u'INDIRECT_-1204587179', u'MULTIEQUAL_-1204587982'), (u'CALL_-1204594275', u'INDIRECT_-1204587282'), (u'INDIRECT_-1204589068', u'MULTIEQUAL_-1204590937'), (u'INDIRECT_-1204589822', u'MULTIEQUAL_-1204589705'), (u'CALL_-1204597775', u'INDIRECT_-1204589142'), (u'CALL_-1204595490', u'INDIRECT_-1204587383'), (u'INDIRECT_-1204588952', u'MULTIEQUAL_-1204588830'), (u'MULTIEQUAL_-1204587321', u'MULTIEQUAL_-1204587981'), ('const-0', u'PIECE_-1204586413'), (u'CALL_-1204597409', u'INDIRECT_-1204589566'), (u'CALL_-1204595453', u'INDIRECT_-1204589028'), (u'CALL_-1204598460', u'INDIRECT_-1204589011'), ('const-433', u'LOAD_-1204595823'), (u'CALL_-1204598671', u'INDIRECT_-1204589520'), (u'MULTIEQUAL_-1204590739', u'MULTIEQUAL_-1204590587'), (u'INDIRECT_-1204588880', u'MULTIEQUAL_-1204589942'), (u'MULTIEQUAL_-1204592478', u'COPY_-1204585990'), (u'PTRSUB_-1204585382', u'CAST_-1204585236'), (u'CALL_-1204596285', u'INDIRECT_-1204589525'), (u'INDIRECT_-1204589333', u'MULTIEQUAL_-1204589208'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204588714'), ('tmp_8188', u'CALL_-1204594604'), (u'CALL_-1204598671', u'INDIRECT_-1204589322'), ('tmp_2855', u'CBRANCH_-1204597559'), ('const-433', u'STORE_-1204595536'), (u'INDIRECT_-1204588522', u'MULTIEQUAL_-1204588976'), (u'CAST_-1204585353', u'INT_ADD_-1204585449'), (u'INDIRECT_-1204589519', u'MULTIEQUAL_-1204589772'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589777'), (u'CALL_-1204598205', u'INT_NOTEQUAL_-1204598190'), (u'CALL_-1204593272', u'INDIRECT_-1204587565'), (u'STORE_-1204597785', u'INDIRECT_-1204588521'), (u'STORE_-1204594356', u'INDIRECT_-1204587526'), (u'MULTIEQUAL_-1204592478', u'INT_EQUAL_-1204598748'), (u'INDIRECT_-1204587503', u'MULTIEQUAL_-1204587519'), (u'INDIRECT_-1204589105', u'MULTIEQUAL_-1204589685'), (u'INDIRECT_-1204588357', u'MULTIEQUAL_-1204588187'), (u'MULTIEQUAL_-1204586516', u'MULTIEQUAL_-1204589406'), (u'COPY_-1204592146', u'MULTIEQUAL_-1204592478'), ('const-1', u'COPY_-1204591745'), (u'STORE_-1204598557', u'INDIRECT_-1204589433'), (u'INDIRECT_-1204589209', u'MULTIEQUAL_-1204589519'), (u'MULTIEQUAL_-1204592158', u'INT_ADD_-1204585449'), (u'INDIRECT_-1204589939', u'MULTIEQUAL_-1204590898'), (u'COPY_-1204590103', u'MULTIEQUAL_-1204590029'), (u'INDIRECT_-1204587658', u'MULTIEQUAL_-1204585966'), (u'INDIRECT_-1204586876', u'MULTIEQUAL_-1204587185'), (u'CALL_-1204597409', u'INDIRECT_-1204589368'), ('tmp_272', u'CBRANCH_-1204599720'), ('tmp_23145', u'PTRSUB_-1204587773'), (u'STORE_-1204594090', u'INDIRECT_-1204586667'), (u'INDIRECT_-1204586783', u'MULTIEQUAL_-1204587586'), (u'INDIRECT_-1204589553', u'MULTIEQUAL_-1204589478'), (u'COPY_-1204584779', u'CALL_-1204593828'), (u'INT_EQUAL_-1204597819', u'CBRANCH_-1204597816'), (u'INDIRECT_-1204589157', u'MULTIEQUAL_-1204589082'), (u'PTRADD_-1204593204', u'LOAD_-1204593266'), (u'COPY_-1204585911', u'CALL_-1204595468'), (u'INDIRECT_-1204589253', u'MULTIEQUAL_-1204589082'), (u'INDIRECT_-1204587003', u'MULTIEQUAL_-1204586856'), (u'MULTIEQUAL_-1204587920', u'MULTIEQUAL_-1204587518'), (u'CALL_-1204599288', u'CALL_-1204599233'), (u'INDIRECT_-1204589083', u'MULTIEQUAL_-1204590145'), (u'STORE_-1204597855', u'INDIRECT_-1204588558'), (u'MULTIEQUAL_-1204589942', u'MULTIEQUAL_-1204588377'), (u'CALL_-1204597596', u'INDIRECT_-1204588453'), ('tmp_8188', u'CALL_-1204594044'), ('const-5', u'COPY_-1204589023'), (u'INDIRECT_-1204589721', u'MULTIEQUAL_-1204589601'), (u'CALL_-1204593908', u'INDIRECT_-1204586450'), (u'INDIRECT_-1204589695', u'MULTIEQUAL_-1204590606'), (u'CALL_-1204596280', u'INDIRECT_-1204587842'), ('tmp_3194', u'CBRANCH_-1204596662'), (u'CALL_-1204596206', u'INDIRECT_-1204590469'), (u'STORE_-1204594356', u'INDIRECT_-1204586927'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594198'), ('tmp_6495', u'CBRANCH_-1204593955'), ('const-3691167', u'COPY_-1204584712'), (u'CALL_-1204594377', u'INDIRECT_-1204587741'), (u'CALL_-1204594503', u'INDIRECT_-1204587800'), ('const-0', u'SUBPIECE_-1204591205'), (u'STORE_-1204594541', u'INDIRECT_-1204587947'), (u'CALL_-1204593612', u'INDIRECT_-1204586867'), (u'INDIRECT_-1204587527', u'MULTIEQUAL_-1204587981'), (u'MULTIEQUAL_-1204587920', u'MULTIEQUAL_-1204587692'), ('const-433', u'LOAD_-1204594776'), (u'STORE_-1204598784', u'INDIRECT_-1204590233'), (u'STORE_-1204593220', u'INDIRECT_-1204585857'), (u'STORE_-1204597706', u'INDIRECT_-1204588682'), (u'CALL_-1204598762', u'INDIRECT_-1204590653'), (u'CALL_-1204598093', u'INDIRECT_-1204590001'), (u'INDIRECT_-1204589299', u'MULTIEQUAL_-1204590210'), ('const-1', u'PTRADD_-1204594393'), (u'INDIRECT_-1204587207', u'MULTIEQUAL_-1204587051'), (u'MULTIEQUAL_-1204592826', u'MULTIEQUAL_-1204592826'), (u'INDIRECT_-1204589129', u'MULTIEQUAL_-1204588938'), (u'INDIRECT_-1204589716', u'MULTIEQUAL_-1204589601'), (u'CALL_-1204595566', u'INDIRECT_-1204588419'), (u'COPY_-1204586968', u'CALL_-1204596934'), (u'INDIRECT_-1204590812', u'MULTIEQUAL_-1204591135'), (u'LOAD_-1204598796', u'COPY_-1204587609'), (u'INT_AND_-1204598332', u'INT_NOTEQUAL_-1204598345'), (u'STORE_-1204595403', u'INDIRECT_-1204587511'), (u'INDIRECT_-1204592256', u'MULTIEQUAL_-1204592179'), (u'STORE_-1204598557', u'INDIRECT_-1204589636'), (u'INDIRECT_-1204587939', u'MULTIEQUAL_-1204588180'), (u'STORE_-1204594306', u'INDIRECT_-1204586603'), ('const-0', u'PTRSUB_-1204588080'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594349'), (u'INDIRECT_-1204590253', u'MULTIEQUAL_-1204590739'), (u'INT_NOTEQUAL_-1204597646', u'CBRANCH_-1204597631'), (u'INT_EQUAL_-1204598552', u'CBRANCH_-1204598541'), (u'STORE_-1204593874', u'INDIRECT_-1204587330'), (u'INDIRECT_-1204589531', u'MULTIEQUAL_-1204589406'), (u'MULTIEQUAL_-1204587321', u'MULTIEQUAL_-1204586919'), ('const-1', u'PTRADD_-1204598434'), (u'INDIRECT_-1204588911', u'MULTIEQUAL_-1204588732'), ('const-1', u'PTRADD_-1204595353'), (u'COPY_-1204591948', u'MULTIEQUAL_-1204592478'), ('tmp_8188', u'PTRSUB_-1204584879'), (u'INDIRECT_-1204588180', u'MULTIEQUAL_-1204587998'), (u'CALL_-1204594712', u'INDIRECT_-1204589519'), (u'COPY_-1204589358', u'MULTIEQUAL_-1204590029'), (u'INDIRECT_-1204589465', u'MULTIEQUAL_-1204589381'), (u'CALL_-1204594835', u'INDIRECT_-1204588403'), (u'INDIRECT_-1204589181', u'MULTIEQUAL_-1204589028'), (u'INDIRECT_-1204588577', u'MULTIEQUAL_-1204588464'), (u'PTRSUB_-1204585382', u'CAST_-1204585172'), ('const-433', u'LOAD_-1204594302'), (u'MULTIEQUAL_-1204585972', u'MULTIEQUAL_-1204588938'), ('const-433', u'LOAD_-1204594674'), (u'INDIRECT_-1204586201', u'MULTIEQUAL_-1204586127'), (u'CALL_-1204597911', u'INDIRECT_-1204590796'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594786'), ('const-0', u'INT_NOTEQUAL_-1204595459'), (u'CALL_-1204597911', u'INDIRECT_-1204589612'), (u'INDIRECT_-1204589962', u'MULTIEQUAL_-1204590376'), (u'CALL_-1204597094', u'INDIRECT_-1204588762'), (u'INDIRECT_-1204586204', u'MULTIEQUAL_-1204586124'), ('const-7', u'COPY_-1204589425'), (u'CALL_-1204593692', u'INDIRECT_-1204586913'), (u'COPY_-1204587100', u'CALL_-1204597616'), ('const-1', u'PTRADD_-1204593716'), (u'INDIRECT_-1204589142', u'MULTIEQUAL_-1204589888'), (u'PTRADD_-1204594364', u'STORE_-1204594414'), ('const-3691167', u'COPY_-1204585399'), ('tmp_3795', u'CBRANCH_-1204598147'), (u'CALL_-1204597977', u'INDIRECT_-1204591427'), ('const-4', u'COPY_-1204590073'), (u'CALL_-1204594632', u'INDIRECT_-1204588289'), (u'PTRSUB_-1204585105', u'LOAD_-1204594674'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589448'), ('const-433', u'LOAD_-1204597576'), (u'LOAD_-1204595564', u'INT_AND_-1204595538'), (u'MULTIEQUAL_-1204586510', u'CALL_-1204596706'), (u'STORE_-1204597531', u'INDIRECT_-1204588836'), (u'CALL_-1204596905', u'INDIRECT_-1204588739'), (u'PTRSUB_-1204586525', u'STORE_-1204597981'), ('const-3691167', u'COPY_-1204587100'), (u'INT_NOTEQUAL_-1204596663', u'CBRANCH_-1204596662'), (u'INDIRECT_-1204589229', u'MULTIEQUAL_-1204589772'), ('const-3732601', u'COPY_-1204598411'), (u'CALL_-1204596516', u'INDIRECT_-1204588266'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204587908'), ('const-8', u'PTRSUB_-1204585105'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588682'), (u'STORE_-1204596216', u'INDIRECT_-1204588193'), ('const-1', u'INT_AND_-1204597899'), (u'PTRADD_-1204586036', u'LOAD_-1204596076'), (u'CALL_-1204596210', u'INDIRECT_-1204587711'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204595435'), ('const-1', u'PTRADD_-1204593716'), (u'CALL_-1204595453', u'INT_NOTEQUAL_-1204595434'), (u'PTRADD_-1204585936', u'LOAD_-1204595815'), (u'CALL_-1204593692', u'INDIRECT_-1204588889'), (u'INDIRECT_-1204586851', u'MULTIEQUAL_-1204587586'), (u'COPY_-1204589291', u'MULTIEQUAL_-1204590029'), (u'INDIRECT_-1204588204', u'MULTIEQUAL_-1204588068'), (u'CALL_-1204595474', u'INDIRECT_-1204588798'), (u'CALL_-1204596786', u'INDIRECT_-1204588933'), (u'INT_SUB_-1204588073', u'INT_AND_-1204588062'), (u'MULTIEQUAL_-1204591106', u'MULTIEQUAL_-1204591830'), ('tmp_8188', u'CALL_-1204595389'), (u'CALL_-1204599288', u'INDIRECT_-1204590901'), (u'LOAD_-1204593870', u'INT_NOTEQUAL_-1204593848'), (u'INDIRECT_-1204590061', u'MULTIEQUAL_-1204590145'), ('const-433', u'LOAD_-1204598361'), (u'CALL_-1204594835', u'INDIRECT_-1204587413'), (u'INDIRECT_-1204589587', u'MULTIEQUAL_-1204589772'), (u'CALL_-1204598762', u'INDIRECT_-1204590851'), (u'CALL_-1204597920', u'INDIRECT_-1204590662'), (u'PTRADD_-1204596170', u'STORE_-1204596216'), ('const-1', u'PTRADD_-1204594148'), (u'CALL_-1204593292', u'INDIRECT_-1204585990'), (u'LOAD_-1204594899', u'INT_NOTEQUAL_-1204594883'), (u'CALL_-1204595588', u'INDIRECT_-1204587441'), (u'PTRSUB_-1204585693', u'LOAD_-1204595564'), (u'CALL_-1204594260', u'INDIRECT_-1204586478'), (u'INDIRECT_-1204590134', u'MULTIEQUAL_-1204590680'), ('const-1', u'INT_LESS_-1204593243'), (u'INT_NOTEQUAL_-1204594652', u'CBRANCH_-1204594651'), (u'COPY_-1204586995', u'MULTIEQUAL_-1204590878'), (u'MULTIEQUAL_-1204588581', u'MULTIEQUAL_-1204588576'), (u'CALL_-1204598460', u'INDIRECT_-1204590402'), ('const-70', u'INT_EQUAL_-1204597819'), (u'MULTIEQUAL_-1204589685', u'MULTIEQUAL_-1204589942'), (u'LOAD_-1204598185', u'INT_EQUAL_-1204598148'), ('tmp_4459', u'CBRANCH_-1204596049'), ('const-0', u'INT_NOTEQUAL_-1204596016'), ('tmp_3134', u'BRANCH_-1204596695'), (u'INDIRECT_-1204588119', u'MULTIEQUAL_-1204587940'), ('const-1', u'PTRADD_-1204594256'), (u'INT_SUB_-1204597947', u'INT_ZEXT_-1204594173'), ('const-433', u'LOAD_-1204598185'), ('tmp_2203', u'CBRANCH_-1204598274'), (u'CALL_-1204593908', u'INDIRECT_-1204587841'), (u'INDIRECT_-1204588651', u'MULTIEQUAL_-1204589744'), (u'CALL_-1204597662', u'INDIRECT_-1204590332'), (u'INDIRECT_-1204590676', u'MULTIEQUAL_-1204590587'), (u'CALL_-1204598890', u'INDIRECT_-1204589619'), ('tmp_8188', u'CALL_-1204593692'), (u'INDIRECT_-1204588535', u'MULTIEQUAL_-1204588580'), ('const-433', u'LOAD_-1204595526'), (u'CALL_-1204594219', u'INDIRECT_-1204587451'), (u'INT_ADD_-1204594352', u'INT_NOTEQUAL_-1204594338'), (u'MULTIEQUAL_-1204589942', u'MULTIEQUAL_-1204589799'), ('const-433', u'STORE_-1204597880'), (u'PTRSUB_-1204584607', u'LOAD_-1204593864'), (u'INDIRECT_-1204586935', u'MULTIEQUAL_-1204586791'), (u'STORE_-1204595903', u'INDIRECT_-1204587671'), (u'INDIRECT_-1204591740', u'MULTIEQUAL_-1204592074'), (u'INDIRECT_-1204587246', u'MULTIEQUAL_-1204588938'), (u'PTRSUB_-1204586663', u'CAST_-1204586508'), ('tmp_6277', u'CBRANCH_-1204594171'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204593608'), ('const-4', u'COPY_-1204589587'), ('const-3733300', u'COPY_-1204584671'), (u'CALL_-1204596008', u'INDIRECT_-1204588507'), (u'CALL_-1204598671', u'INDIRECT_-1204590317'), (u'CALL_-1204597540', u'INDIRECT_-1204588819'), ('const-1', u'PTRADD_-1204595486'), (u'CALL_-1204596934', u'INDIRECT_-1204589513'), (u'INDIRECT_-1204587698', u'MULTIEQUAL_-1204587597'), (u'INT_NOTEQUAL_-1204594172', u'CBRANCH_-1204594171'), (u'INT_EQUAL_-1204598166', u'CBRANCH_-1204598165'), (u'INDIRECT_-1204589363', u'MULTIEQUAL_-1204589014'), (u'INDIRECT_-1204588769', u'MULTIEQUAL_-1204589183'), (u'INT_EQUAL_-1204594479', u'CBRANCH_-1204594477'), (u'INDIRECT_-1204586870', u'MULTIEQUAL_-1204586788'), ('const-433', u'LOAD_-1204598585'), (u'COPY_-1204590576', u'MULTIEQUAL_-1204591448'), (u'INDIRECT_-1204586715', u'MULTIEQUAL_-1204587586'), (u'INDIRECT_-1204588621', u'MULTIEQUAL_-1204589744'), (u'INDIRECT_-1204589289', u'MULTIEQUAL_-1204589969'), (u'PTRSUB_-1204585313', u'LOAD_-1204594307'), (u'MULTIEQUAL_-1204589406', u'MULTIEQUAL_-1204590167'), (u'INDIRECT_-1204590649', u'MULTIEQUAL_-1204591135'), (u'INDIRECT_-1204590204', u'MULTIEQUAL_-1204589811'), (u'CALL_-1204594260', u'INDIRECT_-1204589251'), ('const--136', u'PTRSUB_-1204586904'), (u'MULTIEQUAL_-1204588542', u'COPY_-1204586303'), ('const-1', u'PTRADD_-1204598736'), (u'INDIRECT_-1204587649', u'MULTIEQUAL_-1204588180'), (u'CALL_-1204594340', u'INDIRECT_-1204586722'), (u'INT_SUB_-1204596852', u'MULTIEQUAL_-1204586520'), (u'CALL_-1204595389', u'INDIRECT_-1204590095'), (u'MULTIEQUAL_-1204594157', u'PTRADD_-1204597747'), ('tmp_3729', u'CBRANCH_-1204598190'), (u'CALL_-1204597409', u'INDIRECT_-1204591542'), (u'INDIRECT_-1204588638', u'MULTIEQUAL_-1204588578'), (u'INDIRECT_-1204586271', u'MULTIEQUAL_-1204586189'), (u'INDIRECT_-1204589122', u'MULTIEQUAL_-1204589007'), (u'LOAD_-1204594307', u'INT_NOTEQUAL_-1204594291'), (u'INDIRECT_-1204589165', u'MULTIEQUAL_-1204588816'), (u'INDIRECT_-1204588039', u'MULTIEQUAL_-1204587940'), (u'INDIRECT_-1204587150', u'MULTIEQUAL_-1204587086'), ('const-0', u'PTRSUB_-1204584607'), (u'INT_EQUAL_-1204596760', u'CBRANCH_-1204596759'), (u'LOAD_-1204594302', u'INT_NOTEQUAL_-1204594280'), (u'CALL_-1204595893', u'INT_EQUAL_-1204595879'), ('const-0', u'CALL_-1204596285'), (u'COPY_-1204587620', u'MULTIEQUAL_-1204590878'), ('const-0', u'PTRSUB_-1204584947'), (u'INDIRECT_-1204589858', u'MULTIEQUAL_-1204589942'), ('tmp_8188', u'PTRSUB_-1204585313'), (u'CALL_-1204597094', u'INDIRECT_-1204589163'), (u'INDIRECT_-1204588335', u'MULTIEQUAL_-1204588576'), (u'CALL_-1204594632', u'INDIRECT_-1204586898'), (u'CALL_-1204597074', u'INDIRECT_-1204588949'), (u'INDIRECT_-1204588054', u'MULTIEQUAL_-1204585968'), (u'INDIRECT_-1204587497', u'MULTIEQUAL_-1204587330'), (u'CALL_-1204598205', u'INDIRECT_-1204590405'), (u'INDIRECT_-1204587937', u'MULTIEQUAL_-1204587775'), (u'INT_EQUAL_-1204597563', u'CBRANCH_-1204597561'), (u'COPY_-1204585399', u'CALL_-1204594863'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204589372'), (u'INDIRECT_-1204589319', u'MULTIEQUAL_-1204589169'), (u'STORE_-1204594306', u'INDIRECT_-1204587400'), ('tmp_8186', u'PTRSUB_-1204587687'), ('const-433', u'LOAD_-1204595425'), (u'COPY_-1204598921', u'MULTIEQUAL_-1204592826'), (u'CALL_-1204595528', u'INDIRECT_-1204588681'), (u'MULTIEQUAL_-1204591426', u'MULTIEQUAL_-1204591397'), (u'STORE_-1204595403', u'INDIRECT_-1204587714'), (u'COPY_-1204589995', u'MULTIEQUAL_-1204590262'), (u'INDIRECT_-1204588918', u'MULTIEQUAL_-1204585973'), (u'COPY_-1204585047', u'CALL_-1204594260'), ('tmp_723', u'CBRANCH_-1204597998'), ('const-433', u'LOAD_-1204598268'), (u'CALL_-1204594377', u'INDIRECT_-1204589717'), ('const-0', u'PTRSUB_-1204585676'), (u'CALL_-1204598382', u'INDIRECT_-1204590556'), (u'INDIRECT_-1204587863', u'MULTIEQUAL_-1204587713'), (u'CALL_-1204596651', u'INDIRECT_-1204590450'), (u'CALL_-1204595499', u'INDIRECT_-1204588616'), ('const-8', u'PTRADD_-1204587585'), (u'CALL_-1204596125', u'INDIRECT_-1204588653'), (u'CALL_-1204594329', u'INDIRECT_-1204587714'), (u'CALL_-1204596888', u'INDIRECT_-1204588695'), (u'CAST_-1204586996', u'PTRADD_-1204597789'), (u'INT_NOTEQUAL_-1204597838', u'CBRANCH_-1204597827'), (u'CALL_-1204593800', u'INDIRECT_-1204586184'), ('tmp_5186', u'CBRANCH_-1204595607'), (u'MULTIEQUAL_-1204587519', u'MULTIEQUAL_-1204588179'), (u'STORE_-1204594414', u'INDIRECT_-1204586868'), (u'INDIRECT_-1204590214', u'MULTIEQUAL_-1204590041'), (u'CALL_-1204597540', u'INDIRECT_-1204589418'), (u'COPY_-1204589711', u'MULTIEQUAL_-1204590029'), ('const-1', u'PTRADD_-1204597892'), (u'INT_NOTEQUAL_-1204595442', u'CBRANCH_-1204595441'), (u'INDIRECT_-1204589764', u'MULTIEQUAL_-1204590086'), (u'INDIRECT_-1204587115', u'MULTIEQUAL_-1204586954'), (u'PTRSUB_-1204585318', u'LOAD_-1204594313'), (u'INDIRECT_-1204589451', u'MULTIEQUAL_-1204589772'), ('const-3691167', u'COPY_-1204584779'), (u'PTRADD_-1204594503', u'COPY_-1204585455'), (u'CALL_-1204599308', u'INDIRECT_-1204590716'), ('tmp_3483', u'CBRANCH_-1204597549'), (u'CALL_-1204594232', u'INDIRECT_-1204586456'), (u'CALL_-1204594340', u'INDIRECT_-1204587123'), (u'INDIRECT_-1204589327', u'MULTIEQUAL_-1204589136'), (u'LOAD_-1204598268', u'INT_SUB_-1204588073'), ('const-433', u'LOAD_-1204598820'), (u'INDIRECT_-1204587186', u'MULTIEQUAL_-1204587073'), (u'CALL_-1204598226', u'INDIRECT_-1204590079'), (u'INDIRECT_-1204589289', u'MULTIEQUAL_-1204589406'), (u'PTRADD_-1204587660', u'PTRADD_-1204587655'), (u'MULTIEQUAL_-1204592478', u'MULTIEQUAL_-1204591041'), (u'CALL_-1204596253', u'INDIRECT_-1204589412'), (u'CALL_-1204595263', u'INDIRECT_-1204589716'), (u'INDIRECT_-1204589451', u'MULTIEQUAL_-1204589280'), (u'CALL_-1204597662', u'INDIRECT_-1204589738'), (u'CALL_-1204596125', u'INDIRECT_-1204587658'), (u'INDIRECT_-1204587305', u'MULTIEQUAL_-1204587321'), (u'INDIRECT_-1204590223', u'MULTIEQUAL_-1204590106'), (u'CALL_-1204593800', u'INDIRECT_-1204586783'), ('const-433', u'STORE_-1204598482'), (u'LOAD_-1204597971', u'INT_EQUAL_-1204597896'), (u'CALL_-1204595528', u'INDIRECT_-1204589874'), (u'MULTIEQUAL_-1204587717', u'MULTIEQUAL_-1204587390'), ('const-0', u'INT_NOTEQUAL_-1204597760'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204593824'), (u'INDIRECT_-1204590600', u'MULTIEQUAL_-1204590368'), ('const-1', u'PTRADD_-1204587643'), (u'CALL_-1204594124', u'INDIRECT_-1204586987'), (u'MULTIEQUAL_-1204588300', u'CBRANCH_-1204599739'), (u'INDIRECT_-1204590653', u'MULTIEQUAL_-1204590937'), (u'INDIRECT_-1204589902', u'MULTIEQUAL_-1204590482'), (u'CALL_-1204593720', u'INDIRECT_-1204586138'), (u'STORE_-1204597706', u'INDIRECT_-1204589677'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204588484'), (u'PTRADD_-1204594302', u'STORE_-1204594349'), (u'MULTIEQUAL_-1204591135', u'MULTIEQUAL_-1204590311'), (u'PTRSUB_-1204587513', u'CALL_-1204597775'), (u'CALL_-1204593828', u'INDIRECT_-1204586206'), (u'INDIRECT_-1204587153', u'MULTIEQUAL_-1204587059'), (u'STORE_-1204598784', u'INDIRECT_-1204590431'), (u'MULTIEQUAL_-1204589744', u'MULTIEQUAL_-1204589601'), (u'INDIRECT_-1204588654', u'MULTIEQUAL_-1204588483'), ('const-1', u'PTRADD_-1204593204'), ('const-3691167', u'COPY_-1204585826'), (u'CALL_-1204595367', u'INDIRECT_-1204587305'), (u'INDIRECT_-1204591897', u'MULTIEQUAL_-1204592331'), ('const-0', u'PTRSUB_-1204585738'), (u'INDIRECT_-1204589022', u'MULTIEQUAL_-1204590145'), (u'MULTIEQUAL_-1204587591', u'MULTIEQUAL_-1204587586'), ('tmp_4800', u'CBRANCH_-1204595852'), ('tmp_8188', u'CALL_-1204595303'), (u'PTRADD_-1204598535', u'STORE_-1204598590'), (u'INDIRECT_-1204590460', u'MULTIEQUAL_-1204590376'), (u'INDIRECT_-1204590431', u'MULTIEQUAL_-1204585975'), (u'INDIRECT_-1204589832', u'MULTIEQUAL_-1204589717'), (u'STORE_-1204599219', u'INDIRECT_-1204590655'), (u'LOAD_-1204596103', u'PTRADD_-1204586036'), (u'CALL_-1204596786', u'INDIRECT_-1204588735'), (u'INDIRECT_-1204590478', u'MULTIEQUAL_-1204590389'), (u'MULTIEQUAL_-1204589546', u'MULTIEQUAL_-1204587981'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204595634'), (u'INDIRECT_-1204586806', u'MULTIEQUAL_-1204586650'), (u'CALL_-1204594368', u'INDIRECT_-1204586942'), (u'MULTIEQUAL_-1204592826', u'MULTIEQUAL_-1204591830'), (u'CALL_-1204594152', u'INDIRECT_-1204586806'), ('const-433', u'LOAD_-1204593864'), (u'CALL_-1204599288', u'INDIRECT_-1204589510'), (u'INDIRECT_-1204587185', u'MULTIEQUAL_-1204587784'), (u'MULTIEQUAL_-1204589888', u'MULTIEQUAL_-1204590145'), ('tmp_8188', u'CALL_-1204594632'), (u'INDIRECT_-1204590125', u'MULTIEQUAL_-1204590012'), (u'INDIRECT_-1204586472', u'MULTIEQUAL_-1204586322'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204597785'), (u'CALL_-1204596914', u'INDIRECT_-1204589299'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204596125'), (u'PTRADD_-1204587643', u'COPY_-1204587607'), (u'INDIRECT_-1204586055', u'MULTIEQUAL_-1204587049'), (u'MULTIEQUAL_-1204589208', u'MULTIEQUAL_-1204589969'), (u'CALL_-1204593828', u'INDIRECT_-1204587003'), ('tmp_5057', u'CBRANCH_-1204595441'), (u'CALL_-1204595468', u'INDIRECT_-1204588163'), (u'STORE_-1204594678', u'INDIRECT_-1204587816'), (u'INDIRECT_-1204589856', u'MULTIEQUAL_-1204589773'), (u'INDIRECT_-1204588435', u'MULTIEQUAL_-1204588336'), ('const-433', u'LOAD_-1204597743'), (u'INDIRECT_-1204587043', u'MULTIEQUAL_-1204587982'), (u'STORE_-1204594414', u'INDIRECT_-1204587665'), (u'INDIRECT_-1204590801', u'MULTIEQUAL_-1204590680'), (u'CALL_-1204597074', u'INDIRECT_-1204589543'), (u'CALL_-1204597603', u'INDIRECT_-1204589105'), (u'CALL_-1204594260', u'INDIRECT_-1204587671'), (u'INDIRECT_-1204586206', u'MULTIEQUAL_-1204586059'), ('tmp_5580', u'CBRANCH_-1204595137'), (u'CALL_-1204597920', u'INDIRECT_-1204590068'), (u'INDIRECT_-1204589502', u'MULTIEQUAL_-1204589375'), (u'CALL_-1204595263', u'INDIRECT_-1204590900'), (u'MULTIEQUAL_-1204588182', u'MULTIEQUAL_-1204588179'), (u'MULTIEQUAL_-1204588081', u'MULTIEQUAL_-1204588071'), (u'INDIRECT_-1204586667', u'MULTIEQUAL_-1204586585'), (u'CALL_-1204596285', u'INDIRECT_-1204588733'), (u'INDIRECT_-1204586785', u'MULTIEQUAL_-1204588210'), (u'INDIRECT_-1204589658', u'MULTIEQUAL_-1204589942'), (u'COPY_-1204584846', u'CALL_-1204593936'), (u'INDIRECT_-1204588808', u'MULTIEQUAL_-1204589118'), ('tmp_1753', u'BRANCH_-1204598626'), ('tmp_4346', u'CBRANCH_-1204596140'), ('const-1', u'PTRADD_-1204594283'), (u'INDIRECT_-1204588627', u'INT_NOTEQUAL_-1204595375'), (u'INDIRECT_-1204588137', u'MULTIEQUAL_-1204588378'), (u'CALL_-1204595499', u'INDIRECT_-1204588418'), (u'CALL_-1204598226', u'MULTIEQUAL_-1204592826'), (u'INDIRECT_-1204590054', u'MULTIEQUAL_-1204589971'), (u'COPY_-1204587860', u'CALL_-1204598762'), (u'INDIRECT_-1204586934', u'MULTIEQUAL_-1204586856'), (u'CALL_-1204595893', u'INDIRECT_-1204588522'), (u'COPY_-1204589717', u'MULTIEQUAL_-1204590262'), (u'INDIRECT_-1204587275', u'MULTIEQUAL_-1204587116'), (u'CALL_-1204598205', u'INDIRECT_-1204590009'), (u'PTRADD_-1204595486', u'STORE_-1204595536'), (u'MULTIEQUAL_-1204589915', u'MULTIEQUAL_-1204590739'), (u'CALL_-1204595528', u'INDIRECT_-1204589676'), ('const-433', u'LOAD_-1204593654'), (u'CALL_-1204594863', u'INDIRECT_-1204588227'), (u'INDIRECT_-1204590030', u'MULTIEQUAL_-1204589915'), (u'CALL_-1204594604', u'INDIRECT_-1204589451'), (u'CALL_-1204594503', u'INDIRECT_-1204587206'), (u'CALL_-1204594152', u'INDIRECT_-1204586410'), (u'INT_SLESS_-1204598790', u'CBRANCH_-1204598797'), (u'CALL_-1204596008', u'INDIRECT_-1204588710'), (u'CALL_-1204596253', u'INDIRECT_-1204589016'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204597976'), (u'CALL_-1204596786', u'INDIRECT_-1204590513'), (u'PTRSUB_-1204586474', u'STORE_-1204597880'), (u'STORE_-1204594541', u'INDIRECT_-1204587150'), (u'PTRADD_-1204598736', u'STORE_-1204598784'), (u'CALL_-1204596210', u'INDIRECT_-1204588305'), (u'CAST_-1204585406', u'INT_ZEXT_-1204592562'), ('const-3735456', u'COPY_-1204584793'), (u'INDIRECT_-1204590515', u'MULTIEQUAL_-1204590937'), ('const-1', u'COPY_-1204591336'), (u'CALL_-1204598460', u'INDIRECT_-1204589209'), (u'INDIRECT_-1204589608', u'MULTIEQUAL_-1204589744'), (u'COPY_-1204589522', u'MULTIEQUAL_-1204590262'), ('const-433', u'LOAD_-1204595630'), (u'INDIRECT_-1204591516', u'MULTIEQUAL_-1204592074'), (u'MULTIEQUAL_-1204587321', u'MULTIEQUAL_-1204586994'), (u'CAST_-1204586154', u'CALL_-1204596253'), (u'STORE_-1204595435', u'INDIRECT_-1204587242'), ('const-81', u'INT_EQUAL_-1204598439'), (u'INDIRECT_-1204587938', u'SUBPIECE_-1204590576'), (u'INT_ADD_-1204585396', u'CAST_-1204585299'), (u'INDIRECT_-1204587904', u'MULTIEQUAL_-1204587920'), (u'CALL_-1204593828', u'INDIRECT_-1204587795'), (u'MULTIEQUAL_-1204590541', u'MULTIEQUAL_-1204590389'), (u'INDIRECT_-1204586669', u'MULTIEQUAL_-1204586528'), (u'PTRADD_-1204595385', u'STORE_-1204595435'), (u'INDIRECT_-1204589510', u'MULTIEQUAL_-1204589394'), (u'STORE_-1204594349', u'INDIRECT_-1204586991'), (u'INDIRECT_-1204587479', u'MULTIEQUAL_-1204587450'), (u'COPY_-1204585484', u'CALL_-1204594329'), (u'STORE_-1204597531', u'INDIRECT_-1204589237'), ('const-0', u'STORE_-1204597981'), (u'INDIRECT_-1204589700', u'MULTIEQUAL_-1204589573'), (u'CALL_-1204597596', u'INDIRECT_-1204588651'), ('const-8', u'PTRSUB_-1204585681'), (u'MULTIEQUAL_-1204588778', u'MULTIEQUAL_-1204588690'), (u'INDIRECT_-1204586386', u'SUBPIECE_-1204586414'), (u'INDIRECT_-1204587705', u'MULTIEQUAL_-1204588576'), (u'CALL_-1204596934', u'INDIRECT_-1204589315'), (u'STORE_-1204595903', u'INDIRECT_-1204588270'), (u'INDIRECT_-1204588237', u'MULTIEQUAL_-1204588138'), (u'CALL_-1204596516', u'INDIRECT_-1204588063'), (u'INDIRECT_-1204588894', u'MULTIEQUAL_-1204588910'), (u'INDIRECT_-1204589677', u'MULTIEQUAL_-1204590739'), (u'CALL_-1204597616', u'INDIRECT_-1204589856'), ('const-2', u'COPY_-1204590009'), (u'COPY_-1204588089', u'LOAD_-1204598268'), ('tmp_4694', u'CBRANCH_-1204596266'), (u'MULTIEQUAL_-1204588408', u'INT_NOTEQUAL_-1204596016'), (u'CALL_-1204597991', u'INDIRECT_-1204588467'), (u'LOAD_-1204598185', u'INT_EQUAL_-1204598166'), ('const-4', u'COPY_-1204591512'), (u'INDIRECT_-1204588299', u'MULTIEQUAL_-1204588416'), (u'CALL_-1204594368', u'INDIRECT_-1204586744'), ('const--104', u'PTRSUB_-1204585397'), (u'CALL_-1204596786', u'INDIRECT_-1204587740'), ('const-4', u'COPY_-1204589778'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588252'), (u'INT_NOTEQUAL_-1204597558', u'CBRANCH_-1204597549'), ('const-4', u'PTRADD_-1204587655'), (u'STORE_-1204597706', u'INDIRECT_-1204588880'), (u'INDIRECT_-1204588441', u'MULTIEQUAL_-1204588576'), (u'PTRSUB_-1204587513', u'CALL_-1204598226'), (u'MULTIEQUAL_-1204585970', u'MULTIEQUAL_-1204588542'), (u'STORE_-1204597970', u'INDIRECT_-1204590783'), ('const-433', u'STORE_-1204598900'), ('const-4', u'INT_AND_-1204598397'), ('tmp_1208', u'CBRANCH_-1204599272'), (u'INDIRECT_-1204588099', u'MULTIEQUAL_-1204587998'), (u'CALL_-1204597991', u'INDIRECT_-1204589264'), ('const-3691167', u'COPY_-1204584980'), ('tmp_8188', u'CALL_-1204595367'), (u'STORE_-1204594596', u'INDIRECT_-1204586973'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204595584'), ('const-1', u'PTRADD_-1204593608'), (u'INDIRECT_-1204589435', u'MULTIEQUAL_-1204589375'), (u'CALL_-1204595453', u'MULTIEQUAL_-1204591268'), (u'MULTIEQUAL_-1204590541', u'MULTIEQUAL_-1204588976'), (u'CALL_-1204596285', u'INDIRECT_-1204589129'), (u'CALL_-1204595303', u'INDIRECT_-1204588155'), (u'INDIRECT_-1204586998', u'MULTIEQUAL_-1204586924'), (u'INDIRECT_-1204589266', u'MULTIEQUAL_-1204591135'), ('tmp_8188', u'PTRSUB_-1204584539'), ('const-0', u'INT_NOTEQUAL_-1204598693'), (u'MULTIEQUAL_-1204592478', u'INT_EQUAL_-1204598552'), (u'CALL_-1204596786', u'INDIRECT_-1204588537'), (u'CALL_-1204594420', u'INDIRECT_-1204587048'), (u'INDIRECT_-1204586737', u'MULTIEQUAL_-1204586593'), ('const-0', u'INT_NOTEQUAL_-1204597919'), (u'INDIRECT_-1204590812', u'COPY_-1204587633'), (u'INDIRECT_-1204587986', u'MULTIEQUAL_-1204587914'), (u'CALL_-1204595389', u'INDIRECT_-1204587718'), (u'CALL_-1204597985', u'INDIRECT_-1204590104'), (u'CALL_-1204595468', u'INDIRECT_-1204588559'), (u'MULTIEQUAL_-1204591666', u'MULTIEQUAL_-1204591426'), ('tmp_5024', u'CBRANCH_-1204595458'), (u'CALL_-1204593720', u'INDIRECT_-1204587529'), (u'INDIRECT_-1204586805', u'MULTIEQUAL_-1204586658'), (u'CALL_-1204594329', u'INDIRECT_-1204586917'), (u'STORE_-1204598071', u'INDIRECT_-1204589724'), (u'CALL_-1204596934', u'INDIRECT_-1204588320'), ('const-2', u'INT_AND_-1204595538'), (u'COPY_-1204592350', u'MULTIEQUAL_-1204592158'), (u'CALL_-1204593828', u'INDIRECT_-1204586805'), (u'INDIRECT_-1204587978', u'MULTIEQUAL_-1204589403'), ('const-6', u'COPY_-1204589711'), (u'LOAD_-1204598048', u'INT_SUB_-1204587974'), (u'INDIRECT_-1204590416', u'MULTIEQUAL_-1204590482'), (u'INDIRECT_-1204586251', u'MULTIEQUAL_-1204587943'), (u'CALL_-1204596706', u'INDIRECT_-1204589091'), (u'INDIRECT_-1204588110', u'MULTIEQUAL_-1204587947'), ('tmp_1419', u'CBRANCH_-1204598875'), (u'CALL_-1204599288', u'INDIRECT_-1204589906'), (u'INDIRECT_-1204587049', u'MULTIEQUAL_-1204587784'), (u'INDIRECT_-1204588889', u'MULTIEQUAL_-1204589174'), (u'CALL_-1204597596', u'INDIRECT_-1204588849'), ('const-4', u'COPY_-1204589522'), (u'INDIRECT_-1204590045', u'MULTIEQUAL_-1204590680'), (u'INDIRECT_-1204589520', u'MULTIEQUAL_-1204589942'), ('const-251', u'INT_AND_-1204587963'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594859'), (u'STORE_-1204594306', u'INDIRECT_-1204587004'), (u'MULTIEQUAL_-1204592292', u'INT_NOTEQUAL_-1204598693'), (u'PTRSUB_-1204584675', u'LOAD_-1204593972'), (u'LOAD_-1204596160', u'INT_SLESSEQUAL_-1204596132'), (u'CALL_-1204596706', u'INDIRECT_-1204588497'), (u'SUBPIECE_-1204586414', u'PIECE_-1204586412'), (u'CALL_-1204593692', u'INDIRECT_-1204587507'), ('const-0', u'INT_EQUAL_-1204599770'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204595366'), (u'CAST_-1204585352', u'STORE_-1204594381'), (u'STORE_-1204599219', u'INDIRECT_-1204590061'), (u'CALL_-1204594275', u'INDIRECT_-1204586886'), (u'STORE_-1204594786', u'INDIRECT_-1204586888'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587385'), (u'INDIRECT_-1204589011', u'MULTIEQUAL_-1204589321'), (u'COPY_-1204585543', u'CALL_-1204594377'), (u'INDIRECT_-1204586466', u'MULTIEQUAL_-1204586390'), ('tmp_4492', u'CBRANCH_-1204596028'), ('tmp_7340', u'CBRANCH_-1204594386'), (u'CALL_-1204595474', u'INDIRECT_-1204588402'), (u'INDIRECT_-1204589775', u'MULTIEQUAL_-1204589622'), (u'INT_ADD_-1204598321', u'CAST_-1204587271'), (u'INT_SLESSEQUAL_-1204596132', u'CBRANCH_-1204596140'), ('const-0', u'INT_NOTEQUAL_-1204594320'), (u'CALL_-1204594219', u'INDIRECT_-1204587248'), ('const-0', u'PTRSUB_-1204585403'), (u'INDIRECT_-1204588419', u'MULTIEQUAL_-1204588316'), (u'COPY_-1204586758', u'CALL_-1204595303'), (u'CALL_-1204596206', u'INDIRECT_-1204587894'), (u'CALL_-1204593292', u'INDIRECT_-1204587579'), (u'MULTIEQUAL_-1204591135', u'MULTIEQUAL_-1204590992'), (u'INDIRECT_-1204588710', u'MULTIEQUAL_-1204588583'), (u'CALL_-1204599308', u'INDIRECT_-1204592296'), (u'INDIRECT_-1204588939', u'MULTIEQUAL_-1204589685'), ('tmp_7873', u'CBRANCH_-1204595318'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204598900'), (u'LOAD_-1204593762', u'INT_NOTEQUAL_-1204593740'), (u'INDIRECT_-1204587202', u'MULTIEQUAL_-1204587116'), (u'INDIRECT_-1204587740', u'MULTIEQUAL_-1204586508'), (u'CALL_-1204594275', u'INDIRECT_-1204589659'), (u'STORE_-1204593658', u'INDIRECT_-1204586998'), ('const-433', u'LOAD_-1204598796'), (u'INDIRECT_-1204590405', u'MULTIEQUAL_-1204590541'), (u'INDIRECT_-1204589308', u'MULTIEQUAL_-1204589175'), (u'INDIRECT_-1204589256', u'COPY_-1204586091'), ('const-0', u'PTRSUB_-1204584879'), (u'INT_NOTEQUAL_-1204596218', u'CBRANCH_-1204596217'), (u'CALL_-1204595499', u'INDIRECT_-1204588220'), (u'INT_ADD_-1204597865', u'STORE_-1204597880'), (u'INT_ADD_-1204585449', u'CAST_-1204585352'), (u'LOAD_-1204597756', u'LOAD_-1204597743'), ('tmp_8188', u'PTRSUB_-1204588205'), (u'CALL_-1204596206', u'INT_EQUAL_-1204596187'), (u'PTRADD_-1204594628', u'STORE_-1204594678'), ('const-3644850', u'COPY_-1204587930'), (u'INDIRECT_-1204590012', u'MULTIEQUAL_-1204591135'), (u'STORE_-1204598590', u'INDIRECT_-1204589634'), (u'INDIRECT_-1204587423', u'MULTIEQUAL_-1204587291'), (u'CALL_-1204595468', u'INDIRECT_-1204590139'), (u'CALL_-1204598382', u'INDIRECT_-1204589764'), (u'CALL_-1204595367', u'INDIRECT_-1204588300'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204597942'), (u'CALL_-1204596206', u'INT_SEXT_-1204596189'), (u'CALL_-1204593292', u'INDIRECT_-1204587381'), (u'CALL_-1204597596', u'INT_NOTEQUAL_-1204597581'), (u'INDIRECT_-1204587982', u'MULTIEQUAL_-1204587800'), (u'INDIRECT_-1204592393', u'MULTIEQUAL_-1204592331'), (u'CALL_-1204595453', u'INDIRECT_-1204589226'), (u'MULTIEQUAL_-1204591206', u'COPY_-1204586436'), (u'CALL_-1204595263', u'INDIRECT_-1204588523'), (u'INDIRECT_-1204589663', u'MULTIEQUAL_-1204589579'), (u'INDIRECT_-1204588924', u'MULTIEQUAL_-1204588809'), ('const-4', u'COPY_-1204590321'), (u'CALL_-1204599308', u'INDIRECT_-1204590320'), (u'STORE_-1204594198', u'INDIRECT_-1204586734'), (u'INDIRECT_-1204589962', u'MULTIEQUAL_-1204590382'), ('const-0', u'INT_NOTEQUAL_-1204597581'), (u'MULTIEQUAL_-1204591397', u'PTRADD_-1204595353'), ('const-433', u'LOAD_-1204598190'), ('const-168', u'INT_ADD_-1204598321'), (u'CALL_-1204593272', u'INDIRECT_-1204587367'), (u'STORE_-1204595634', u'INDIRECT_-1204587958'), ('const-0', u'INT_EQUAL_-1204597914'), ('const-1', u'PTRADD_-1204597800'), (u'MULTIEQUAL_-1204591666', u'COPY_-1204585571'), (u'COPY_-1204589930', u'MULTIEQUAL_-1204590262'), (u'CALL_-1204595474', u'INDIRECT_-1204588600'), (u'COPY_-1204587603', u'MULTIEQUAL_-1204594316'), ('tmp_8188', u'PTRSUB_-1204588156'), (u'CALL_-1204595588', u'INDIRECT_-1204588238'), (u'INT_ZEXT_-1204594698', u'PTRADD_-1204587655'), (u'CALL_-1204598093', u'INDIRECT_-1204589011'), (u'PTRSUB_-1204587597', u'LOAD_-1204598661'), (u'INDIRECT_-1204587451', u'MULTIEQUAL_-1204587586'), (u'MULTIEQUAL_-1204588888', u'COPY_-1204586472'), (u'COPY_-1204586948', u'MULTIEQUAL_-1204590878'), (u'MULTIEQUAL_-1204589177', u'MULTIEQUAL_-1204589174'), ('const-4', u'COPY_-1204590103'), ('tmp_7420', u'CBRANCH_-1204594336'), ('tmp_8188', u'PTRSUB_-1204584476'), (u'COPY_-1204592620', u'MULTIEQUAL_-1204592478'), (u'LOAD_-1204594905', u'INT_NOTEQUAL_-1204594883'), (u'STORE_-1204594090', u'INDIRECT_-1204587464'), (u'INDIRECT_-1204588967', u'MULTIEQUAL_-1204588779'), ('const-3733359', u'COPY_-1204585061'), (u'CALL_-1204598226', u'MULTIEQUAL_-1204591830'), (u'CALL_-1204594632', u'INDIRECT_-1204587497'), (u'MULTIEQUAL_-1204588542', u'MULTIEQUAL_-1204588685'), (u'INT_EQUAL_-1204598009', u'CBRANCH_-1204598008'), (u'COPY_-1204584931', u'CALL_-1204594124'), (u'PTRSUB_-1204585048', u'CALL_-1204594473'), (u'CALL_-1204596786', u'INDIRECT_-1204589329'), (u'INDIRECT_-1204590218', u'MULTIEQUAL_-1204590284'), (u'CALL_-1204598890', u'INDIRECT_-1204589223'), (u'CALL_-1204593800', u'INDIRECT_-1204586580'), (u'CALL_-1204599233', u'INDIRECT_-1204589681'), (u'COPY_-1204586425', u'MULTIEQUAL_-1204591166'), (u'INDIRECT_-1204586801', u'MULTIEQUAL_-1204586715'), ('tmp_8188', u'PTRSUB_-1204586625'), ('const-0', u'INT_SLESS_-1204598849'), ('tmp_1667', u'CBRANCH_-1204598707'), (u'MULTIEQUAL_-1204588118', u'MULTIEQUAL_-1204587716'), (u'INDIRECT_-1204590464', u'MULTIEQUAL_-1204590739'), (u'INDIRECT_-1204588861', u'MULTIEQUAL_-1204588778'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588187'), (u'STORE_-1204594909', u'INDIRECT_-1204587554'), (u'INT_SEXT_-1204597584', u'PTRADD_-1204597480'), (u'INDIRECT_-1204586536', u'MULTIEQUAL_-1204586452'), ('const--136', u'PTRSUB_-1204587839'), (u'INDIRECT_-1204589546', u'MULTIEQUAL_-1204589424'), ('tmp_8188', u'PTRSUB_-1204584607'), (u'MULTIEQUAL_-1204587086', u'MULTIEQUAL_-1204587076'), (u'CALL_-1204593692', u'INDIRECT_-1204587705'), (u'MULTIEQUAL_-1204589284', u'MULTIEQUAL_-1204589279'), (u'CALL_-1204594044', u'INDIRECT_-1204586540'), ('const-1', u'PTRADD_-1204594256'), (u'CALL_-1204594377', u'INDIRECT_-1204586944'), (u'MULTIEQUAL_-1204587943', u'MULTIEQUAL_-1204588086'), (u'INDIRECT_-1204587947', u'MULTIEQUAL_-1204587883'), (u'CALL_-1204598671', u'INDIRECT_-1204590515'), (u'CALL_-1204593584', u'INDIRECT_-1204586444'), (u'CALL_-1204595367', u'INDIRECT_-1204588894'), ('tmp_23145', u'PTRSUB_-1204587856'), (u'INDIRECT_-1204587413', u'MULTIEQUAL_-1204587586'), (u'PTRSUB_-1204584952', u'LOAD_-1204594410'), ('tmp_3159', u'CBRANCH_-1204596899'), (u'INDIRECT_-1204589115', u'MULTIEQUAL_-1204588974'), (u'INDIRECT_-1204589808', u'MULTIEQUAL_-1204589415'), (u'STORE_-1204594356', u'INDIRECT_-1204587125'), (u'INDIRECT_-1204587740', u'MULTIEQUAL_-1204589546'), (u'MULTIEQUAL_-1204588542', u'INT_NOTEQUAL_-1204596312'), (u'INDIRECT_-1204586466', u'MULTIEQUAL_-1204586325'), (u'STORE_-1204597855', u'INDIRECT_-1204588756'), (u'CALL_-1204598890', u'INDIRECT_-1204590812'), (u'INDIRECT_-1204587516', u'MULTIEQUAL_-1204587353'), (u'PTRSUB_-1204585940', u'LOAD_-1204595823'), (u'INT_EQUAL_-1204598710', u'CBRANCH_-1204598707'), (u'CALL_-1204595303', u'INDIRECT_-1204589348'), (u'COPY_-1204589327', u'MULTIEQUAL_-1204590262'), (u'INDIRECT_-1204589774', u'MULTIEQUAL_-1204590541'), (u'INDIRECT_-1204587074', u'MULTIEQUAL_-1204587383'), (u'INDIRECT_-1204586314', u'MULTIEQUAL_-1204587185'), (u'INDIRECT_-1204586070', u'MULTIEQUAL_-1204585994'), (u'INT_NOTEQUAL_-1204594291', u'CBRANCH_-1204594290'), (u'CALL_-1204594275', u'INDIRECT_-1204587683'), (u'PTRADD_-1204585502', u'LOAD_-1204594333'), (u'LOAD_-1204593654', u'INT_NOTEQUAL_-1204593632'), (u'INDIRECT_-1204589011', u'MULTIEQUAL_-1204588618'), (u'CALL_-1204593936', u'INDIRECT_-1204587863'), (u'INDIRECT_-1204589165', u'MULTIEQUAL_-1204589585'), ('const-433', u'STORE_-1204597942'), (u'INDIRECT_-1204588455', u'MULTIEQUAL_-1204588778'), (u'CALL_-1204595474', u'INDIRECT_-1204589982'), ('tmp_1998', u'CBRANCH_-1204598437'), (u'INDIRECT_-1204589659', u'MULTIEQUAL_-1204589539'), ('const--144', u'PTRSUB_-1204587613'), (u'CALL_-1204597603', u'INDIRECT_-1204589704'), (u'CALL_-1204594632', u'INDIRECT_-1204587695'), ('tmp_2582', u'CBRANCH_-1204597760'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204598226'), (u'CALL_-1204594219', u'INDIRECT_-1204587847'), (u'INDIRECT_-1204589619', u'MULTIEQUAL_-1204589942'), (u'CALL_-1204595490', u'INDIRECT_-1204590156'), ('const-0', u'COPY_-1204594545'), (u'MULTIEQUAL_-1204588316', u'MULTIEQUAL_-1204587914'), ('const-0', u'INT_EQUAL_-1204598009'), (u'INDIRECT_-1204587565', u'MULTIEQUAL_-1204587395'), (u'CALL_-1204596516', u'INDIRECT_-1204588860'), ('const-2', u'COPY_-1204592146'), (u'INT_NOTEQUAL_-1204597999', u'CBRANCH_-1204597998'), (u'LOAD_-1204599302', u'MULTIEQUAL_-1204592397'), (u'CALL_-1204594835', u'INDIRECT_-1204589587'), (u'LOAD_-1204598018', u'CALL_-1204597991'), ('tmp_38916', u'MULTIEQUAL_-1204590739'), (u'LOAD_-1204595335', u'INT_NOTEQUAL_-1204595319'), (u'MULTIEQUAL_-1204589717', u'MULTIEQUAL_-1204590541'), ('const-2', u'INT_AND_-1204597675'), (u'CALL_-1204595453', u'INDIRECT_-1204591004'), (u'PTRADD_-1204598856', u'STORE_-1204598900'), (u'CALL_-1204596888', u'INDIRECT_-1204588497'), (u'INDIRECT_-1204588696', u'MULTIEQUAL_-1204588712'), ('tmp_8186', u'CALL_-1204596285'), (u'INDIRECT_-1204588361', u'MULTIEQUAL_-1204588316'), (u'PTRADD_-1204597747', u'CAST_-1204586893'), ('tmp_7438', u'BRANCH_-1204593246'), (u'CALL_-1204594863', u'INDIRECT_-1204588425'), (u'INDIRECT_-1204590358', u'MULTIEQUAL_-1204590170'), (u'CALL_-1204596206', u'INDIRECT_-1204589087'), (u'MULTIEQUAL_-1204587519', u'MULTIEQUAL_-1204587117'), (u'INDIRECT_-1204588257', u'MULTIEQUAL_-1204588580'), (u'INDIRECT_-1204587618', u'MULTIEQUAL_-1204587528'), (u'INDIRECT_-1204589105', u'MULTIEQUAL_-1204588972'), (u'CALL_-1204598762', u'INDIRECT_-1204592035'), ('const-0', u'COPY_-1204595495'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587515'), (u'STORE_-1204594349', u'INDIRECT_-1204588184'), (u'INDIRECT_-1204586449', u'MULTIEQUAL_-1204588141'), (u'INDIRECT_-1204587189', u'MULTIEQUAL_-1204587117'), (u'STORE_-1204597942', u'INDIRECT_-1204590064'), (u'COPY_-1204589425', u'MULTIEQUAL_-1204590029'), (u'INDIRECT_-1204592183', u'MULTIEQUAL_-1204592331'), ('const-3738080', u'PTRSUB_-1204585559'), ('const-433', u'LOAD_-1204596515'), ('const-433', u'LOAD_-1204595366'), (u'PTRSUB_-1204585236', u'LOAD_-1204594899'), (u'STORE_-1204597531', u'INDIRECT_-1204589435'), ('const-0', u'STORE_-1204594440'), ('const-0', u'PTRSUB_-1204587470'), (u'CALL_-1204597603', u'INDIRECT_-1204588907'), (u'LOAD_-1204593864', u'INT_NOTEQUAL_-1204593848'), (u'CALL_-1204597977', u'INDIRECT_-1204590045'), ('const-1', u'PTRADD_-1204594859'), (u'INDIRECT_-1204590709', u'MULTIEQUAL_-1204590530'), (u'CALL_-1204595490', u'INDIRECT_-1204588180'), (u'STORE_-1204595435', u'INDIRECT_-1204588435'), (u'INDIRECT_-1204589531', u'MULTIEQUAL_-1204586516'), (u'INDIRECT_-1204587831', u'MULTIEQUAL_-1204587658'), (u'CALL_-1204597596', u'LOAD_-1204597576'), ('const-1', u'PTRADD_-1204594283'), (u'INDIRECT_-1204589879', u'MULTIEQUAL_-1204589790'), (u'COPY_-1204593100', u'COPY_-1204586425'), (u'INDIRECT_-1204589934', u'MULTIEQUAL_-1204589773'), (u'COPY_-1204586604', u'MULTIEQUAL_-1204591207'), (u'CALL_-1204594275', u'INDIRECT_-1204588475'), ('const--136', u'PTRSUB_-1204587513'), (u'INDIRECT_-1204589412', u'MULTIEQUAL_-1204589477'), (u'INDIRECT_-1204587222', u'MULTIEQUAL_-1204587132'), (u'INT_NOTEQUAL_-1204597590', u'CBRANCH_-1204597585'), (u'INDIRECT_-1204589538', u'MULTIEQUAL_-1204590284'), (u'MULTIEQUAL_-1204590661', u'MULTIEQUAL_-1204590650'), (u'PTRSUB_-1204587954', u'CALL_-1204597074'), (u'INDIRECT_-1204589226', u'MULTIEQUAL_-1204589007'), (u'LOAD_-1204598368', u'INT_EQUAL_-1204598277'), (u'MULTIEQUAL_-1204588416', u'MULTIEQUAL_-1204589177'), ('const-2', u'COPY_-1204593240'), (u'MULTIEQUAL_-1204587982', u'MULTIEQUAL_-1204588740'), (u'CALL_-1204596011', u'INDIRECT_-1204587946'), (u'CALL_-1204597977', u'INDIRECT_-1204590243'), (u'STORE_-1204598291', u'INDIRECT_-1204589624'), (u'INDIRECT_-1204587673', u'MULTIEQUAL_-1204587982'), (u'STORE_-1204597542', u'INDIRECT_-1204589972'), ('tmp_4065', u'CBRANCH_-1204597961'), (u'INDIRECT_-1204590999', u'MULTIEQUAL_-1204590878'), (u'INT_EQUAL_-1204598876', u'CBRANCH_-1204598875'), ('const-3720069', u'COPY_-1204587661'), ('const-1', u'PTRADD_-1204594314'), (u'INDIRECT_-1204587337', u'MULTIEQUAL_-1204587184'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594306'), (u'INDIRECT_-1204591996', u'MULTIEQUAL_-1204592331'), ('tmp_4268', u'CBRANCH_-1204596185'), (u'INDIRECT_-1204592296', u'MULTIEQUAL_-1204592188'), (u'MULTIEQUAL_-1204590769', u'MULTIEQUAL_-1204589777'), (u'CALL_-1204595453', u'INDIRECT_-1204588231'), (u'INDIRECT_-1204587837', u'MULTIEQUAL_-1204587652'), (u'CALL_-1204596706', u'INDIRECT_-1204589289'), ('const-0', u'COPY_-1204592620'), (u'CALL_-1204597991', u'INDIRECT_-1204589066'), (u'STORE_-1204595435', u'INDIRECT_-1204587841'), ('const--152', u'PTRSUB_-1204587724'), (u'CALL_-1204597985', u'INDIRECT_-1204590302'), (u'MULTIEQUAL_-1204586520', u'CALL_-1204596706'), (u'INDIRECT_-1204587520', u'MULTIEQUAL_-1204587341'), (u'CALL_-1204594232', u'INDIRECT_-1204587253'), (u'INDIRECT_-1204589456', u'MULTIEQUAL_-1204589942'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594302'), ('const-1', u'PTRADD_-1204593824'), ('const-0', u'PTRSUB_-1204587000'), (u'CALL_-1204598205', u'INDIRECT_-1204592183'), (u'INDIRECT_-1204588733', u'MULTIEQUAL_-1204588778'), (u'STORE_-1204596216', u'INDIRECT_-1204587792'), (u'INT_SEXT_-1204594480', u'MULTIEQUAL_-1204592336'), ('const-433', u'LOAD_-1204593870'), (u'INDIRECT_-1204588941', u'MULTIEQUAL_-1204589136'), (u'INDIRECT_-1204588113', u'MULTIEQUAL_-1204588576'), (u'MULTIEQUAL_-1204590541', u'INT_NOTEQUAL_-1204599337'), (u'CALL_-1204595357', u'INDIRECT_-1204589577'), ('const-433', u'LOAD_-1204595431'), (u'INDIRECT_-1204590715', u'MULTIEQUAL_-1204590602'), (u'INDIRECT_-1204588163', u'MULTIEQUAL_-1204588118'), (u'INDIRECT_-1204588576', u'MULTIEQUAL_-1204588394'), (u'STORE_-1204594414', u'INDIRECT_-1204587467'), ('const-2', u'CALL_-1204593292'), (u'INDIRECT_-1204587915', u'MULTIEQUAL_-1204588378'), ('const-251', u'INT_AND_-1204588062'), (u'CALL_-1204595357', u'INDIRECT_-1204588186'), (u'CALL_-1204595303', u'INDIRECT_-1204588353'), ('const-88', u'PTRSUB_-1204586077'), (u'INDIRECT_-1204590812', u'INT_SLESSEQUAL_-1204598817'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204597409'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594541'), (u'CALL_-1204596786', u'MULTIEQUAL_-1204592826'), (u'MULTIEQUAL_-1204588071', u'MULTIEQUAL_-1204589174'), ('const-0', u'COPY_-1204599841'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594040'), ('const-0', u'PTRSUB_-1204586625'), (u'INDIRECT_-1204590655', u'MULTIEQUAL_-1204590739'), (u'CALL_-1204594503', u'INDIRECT_-1204586607'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204595565'), (u'INDIRECT_-1204587313', u'MULTIEQUAL_-1204587152'), ('const-1', u'PTRADD_-1204596170'), (u'STORE_-1204597855', u'INDIRECT_-1204589553'), (u'INDIRECT_-1204589421', u'MULTIEQUAL_-1204589744'), (u'STORE_-1204594349', u'INDIRECT_-1204587788'), (u'INDIRECT_-1204589566', u'MULTIEQUAL_-1204589980'), (u'INDIRECT_-1204587621', u'MULTIEQUAL_-1204587489'), (u'CALL_-1204593584', u'INDIRECT_-1204587241'), (u'PTRSUB_-1204587513', u'CALL_-1204596706'), (u'CALL_-1204597911', u'INDIRECT_-1204588419'), ('tmp_4507', u'BRANCH_-1204596008'), (u'CALL_-1204598205', u'INDIRECT_-1204590603'), ('const-36', u'COPY_-1204593255'), ('const-1', u'PTRADD_-1204594393'), (u'CALL_-1204599288', u'INDIRECT_-1204590703'), (u'STORE_-1204598557', u'INDIRECT_-1204589235'), (u'CALL_-1204593936', u'INDIRECT_-1204586873'), (u'CALL_-1204599233', u'INDIRECT_-1204591072'), ('const-48', u'PTRSUB_-1204587687'), ('const-16', u'PTRSUB_-1204586516'), (u'CALL_-1204595566', u'INDIRECT_-1204590197'), (u'INDIRECT_-1204587986', u'MULTIEQUAL_-1204588976'), (u'COPY_-1204589090', u'MULTIEQUAL_-1204590029'), (u'MULTIEQUAL_-1204588185', u'MULTIEQUAL_-1204588180'), (u'CALL_-1204595367', u'INDIRECT_-1204587904'), ('const-433', u'LOAD_-1204593648'), (u'INDIRECT_-1204586941', u'MULTIEQUAL_-1204586788'), (u'CALL_-1204597977', u'INDIRECT_-1204589847'), (u'INDIRECT_-1204588484', u'MULTIEQUAL_-1204588382'), (u'COPY_-1204587579', u'MULTIEQUAL_-1204592292'), (u'INDIRECT_-1204589083', u'MULTIEQUAL_-1204588981'), (u'INDIRECT_-1204586678', u'MULTIEQUAL_-1204586987'), (u'LOAD_-1204596515', u'MULTIEQUAL_-1204593542'), (u'PTRADD_-1204593716', u'STORE_-1204593766'), ('const-7', u'COPY_-1204589224'), (u'STORE_-1204594426', u'INDIRECT_-1204587078'), (u'MULTIEQUAL_-1204591041', u'INT_NOTEQUAL_-1204597838'), (u'PTRSUB_-1204585804', u'LOAD_-1204595532'), (u'CALL_-1204595474', u'INDIRECT_-1204587209'), (u'MULTIEQUAL_-1204588580', u'MULTIEQUAL_-1204588492'), (u'COPY_-1204588359', u'MULTIEQUAL_-1204588300'), ('tmp_8186', u'CALL_-1204594503'), (u'INDIRECT_-1204589050', u'MULTIEQUAL_-1204589685'), (u'INDIRECT_-1204588159', u'MULTIEQUAL_-1204587989'), (u'INDIRECT_-1204590896', u'MULTIEQUAL_-1204590778'), (u'LOAD_-1204598366', u'PTRADD_-1204595864'), (u'COPY_-1204589223', u'MULTIEQUAL_-1204591049'), ('const-1', u'PTRADD_-1204594364'), ('const-36', u'PTRSUB_-1204585951'), (u'INDIRECT_-1204589934', u'MULTIEQUAL_-1204590937'), ('const-433', u'LOAD_-1204595847'), ('const-0', u'INT_NOTEQUAL_-1204597667'), (u'COPY_-1204584913', u'CALL_-1204594044'), ('tmp_8188', u'CALL_-1204594016'), (u'CALL_-1204597977', u'INDIRECT_-1204589050'), ('const-0', u'INT_NOTEQUAL_-1204597838'), (u'CALL_-1204594377', u'INDIRECT_-1204587543'), (u'PIECE_-1204586413', u'PIECE_-1204586412'), (u'COPY_-1204586999', u'CALL_-1204598093'), (u'STORE_-1204598784', u'INDIRECT_-1204589238'), ('tmp_8188', u'PTRSUB_-1204588165'), ('const-0', u'PTRSUB_-1204585100'), (u'STORE_-1204593982', u'INDIRECT_-1204587397'), (u'MULTIEQUAL_-1204589676', u'MULTIEQUAL_-1204590482'), (u'CALL_-1204597662', u'INDIRECT_-1204589540'), ('const-16', u'PTRSUB_-1204588205'), (u'INDIRECT_-1204587714', u'MULTIEQUAL_-1204587920'), (u'CALL_-1204599308', u'INDIRECT_-1204590914'), (u'STORE_-1204594909', u'INDIRECT_-1204587752'), ('const-0', u'PTRSUB_-1204585693'), (u'INDIRECT_-1204589424', u'MULTIEQUAL_-1204589205'), ('const-0', u'COPY_-1204596816'), ('tmp_8188', u'CALL_-1204594340'), ('const-433', u'STORE_-1204593766'), (u'INDIRECT_-1204586652', u'MULTIEQUAL_-1204588344'), (u'INDIRECT_-1204589087', u'MULTIEQUAL_-1204589372'), ('const-1', u'PTRADD_-1204597789'), (u'INDIRECT_-1204588785', u'MULTIEQUAL_-1204588632'), (u'CALL_-1204595499', u'INDIRECT_-1204587225'), ('const-0', u'INT_EQUAL_-1204598229'), (u'CALL_-1204597540', u'INDIRECT_-1204588621'), (u'INDIRECT_-1204588815', u'MULTIEQUAL_-1204588712'), (u'STORE_-1204593766', u'INDIRECT_-1204586268'), (u'INDIRECT_-1204589608', u'MULTIEQUAL_-1204589487'), (u'PTRADD_-1204597656', u'STORE_-1204597706'), (u'INDIRECT_-1204591123', u'MULTIEQUAL_-1204592094'), (u'MULTIEQUAL_-1204587981', u'MULTIEQUAL_-1204587893'), (u'COPY_-1204591512', u'MULTIEQUAL_-1204591445'), (u'PTRSUB_-1204584612', u'LOAD_-1204593870'), (u'CALL_-1204596285', u'MULTIEQUAL_-1204591049'), (u'INDIRECT_-1204586669', u'MULTIEQUAL_-1204586593'), (u'INDIRECT_-1204591784', u'MULTIEQUAL_-1204591403'), (u'INDIRECT_-1204588140', u'INT_NOTEQUAL_-1204596873'), (u'CALL_-1204596280', u'INDIRECT_-1204589035'), (u'INDIRECT_-1204590109', u'MULTIEQUAL_-1204589993'), (u'INDIRECT_-1204588423', u'MULTIEQUAL_-1204589546'), (u'STORE_-1204596216', u'INDIRECT_-1204588391'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589858'), (u'INDIRECT_-1204592183', u'MULTIEQUAL_-1204592074'), (u'CALL_-1204593292', u'INDIRECT_-1204587183'), (u'INDIRECT_-1204586768', u'MULTIEQUAL_-1204586598'), (u'MULTIEQUAL_-1204589321', u'MULTIEQUAL_-1204590145'), (u'INDIRECT_-1204588339', u'MULTIEQUAL_-1204590145'), (u'COPY_-1204587040', u'MULTIEQUAL_-1204594157'), (u'MULTIEQUAL_-1204587717', u'MULTIEQUAL_-1204587315'), (u'CALL_-1204595893', u'INDIRECT_-1204587527'), (u'LOAD_-1204597701', u'INT_AND_-1204597675'), (u'INDIRECT_-1204589485', u'MULTIEQUAL_-1204589177'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204598291'), (u'LOAD_-1204599307', u'MULTIEQUAL_-1204593754'), ('const-0', u'COPY_-1204596828'), (u'MULTIEQUAL_-1204588464', u'MULTIEQUAL_-1204588712'), (u'INT_NOTEQUAL_-1204596050', u'CBRANCH_-1204596049'), (u'INDIRECT_-1204589451', u'MULTIEQUAL_-1204590086'), (u'INDIRECT_-1204588739', u'MULTIEQUAL_-1204586512'), (u'MULTIEQUAL_-1204589375', u'MULTIEQUAL_-1204589372'), (u'CALL_-1204594712', u'INDIRECT_-1204587345'), ('const-8', u'PTRSUB_-1204588165'), ('const--136', u'PTRSUB_-1204587773'), (u'CALL_-1204597920', u'INDIRECT_-1204590266'), (u'INDIRECT_-1204587527', u'MULTIEQUAL_-1204585966'), (u'CALL_-1204595389', u'INDIRECT_-1204587322'), (u'CALL_-1204595566', u'INDIRECT_-1204589013'), ('tmp_6386', u'CBRANCH_-1204594063'), (u'MULTIEQUAL_-1204590766', u'MULTIEQUAL_-1204590677'), (u'INDIRECT_-1204586600', u'MULTIEQUAL_-1204586520'), (u'INDIRECT_-1204588830', u'MULTIEQUAL_-1204588611'), (u'INDIRECT_-1204586648', u'MULTIEQUAL_-1204587383'), (u'CALL_-1204595424', u'INDIRECT_-1204587983'), (u'CALL_-1204595367', u'INDIRECT_-1204587503'), (u'STORE_-1204594381', u'INDIRECT_-1204587336'), (u'MULTIEQUAL_-1204594874', u'PTRADD_-1204597892'), (u'INDIRECT_-1204586252', u'MULTIEQUAL_-1204586987'), (u'COPY_-1204589587', u'MULTIEQUAL_-1204590262'), (u'LOAD_-1204597971', u'INT_NOTEQUAL_-1204596218'), (u'MULTIEQUAL_-1204590769', u'MULTIEQUAL_-1204590766'), ('const-3691167', u'COPY_-1204585332'), (u'PTRSUB_-1204586268', u'CALL_-1204596786'), ('const-433', u'STORE_-1204594090'), (u'INT_NOTEQUAL_-1204597963', u'CBRANCH_-1204597961'), (u'INDIRECT_-1204588746', u'MULTIEQUAL_-1204589705'), (u'COPY_-1204586296', u'MULTIEQUAL_-1204590734'), ('const-433', u'STORE_-1204598291'), (u'LOAD_-1204598366', u'LOAD_-1204598361'), (u'MULTIEQUAL_-1204590086', u'MULTIEQUAL_-1204590343'), ('tmp_8186', u'CALL_-1204598205'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594426'), (u'INT_NOTEQUAL_-1204594320', u'CBRANCH_-1204594318'), (u'COPY_-1204585332', u'CALL_-1204594740'), (u'INDIRECT_-1204590812', u'CALL_-1204598671'), (u'INDIRECT_-1204588339', u'MULTIEQUAL_-1204586511'), (u'CALL_-1204595424', u'INDIRECT_-1204588379'), (u'INDIRECT_-1204588695', u'MULTIEQUAL_-1204588812'), (u'CALL_-1204595424', u'INDIRECT_-1204588577'), (u'INDIRECT_-1204587034', u'MULTIEQUAL_-1204586861'), (u'CALL_-1204593720', u'INDIRECT_-1204587727'), (u'INDIRECT_-1204589919', u'MULTIEQUAL_-1204589799'), (u'INDIRECT_-1204589540', u'MULTIEQUAL_-1204590086'), ('tmp_4766', u'CBRANCH_-1204595878'), ('const-2', u'PTRADD_-1204594503'), (u'CALL_-1204593584', u'INDIRECT_-1204587439'), (u'INDIRECT_-1204586803', u'MULTIEQUAL_-1204586723'), (u'STORE_-1204594090', u'INDIRECT_-1204586271'), (u'INT_NOTEQUAL_-1204594883', u'CBRANCH_-1204594882'), (u'INDIRECT_-1204588931', u'MULTIEQUAL_-1204588976'), (u'COPY_-1204586003', u'CALL_-1204595588'), (u'INT_EQUAL_-1204597914', u'CBRANCH_-1204597914'), (u'CALL_-1204597991', u'INDIRECT_-1204588071'), (u'INDIRECT_-1204587464', u'MULTIEQUAL_-1204587382'), (u'CALL_-1204596280', u'INDIRECT_-1204589233'), (u'STORE_-1204593658', u'INDIRECT_-1204586399'), (u'CALL_-1204594368', u'INDIRECT_-1204587739'), (u'CALL_-1204594232', u'INDIRECT_-1204587055'), (u'INDIRECT_-1204587186', u'MULTIEQUAL_-1204588611'), (u'STORE_-1204597542', u'INDIRECT_-1204589576'), (u'STORE_-1204595536', u'INDIRECT_-1204587901'), ('tmp_8186', u'PTRSUB_-1204585940'), (u'INDIRECT_-1204589683', u'MULTIEQUAL_-1204590343'), (u'LOAD_-1204595526', u'INT_NOTEQUAL_-1204595510'), ('const-1', u'CALL_-1204594503'), (u'CALL_-1204598205', u'INDIRECT_-1204590801'), (u'MULTIEQUAL_-1204586517', u'MULTIEQUAL_-1204590602'), (u'STORE_-1204599219', u'INDIRECT_-1204589462'), (u'CALL_-1204596125', u'INDIRECT_-1204590431'), (u'INDIRECT_-1204590556', u'COPY_-1204587335'), (u'INDIRECT_-1204588851', u'MULTIEQUAL_-1204585972'), (u'CALL_-1204593800', u'INDIRECT_-1204587773'), ('const-433', u'STORE_-1204594381'), (u'LOAD_-1204594674', u'INT_NOTEQUAL_-1204594652'), (u'INDIRECT_-1204586342', u'MULTIEQUAL_-1204586189'), ('tmp_6092', u'BRANCH_-1204594331'), (u'CALL_-1204596280', u'INDIRECT_-1204588040'), (u'LOAD_-1204594503', u'INT_EQUAL_-1204594479'), (u'INDIRECT_-1204590079', u'MULTIEQUAL_-1204590739'), ('const-8', u'PTRSUB_-1204585241'), (u'INDIRECT_-1204586399', u'MULTIEQUAL_-1204586325'), (u'CALL_-1204596008', u'INDIRECT_-1204590884'), (u'INDIRECT_-1204588134', u'MULTIEQUAL_-1204587943'), (u'MULTIEQUAL_-1204591166', u'COPY_-1204593785'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204588592'), ('const-433', u'LOAD_-1204594345'), (u'INDIRECT_-1204590160', u'MULTIEQUAL_-1204590580'), (u'CALL_-1204596706', u'INDIRECT_-1204588096'), (u'INDIRECT_-1204590266', u'MULTIEQUAL_-1204590541'), (u'INDIRECT_-1204587050', u'MULTIEQUAL_-1204588044'), (u'STORE_-1204595903', u'INDIRECT_-1204588468'), ('const-433', u'STORE_-1204597960'), ('const-433', u'STORE_-1204594414'), ('tmp_4110', u'BRANCH_-1204597917'), ('tmp_5802', u'BRANCH_-1204594595'), ('tmp_8188', u'PTRSUB_-1204584748'), (u'MULTIEQUAL_-1204591521', u'PTRADD_-1204593169'), ('const-124', u'PTRSUB_-1204587676'), (u'CALL_-1204596280', u'INDIRECT_-1204590615'), (u'CALL_-1204595468', u'INDIRECT_-1204588955'), (u'PTRSUB_-1204587839', u'CALL_-1204597920'), (u'MULTIEQUAL_-1204590165', u'MULTIEQUAL_-1204590167'), (u'CALL_-1204595453', u'INDIRECT_-1204589820'), (u'INDIRECT_-1204590900', u'MULTIEQUAL_-1204590797'), (u'COPY_-1204587966', u'CALL_-1204597985'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588440'), (u'INDIRECT_-1204589253', u'MULTIEQUAL_-1204589888'), (u'INT_NOTEQUAL_-1204599337', u'CBRANCH_-1204599334'), ('tmp_3623', u'CBRANCH_-1204598268'), (u'COPY_-1204587143', u'MULTIEQUAL_-1204590878'), (u'INDIRECT_-1204587823', u'MULTIEQUAL_-1204587888'), (u'INDIRECT_-1204590603', u'MULTIEQUAL_-1204590482'), (u'INDIRECT_-1204592044', u'MULTIEQUAL_-1204592331'), (u'COPY_-1204584616', u'CALL_-1204593584'), (u'INDIRECT_-1204588110', u'MULTIEQUAL_-1204588316'), (u'LOAD_-1204595498', u'LOAD_-1204595493'), ('const-3728503', u'COPY_-1204586914'), (u'MULTIEQUAL_-1204590066', u'INT_SEXT_-1204595470'), ('const--104', u'PTRSUB_-1204584398'), (u'INDIRECT_-1204589165', u'MULTIEQUAL_-1204589487'), ('const-433', u'LOAD_-1204598381'), (u'SUBPIECE_-1204586413', u'PIECE_-1204586413'), (u'INDIRECT_-1204588977', u'MULTIEQUAL_-1204589744'), (u'CALL_-1204594219', u'INDIRECT_-1204587649'), (u'LOAD_-1204597627', u'MULTIEQUAL_-1204593542'), (u'COPY_-1204586252', u'MULTIEQUAL_-1204592716'), ('const-433', u'LOAD_-1204597455'), (u'CALL_-1204598671', u'INDIRECT_-1204589124'), (u'INT_SEXT_-1204598652', u'PTRADD_-1204587585'), (u'INDIRECT_-1204588145', u'MULTIEQUAL_-1204588081'), (u'CALL_-1204596934', u'INDIRECT_-1204589909'), (u'INDIRECT_-1204588054', u'MULTIEQUAL_-1204588377'), (u'MULTIEQUAL_-1204588316', u'MULTIEQUAL_-1204588068'), (u'CALL_-1204598226', u'INDIRECT_-1204589282'), (u'CALL_-1204594340', u'INDIRECT_-1204586524'), (u'INDIRECT_-1204586927', u'MULTIEQUAL_-1204586878'), ('tmp_8188', u'PTRSUB_-1204585676'), (u'LOAD_-1204597455', u'MULTIEQUAL_-1204590066'), (u'CALL_-1204595389', u'INDIRECT_-1204588713'), ('const-95', u'INT_NOTEQUAL_-1204594463'), ('const-0', u'CALL_-1204594503'), ('const-1', u'PTRADD_-1204593608'), ('const-433', u'LOAD_-1204598844'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588581'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204590766'), (u'CALL_-1204598226', u'INDIRECT_-1204589485'), (u'MULTIEQUAL_-1204591267', u'PTRADD_-1204594530'), (u'CALL_-1204596786', u'INDIRECT_-1204588339'), (u'STORE_-1204594909', u'INDIRECT_-1204587356'), ('const-1', u'COPY_-1204590020'), (u'STORE_-1204598482', u'INDIRECT_-1204589785'), ('const-8', u'PTRSUB_-1204586525'), (u'INDIRECT_-1204587788', u'MULTIEQUAL_-1204587716'), (u'CALL_-1204593828', u'INDIRECT_-1204588979'), (u'MULTIEQUAL_-1204588514', u'MULTIEQUAL_-1204588266'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204596206'), (u'CALL_-1204594420', u'INDIRECT_-1204586850'), (u'CALL_-1204598671', u'INDIRECT_-1204589723'), (u'CALL_-1204596888', u'INDIRECT_-1204587898'), (u'COPY_-1204589492', u'MULTIEQUAL_-1204590029'), (u'INDIRECT_-1204586623', u'MULTIEQUAL_-1204586533'), ('tmp_38917', u'MULTIEQUAL_-1204590937'), (u'CALL_-1204593720', u'INDIRECT_-1204588911'), (u'CALL_-1204595303', u'INDIRECT_-1204589744'), (u'MULTIEQUAL_-1204586514', u'MULTIEQUAL_-1204589010'), (u'MULTIEQUAL_-1204588408', u'MULTIEQUAL_-1204588380'), (u'CALL_-1204596651', u'INDIRECT_-1204588870'), (u'CALL_-1204599233', u'INDIRECT_-1204590478'), (u'INDIRECT_-1204590243', u'COPY_-1204586995'), (u'STORE_-1204595634', u'INDIRECT_-1204588354'), ('const-38', u'INT_SUB_-1204587974'), (u'CAST_-1204584312', u'CALL_-1204593292'), ('const-433', u'LOAD_-1204598368'), ('const--136', u'PTRSUB_-1204588060'), (u'CALL_-1204596914', u'INDIRECT_-1204589893'), (u'INDIRECT_-1204589247', u'MULTIEQUAL_-1204585974'), (u'CALL_-1204595893', u'INDIRECT_-1204589116'), (u'INDIRECT_-1204586757', u'MULTIEQUAL_-1204586663'), (u'CALL_-1204593692', u'INDIRECT_-1204586512'), (u'PTRADD_-1204597492', u'STORE_-1204597542'), (u'STORE_-1204595435', u'INDIRECT_-1204588237'), (u'INDIRECT_-1204589060', u'MULTIEQUAL_-1204589546'), ('tmp_3268', u'CBRANCH_-1204596872'), (u'CALL_-1204595453', u'INDIRECT_-1204588429'), (u'STORE_-1204597785', u'INDIRECT_-1204588719'), (u'PTRSUB_-1204585100', u'LOAD_-1204594668'), (u'CALL_-1204594473', u'INDIRECT_-1204589360'), (u'INDIRECT_-1204588709', u'MULTIEQUAL_-1204588576'), (u'INDIRECT_-1204588769', u'MULTIEQUAL_-1204589189'), (u'INDIRECT_-1204589013', u'MULTIEQUAL_-1204588910'), (u'INDIRECT_-1204587869', u'MULTIEQUAL_-1204587710'), (u'CALL_-1204595474', u'LOAD_-1204595458'), (u'CALL_-1204597596', u'INDIRECT_-1204589448'), (u'CALL_-1204596934', u'INDIRECT_-1204588716'), (u'CALL_-1204597920', u'INDIRECT_-1204590860'), (u'CALL_-1204594340', u'INDIRECT_-1204589297'), (u'CALL_-1204599288', u'INDIRECT_-1204590307'), (u'MULTIEQUAL_-1204587185', u'MULTIEQUAL_-1204587943'), ('const-433', u'LOAD_-1204594782'), (u'MULTIEQUAL_-1204585966', u'MULTIEQUAL_-1204587745'), (u'CALL_-1204595528', u'INDIRECT_-1204591058'), (u'INDIRECT_-1204591238', u'MULTIEQUAL_-1204591167'), (u'INDIRECT_-1204587733', u'MULTIEQUAL_-1204587580'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594736'), (u'STORE_-1204597706', u'INDIRECT_-1204589281'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204596216'), (u'CALL_-1204597094', u'INDIRECT_-1204588366'), (u'CALL_-1204596125', u'INDIRECT_-1204589049'), (u'INDIRECT_-1204590204', u'MULTIEQUAL_-1204589972'), (u'INDIRECT_-1204589066', u'MULTIEQUAL_-1204588888'), (u'INT_NOTEQUAL_-1204593632', u'CBRANCH_-1204593631'), (u'CALL_-1204595528', u'INDIRECT_-1204588483'), (u'COPY_-1204585429', u'MULTIEQUAL_-1204591212'), ('tmp_6201', u'BRANCH_-1204594223'), (u'MULTIEQUAL_-1204590284', u'MULTIEQUAL_-1204590541'), (u'STORE_-1204594349', u'INDIRECT_-1204587986'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204599219'), (u'INDIRECT_-1204589959', u'MULTIEQUAL_-1204589858'), (u'CALL_-1204597662', u'INDIRECT_-1204589139'), ('const-433', u'LOAD_-1204595341'), (u'PTRSUB_-1204585676', u'LOAD_-1204595535'), (u'INDIRECT_-1204589870', u'MULTIEQUAL_-1204590145'), (u'INDIRECT_-1204588653', u'MULTIEQUAL_-1204585971'), (u'INT_NOTEQUAL_-1204595510', u'CBRANCH_-1204595509'), (u'INDIRECT_-1204589223', u'MULTIEQUAL_-1204589289'), (u'MULTIEQUAL_-1204592478', u'INT_EQUAL_-1204598521'), (u'INDIRECT_-1204588653', u'MULTIEQUAL_-1204588976'), (u'LOAD_-1204595467', u'MULTIEQUAL_-1204591666'), (u'PTRADD_-1204594541', u'CALL_-1204593292'), (u'CALL_-1204594275', u'INDIRECT_-1204588079'), (u'MULTIEQUAL_-1204588614', u'MULTIEQUAL_-1204589375'), (u'INDIRECT_-1204586746', u'MULTIEQUAL_-1204586987'), (u'PTRSUB_-1204584743', u'LOAD_-1204594080'), (u'INDIRECT_-1204589116', u'MULTIEQUAL_-1204589570'), ('tmp_6746', u'BRANCH_-1204593683'), (u'INDIRECT_-1204588221', u'MULTIEQUAL_-1204588118'), (u'CALL_-1204599288', u'INDIRECT_-1204592283'), (u'INDIRECT_-1204589285', u'MULTIEQUAL_-1204589570'), (u'INDIRECT_-1204587302', u'MULTIEQUAL_-1204587201'), (u'CALL_-1204596011', u'INDIRECT_-1204589139'), (u'INDIRECT_-1204589410', u'MULTIEQUAL_-1204589546'), (u'INDIRECT_-1204588886', u'MULTIEQUAL_-1204588578'), (u'INDIRECT_-1204589724', u'MULTIEQUAL_-1204589611'), ('const-433', u'STORE_-1204599219'), (u'INDIRECT_-1204589363', u'MULTIEQUAL_-1204589175'), ('tmp_4839', u'CBRANCH_-1204595828'), (u'INDIRECT_-1204586587', u'MULTIEQUAL_-1204588012'), (u'INDIRECT_-1204587581', u'MULTIEQUAL_-1204587399'), (u'LOAD_-1204595431', u'INT_NOTEQUAL_-1204595409'), ('tmp_8188', u'CALL_-1204594260'), (u'CALL_-1204593800', u'INDIRECT_-1204587179'), ('const-433', u'LOAD_-1204598366'), ('tmp_2942', u'BRANCH_-1204596723'), (u'INDIRECT_-1204590505', u'MULTIEQUAL_-1204590389'), (u'INDIRECT_-1204590277', u'MULTIEQUAL_-1204589969'), (u'INDIRECT_-1204588354', u'MULTIEQUAL_-1204588251'), (u'CALL_-1204598382', u'INDIRECT_-1204589165'), ('tmp_23145', u'PTRSUB_-1204587954'), (u'CALL_-1204597596', u'INDIRECT_-1204589052'), (u'LOAD_-1204594333', u'INT_AND_-1204594307'), ('const-0', u'STORE_-1204599815'), (u'CALL_-1204596786', u'INDIRECT_-1204587938'), (u'CALL_-1204594835', u'INDIRECT_-1204586814'), (u'INDIRECT_-1204586268', u'MULTIEQUAL_-1204586127'), (u'MULTIEQUAL_-1204588879', u'MULTIEQUAL_-1204589685'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204595453'), (u'INDIRECT_-1204590556', u'MULTIEQUAL_-1204590368'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594596'), ('const-1', u'COPY_-1204587743'), (u'INDIRECT_-1204588338', u'SUBPIECE_-1204590780'), (u'MULTIEQUAL_-1204588013', u'MULTIEQUAL_-1204588776'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204593220'), (u'INDIRECT_-1204588029', u'MULTIEQUAL_-1204587856'), (u'INDIRECT_-1204589881', u'MULTIEQUAL_-1204589573'), ('const-433', u'LOAD_-1204594080'), (u'CALL_-1204596786', u'INDIRECT_-1204588136'), (u'CALL_-1204594124', u'INDIRECT_-1204586784'), (u'MULTIEQUAL_-1204589772', u'MULTIEQUAL_-1204590530'), ('const-4294967295', u'INT_ADD_-1204597865'), ('tmp_5296', u'CBRANCH_-1204595509'), (u'PTRSUB_-1204586625', u'LOAD_-1204595335'), (u'MULTIEQUAL_-1204591041', u'COPY_-1204586424'), (u'INDIRECT_-1204592035', u'MULTIEQUAL_-1204592331'), (u'INDIRECT_-1204587299', u'MULTIEQUAL_-1204587132'), (u'CALL_-1204593272', u'INDIRECT_-1204586773'), (u'CALL_-1204594835', u'INDIRECT_-1204588007'), ('tmp_1347', u'CBRANCH_-1204598541'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204588464'), (u'INDIRECT_-1204586444', u'MULTIEQUAL_-1204587383'), (u'INDIRECT_-1204587999', u'MULTIEQUAL_-1204587843'), (u'LOAD_-1204595535', u'INT_NOTEQUAL_-1204595519'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204596786'), (u'PTRSUB_-1204587937', u'CALL_-1204598205'), (u'STORE_-1204593874', u'INDIRECT_-1204586335'), (u'PTRSUB_-1204586085', u'LOAD_-1204596180'), (u'INDIRECT_-1204586647', u'MULTIEQUAL_-1204587586'), (u'INDIRECT_-1204589605', u'MULTIEQUAL_-1204589915'), (u'CALL_-1204593692', u'INDIRECT_-1204586116'), (u'CALL_-1204594124', u'INDIRECT_-1204589161'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204588844'), (u'CALL_-1204597603', u'INDIRECT_-1204589308'), (u'PTRSUB_-1204585241', u'LOAD_-1204594905'), (u'CALL_-1204596125', u'INDIRECT_-1204589247'), ('tmp_8186', u'CALL_-1204595528'), (u'LOAD_-1204599716', u'PTRADD_-1204598535'), ('const-0', u'COPY_-1204588359'), ('const-0', u'SUBPIECE_-1204594515'), (u'STORE_-1204597785', u'INDIRECT_-1204589516'), ('tmp_8188', u'PTRSUB_-1204584947'), (u'INDIRECT_-1204589861', u'MULTIEQUAL_-1204590145'), (u'CAST_-1204584894', u'CALL_-1204594473'), ('const-0', u'INT_NOTEQUAL_-1204596900'), ('tmp_2447', u'CBRANCH_-1204597873'), (u'PTRADD_-1204595353', u'MULTIEQUAL_-1204591666'), (u'STORE_-1204598482', u'INDIRECT_-1204589587'), (u'PTRSUB_-1204585743', u'LOAD_-1204595431'), ('const-433', u'LOAD_-1204599716'), (u'INDIRECT_-1204587535', u'MULTIEQUAL_-1204587382'), (u'LOAD_-1204594080', u'INT_NOTEQUAL_-1204594064'), ('const-3691167', u'COPY_-1204586758'), (u'CALL_-1204597603', u'SUBPIECE_-1204594515'), (u'MULTIEQUAL_-1204592478', u'MULTIEQUAL_-1204592478'), (u'INDIRECT_-1204587189', u'MULTIEQUAL_-1204588179'), (u'MULTIEQUAL_-1204587745', u'MULTIEQUAL_-1204587888'), (u'MULTIEQUAL_-1204588180', u'MULTIEQUAL_-1204588938'), (u'CALL_-1204594712', u'INDIRECT_-1204587741'), ('tmp_5769', u'CBRANCH_-1204594651'), (u'CALL_-1204596206', u'INDIRECT_-1204589285'), (u'CALL_-1204597616', u'INDIRECT_-1204590054'), ('const-433', u'STORE_-1204595403'), (u'INDIRECT_-1204588889', u'MULTIEQUAL_-1204589772'), (u'INDIRECT_-1204589543', u'MULTIEQUAL_-1204590502'), (u'INDIRECT_-1204590257', u'MULTIEQUAL_-1204590541'), (u'INDIRECT_-1204587875', u'MULTIEQUAL_-1204587846'), ('const-0', u'COPY_-1204592350'), (u'INDIRECT_-1204591077', u'MULTIEQUAL_-1204592000'), (u'PTRADD_-1204587585', u'LOAD_-1204598642'), (u'INT_NOTEQUAL_-1204595434', u'CBRANCH_-1204595434'), (u'INDIRECT_-1204589139', u'MULTIEQUAL_-1204589334'), (u'INDIRECT_-1204587367', u'MULTIEQUAL_-1204587197'), (u'CALL_-1204594420', u'INDIRECT_-1204587246'), (u'PTRADD_-1204598251', u'STORE_-1204598291'), (u'LOAD_-1204598381', u'LOAD_-1204598368'), ('const-433', u'LOAD_-1204595815'), (u'INDIRECT_-1204588317', u'MULTIEQUAL_-1204588138'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589039'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594909'), (u'CALL_-1204598762', u'INDIRECT_-1204589861'), (u'CALL_-1204595389', u'INDIRECT_-1204588515'), (u'CALL_-1204597920', u'INDIRECT_-1204589870'), (u'LOAD_-1204599716', u'MULTIEQUAL_-1204593723'), (u'CALL_-1204596253', u'INDIRECT_-1204588620'), ('const-3727344', u'COPY_-1204585969'), (u'INDIRECT_-1204589982', u'MULTIEQUAL_-1204589858'), ('const-3733374', u'COPY_-1204585341'), ('tmp_6528', u'BRANCH_-1204593899'), (u'INDIRECT_-1204588324', u'MULTIEQUAL_-1204588778'), (u'INDIRECT_-1204587519', u'MULTIEQUAL_-1204587982'), (u'STORE_-1204596216', u'INDIRECT_-1204588589'), (u'INDIRECT_-1204590851', u'MULTIEQUAL_-1204591135'), (u'INDIRECT_-1204590518', u'MULTIEQUAL_-1204590398'), (u'LOAD_-1204597576', u'INT_NOTEQUAL_-1204597560'), (u'STORE_-1204594306', u'INDIRECT_-1204587202'), ('tmp_8186', u'PTRSUB_-1204587000'), (u'MULTIEQUAL_-1204590734', u'MULTIEQUAL_-1204591041'), (u'PTRSUB_-1204584884', u'LOAD_-1204594302'), (u'INDIRECT_-1204586533', u'MULTIEQUAL_-1204586455'), (u'INDIRECT_-1204588474', u'MULTIEQUAL_-1204590343'), (u'INDIRECT_-1204586603', u'MULTIEQUAL_-1204586517'), (u'CALL_-1204594712', u'INDIRECT_-1204588335'), (u'STORE_-1204597942', u'INDIRECT_-1204589663'), (u'PTRSUB_-1204584748', u'LOAD_-1204594086'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204599307'), (u'CALL_-1204596008', u'INDIRECT_-1204589700'), (u'CALL_-1204597775', u'INDIRECT_-1204588741'), ('tmp_6961', u'BRANCH_-1204594536'), ('const-3738080', u'PTRSUB_-1204587458'), (u'COPY_-1204585061', u'CALL_-1204594340'), (u'PTRSUB_-1204587667', u'LOAD_-1204598796'), (u'INDIRECT_-1204587701', u'MULTIEQUAL_-1204587717'), (u'CALL_-1204593936', u'INDIRECT_-1204586670'), ('tmp_7029', u'CBRANCH_-1204594462'), (u'INDIRECT_-1204590323', u'MULTIEQUAL_-1204590210'), (u'CALL_-1204594377', u'INDIRECT_-1204587142'), ('tmp_1275', u'BRANCH_-1204599214'), (u'PTRSUB_-1204586077', u'LOAD_-1204596160'), ('const-433', u'LOAD_-1204595624'), (u'INDIRECT_-1204587065', u'MULTIEQUAL_-1204586924'), (u'INDIRECT_-1204590812', u'COPY_-1204587609'), (u'CALL_-1204594712', u'INDIRECT_-1204586944'), ('tmp_8188', u'PTRSUB_-1204586525'), ('const-0', u'PTRSUB_-1204585857'), (u'PTRADD_-1204597789', u'LOAD_-1204597851'), ('const-80', u'PTRSUB_-1204586049'), (u'CALL_-1204594368', u'INDIRECT_-1204586546'), ('const-1', u'PTRADD_-1204594541'), ('const-0', u'PTRSUB_-1204584811'), (u'INDIRECT_-1204589764', u'MULTIEQUAL_-1204589415'), (u'CALL_-1204597596', u'INDIRECT_-1204590042'), ('const-0', u'INT_NOTEQUAL_-1204598410'), (u'INDIRECT_-1204589084', u'MULTIEQUAL_-1204589744'), ('tmp_3689', u'CBRANCH_-1204598228'), (u'MULTIEQUAL_-1204589539', u'MULTIEQUAL_-1204589777'), ('const-433', u'STORE_-1204595903'), (u'INDIRECT_-1204587400', u'MULTIEQUAL_-1204587314'), (u'INDIRECT_-1204589624', u'MULTIEQUAL_-1204589507'), (u'CALL_-1204596253', u'INDIRECT_-1204590596'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204597531'), (u'CALL_-1204598460', u'INDIRECT_-1204589610'), (u'MULTIEQUAL_-1204589174', u'MULTIEQUAL_-1204589086'), ('tmp_8188', u'PTRSUB_-1204585804'), ('const-433', u'STORE_-1204597855'), (u'CALL_-1204594124', u'INDIRECT_-1204586586'), (u'INDIRECT_-1204587551', u'MULTIEQUAL_-1204587487'), (u'INDIRECT_-1204587622', u'MULTIEQUAL_-1204587519'), (u'CALL_-1204593292', u'INDIRECT_-1204586188'), (u'CALL_-1204596516', u'INDIRECT_-1204588464'), (u'INDIRECT_-1204589378', u'MULTIEQUAL_-1204590145'), (u'INT_NOTEQUAL_-1204597560', u'CBRANCH_-1204597559'), (u'INT_EQUAL_-1204596267', u'CBRANCH_-1204596266'), (u'CALL_-1204597603', u'INDIRECT_-1204590298'), (u'CALL_-1204597977', u'INDIRECT_-1204588654'), (u'INDIRECT_-1204589660', u'MULTIEQUAL_-1204589482'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204588909'), (u'INDIRECT_-1204587199', u'MULTIEQUAL_-1204587119'), (u'STORE_-1204594356', u'INDIRECT_-1204587922'), (u'INDIRECT_-1204587637', u'MULTIEQUAL_-1204588576'), (u'INDIRECT_-1204590451', u'MULTIEQUAL_-1204590937'), (u'CALL_-1204594377', u'INDIRECT_-1204587340'), (u'INDIRECT_-1204587909', u'MULTIEQUAL_-1204588576'), (u'INDIRECT_-1204588156', u'MULTIEQUAL_-1204588053'), (u'LOAD_-1204598642', u'COPY_-1204598635'), (u'CALL_-1204596516', u'INDIRECT_-1204587667'), (u'CALL_-1204594604', u'INDIRECT_-1204587277'), (u'INDIRECT_-1204587922', u'MULTIEQUAL_-1204587883'), (u'INDIRECT_-1204589576', u'MULTIEQUAL_-1204590343'), ('tmp_2632', u'CBRANCH_-1204597725'), (u'INDIRECT_-1204589116', u'INT_SLESS_-1204595852'), (u'INDIRECT_-1204587323', u'MULTIEQUAL_-1204587284'), (u'INDIRECT_-1204589936', u'MULTIEQUAL_-1204590482'), (u'CALL_-1204597603', u'INDIRECT_-1204589902'), (u'STORE_-1204593220', u'INDIRECT_-1204587050'), (u'CALL_-1204594232', u'INDIRECT_-1204588045'), ('const-0', u'INT_EQUAL_-1204598148'), (u'CALL_-1204595303', u'INDIRECT_-1204589546'), ('const-433', u'STORE_-1204597706'), (u'MULTIEQUAL_-1204585968', u'MULTIEQUAL_-1204588141'), (u'LOAD_-1204594086', u'INT_NOTEQUAL_-1204594064'), (u'INDIRECT_-1204589506', u'MULTIEQUAL_-1204589373'), (u'CALL_-1204594835', u'INDIRECT_-1204588205'), (u'INDIRECT_-1204587004', u'MULTIEQUAL_-1204586918'), ('const-433', u'LOAD_-1204598454'), (u'CALL_-1204594377', u'INDIRECT_-1204588335'), (u'CALL_-1204597985', u'INDIRECT_-1204590896'), ('tmp_8186', u'PTRSUB_-1204588080'), (u'INDIRECT_-1204589806', u'MULTIEQUAL_-1204589685'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204596905'), (u'INDIRECT_-1204586388', u'MULTIEQUAL_-1204586987'), (u'INDIRECT_-1204590473', u'MULTIEQUAL_-1204590602'), (u'INDIRECT_-1204588308', u'MULTIEQUAL_-1204588145'), (u'CALL_-1204597920', u'INDIRECT_-1204589469'), (u'CALL_-1204596888', u'INDIRECT_-1204589289'), ('tmp_8186', u'CALL_-1204596905'), (u'COPY_-1204593785', u'RETURN_-1204597760'), (u'STORE_-1204597531', u'INDIRECT_-1204588638'), (u'COPY_-1204586472', u'MULTIEQUAL_-1204592716'), (u'MULTIEQUAL_-1204587551', u'MULTIEQUAL_-1204587789'), (u'INDIRECT_-1204586983', u'MULTIEQUAL_-1204588408'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204587973'), (u'CALL_-1204597775', u'INT_NOTEQUAL_-1204597760'), (u'INDIRECT_-1204589327', u'MULTIEQUAL_-1204589372'), ('const-1', u'PTRADD_-1204599164'), (u'INDIRECT_-1204589360', u'MULTIEQUAL_-1204590797'), (u'CALL_-1204593584', u'INDIRECT_-1204586246'), (u'CALL_-1204595499', u'INDIRECT_-1204587824'), ('const-2', u'INT_AND_-1204599352'), (u'CALL_-1204594340', u'INDIRECT_-1204587915'), ('tmp_8188', u'CALL_-1204594368'), (u'CALL_-1204598460', u'INDIRECT_-1204589407'), (u'MULTIEQUAL_-1204591445', u'MULTIEQUAL_-1204591448'), (u'INDIRECT_-1204587125', u'MULTIEQUAL_-1204587086'), (u'INDIRECT_-1204589050', u'MULTIEQUAL_-1204588879'), (u'MULTIEQUAL_-1204589136', u'MULTIEQUAL_-1204589279'), (u'INDIRECT_-1204589281', u'MULTIEQUAL_-1204590343'), (u'MULTIEQUAL_-1204589289', u'MULTIEQUAL_-1204589546'), (u'INDIRECT_-1204590812', u'INT_EQUAL_-1204598734'), (u'LOAD_-1204597851', u'MULTIEQUAL_-1204591459'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204587713'), (u'INDIRECT_-1204589368', u'MULTIEQUAL_-1204589788'), ('tmp_8188', u'CALL_-1204594712'), (u'MULTIEQUAL_-1204587984', u'MULTIEQUAL_-1204586994'), (u'INDIRECT_-1204586602', u'MULTIEQUAL_-1204586455'), (u'INDIRECT_-1204588023', u'MULTIEQUAL_-1204587920'), (u'INT_NOTEQUAL_-1204595459', u'CBRANCH_-1204595458'), (u'CAST_-1204585172', u'CALL_-1204594219'), (u'INDIRECT_-1204588120', u'MULTIEQUAL_-1204588071'), (u'MULTIEQUAL_-1204593815', u'CALL_-1204598382'), ('const-0', u'COPY_-1204591268'), (u'INDIRECT_-1204589106', u'MULTIEQUAL_-1204588979'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204597984'), (u'INT_NOTEQUAL_-1204599273', u'CBRANCH_-1204599272'), (u'CALL_-1204597409', u'INDIRECT_-1204588967'), (u'LOAD_-1204594503', u'INT_EQUAL_-1204594387'), (u'INDIRECT_-1204588465', u'MULTIEQUAL_-1204588382'), ('tmp_8186', u'PTRSUB_-1204586077'), (u'INDIRECT_-1204589708', u'MULTIEQUAL_-1204589592'), (u'INDIRECT_-1204588814', u'MULTIEQUAL_-1204588682'), ('const-0', u'SUBPIECE_-1204587313'), (u'STORE_-1204594090', u'INDIRECT_-1204587068'), (u'CALL_-1204597074', u'INDIRECT_-1204588548'), (u'INDIRECT_-1204587883', u'MULTIEQUAL_-1204587791'), (u'INDIRECT_-1204586937', u'MULTIEQUAL_-1204586853'), ('tmp_8188', u'CALL_-1204594835'), (u'INDIRECT_-1204588610', u'MULTIEQUAL_-1204588920'), ('tmp_395', u'CBRANCH_-1204598370'), (u'PTRSUB_-1204588156', u'STORE_-1204599805'), (u'INDIRECT_-1204589616', u'MULTIEQUAL_-1204590739'), (u'INDIRECT_-1204585857', u'MULTIEQUAL_-1204586851'), (u'INDIRECT_-1204590078', u'MULTIEQUAL_-1204590106'), ('tmp_38914', u'MULTIEQUAL_-1204589744'), (u'COPY_-1204585886', u'CALL_-1204595389'), (u'INDIRECT_-1204587445', u'MULTIEQUAL_-1204588180'), (u'CALL_-1204595528', u'CALL_-1204595357'), (u'STORE_-1204594786', u'INDIRECT_-1204587487'), ('const-433', u'STORE_-1204597542'), (u'CALL_-1204593272', u'MULTIEQUAL_-1204591521'), ('tmp_8188', u'PTRSUB_-1204584884'), ('const-1', u'PTRADD_-1204597747'), (u'CALL_-1204598093', u'INDIRECT_-1204588808'), (u'INDIRECT_-1204586805', u'CAST_-1204584894'), ('const-0', u'INT_EQUAL_-1204598876'), (u'COPY_-1204589865', u'MULTIEQUAL_-1204590262'), (u'CALL_-1204594329', u'INDIRECT_-1204587516'), (u'INDIRECT_-1204586540', u'MULTIEQUAL_-1204586387'), (u'COPY_-1204588089', u'INT_NOTEQUAL_-1204598051'), (u'CALL_-1204598671', u'INDIRECT_-1204590119'), (u'PTRSUB_-1204587856', u'CALL_-1204596914'), (u'INDIRECT_-1204589175', u'MULTIEQUAL_-1204589942'), (u'CALL_-1204595263', u'INDIRECT_-1204589122'), (u'INT_NOTEQUAL_-1204598271', u'CBRANCH_-1204598268'), (u'LOAD_-1204597404', u'LOAD_-1204597399'), (u'PTRSUB_-1204585382', u'CAST_-1204585263'), (u'INDIRECT_-1204588957', u'MULTIEQUAL_-1204589772'), ('const-3727346', u'COPY_-1204585911'), ('tmp_8188', u'PTRSUB_-1204585681'), (u'INDIRECT_-1204591482', u'MULTIEQUAL_-1204591361'), ('tmp_1241', u'CBRANCH_-1204599255'), ('const-0', u'INT_NOTEQUAL_-1204596663'), (u'COPY_-1204585969', u'CALL_-1204595566'), (u'INT_SLESS_-1204595852', u'CBRANCH_-1204595852'), (u'MULTIEQUAL_-1204590541', u'MULTIEQUAL_-1204588316'), (u'MULTIEQUAL_-1204588316', u'MULTIEQUAL_-1204588088'), (u'CALL_-1204595893', u'INDIRECT_-1204588918'), (u'INDIRECT_-1204588843', u'MULTIEQUAL_-1204588714'), (u'INDIRECT_-1204587196', u'MULTIEQUAL_-1204587122'), (u'MULTIEQUAL_-1204588289', u'MULTIEQUAL_-1204588284'), (u'INDIRECT_-1204587461', u'MULTIEQUAL_-1204587320'), (u'MULTIEQUAL_-1204592331', u'MULTIEQUAL_-1204592000'), (u'CALL_-1204594219', u'INDIRECT_-1204588441'), (u'INT_NOTEQUAL_-1204594064', u'CBRANCH_-1204594063'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204594256'), ('const-8', u'PTRSUB_-1204585804'), (u'CALL_-1204597094', u'INDIRECT_-1204589559'), ('tmp_3169', u'BRANCH_-1204596885'), (u'CALL_-1204598460', u'INDIRECT_-1204590006'), (u'INDIRECT_-1204586608', u'MULTIEQUAL_-1204586452'), (u'INDIRECT_-1204587164', u'MULTIEQUAL_-1204586994'), ('const-3691167', u'COPY_-1204585478'), (u'COPY_-1204590073', u'MULTIEQUAL_-1204590262'), (u'MULTIEQUAL_-1204592716', u'INT_NOTEQUAL_-1204597919'), (u'INDIRECT_-1204589093', u'MULTIEQUAL_-1204589772'), (u'CALL_-1204596210', u'INDIRECT_-1204587909'), ('tmp_23145', u'PTRSUB_-1204586904'), (u'MULTIEQUAL_-1204589007', u'MULTIEQUAL_-1204588979'), (u'INDIRECT_-1204587677', u'MULTIEQUAL_-1204589546'), (u'CALL_-1204596206', u'INDIRECT_-1204588493'), (u'COPY_-1204590790', u'MULTIEQUAL_-1204585976'), (u'INDIRECT_-1204588184', u'MULTIEQUAL_-1204588112'), (u'COPY_-1204585293', u'CALL_-1204594712'), ('tmp_7528', u'CBRANCH_-1204593237'), (u'CALL_-1204594740', u'INDIRECT_-1204586768'), (u'CALL_-1204597074', u'INDIRECT_-1204588746'), (u'STORE_-1204593874', u'INDIRECT_-1204586137'), (u'PTRSUB_-1204584476', u'LOAD_-1204593654'), (u'INDIRECT_-1204590055', u'MULTIEQUAL_-1204590541'), (u'LOAD_-1204599716', u'PTRADD_-1204598856'), (u'CALL_-1204595263', u'INDIRECT_-1204589320'), ('const-80', u'PTRSUB_-1204586085'), (u'COPY_-1204585826', u'CALL_-1204595499'), (u'INDIRECT_-1204589487', u'MULTIEQUAL_-1204590167'), (u'INDIRECT_-1204588537', u'MULTIEQUAL_-1204590343'), (u'PTRADD_-1204595353', u'STORE_-1204595403'), (u'COPY_-1204587294', u'CALL_-1204597977'), (u'INDIRECT_-1204589649', u'MULTIEQUAL_-1204589478'), (u'CALL_-1204596905', u'INDIRECT_-1204588140'), ('const-433', u'LOAD_-1204597883'), (u'INDIRECT_-1204586410', u'MULTIEQUAL_-1204586254'), (u'COPY_-1204587580', u'MULTIEQUAL_-1204592292'), ('tmp_23145', u'PTRSUB_-1204587562'), ('const-1', u'PTRADD_-1204594859'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588122'), ('const-67', u'INT_SUB_-1204597947'), ('const-0', u'INT_EQUAL_-1204598208'), ('tmp_23145', u'PTRSUB_-1204586289'), (u'INDIRECT_-1204587084', u'MULTIEQUAL_-1204586954'), (u'CALL_-1204597409', u'INDIRECT_-1204590358'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204595903'), (u'COPY_-1204585504', u'MULTIEQUAL_-1204590734'), (u'INDIRECT_-1204588743', u'MULTIEQUAL_-1204588938'), (u'MULTIEQUAL_-1204588118', u'MULTIEQUAL_-1204587789'), (u'INDIRECT_-1204589622', u'MULTIEQUAL_-1204589403'), (u'INDIRECT_-1204591542', u'MULTIEQUAL_-1204591968'), (u'LOAD_-1204593756', u'INT_NOTEQUAL_-1204593740'), ('tmp_4386', u'CBRANCH_-1204596108'), ('tmp_8186', u'CALL_-1204598671'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588845'), (u'LOAD_-1204598366', u'PTRADD_-1204596170'), (u'INDIRECT_-1204587399', u'MULTIEQUAL_-1204587252'), (u'STORE_-1204598784', u'INDIRECT_-1204589837'), (u'INDIRECT_-1204590713', u'INT_SEXT_-1204598652'), (u'PTRSUB_-1204588017', u'CALL_-1204599233'), (u'PTRSUB_-1204585403', u'CAST_-1204585353'), (u'STORE_-1204595536', u'INDIRECT_-1204587698'), (u'INDIRECT_-1204589282', u'MULTIEQUAL_-1204589942'), (u'INDIRECT_-1204588749', u'MULTIEQUAL_-1204589636'), (u'CALL_-1204596786', u'MULTIEQUAL_-1204586518'), (u'INDIRECT_-1204589479', u'MULTIEQUAL_-1204590541'), (u'CALL_-1204595588', u'INDIRECT_-1204588634'), (u'INDIRECT_-1204587921', u'MULTIEQUAL_-1204587742'), (u'INDIRECT_-1204589962', u'MULTIEQUAL_-1204589613'), (u'INDIRECT_-1204587611', u'MULTIEQUAL_-1204587784'), (u'STORE_-1204597706', u'INDIRECT_-1204589083'), ('tmp_8188', u'CALL_-1204594275'), (u'LOAD_-1204594503', u'MULTIEQUAL_-1204589905'), (u'INDIRECT_-1204589473', u'MULTIEQUAL_-1204589318'), (u'STORE_-1204597706', u'INDIRECT_-1204588484'), (u'CALL_-1204596516', u'INDIRECT_-1204589058'), (u'INDIRECT_-1204588422', u'MULTIEQUAL_-1204588487'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204594678'), (u'COPY_-1204587066', u'MULTIEQUAL_-1204590878'), (u'LOAD_-1204599716', u'LOAD_-1204599705'), ('const-3733314', u'COPY_-1204584867'), (u'MULTIEQUAL_-1204587717', u'MULTIEQUAL_-1204587469'), (u'STORE_-1204594596', u'INDIRECT_-1204587572'), ('tmp_2898', u'CBRANCH_-1204596217'), (u'PTRSUB_-1204587562', u'CALL_-1204598535'), (u'MULTIEQUAL_-1204587383', u'MULTIEQUAL_-1204588141'), (u'MULTIEQUAL_-1204588316', u'MULTIEQUAL_-1204587987'), (u'MULTIEQUAL_-1204590029', u'COPY_-1204585504'), ('const-36', u'INT_NOTEQUAL_-1204594338'), (u'STORE_-1204594440', u'INDIRECT_-1204587287'), (u'INDIRECT_-1204589348', u'MULTIEQUAL_-1204589226'), (u'INDIRECT_-1204587366', u'MULTIEQUAL_-1204587321'), (u'INDIRECT_-1204589297', u'MULTIEQUAL_-1204589772'), (u'INDIRECT_-1204587467', u'MULTIEQUAL_-1204587317'), (u'INDIRECT_-1204589129', u'MULTIEQUAL_-1204589174'), (u'PTRSUB_-1204586049', u'LOAD_-1204596103'), (u'INDIRECT_-1204590796', u'MULTIEQUAL_-1204590661'), (u'COPY_-1204587609', u'MULTIEQUAL_-1204590878'), (u'INDIRECT_-1204588436', u'MULTIEQUAL_-1204588251'), (u'INDIRECT_-1204588111', u'MULTIEQUAL_-1204587984'), (u'INDIRECT_-1204587696', u'MULTIEQUAL_-1204587981'), (u'INDIRECT_-1204588475', u'MULTIEQUAL_-1204588343'), (u'INDIRECT_-1204587841', u'MULTIEQUAL_-1204587742'), (u'MULTIEQUAL_-1204591212', u'COPY_-1204585419'), (u'PTRSUB_-1204585559', u'PTRADD_-1204585502'), (u'CALL_-1204594503', u'INDIRECT_-1204587404'), (u'CALL_-1204597596', u'INDIRECT_-1204589250'), (u'MULTIEQUAL_-1204587883', u'MULTIEQUAL_-1204587873'), ('tmp_1455', u'CBRANCH_-1204598849'), ('const-433', u'STORE_-1204593658'), (u'SUBPIECE_-1204591210', u'INT_SUB_-1204595382'), (u'INDIRECT_-1204588662', u'MULTIEQUAL_-1204589571'), (u'CALL_-1204596934', u'INDIRECT_-1204588919'), (u'LOAD_-1204595823', u'PTRADD_-1204585936'), (u'CALL_-1204595468', u'INDIRECT_-1204587965'), ('const-433', u'LOAD_-1204594503'), ('const-0', u'SUBPIECE_-1204586413'), (u'INDIRECT_-1204590698', u'MULTIEQUAL_-1204590580'), (u'INDIRECT_-1204587597', u'MULTIEQUAL_-1204587450'), (u'STORE_-1204594541', u'INDIRECT_-1204588145'), (u'CALL_-1204598093', u'INDIRECT_-1204589803'), (u'MULTIEQUAL_-1204587321', u'MULTIEQUAL_-1204587093'), (u'INDIRECT_-1204587139', u'MULTIEQUAL_-1204586986'), (u'INDIRECT_-1204586852', u'MULTIEQUAL_-1204586987'), ('tmp_8188', u'CALL_-1204593612'), (u'CALL_-1204599288', u'INDIRECT_-1204590109'), (u'INDIRECT_-1204586722', u'MULTIEQUAL_-1204587185'), (u'CALL_-1204596888', u'INDIRECT_-1204588893'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204588383'), (u'CALL_-1204598226', u'INDIRECT_-1204589683'), (u'INDIRECT_-1204590100', u'MULTIEQUAL_-1204590680'), (u'CALL_-1204596125', u'INDIRECT_-1204588455'), (u'INDIRECT_-1204586981', u'MULTIEQUAL_-1204587784'), (u'INT_NOTEQUAL_-1204595551', u'CBRANCH_-1204595548'), (u'CALL_-1204597409', u'INDIRECT_-1204588769'), (u'INT_SEXT_-1204595470', u'CALL_-1204595474'), (u'CALL_-1204594329', u'INDIRECT_-1204588308'), (u'CALL_-1204593584', u'INDIRECT_-1204588821'), (u'INT_NOTEQUAL_-1204598296', u'CBRANCH_-1204598295'), (u'INDIRECT_-1204587142', u'MULTIEQUAL_-1204587383'), (u'CALL_-1204594260', u'INDIRECT_-1204587473'), (u'CALL_-1204595588', u'INDIRECT_-1204588040'), ('tmp_8186', u'PTRSUB_-1204585951'), (u'COPY_-1204585265', u'CALL_-1204594632'), ('const-0', u'INT_EQUAL_-1204598573'), ('const-433', u'LOAD_-1204597399'), (u'CALL_-1204597616', u'INDIRECT_-1204589064'), ('const-4', u'COPY_-1204589358'), (u'CALL_-1204594329', u'INDIRECT_-1204588110'), (u'INDIRECT_-1204588136', u'SUBPIECE_-1204590574'), (u'INDIRECT_-1204589116', u'MULTIEQUAL_-1204585974'), (u'INDIRECT_-1204589363', u'MULTIEQUAL_-1204589685'), (u'INDIRECT_-1204588826', u'MULTIEQUAL_-1204590530'), (u'MULTIEQUAL_-1204589010', u'MULTIEQUAL_-1204589771'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204593766'), (u'INDIRECT_-1204586654', u'MULTIEQUAL_-1204587185'), (u'INDIRECT_-1204589906', u'MULTIEQUAL_-1204589788'), ('const-0', u'PTRSUB_-1204585236'), (u'LOAD_-1204597404', u'MULTIEQUAL_-1204594874'), (u'MULTIEQUAL_-1204594316', u'LOAD_-1204598749'), (u'INDIRECT_-1204586942', u'MULTIEQUAL_-1204586780'), (u'MULTIEQUAL_-1204587076', u'MULTIEQUAL_-1204588179'), (u'INDIRECT_-1204587893', u'MULTIEQUAL_-1204587726'), (u'STORE_-1204597942', u'INDIRECT_-1204590262'), ('const-433', u'STORE_-1204593874'), (u'MULTIEQUAL_-1204590311', u'MULTIEQUAL_-1204591135'), (u'MULTIEQUAL_-1204585974', u'MULTIEQUAL_-1204589334'), (u'STORE_-1204595903', u'INDIRECT_-1204588666'), (u'CALL_-1204594329', u'INDIRECT_-1204587912'), (u'CALL_-1204594740', u'INDIRECT_-1204588159'), (u'CALL_-1204593272', u'INDIRECT_-1204586372'), (u'STORE_-1204598291', u'INDIRECT_-1204590025'), ('const-433', u'STORE_-1204597785'), ('tmp_8188', u'PTRSUB_-1204586630'), (u'INDIRECT_-1204591996', u'MULTIEQUAL_-1204592074'), (u'CALL_-1204596253', u'INDIRECT_-1204588422'), (u'PTRADD_-1204594283', u'LOAD_-1204594345'), ('tmp_8188', u'PTRSUB_-1204585862'), (u'INDIRECT_-1204587322', u'MULTIEQUAL_-1204587143'), (u'INDIRECT_-1204587788', u'MULTIEQUAL_-1204588778'), (u'INDIRECT_-1204586898', u'MULTIEQUAL_-1204586731'), (u'CALL_-1204596786', u'INT_EQUAL_-1204596760'), (u'INDIRECT_-1204588021', u'MULTIEQUAL_-1204588086'), ('tmp_6310', u'BRANCH_-1204594115'), (u'CALL_-1204594260', u'INDIRECT_-1204587869'), (u'CALL_-1204593828', u'INDIRECT_-1204586602'), (u'INDIRECT_-1204586524', u'MULTIEQUAL_-1204586987'), (u'CALL_-1204596888', u'INDIRECT_-1204588096'), (u'INDIRECT_-1204587439', u'MULTIEQUAL_-1204588378'), (u'INDIRECT_-1204589462', u'MULTIEQUAL_-1204589546'), (u'CALL_-1204593612', u'INDIRECT_-1204587065'), (u'INDIRECT_-1204591316', u'MULTIEQUAL_-1204592331'), (u'CALL_-1204596914', u'INDIRECT_-1204588700'), (u'INDIRECT_-1204589091', u'MULTIEQUAL_-1204589771'), (u'MULTIEQUAL_-1204588231', u'CAST_-1204586450'), (u'INT_EQUAL_-1204594387', u'CBRANCH_-1204594386'), (u'MULTIEQUAL_-1204592158', u'INT_ADD_-1204594352'), (u'INDIRECT_-1204586338', u'MULTIEQUAL_-1204586254'), ('const-0', u'INT_NOTEQUAL_-1204595442'), (u'MULTIEQUAL_-1204592158', u'SUBPIECE_-1204592264'), (u'CALL_-1204599288', u'INDIRECT_-1204590505'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204588790'), (u'MULTIEQUAL_-1204588583', u'MULTIEQUAL_-1204588580'), (u'CALL_-1204598093', u'INDIRECT_-1204591185'), (u'CALL_-1204593612', u'INDIRECT_-1204587659'), (u'INDIRECT_-1204589281', u'INT_NOTEQUAL_-1204597638'), (u'CALL_-1204599288', u'LOAD_-1204599272'), (u'CALL_-1204599233', u'INDIRECT_-1204589879'), (u'INDIRECT_-1204586253', u'MULTIEQUAL_-1204587247'), (u'CAST_-1204586996', u'LOAD_-1204597971'), (u'INDIRECT_-1204588682', u'MULTIEQUAL_-1204589744'), (u'STORE_-1204598557', u'INDIRECT_-1204589037'), ('const-0', u'RETURN_-1204597760'), ('const-433', u'LOAD_-1204594188'), (u'PTRSUB_-1204587458', u'PTRADD_-1204587433'), (u'CALL_-1204593800', u'INDIRECT_-1204588957'), (u'INDIRECT_-1204589025', u'MULTIEQUAL_-1204589772'), (u'MULTIEQUAL_-1204590262', u'MULTIEQUAL_-1204591049'), (u'LOAD_-1204595458', u'INT_NOTEQUAL_-1204595442'), (u'INDIRECT_-1204586670', u'MULTIEQUAL_-1204586582'), (u'INDIRECT_-1204589307', u'MULTIEQUAL_-1204589189'), ('const-3691167', u'COPY_-1204586003'), (u'INDIRECT_-1204587068', u'MULTIEQUAL_-1204586986'), (u'MULTIEQUAL_-1204588179', u'MULTIEQUAL_-1204588091'), (u'INDIRECT_-1204590469', u'MULTIEQUAL_-1204590766'), (u'INT_NOTEQUAL_-1204597852', u'CBRANCH_-1204597852'), ('const-0', u'INT_NOTEQUAL_-1204595551'), (u'INDIRECT_-1204589857', u'MULTIEQUAL_-1204590343'), (u'PTRSUB_-1204587513', u'CALL_-1204596516'), ('tmp_1145', u'CBRANCH_-1204599334'), (u'COPY_-1204593255', u'MULTIEQUAL_-1204592336'), (u'INDIRECT_-1204589131', u'MULTIEQUAL_-1204586515'), (u'INDIRECT_-1204588713', u'MULTIEQUAL_-1204588534'), (u'MULTIEQUAL_-1204590482', u'MULTIEQUAL_-1204590739'), (u'CALL_-1204594863', u'INDIRECT_-1204587232'), (u'INDIRECT_-1204590713', u'MULTIEQUAL_-1204591135'), (u'CALL_-1204594260', u'INDIRECT_-1204586676'), (u'INDIRECT_-1204589902', u'MULTIEQUAL_-1204589769'), (u'PTRADD_-1204595864', u'STORE_-1204595903'), ('const-433', u'STORE_-1204594349'), (u'CALL_-1204593936', u'INDIRECT_-1204587665'), (u'STORE_-1204593766', u'INDIRECT_-1204587065'), (u'PTRSUB_-1204585681', u'LOAD_-1204595541'), (u'STORE_-1204598071', u'INDIRECT_-1204590521'), ('const-3727373', u'COPY_-1204585293'), (u'LOAD_-1204598661', u'PTRADD_-1204587585'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204590041'), ('const-0', u'CALL_-1204598226'), (u'LOAD_-1204593266', u'MULTIEQUAL_-1204589905'), (u'LOAD_-1204598368', u'INT_ADD_-1204598321'), (u'CALL_-1204597409', u'INDIRECT_-1204589764'), (u'CALL_-1204597991', u'INDIRECT_-1204588868'), (u'LOAD_-1204597743', u'INT_EQUAL_-1204597728'), (u'INDIRECT_-1204589135', u'MULTIEQUAL_-1204586514'), (u'MULTIEQUAL_-1204589777', u'MULTIEQUAL_-1204589772'), (u'MULTIEQUAL_-1204588681', u'MULTIEQUAL_-1204589487'), (u'INDIRECT_-1204589264', u'MULTIEQUAL_-1204589086'), (u'INDIRECT_-1204589262', u'MULTIEQUAL_-1204589179'), (u'INDIRECT_-1204588378', u'MULTIEQUAL_-1204588196'), ('const-433', u'STORE_-1204599868'), ('const-1', u'PTRADD_-1204596170'), (u'PTRADD_-1204594541', u'CALL_-1204593272'), (u'INDIRECT_-1204590160', u'MULTIEQUAL_-1204590482'), (u'COPY_-1204597473', u'MULTIEQUAL_-1204588712'), (u'INDIRECT_-1204589165', u'MULTIEQUAL_-1204589579'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204597706'), (u'INDIRECT_-1204587397', u'MULTIEQUAL_-1204587317'), (u'INDIRECT_-1204590416', u'MULTIEQUAL_-1204590739'), (u'INT_NOTEQUAL_-1204594463', u'CBRANCH_-1204594462'), (u'STORE_-1204598071', u'INDIRECT_-1204590125'), (u'INDIRECT_-1204590009', u'MULTIEQUAL_-1204589888'), (u'INDIRECT_-1204589764', u'MULTIEQUAL_-1204589576'), (u'CALL_-1204594632', u'INDIRECT_-1204586700'), (u'CALL_-1204594016', u'INDIRECT_-1204586716'), (u'CALL_-1204595424', u'INDIRECT_-1204589959'), ('const-0', u'INT_NOTEQUAL_-1204596164'), (u'STORE_-1204593982', u'INDIRECT_-1204586204'), ('const-0', u'CALL_-1204596786'), (u'CALL_-1204597775', u'INDIRECT_-1204589538'), (u'PTRADD_-1204593932', u'STORE_-1204593982'), (u'MULTIEQUAL_-1204589744', u'MULTIEQUAL_-1204589592'), (u'STORE_-1204594786', u'INDIRECT_-1204587685'), ('tmp_8188', u'PTRSUB_-1204584471'), (u'MULTIEQUAL_-1204587784', u'MULTIEQUAL_-1204588542'), ('const-3', u'COPY_-1204591948'), (u'COPY_-1204589392', u'MULTIEQUAL_-1204590262'), (u'LOAD_-1204597971', u'INT_ZEXT_-1204591768'), (u'INDIRECT_-1204588663', u'MULTIEQUAL_-1204588580'), (u'CALL_-1204594016', u'INDIRECT_-1204586919'), (u'MULTIEQUAL_-1204588910', u'MULTIEQUAL_-1204589570'), (u'INDIRECT_-1204587526', u'MULTIEQUAL_-1204587487'), (u'INDIRECT_-1204587714', u'MULTIEQUAL_-1204587551'), (u'CALL_-1204594604', u'INDIRECT_-1204586876'), (u'INDIRECT_-1204587779', u'MULTIEQUAL_-1204588378'), ('const-1', u'PTRADD_-1204598509'), (u'INDIRECT_-1204587511', u'MULTIEQUAL_-1204587717'), (u'PTRADD_-1204598031', u'STORE_-1204598071'), (u'CALL_-1204595566', u'INDIRECT_-1204587820'), (u'INDIRECT_-1204589124', u'MULTIEQUAL_-1204589546'), (u'INDIRECT_-1204587407', u'MULTIEQUAL_-1204587271'), (u'CALL_-1204595424', u'INDIRECT_-1204587785'), (u'CALL_-1204594016', u'INDIRECT_-1204589093'), ('tmp_4196', u'BRANCH_-1204596911'), ('const-1', u'PTRADD_-1204594364'), (u'LOAD_-1204598820', u'INT_SLESS_-1204598790'), (u'INDIRECT_-1204588126', u'MULTIEQUAL_-1204585969'), (u'MULTIEQUAL_-1204592331', u'MULTIEQUAL_-1204592188'), ('tmp_8188', u'CALL_-1204595263'), (u'COPY_-1204586301', u'MULTIEQUAL_-1204592716'), ('const-1', u'CALL_-1204596786'), ('const-1', u'CALL_-1204594503'), ('const-1', u'PTRADD_-1204595584'), ('tmp_3539', u'BRANCH_-1204596500'), ('tmp_8186', u'CALL_-1204595453'), (u'CALL_-1204598535', u'INDIRECT_-1204589659'), (u'CALL_-1204594275', u'INDIRECT_-1204588277'), (u'INT_ZEXT_-1204592225', u'CALL_-1204594329'), (u'CALL_-1204594604', u'INDIRECT_-1204587475'), (u'INDIRECT_-1204590774', u'MULTIEQUAL_-1204590677'), (u'MULTIEQUAL_-1204592331', u'MULTIEQUAL_-1204592094'), (u'INDIRECT_-1204588852', u'MULTIEQUAL_-1204588681'), (u'CALL_-1204595490', u'INDIRECT_-1204588972'), (u'CALL_-1204594275', u'INDIRECT_-1204587084'), (u'CALL_-1204594740', u'INDIRECT_-1204587565'), (u'CALL_-1204599308', u'INDIRECT_-1204589721'), (u'MULTIEQUAL_-1204585969', u'MULTIEQUAL_-1204588344'), (u'INDIRECT_-1204587739', u'MULTIEQUAL_-1204587577'), (u'CALL_-1204593584', u'INDIRECT_-1204587043'), (u'LOAD_-1204599716', u'PTRADD_-1204598736'), (u'INDIRECT_-1204589667', u'MULTIEQUAL_-1204589942'), (u'CALL_-1204597991', u'INDIRECT_-1204589462'), (u'MULTIEQUAL_-1204587893', u'MULTIEQUAL_-1204587888'), (u'PTRSUB_-1204587839', u'CALL_-1204597409'), (u'INDIRECT_-1204588136', u'CALL_-1204596651'), (u'MULTIEQUAL_-1204592478', u'INT_EQUAL_-1204595142'), ('tmp_3947', u'CBRANCH_-1204598048'), ('const-433', u'STORE_-1204594909'), (u'STORE_-1204598482', u'INDIRECT_-1204589384'), (u'PTRADD_-1204594541', u'PTRADD_-1204593169'), (u'LOAD_-1204595847', u'INT_SLESSEQUAL_-1204595820'), (u'INDIRECT_-1204590619', u'MULTIEQUAL_-1204590502'), (u'INDIRECT_-1204588045', u'MULTIEQUAL_-1204588576'), (u'INDIRECT_-1204587603', u'MULTIEQUAL_-1204587447'), (u'CALL_-1204597911', u'INDIRECT_-1204588622'), ('const-24', u'PTRSUB_-1204585940'), ('const-0', u'PTRSUB_-1204585350'), (u'INDIRECT_-1204586991', u'MULTIEQUAL_-1204586919'), (u'CALL_-1204594503', u'MULTIEQUAL_-1204591268'), (u'INDIRECT_-1204587658', u'MULTIEQUAL_-1204587981'), (u'INDIRECT_-1204587345', u'MULTIEQUAL_-1204587586'), (u'CALL_-1204594863', u'INDIRECT_-1204587831'), (u'STORE_-1204597531', u'INDIRECT_-1204589633'), (u'STORE_-1204594426', u'INDIRECT_-1204588073'), (u'STORE_-1204594306', u'INDIRECT_-1204586801'), (u'INDIRECT_-1204588294', u'MULTIEQUAL_-1204588974'), (u'INDIRECT_-1204588332', u'MULTIEQUAL_-1204588377'), (u'INDIRECT_-1204587405', u'MULTIEQUAL_-1204587249'), (u'STORE_-1204593220', u'INDIRECT_-1204586852'), (u'CALL_-1204594473', u'INDIRECT_-1204587582'), (u'INDIRECT_-1204587001', u'MULTIEQUAL_-1204586921'), (u'STORE_-1204593658', u'INDIRECT_-1204586800'), (u'CALL_-1204595424', u'INDIRECT_-1204588775'), (u'CALL_-1204594124', u'INDIRECT_-1204587185'), (u'CALL_-1204594124', u'INDIRECT_-1204587581'), (u'INDIRECT_-1204589634', u'MULTIEQUAL_-1204589519'), (u'COPY_-1204588165', u'CALL_-1204599308'), (u'MULTIEQUAL_-1204588690', u'MULTIEQUAL_-1204588685'), (u'INDIRECT_-1204586987', u'MULTIEQUAL_-1204587586'), (u'CALL_-1204596206', u'CALL_-1204594420'), (u'INDIRECT_-1204588429', u'MULTIEQUAL_-1204588210'), ('const-433', u'LOAD_-1204595335'), (u'INDIRECT_-1204590095', u'MULTIEQUAL_-1204589928'), (u'CALL_-1204593292', u'INDIRECT_-1204586985'), (u'CALL_-1204596206', u'INDIRECT_-1204588092'), ('const-433', u'STORE_-1204598784'), (u'INDIRECT_-1204587550', u'MULTIEQUAL_-1204587745'), (u'CALL_-1204594016', u'INDIRECT_-1204587315'), ('const-1', u'PTRADD_-1204595584'), (u'INDIRECT_-1204588069', u'MULTIEQUAL_-1204588378'), (u'MULTIEQUAL_-1204589118', u'MULTIEQUAL_-1204589942'), (u'COPY_-1204587930', u'CALL_-1204597920'), (u'STORE_-1204594596', u'INDIRECT_-1204588166'), ('const-0', u'COPY_-1204588281'), (u'CALL_-1204593908', u'INDIRECT_-1204586851'), ('tmp_2141', u'CBRANCH_-1204598315'), (u'CALL_-1204594420', u'INDIRECT_-1204586449'), ('tmp_5330', u'BRANCH_-1204595460'), (u'COPY_-1204586605', u'MULTIEQUAL_-1204591207'), (u'CALL_-1204595357', u'INDIRECT_-1204588582'), (u'CALL_-1204593800', u'INDIRECT_-1204586382'), (u'LOAD_-1204597627', u'CALL_-1204596516'), (u'CALL_-1204593612', u'INDIRECT_-1204587263'), (u'CALL_-1204597616', u'INDIRECT_-1204588663'), ('const-433', u'LOAD_-1204597984'), (u'MULTIEQUAL_-1204587353', u'MULTIEQUAL_-1204587591'), (u'COPY_-1204587607', u'MULTIEQUAL_-1204594753'), ('const-1', u'INT_ADD_-1204594352'), (u'INDIRECT_-1204589566', u'MULTIEQUAL_-1204589986'), (u'STORE_-1204594909', u'INDIRECT_-1204586955'), (u'MULTIEQUAL_-1204592826', u'MULTIEQUAL_-1204592340'), (u'CALL_-1204595474', u'INDIRECT_-1204588006'), (u'STORE_-1204597942', u'INDIRECT_-1204589465'), (u'INDIRECT_-1204588880', u'MULTIEQUAL_-1204588778'), (u'STORE_-1204595536', u'INDIRECT_-1204588495'), (u'INDIRECT_-1204587263', u'MULTIEQUAL_-1204587122'), (u'INDIRECT_-1204590079', u'MULTIEQUAL_-1204589771'), (u'CALL_-1204598762', u'INDIRECT_-1204589658'), (u'INDIRECT_-1204588425', u'MULTIEQUAL_-1204588252'), (u'COPY_-1204587602', u'INT_EQUAL_-1204598710'), (u'INDIRECT_-1204587898', u'MULTIEQUAL_-1204588578'), ('const-433', u'LOAD_-1204597701'), (u'INDIRECT_-1204587201', u'MULTIEQUAL_-1204587054'), ('const--152', u'PTRSUB_-1204585989'), (u'CALL_-1204599308', u'INDIRECT_-1204591112'), (u'STORE_-1204599219', u'INDIRECT_-1204590457'), (u'INDIRECT_-1204589220', u'MULTIEQUAL_-1204590343'), (u'PTRADD_-1204594040', u'STORE_-1204594090'), (u'INDIRECT_-1204586512', u'MULTIEQUAL_-1204587383'), ('tmp_8188', u'PTRSUB_-1204584544'), (u'CALL_-1204594473', u'INDIRECT_-1204586587'), ('tmp_8188', u'CALL_-1204596285'), (u'INDIRECT_-1204588071', u'MULTIEQUAL_-1204587893'), (u'STORE_-1204594090', u'INDIRECT_-1204586469'), (u'INDIRECT_-1204586320', u'MULTIEQUAL_-1204586987'), (u'PTRADD_-1204594314', u'STORE_-1204594356'), ('const-1', u'PTRADD_-1204597656'), (u'INDIRECT_-1204587543', u'MULTIEQUAL_-1204587784'), (u'STORE_-1204594541', u'INDIRECT_-1204587749'), (u'COPY_-1204584980', u'CALL_-1204594152'), (u'PTRADD_-1204594393', u'STORE_-1204594426'), (u'INT_EQUAL_-1204597728', u'CBRANCH_-1204597725'), (u'INDIRECT_-1204586966', u'MULTIEQUAL_-1204586796'), (u'CALL_-1204593720', u'INDIRECT_-1204587331'), (u'INDIRECT_-1204586880', u'MULTIEQUAL_-1204586851'), (u'PTRADD_-1204598434', u'STORE_-1204598482'), ('const-433', u'LOAD_-1204594668'), (u'COPY_-1204585419', u'PTRADD_-1204593204'), (u'CALL_-1204593612', u'INDIRECT_-1204588843'), ('const-1', u'PTRADD_-1204593824'), (u'LOAD_-1204598368', u'INT_NOTEQUAL_-1204598296'), (u'INDIRECT_-1204586920', u'MULTIEQUAL_-1204587383'), (u'INDIRECT_-1204590020', u'MULTIEQUAL_-1204590086'), (u'INT_NOTEQUAL_-1204596029', u'CBRANCH_-1204596028'), (u'INDIRECT_-1204586744', u'MULTIEQUAL_-1204586582'), (u'INDIRECT_-1204587424', u'MULTIEQUAL_-1204587321'), (u'INDIRECT_-1204588184', u'MULTIEQUAL_-1204589174'), (u'LOAD_-1204599272', u'INT_NOTEQUAL_-1204599256'), (u'CALL_-1204594044', u'INDIRECT_-1204587535'), ('tmp_1806', u'BRANCH_-1204598908'), (u'CALL_-1204599288', u'INDIRECT_-1204589708'), (u'MULTIEQUAL_-1204590145', u'MULTIEQUAL_-1204588580'), (u'INDIRECT_-1204586116', u'MULTIEQUAL_-1204586987'), (u'INDIRECT_-1204588379', u'MULTIEQUAL_-1204588266'), ('tmp_6713', u'CBRANCH_-1204593739'), (u'STORE_-1204594426', u'INDIRECT_-1204587479'), (u'LOAD_-1204597979', u'INT_NOTEQUAL_-1204597963'), (u'INDIRECT_-1204587210', u'MULTIEQUAL_-1204587383'), (u'MULTIEQUAL_-1204592826', u'MULTIEQUAL_-1204592280'), (u'INDIRECT_-1204590874', u'MULTIEQUAL_-1204590785'), (u'INDIRECT_-1204587677', u'MULTIEQUAL_-1204587648'), (u'CALL_-1204596210', u'INDIRECT_-1204587508'), ('tmp_3564', u'CBRANCH_-1204597585'), (u'INDIRECT_-1204590358', u'MULTIEQUAL_-1204590009'), ('tmp_7294', u'CBRANCH_-1204594246'), ('const-0', u'COPY_-1204599829'), (u'MULTIEQUAL_-1204592074', u'MULTIEQUAL_-1204592331'), (u'INDIRECT_-1204586518', u'MULTIEQUAL_-1204587185'), (u'CALL_-1204595528', u'INDIRECT_-1204588884'), (u'INDIRECT_-1204587531', u'MULTIEQUAL_-1204587447'), (u'LOAD_-1204599716', u'PTRADD_-1204598509'), (u'MULTIEQUAL_-1204588211', u'MULTIEQUAL_-1204588974'), (u'STORE_-1204594596', u'INDIRECT_-1204587968'), ('const-433', u'LOAD_-1204594313'), (u'CALL_-1204594260', u'INDIRECT_-1204587275'), (u'STORE_-1204593874', u'INDIRECT_-1204586736'), (u'MULTIEQUAL_-1204586518', u'MULTIEQUAL_-1204591106'), (u'CALL_-1204596125', u'INDIRECT_-1204587856'), ('const-433', u'STORE_-1204594198'), (u'INDIRECT_-1204587605', u'MULTIEQUAL_-1204587469'), ('tmp_8188', u'PTRSUB_-1204585241'), ('tmp_6822', u'CBRANCH_-1204593631'), (u'STORE_-1204594356', u'INDIRECT_-1204587724'), (u'INDIRECT_-1204587875', u'MULTIEQUAL_-1204589744'), (u'PTRSUB_-1204586516', u'STORE_-1204597970'), (u'STORE_-1204597785', u'INDIRECT_-1204588917'), (u'MULTIEQUAL_-1204586509', u'MULTIEQUAL_-1204588013'), ('const-3691167', u'COPY_-1204585946'), (u'MULTIEQUAL_-1204589905', u'INT_NOTEQUAL_-1204594463'), (u'INDIRECT_-1204588670', u'MULTIEQUAL_-1204588492'), ('const-4', u'COPY_-1204589832'), (u'STORE_-1204595634', u'INDIRECT_-1204588552'), (u'CALL_-1204597985', u'INDIRECT_-1204589505'), ('tmp_8186', u'CALL_-1204598226'), (u'MULTIEQUAL_-1204588182', u'MULTIEQUAL_-1204587192'), (u'INT_EQUAL_-1204596084', u'CBRANCH_-1204596082'), ('const-1', u'PTRADD_-1204595486'), (u'INDIRECT_-1204586991', u'MULTIEQUAL_-1204587981'), (u'INDIRECT_-1204587289', u'MULTIEQUAL_-1204587197'), (u'INDIRECT_-1204588403', u'MULTIEQUAL_-1204588576'), (u'INDIRECT_-1204587276', u'MULTIEQUAL_-1204587247'), (u'INDIRECT_-1204588979', u'MULTIEQUAL_-1204588844'), (u'INDIRECT_-1204588545', u'MULTIEQUAL_-1204588740'), (u'MULTIEQUAL_-1204587586', u'MULTIEQUAL_-1204588344'), (u'MULTIEQUAL_-1204585967', u'MULTIEQUAL_-1204587943'), (u'CALL_-1204594604', u'INDIRECT_-1204586678'), (u'CALL_-1204599233', u'INDIRECT_-1204589483'), ('const-0', u'STORE_-1204597960'), (u'INDIRECT_-1204590059', u'MULTIEQUAL_-1204590343'), (u'CALL_-1204594044', u'INDIRECT_-1204586342'), (u'CAST_-1204585236', u'CALL_-1204594329'), (u'CALL_-1204596011', u'INDIRECT_-1204588545'), (u'MULTIEQUAL_-1204588344', u'MULTIEQUAL_-1204588487'), ('const-433', u'STORE_-1204593220'), (u'PTRSUB_-1204585951', u'LOAD_-1204595847'), (u'CALL_-1204597911', u'INDIRECT_-1204589216'), (u'INT_SLESSEQUAL_-1204595820', u'CBRANCH_-1204595828'), (u'INDIRECT_-1204589233', u'MULTIEQUAL_-1204589118'), (u'CALL_-1204597662', u'COPY_-1204587143'), (u'COPY_-1204599853', u'MULTIEQUAL_-1204590145'), ('tmp_8186', u'CALL_-1204597775'), (u'CALL_-1204597920', u'INDIRECT_-1204590464'), (u'INDIRECT_-1204590197', u'MULTIEQUAL_-1204590106'), (u'STORE_-1204594541', u'INDIRECT_-1204587551'), (u'INDIRECT_-1204589407', u'MULTIEQUAL_-1204589717'), (u'CALL_-1204597409', u'MULTIEQUAL_-1204592503'), (u'STORE_-1204594381', u'INDIRECT_-1204587138'), ('const-4', u'COPY_-1204589717'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204598784'), (u'INDIRECT_-1204589881', u'MULTIEQUAL_-1204590541'), (u'CALL_-1204597409', u'INDIRECT_-1204590160'), (u'MULTIEQUAL_-1204588514', u'MULTIEQUAL_-1204588286'), (u'INDIRECT_-1204587598', u'MULTIEQUAL_-1204587512'), (u'PTRADD_-1204594256', u'STORE_-1204594306'), (u'INDIRECT_-1204586873', u'MULTIEQUAL_-1204586723'), (u'CALL_-1204596011', u'INDIRECT_-1204588347'), (u'COPY_-1204585455', u'MULTIEQUAL_-1204591212'), ('tmp_7619', u'CBRANCH_-1204594318'), (u'INDIRECT_-1204587048', u'MULTIEQUAL_-1204588740'), (u'INDIRECT_-1204587111', u'MULTIEQUAL_-1204587982'), ('const-1', u'PTRADD_-1204594530'), (u'MULTIEQUAL_-1204589372', u'MULTIEQUAL_-1204589284'), (u'SUBPIECE_-1204590576', u'INT_SUB_-1204596731'), ('const-8', u'PTRSUB_-1204585862'), (u'CALL_-1204595490', u'INDIRECT_-1204587581'), (u'INT_ZEXT_-1204594173', u'INT_AND_-1204597901'), (u'CALL_-1204596706', u'INDIRECT_-1204588299'), (u'INDIRECT_-1204590277', u'MULTIEQUAL_-1204590937'), (u'MULTIEQUAL_-1204588211', u'CALL_-1204596888'), ('tmp_2039', u'CBRANCH_-1204598392'), (u'MULTIEQUAL_-1204590739', u'MULTIEQUAL_-1204588514'), (u'CALL_-1204594420', u'INDIRECT_-1204588826'), (u'CALL_-1204596934', u'INDIRECT_-1204591093'), (u'INDIRECT_-1204588295', u'MULTIEQUAL_-1204588580'), (u'CALL_-1204593936', u'INDIRECT_-1204587071'), (u'CALL_-1204595588', u'INDIRECT_-1204587837'), (u'MULTIEQUAL_-1204592179', u'MULTIEQUAL_-1204592331'), (u'INDIRECT_-1204589237', u'MULTIEQUAL_-1204589177'), (u'CALL_-1204594368', u'INDIRECT_-1204587343'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204597775'), ('const--148', u'PTRSUB_-1204585378'), (u'INDIRECT_-1204589308', u'MULTIEQUAL_-1204589888'), (u'INDIRECT_-1204588735', u'MULTIEQUAL_-1204590541'), (u'SUBPIECE_-1204594515', u'INT_SLESSEQUAL_-1204597568'), ('tmp_8188', u'PTRSUB_-1204585318'), ('const-0', u'SUBPIECE_-1204590574'), (u'STORE_-1204595435', u'INDIRECT_-1204588039'), (u'STORE_-1204594596', u'INDIRECT_-1204587369'), (u'CALL_-1204594275', u'INDIRECT_-1204587485'), (u'INDIRECT_-1204589340', u'MULTIEQUAL_-1204590086'), (u'CALL_-1204597991', u'INDIRECT_-1204589660'), (u'COPY_-1204586914', u'CALL_-1204596914'), (u'CALL_-1204599233', u'INDIRECT_-1204590676'), (u'CALL_-1204594368', u'INDIRECT_-1204587541'), (u'INDIRECT_-1204589028', u'MULTIEQUAL_-1204588809'), (u'INDIRECT_-1204587755', u'MULTIEQUAL_-1204587652'), (u'CAST_-1204585299', u'STORE_-1204594440'), (u'PTRSUB_-1204587513', u'CALL_-1204597616'), (u'CALL_-1204596253', u'INDIRECT_-1204588818'), (u'CALL_-1204593272', u'INDIRECT_-1204588749'), (u'COPY_-1204585851', u'CALL_-1204595367'), (u'INDIRECT_-1204586534', u'MULTIEQUAL_-1204586390'), (u'CALL_-1204594604', u'INDIRECT_-1204587673'), ('const-1', u'PTRADD_-1204598736'), (u'PTRSUB_-1204587470', u'LOAD_-1204598423'), (u'CALL_-1204596905', u'INDIRECT_-1204589333'), (u'INDIRECT_-1204590358', u'MULTIEQUAL_-1204590772'), (u'INDIRECT_-1204588497', u'MULTIEQUAL_-1204589177'), (u'COPY_-1204590020', u'MULTIEQUAL_-1204591445'), (u'STORE_-1204597981', u'INDIRECT_-1204590792'), (u'COPY_-1204587335', u'MULTIEQUAL_-1204590878'), (u'INT_LESS_-1204593243', u'CBRANCH_-1204593237'), ('const-433', u'LOAD_-1204594307'), ('const-4', u'COPY_-1204589492'), (u'PTRSUB_-1204588165', u'STORE_-1204599815'), (u'INDIRECT_-1204589271', u'MULTIEQUAL_-1204589546'), (u'CALL_-1204595566', u'INDIRECT_-1204587622'), (u'COPY_-1204587602', u'COPY_-1204587603'), (u'MULTIEQUAL_-1204591754', u'INT_SEXT_-1204597584'), (u'INDIRECT_-1204589659', u'MULTIEQUAL_-1204590145'), (u'INDIRECT_-1204587269', u'MULTIEQUAL_-1204587119'), (u'LOAD_-1204593972', u'INT_NOTEQUAL_-1204593956'), (u'INT_NOTEQUAL_-1204597383', u'CBRANCH_-1204597381'), ('const-0', u'COPY_-1204598921'), (u'INDIRECT_-1204587475', u'MULTIEQUAL_-1204587784'), (u'INDIRECT_-1204587071', u'MULTIEQUAL_-1204586921'), ('const-5', u'COPY_-1204589262'), (u'INDIRECT_-1204588933', u'MULTIEQUAL_-1204590739'), (u'MULTIEQUAL_-1204590145', u'MULTIEQUAL_-1204590002'), (u'MULTIEQUAL_-1204591267', u'PTRADD_-1204594503'), ('tmp_2367', u'CBRANCH_-1204597941'), (u'INDIRECT_-1204589030', u'MULTIEQUAL_-1204588845'), ('const-1', u'PTRADD_-1204594302'), (u'CALL_-1204597662', u'INDIRECT_-1204588743'), (u'CALL_-1204594420', u'INDIRECT_-1204587444'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204595423'), (u'MULTIEQUAL_-1204588514', u'MULTIEQUAL_-1204589174'), (u'MULTIEQUAL_-1204587675', u'MULTIEQUAL_-1204588778'), (u'INDIRECT_-1204589267', u'MULTIEQUAL_-1204589183'), ('const-0', u'SUBPIECE_-1204590576'), (u'COPY_-1204591336', u'MULTIEQUAL_-1204591268'), (u'INDIRECT_-1204587132', u'MULTIEQUAL_-1204587054'), (u'CALL_-1204596651', u'INDIRECT_-1204588672'), (u'INT_EQUAL_-1204597896', u'CBRANCH_-1204597894'), (u'STORE_-1204595536', u'INDIRECT_-1204588297'), (u'INDIRECT_-1204590025', u'MULTIEQUAL_-1204589908'), (u'CALL_-1204596011', u'INDIRECT_-1204588941'), (u'CALL_-1204593908', u'INDIRECT_-1204587049'), (u'MULTIEQUAL_-1204590113', u'MULTIEQUAL_-1204590937'), (u'MULTIEQUAL_-1204589403', u'MULTIEQUAL_-1204589375'), (u'INDIRECT_-1204591833', u'MULTIEQUAL_-1204592331'), (u'CALL_-1204596888', u'INDIRECT_-1204589091'), (u'INDIRECT_-1204586852', u'MULTIEQUAL_-1204587383'), (u'INDIRECT_-1204588967', u'MULTIEQUAL_-1204589387'), (u'INDIRECT_-1204588136', u'MULTIEQUAL_-1204589942'), ('const-433', u'LOAD_-1204599705'), (u'INDIRECT_-1204589116', u'INT_SLESSEQUAL_-1204595820'), ('tmp_8188', u'PTRSUB_-1204585743'), (u'CALL_-1204594632', u'INDIRECT_-1204587299'), ('tmp_8188', u'PTRSUB_-1204584743'), ('tmp_3769', u'CBRANCH_-1204598165'), (u'STORE_-1204593766', u'INDIRECT_-1204586669'), (u'MULTIEQUAL_-1204591666', u'PTRADD_-1204593932'), (u'INT_EQUAL_-1204598573', u'CBRANCH_-1204598569'), ('const--104', u'PTRSUB_-1204586268'), (u'CALL_-1204594329', u'INDIRECT_-1204589690'), (u'INT_EQUAL_-1204598439', u'CBRANCH_-1204598437'), (u'PTRSUB_-1204584471', u'LOAD_-1204593648'), ('const-3691167', u'COPY_-1204584645'), (u'LOAD_-1204595425', u'INT_NOTEQUAL_-1204595409'), (u'INDIRECT_-1204588126', u'MULTIEQUAL_-1204588580'), (u'CALL_-1204594604', u'INDIRECT_-1204587871'), (u'COPY_-1204588089', u'INT_NOTEQUAL_-1204598271'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204596515'), (u'INT_EQUAL_-1204594250', u'CBRANCH_-1204594246'), ('const-433', u'LOAD_-1204596160'), (u'LOAD_-1204597455', u'BRANCHIND_-1204597393'), ('const-1', u'PTRADD_-1204598251'), (u'CALL_-1204596253', u'INDIRECT_-1204588021'), (u'PTRSUB_-1204588080', u'LOAD_-1204599378'), (u'CALL_-1204597603', u'INDIRECT_-1204590100'), (u'INDIRECT_-1204588726', u'MULTIEQUAL_-1204588611'), (u'INDIRECT_-1204587377', u'MULTIEQUAL_-1204588180'), (u'CALL_-1204594044', u'INDIRECT_-1204586941'), (u'INDIRECT_-1204589320', u'MULTIEQUAL_-1204589205'), ('const-1', u'PTRADD_-1204594530'), (u'CALL_-1204598762', u'INDIRECT_-1204590257'), ('const-3727386', u'COPY_-1204584744'), (u'CALL_-1204594275', u'INDIRECT_-1204587881'), (u'PTRSUB_-1204586507', u'STORE_-1204597960'), (u'INDIRECT_-1204587983', u'MULTIEQUAL_-1204587870'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204598890'), ('const-433', u'LOAD_-1204595423'), (u'INT_NOTEQUAL_-1204598190', u'CBRANCH_-1204598190'), (u'COPY_-1204587010', u'CALL_-1204597094'), ('const-3728503', u'COPY_-1204586955'), (u'INT_NOTEQUAL_-1204596016', u'CBRANCH_-1204596015'), (u'STORE_-1204597942', u'INDIRECT_-1204590460'), (u'COPY_-1204587609', u'MULTIEQUAL_-1204594316'), ('const-433', u'LOAD_-1204594404'), (u'MULTIEQUAL_-1204589601', u'MULTIEQUAL_-1204589573'), (u'CALL_-1204596706', u'INDIRECT_-1204588893'), (u'CALL_-1204596516', u'INDIRECT_-1204588662'), (u'STORE_-1204595903', u'INDIRECT_-1204587869'), ('tmp_6419', u'BRANCH_-1204594007'), ('const-1', u'COPY_-1204589223'), (u'INDIRECT_-1204588735', u'MULTIEQUAL_-1204586513'), (u'INDIRECT_-1204588464', u'MULTIEQUAL_-1204589373'), (u'INDIRECT_-1204587266', u'MULTIEQUAL_-1204587184'), (u'CALL_-1204593272', u'INDIRECT_-1204586971'), ('tmp_23145', u'PTRSUB_-1204585989'), (u'CALL_-1204595566', u'INDIRECT_-1204587424'), (u'INDIRECT_-1204588836', u'MULTIEQUAL_-1204588776'), (u'STORE_-1204594426', u'INDIRECT_-1204587875'), (u'LOAD_-1204598844', u'INT_SLESSEQUAL_-1204598817'), (u'INDIRECT_-1204588931', u'MULTIEQUAL_-1204588740'), (u'INDIRECT_-1204586246', u'MULTIEQUAL_-1204587185'), (u'COPY_-1204585478', u'CALL_-1204594275'), ('tmp_4420', u'CBRANCH_-1204596082'), (u'INDIRECT_-1204589847', u'MULTIEQUAL_-1204589676'), (u'INDIRECT_-1204587581', u'MULTIEQUAL_-1204588180'), (u'INDIRECT_-1204588384', u'MULTIEQUAL_-1204588231'), (u'INDIRECT_-1204587718', u'MULTIEQUAL_-1204587539'), (u'INT_NOTEQUAL_-1204596873', u'CBRANCH_-1204596872'), (u'INDIRECT_-1204588506', u'MULTIEQUAL_-1204588343'), ('tmp_2511', u'CBRANCH_-1204597816'), (u'CALL_-1204596011', u'INDIRECT_-1204590323'), (u'INDIRECT_-1204588983', u'MULTIEQUAL_-1204588830'), (u'MULTIEQUAL_-1204588611', u'MULTIEQUAL_-1204588583'), ('tmp_8188', u'CALL_-1204593908'), (u'INDIRECT_-1204588739', u'MULTIEQUAL_-1204588614'), (u'STORE_-1204594198', u'INDIRECT_-1204586937'), (u'CALL_-1204596008', u'INDIRECT_-1204588309'), (u'CALL_-1204595499', u'INDIRECT_-1204587423'), (u'INDIRECT_-1204586814', u'MULTIEQUAL_-1204586987'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587450'), (u'CALL_-1204597094', u'INDIRECT_-1204588564'), ('const-0', u'INT_NOTEQUAL_-1204597590'), ('tmp_2385', u'CBRANCH_-1204597914'), (u'INT_NOTEQUAL_-1204595319', u'CBRANCH_-1204595318'), (u'CALL_-1204595357', u'INDIRECT_-1204589775'), (u'INDIRECT_-1204589525', u'MULTIEQUAL_-1204589334'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204588054'), (u'PTRSUB_-1204584680', u'LOAD_-1204593978'), (u'MULTIEQUAL_-1204591135', u'MULTIEQUAL_-1204590983'), (u'CALL_-1204596516', u'INDIRECT_-1204590440'), (u'INDIRECT_-1204587321', u'MULTIEQUAL_-1204587784'), (u'CALL_-1204594232', u'INDIRECT_-1204587649'), (u'MULTIEQUAL_-1204588662', u'MULTIEQUAL_-1204588910'), (u'CALL_-1204595588', u'INDIRECT_-1204588436'), (u'LOAD_-1204597399', u'INT_NOTEQUAL_-1204597383'), (u'MULTIEQUAL_-1204593869', u'LOAD_-1204597756'), (u'CALL_-1204596253', u'INDIRECT_-1204587823'), (u'CALL_-1204598890', u'INDIRECT_-1204590020'), (u'INDIRECT_-1204589410', u'MULTIEQUAL_-1204589289'), ('tmp_7240', u'CBRANCH_-1204594290'), ('tmp_2718', u'CBRANCH_-1204597667'), (u'INDIRECT_-1204587135', u'MULTIEQUAL_-1204587051'), (u'CALL_-1204597074', u'INDIRECT_-1204591123'), (u'CALL_-1204595566', u'INDIRECT_-1204588221'), (u'INDIRECT_-1204587009', u'MULTIEQUAL_-1204586853'), ('tmp_8188', u'PTRSUB_-1204585100'), (u'INDIRECT_-1204589764', u'MULTIEQUAL_-1204590184'), ('const-1', u'PTRADD_-1204594503'), ('const-3727363', u'COPY_-1204585229'), (u'STORE_-1204597785', u'INDIRECT_-1204589120'), ('const-0', u'INT_NOTEQUAL_-1204596029'), (u'LOAD_-1204599378', u'INT_AND_-1204599352'), (u'STORE_-1204594349', u'INDIRECT_-1204587590'), ('tmp_1536', u'CBRANCH_-1204598797'), ('const-8', u'PTRSUB_-1204584612'), (u'CALL_-1204595424', u'INDIRECT_-1204587582'), ('const-1', u'PTRADD_-1204597789'), (u'MULTIEQUAL_-1204592826', u'MULTIEQUAL_-1204591106'), (u'CALL_-1204594329', u'INDIRECT_-1204587313'), ('tmp_1633', u'CBRANCH_-1204598726'), (u'INDIRECT_-1204590812', u'INT_SLESS_-1204598849'), (u'CALL_-1204595453', u'INDIRECT_-1204588627'), (u'INT_EQUAL_-1204595142', u'CBRANCH_-1204595137'), (u'CALL_-1204594473', u'INDIRECT_-1204587384'), (u'INDIRECT_-1204587649', u'MULTIEQUAL_-1204587784'), ('const-3691167', u'COPY_-1204584846'), (u'STORE_-1204593220', u'INDIRECT_-1204586654'), (u'INDIRECT_-1204587922', u'MULTIEQUAL_-1204587873'), (u'CALL_-1204597603', u'INDIRECT_-1204591482'), ('const--136', u'PTRSUB_-1204587954'), (u'INDIRECT_-1204587313', u'MULTIEQUAL_-1204587519'), (u'INDIRECT_-1204589011', u'MULTIEQUAL_-1204588779'), (u'INDIRECT_-1204587938', u'MULTIEQUAL_-1204589744'), (u'INDIRECT_-1204590440', u'MULTIEQUAL_-1204591361'), (u'INDIRECT_-1204588893', u'MULTIEQUAL_-1204589573'), (u'INDIRECT_-1204589251', u'MULTIEQUAL_-1204589104'), (u'INDIRECT_-1204589183', u'MULTIEQUAL_-1204589039'), (u'MULTIEQUAL_-1204593869', u'STORE_-1204595403'), (u'INT_SUB_-1204595382', u'COPY_-1204586604'), (u'INDIRECT_-1204589633', u'MULTIEQUAL_-1204589573'), (u'CALL_-1204595424', u'INDIRECT_-1204587186'), (u'INT_EQUAL_-1204598277', u'CBRANCH_-1204598274'), (u'INDIRECT_-1204590064', u'MULTIEQUAL_-1204589980'), (u'MULTIEQUAL_-1204585976', u'MULTIEQUAL_-1204591049'), (u'INDIRECT_-1204588720', u'MULTIEQUAL_-1204589174'), ('tmp_8188', u'PTRSUB_-1204584816'), (u'MULTIEQUAL_-1204589570', u'MULTIEQUAL_-1204589482'), (u'INDIRECT_-1204589485', u'MULTIEQUAL_-1204590145'), (u'INDIRECT_-1204587077', u'MULTIEQUAL_-1204586918'), (u'MULTIEQUAL_-1204586994', u'MULTIEQUAL_-1204586987'), (u'INDIRECT_-1204589831', u'MULTIEQUAL_-1204589771'), ('const-433', u'STORE_-1204599815'), (u'MULTIEQUAL_-1204586515', u'MULTIEQUAL_-1204589208'), ('const-0', u'INT_EQUAL_-1204596760'), (u'MULTIEQUAL_-1204591135', u'MULTIEQUAL_-1204590898'), (u'CALL_-1204594473', u'INDIRECT_-1204586785'), ('const--104', u'PTRSUB_-1204585382'), ('const-433', u'LOAD_-1204593762'), (u'INDIRECT_-1204590068', u'MULTIEQUAL_-1204590343'), (u'MULTIEQUAL_-1204592336', u'INT_ADD_-1204585396'), (u'INDIRECT_-1204588220', u'MULTIEQUAL_-1204588088'), (u'LOAD_-1204594503', u'STORE_-1204594381'), ('tmp_23145', u'PTRSUB_-1204585382'), (u'CAST_-1204586930', u'STORE_-1204597855'), (u'MULTIEQUAL_-1204593869', u'CALL_-1204597662'), (u'INDIRECT_-1204591659', u'MULTIEQUAL_-1204591363'), (u'INDIRECT_-1204589047', u'MULTIEQUAL_-1204588909'), ('const-3728503', u'COPY_-1204587599'), (u'CALL_-1204597540', u'INDIRECT_-1204591196'), (u'CALL_-1204594503', u'INDIRECT_-1204587003'), ('tmp_23145', u'PTRSUB_-1204585397'), (u'INT_SEXT_-1204595856', u'PTRADD_-1204585936'), (u'MULTIEQUAL_-1204592826', u'MULTIEQUAL_-1204586518'), (u'CALL_-1204596651', u'INDIRECT_-1204588474'), (u'PTRSUB_-1204584947', u'LOAD_-1204594404'), (u'INDIRECT_-1204590302', u'MULTIEQUAL_-1204590184'), ('tmp_2912', u'BRANCH_-1204596193'), (u'INDIRECT_-1204587938', u'MULTIEQUAL_-1204586509'), (u'INDIRECT_-1204587748', u'MULTIEQUAL_-1204587943'), (u'CALL_-1204595453', u'INDIRECT_-1204589622'), (u'INDIRECT_-1204587856', u'MULTIEQUAL_-1204588179'), (u'LOAD_-1204598459', u'LOAD_-1204598454'), (u'PTRADD_-1204594530', u'LOAD_-1204594592'), (u'STORE_-1204593874', u'INDIRECT_-1204586934'), (u'INDIRECT_-1204590298', u'MULTIEQUAL_-1204590878'), ('tmp_1693', u'CBRANCH_-1204598693'), (u'INDIRECT_-1204586386', u'SUBPIECE_-1204586413'), (u'INDIRECT_-1204588852', u'MULTIEQUAL_-1204589487'), (u'LOAD_-1204598018', u'INT_NOTEQUAL_-1204597999'), ('tmp_5440', u'BRANCH_-1204595359'), ('const-0', u'INT_NOTEQUAL_-1204595993'), (u'CALL_-1204597977', u'INDIRECT_-1204589649'), ('tmp_8186', u'PTRSUB_-1204586663'), (u'CALL_-1204597662', u'INDIRECT_-1204588941'), (u'INDIRECT_-1204587856', u'MULTIEQUAL_-1204585967'), (u'COPY_-1204585010', u'CALL_-1204594232'), ('const-1', u'COPY_-1204590790'), (u'CALL_-1204594835', u'INDIRECT_-1204587012'), ('const-4', u'COPY_-1204593100'), (u'CALL_-1204593692', u'INDIRECT_-1204587111'), (u'INDIRECT_-1204590262', u'MULTIEQUAL_-1204590178'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204587989'), (u'INDIRECT_-1204589460', u'MULTIEQUAL_-1204589377'), (u'INDIRECT_-1204587384', u'MULTIEQUAL_-1204588809'), ('tmp_5516', u'CBRANCH_-1204594882'), (u'SUBPIECE_-1204591205', u'INT_SUB_-1204595382'), ('const-1', u'PTRADD_-1204595864'), (u'COPY_-1204587633', u'MULTIEQUAL_-1204590878'), (u'INDIRECT_-1204587359', u'MULTIEQUAL_-1204587256'), (u'INDIRECT_-1204588120', u'MULTIEQUAL_-1204588081'), (u'MULTIEQUAL_-1204590106', u'MULTIEQUAL_-1204589318'), (u'CALL_-1204595588', u'INDIRECT_-1204587639'), (u'MULTIEQUAL_-1204587789', u'MULTIEQUAL_-1204587784'), (u'CALL_-1204598382', u'INDIRECT_-1204589566'), (u'LOAD_-1204598361', u'BRANCHIND_-1204598284'), (u'CALL_-1204597985', u'INDIRECT_-1204590698'), (u'CALL_-1204599308', u'INDIRECT_-1204590518'), (u'LOAD_-1204598454', u'INT_EQUAL_-1204598439'), (u'CALL_-1204595389', u'INDIRECT_-1204588911'), (u'MULTIEQUAL_-1204586511', u'MULTIEQUAL_-1204588416'), (u'INDIRECT_-1204587331', u'MULTIEQUAL_-1204587187'), ('const-3691167', u'COPY_-1204585886'), (u'INDIRECT_-1204586874', u'MULTIEQUAL_-1204586715'), (u'COPY_-1204585419', u'COPY_-1204585414'), (u'STORE_-1204593220', u'INDIRECT_-1204586055'), (u'CALL_-1204594420', u'INDIRECT_-1204586053'), ('const-433', u'LOAD_-1204599302'), ('const-3681288', u'COPY_-1204586968'), (u'INDIRECT_-1204587590', u'MULTIEQUAL_-1204588580'), (u'LOAD_-1204594404', u'INT_NOTEQUAL_-1204594388'), ('tmp_5693', u'BRANCH_-1204594703'), ('const-433', u'LOAD_-1204598749'), (u'CALL_-1204596125', u'INT_EQUAL_-1204596110'), (u'INDIRECT_-1204588140', u'MULTIEQUAL_-1204588013'), ('tmp_246', u'CBRANCH_-1204599739'), ('tmp_8188', u'CALL_-1204595490'), (u'COPY_-1204585114', u'CALL_-1204594368'), (u'INDIRECT_-1204587248', u'MULTIEQUAL_-1204587383'), (u'INDIRECT_-1204587779', u'MULTIEQUAL_-1204587597'), ('const-8', u'PTRSUB_-1204585743'), (u'CALL_-1204597596', u'CALL_-1204597540'), (u'MULTIEQUAL_-1204588712', u'MULTIEQUAL_-1204588534'), (u'LOAD_-1204595815', u'MULTIEQUAL_-1204585978'), ('const-433', u'LOAD_-1204597979'), ('tmp_8188', u'CALL_-1204596011'), ('const-1', u'PTRADD_-1204598535'), (u'INDIRECT_-1204587965', u'MULTIEQUAL_-1204587920'), (u'INDIRECT_-1204587117', u'MULTIEQUAL_-1204587784'), (u'INDIRECT_-1204588238', u'MULTIEQUAL_-1204588053'), (u'INDIRECT_-1204590119', u'MULTIEQUAL_-1204590541'), ('const-0', u'INT_SLESS_-1204595852'), (u'INDIRECT_-1204587529', u'MULTIEQUAL_-1204587385')]
[(u'MULTIEQUAL_-1204593915', u'STORE_-1204597942'), (u'INDIRECT_-1204589303', u'MULTIEQUAL_-1204589613'), (u'INDIRECT_-1204588980', u'MULTIEQUAL_-1204589640'), (u'LOAD_-1204595341', u'INT_NOTEQUAL_-1204595319'), ('tmp_2100', u'CBRANCH_-1204598342'), ('const-1', u'PTRADD_-1204598434'), ('const-1', u'COPY_-1204590836'), ('const-1', u'COPY_-1204588431'), (u'LOAD_-1204595467', u'CAST_-1204585767'), (u'STORE_-1204594596', u'INDIRECT_-1204587265'), (u'INDIRECT_-1204590567', u'MULTIEQUAL_-1204590696'), (u'INDIRECT_-1204589236', u'MULTIEQUAL_-1204589982'), (u'CALL_-1204593720', u'INDIRECT_-1204586232'), (u'CALL_-1204596285', u'INDIRECT_-1204589619'), (u'CALL_-1204596934', u'INDIRECT_-1204588612'), (u'INDIRECT_-1204587038', u'MULTIEQUAL_-1204587279'), ('const-1', u'PTRADD_-1204584858'), ('const-1', u'PTRADD_-1204597656'), (u'CALL_-1204594329', u'INDIRECT_-1204587011'), ('tmp_7805', u'CBRANCH_-1204595370'), (u'INDIRECT_-1204587417', u'MULTIEQUAL_-1204587378'), (u'CAST_-1204587640', u'STORE_-1204598900'), (u'CALL_-1204594044', u'INDIRECT_-1204589209'), ('tmp_23328', u'CALL_-1204595528'), ('const-8', u'PTRADD_-1204584724'), ('const-124', u'PTRADD_-1204597825'), (u'INDIRECT_-1204588549', u'MULTIEQUAL_-1204586084'), (u'CALL_-1204595474', u'INDIRECT_-1204588100'), (u'MULTIEQUAL_-1204588410', u'MULTIEQUAL_-1204589070'), (u'CAST_-1204587600', u'LOAD_-1204598820'), (u'CALL_-1204597977', u'INDIRECT_-1204589545'), (u'CALL_-1204594835', u'INDIRECT_-1204587507'), (u'MULTIEQUAL_-1204590437', u'MULTIEQUAL_-1204588212'), (u'INT_NOTEQUAL_-1204595375', u'CBRANCH_-1204595370'), ('tmp_23333', u'CALL_-1204594712'), ('tmp_23333', u'PTRADD_-1204586604'), (u'CALL_-1204597991', u'INDIRECT_-1204588165'), (u'INDIRECT_-1204589660', u'MULTIEQUAL_-1204590080'), (u'MULTIEQUAL_-1204589640', u'MULTIEQUAL_-1204587415'), ('tmp_23328', u'PTRADD_-1204598782'), (u'CALL_-1204595263', u'INDIRECT_-1204590994'), (u'INDIRECT_-1204589434', u'MULTIEQUAL_-1204590180'), (u'COPY_-1204590166', u'MULTIEQUAL_-1204590092'), (u'INDIRECT_-1204591022', u'MULTIEQUAL_-1204590912'), (u'PTRADD_-1204595385', u'CAST_-1204585750'), (u'INDIRECT_-1204588670', u'MULTIEQUAL_-1204588488'), (u'CALL_-1204595566', u'INDIRECT_-1204587716'), ('const-1', u'COPY_-1204592972'), (u'CALL_-1204594604', u'INDIRECT_-1204588361'), (u'INDIRECT_-1204586480', u'SUBPIECE_-1204586508'), (u'CALL_-1204597596', u'INDIRECT_-1204588547'), (u'MULTIEQUAL_-1204588037', u'MULTIEQUAL_-1204588180'), (u'INDIRECT_-1204588776', u'MULTIEQUAL_-1204588674'), ('const-0', u'COPY_-1204586453'), (u'LOAD_-1204595624', u'INT_NOTEQUAL_-1204595608'), (u'INDIRECT_-1204588558', u'MULTIEQUAL_-1204589467'), ('const-1', u'PTRADD_-1204594040'), (u'INDIRECT_-1204589061', u'MULTIEQUAL_-1204589475'), ('tmp_23333', u'CALL_-1204595424'), ('const-433', u'LOAD_-1204594674'), (u'INDIRECT_-1204587555', u'MULTIEQUAL_-1204587414'), ('const-1', u'PTRADD_-1204598856'), (u'INDIRECT_-1204590612', u'MULTIEQUAL_-1204590492'), (u'INDIRECT_-1204589303', u'MULTIEQUAL_-1204588910'), (u'INT_NOTEQUAL_-1204594338', u'CBRANCH_-1204594336'), (u'CAST_-1204584845', u'STORE_-1204594198'), (u'CALL_-1204599233', u'INDIRECT_-1204591166'), (u'INDIRECT_-1204588055', u'MULTIEQUAL_-1204587885'), (u'INDIRECT_-1204586563', u'MULTIEQUAL_-1204586481'), (u'INDIRECT_-1204589530', u'MULTIEQUAL_-1204589415'), ('tmp_23328', u'PTRADD_-1204595785'), (u'LOAD_-1204596076', u'MULTIEQUAL_-1204586092'), (u'INDIRECT_-1204587460', u'MULTIEQUAL_-1204587415'), (u'STORE_-1204593982', u'INDIRECT_-1204587491'), (u'STORE_-1204594426', u'INDIRECT_-1204587172'), (u'INDIRECT_-1204589105', u'MULTIEQUAL_-1204588712'), (u'INDIRECT_-1204588840', u'MULTIEQUAL_-1204589799'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588083'), (u'INDIRECT_-1204589563', u'MULTIEQUAL_-1204589838'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588477'), (u'STORE_-1204597855', u'INDIRECT_-1204588850'), ('const-433', u'LOAD_-1204598368'), (u'INDIRECT_-1204588980', u'MULTIEQUAL_-1204588672'), (u'MULTIEQUAL_-1204587425', u'INT_SEXT_-1204597584'), ('const-1', u'PTRADD_-1204596170'), (u'CALL_-1204598762', u'INDIRECT_-1204590351'), ('const--136', u'PTRSUB_-1204587848'), ('const-3691167', u'PTRSUB_-1204584787'), ('const-433', u'LOAD_-1204595423'), (u'INDIRECT_-1204589472', u'MULTIEQUAL_-1204590239'), (u'INDIRECT_-1204588455', u'MULTIEQUAL_-1204588410'), (u'CALL_-1204598460', u'INDIRECT_-1204589303'), (u'CAST_-1204587216', u'STORE_-1204597542'), (u'LOAD_-1204595532', u'INT_NOTEQUAL_-1204595510'), (u'INDIRECT_-1204587621', u'MULTIEQUAL_-1204588075'), (u'INDIRECT_-1204591410', u'MULTIEQUAL_-1204592425'), ('tmp_23324', u'PTRSUB_-1204585554'), (u'STORE_-1204594414', u'INDIRECT_-1204586962'), (u'INDIRECT_-1204590544', u'MULTIEQUAL_-1204592425'), ('const-1', u'PTRADD_-1204594541'), (u'INDIRECT_-1204587684', u'MULTIEQUAL_-1204588674'), (u'INDIRECT_-1204587303', u'MULTIEQUAL_-1204587167'), ('const-433', u'STORE_-1204595403'), (u'COPY_-1204585616', u'CALL_-1204594377'), (u'CALL_-1204594275', u'INDIRECT_-1204588569'), (u'PTRSUB_-1204587593', u'CALL_-1204596706'), (u'CALL_-1204596008', u'INDIRECT_-1204589200'), (u'CALL_-1204594044', u'INDIRECT_-1204587035'), ('const-2', u'PTRADD_-1204588279'), (u'STORE_-1204599219', u'INDIRECT_-1204590551'), (u'INDIRECT_-1204589975', u'MULTIEQUAL_-1204589667'), ('const-433', u'STORE_-1204597855'), (u'INDIRECT_-1204587290', u'MULTIEQUAL_-1204587216'), (u'INT_NOTEQUAL_-1204593740', u'CBRANCH_-1204593739'), (u'CALL_-1204594863', u'INDIRECT_-1204587326'), (u'MULTIEQUAL_-1204588305', u'MULTIEQUAL_-1204589068'), (u'CALL_-1204594863', u'INDIRECT_-1204587529'), ('tmp_23333', u'CALL_-1204593936'), (u'STORE_-1204598784', u'INDIRECT_-1204590525'), (u'CALL_-1204597409', u'INDIRECT_-1204590452'), (u'INDIRECT_-1204590056', u'MULTIEQUAL_-1204589707'), ('tmp_2822', u'CBRANCH_-1204597580'), (u'CALL_-1204598535', u'INDIRECT_-1204590347'), (u'MULTIEQUAL_-1204588474', u'MULTIEQUAL_-1204588471'), (u'INDIRECT_-1204591753', u'MULTIEQUAL_-1204592425'), (u'CALL_-1204595474', u'INDIRECT_-1204590076'), ('tmp_23333', u'CALL_-1204594016'), (u'INT_NOTEQUAL_-1204596725', u'CBRANCH_-1204596725'), (u'MULTIEQUAL_-1204592569', u'COPY_-1204584539'), (u'STORE_-1204598784', u'INDIRECT_-1204589728'), (u'CALL_-1204594368', u'INDIRECT_-1204587833'), ('tmp_6168', u'CBRANCH_-1204594279'), ('const-433', u'LOAD_-1204593654'), (u'INDIRECT_-1204589375', u'MULTIEQUAL_-1204590437'), (u'CALL_-1204593584', u'INDIRECT_-1204586340'), ('tmp_23333', u'PTRADD_-1204585959'), (u'COPY_-1204588431', u'MULTIEQUAL_-1204588393'), (u'INDIRECT_-1204589713', u'MULTIEQUAL_-1204590036'), (u'INDIRECT_-1204589229', u'MULTIEQUAL_-1204588903'), (u'INDIRECT_-1204589938', u'MULTIEQUAL_-1204591031'), ('const--104', u'PTRSUB_-1204585554'), (u'CALL_-1204593908', u'INDIRECT_-1204589119'), (u'MULTIEQUAL_-1204588502', u'CALL_-1204596008'), (u'CAST_-1204586494', u'CALL_-1204597991'), ('const-433', u'LOAD_-1204596045'), (u'INDIRECT_-1204586828', u'MULTIEQUAL_-1204586744'), ('const-0', u'INT_EQUAL_-1204595142'), ('const-3691167', u'PTRSUB_-1204584854'), ('tmp_23333', u'PTRADD_-1204584724'), (u'INDIRECT_-1204586164', u'MULTIEQUAL_-1204586023'), (u'CALL_-1204594340', u'INDIRECT_-1204587811'), (u'COPY_-1204587731', u'MULTIEQUAL_-1204590972'), ('const-1', u'PTRADD_-1204593608'), (u'INDIRECT_-1204590756', u'MULTIEQUAL_-1204591031'), (u'STORE_-1204598557', u'INDIRECT_-1204589928'), (u'INT_NOTEQUAL_-1204597919', u'CBRANCH_-1204597918'), (u'CAST_-1204587611', u'LOAD_-1204598844'), (u'INDIRECT_-1204587805', u'MULTIEQUAL_-1204588472'), (u'CALL_-1204598226', u'INDIRECT_-1204590569'), (u'STORE_-1204595403', u'INDIRECT_-1204587407'), (u'STORE_-1204594414', u'INDIRECT_-1204586764'), (u'LOAD_-1204598585', u'INT_AND_-1204598559'), (u'INDIRECT_-1204586362', u'MULTIEQUAL_-1204586221'), ('const-1', u'CALL_-1204596285'), (u'CALL_-1204593612', u'INDIRECT_-1204587555'), (u'CALL_-1204596285', u'INDIRECT_-1204588629'), ('tmp_6637', u'BRANCH_-1204593791'), (u'INDIRECT_-1204589210', u'MULTIEQUAL_-1204589664'), (u'CALL_-1204597977', u'INDIRECT_-1204591521'), (u'INDIRECT_-1204587021', u'MULTIEQUAL_-1204586982'), (u'CALL_-1204597409', u'MULTIEQUAL_-1204592549'), (u'INT_NOTEQUAL_-1204594760', u'CBRANCH_-1204594759'), (u'INDIRECT_-1204589554', u'MULTIEQUAL_-1204589471'), (u'CAST_-1204584577', u'STORE_-1204593766'), (u'COPY_-1204585134', u'CALL_-1204594340'), ('tmp_23324', u'PTRSUB_-1204587691'), (u'INDIRECT_-1204590337', u'COPY_-1204587117'), (u'INDIRECT_-1204589358', u'MULTIEQUAL_-1204589180'), (u'MULTIEQUAL_-1204587811', u'MULTIEQUAL_-1204587409'), (u'STORE_-1204593874', u'INDIRECT_-1204587028'), (u'PTRSUB_-1204584653', u'CALL_-1204593612'), (u'PTRSUB_-1204585273', u'CALL_-1204594632'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204593874'), (u'COPY_-1204587725', u'MULTIEQUAL_-1204594781'), (u'INDIRECT_-1204586939', u'MULTIEQUAL_-1204587878'), ('const-0', u'PTRSUB_-1204585492'), (u'STORE_-1204597531', u'INDIRECT_-1204589128'), (u'SUBPIECE_-1204586633', u'INT_NOTEQUAL_-1204596846'), ('const-1', u'CALL_-1204594503'), (u'COPY_-1204586418', u'MULTIEQUAL_-1204590804'), (u'STORE_-1204597942', u'INDIRECT_-1204589757'), (u'INDIRECT_-1204586851', u'MULTIEQUAL_-1204586757'), (u'STORE_-1204595634', u'INDIRECT_-1204588250'), (u'INDIRECT_-1204587363', u'MULTIEQUAL_-1204587275'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588628'), (u'INDIRECT_-1204587594', u'MULTIEQUAL_-1204587493'), (u'MULTIEQUAL_-1204586087', u'MULTIEQUAL_-1204589230'), (u'INDIRECT_-1204589753', u'MULTIEQUAL_-1204589633'), (u'CALL_-1204596516', u'INDIRECT_-1204588756'), (u'CALL_-1204595424', u'INDIRECT_-1204587280'), (u'INDIRECT_-1204586680', u'MULTIEQUAL_-1204587279'), (u'CALL_-1204595367', u'INDIRECT_-1204588196'), (u'COPY_-1204585547', u'MULTIEQUAL_-1204591258'), (u'INDIRECT_-1204591290', u'MULTIEQUAL_-1204592425'), (u'PTRADD_-1204586716', u'LOAD_-1204595341'), ('const-0', u'INT_EQUAL_-1204598552'), (u'INDIRECT_-1204588228', u'MULTIEQUAL_-1204588037'), (u'INDIRECT_-1204587211', u'MULTIEQUAL_-1204587878'), (u'CALL_-1204595490', u'INDIRECT_-1204587675'), ('const-1', u'PTRADD_-1204584657'), (u'CALL_-1204594368', u'INDIRECT_-1204587036'), (u'CALL_-1204598890', u'INDIRECT_-1204589317'), ('const-4294967295', u'INT_NOTEQUAL_-1204597646'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588018'), (u'INT_NOTEQUAL_-1204597581', u'CBRANCH_-1204597580'), (u'INDIRECT_-1204587767', u'MULTIEQUAL_-1204588076'), (u'CALL_-1204597977', u'INDIRECT_-1204589941'), (u'INT_EQUAL_-1204596187', u'CBRANCH_-1204596185'), (u'MULTIEQUAL_-1204587613', u'MULTIEQUAL_-1204587385'), ('tmp_1313', u'CBRANCH_-1204598569'), ('const-1', u'PTRADD_-1204587738'), (u'INDIRECT_-1204590803', u'MULTIEQUAL_-1204590860'), ('tmp_23333', u'PTRADD_-1204585278'), (u'INDIRECT_-1204589858', u'MULTIEQUAL_-1204590278'), (u'CALL_-1204598093', u'INDIRECT_-1204588704'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204598482'), ('const-433', u'LOAD_-1204594307'), (u'MULTIEQUAL_-1204588212', u'MULTIEQUAL_-1204588872'), (u'CALL_-1204596206', u'INDIRECT_-1204588983'), (u'LOAD_-1204594188', u'INT_NOTEQUAL_-1204594172'), (u'STORE_-1204597531', u'INDIRECT_-1204589925'), ('tmp_23328', u'LOAD_-1204599378'), (u'INDIRECT_-1204587407', u'MULTIEQUAL_-1204587613'), (u'INT_NOTEQUAL_-1204594388', u'CBRANCH_-1204594387'), ('const-0', u'INT_EQUAL_-1204598748'), (u'CALL_-1204596914', u'INDIRECT_-1204589195'), (u'MULTIEQUAL_-1204588284', u'MULTIEQUAL_-1204588284'), (u'INDIRECT_-1204588432', u'SUBPIECE_-1204586631'), (u'CALL_-1204594232', u'INDIRECT_-1204587743'), (u'CALL_-1204596914', u'INDIRECT_-1204588794'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589972'), (u'PTRSUB_-1204585893', u'CALL_-1204595389'), (u'LOAD_-1204598423', u'INT_AND_-1204598397'), ('const-0', u'PTRSUB_-1204585833'), (u'LOAD_-1204594668', u'INT_NOTEQUAL_-1204594652'), ('const-0', u'PTRSUB_-1204585632'), (u'CALL_-1204594863', u'INDIRECT_-1204587925'), ('const-433', u'LOAD_-1204595624'), ('const-1', u'PTRADD_-1204585902'), (u'CALL_-1204597094', u'INDIRECT_-1204588658'), (u'COPY_-1204587188', u'MULTIEQUAL_-1204590972'), ('const-433', u'LOAD_-1204598642'), ('const-433', u'LOAD_-1204597984'), (u'LOAD_-1204595541', u'INT_NOTEQUAL_-1204595519'), (u'CALL_-1204594835', u'INDIRECT_-1204588101'), (u'LOAD_-1204597971', u'MULTIEQUAL_-1204591529'), (u'INDIRECT_-1204588196', u'MULTIEQUAL_-1204588212'), (u'STORE_-1204594596', u'INDIRECT_-1204587463'), (u'INDIRECT_-1204588710', u'MULTIEQUAL_-1204588578'), (u'LOAD_-1204598268', u'INT_SUB_-1204588147'), (u'INDIRECT_-1204590114', u'MULTIEQUAL_-1204590180'), (u'CALL_-1204597991', u'INDIRECT_-1204588764'), ('const-433', u'LOAD_-1204594188'), (u'INDIRECT_-1204588931', u'MULTIEQUAL_-1204588816'), (u'INDIRECT_-1204587137', u'MULTIEQUAL_-1204588076'), (u'INDIRECT_-1204587370', u'MULTIEQUAL_-1204587341'), (u'CALL_-1204596888', u'INDIRECT_-1204587992'), (u'INT_AND_-1204595538', u'INT_NOTEQUAL_-1204595551'), (u'LOAD_-1204597971', u'INT_ZEXT_-1204591819'), ('const-1', u'PTRADD_-1204598509'), (u'PTRADD_-1204594314', u'MULTIEQUAL_-1204591248'), (u'INDIRECT_-1204587569', u'MULTIEQUAL_-1204587878'), (u'STORE_-1204594909', u'INDIRECT_-1204588044'), (u'INDIRECT_-1204589233', u'MULTIEQUAL_-1204589779'), (u'INT_RIGHT_-1204597897', u'INT_AND_-1204597899'), (u'INDIRECT_-1204590770', u'MULTIEQUAL_-1204590681'), (u'INT_NOTEQUAL_-1204597667', u'CBRANCH_-1204597667'), (u'INDIRECT_-1204587743', u'MULTIEQUAL_-1204587878'), (u'CALL_-1204593908', u'INDIRECT_-1204586544'), ('const-433', u'LOAD_-1204593864'), ('tmp_2869', u'BRANCH_-1204597537'), (u'CALL_-1204593800', u'INDIRECT_-1204587867'), (u'CAST_-1204585598', u'MULTIEQUAL_-1204591443'), (u'INDIRECT_-1204587613', u'MULTIEQUAL_-1204588076'), (u'CALL_-1204598535', u'INDIRECT_-1204589154'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594628'), (u'INDIRECT_-1204588988', u'MULTIEQUAL_-1204589004'), (u'INT_MULT_-1204598332', u'PTRADD_-1204598298'), (u'STORE_-1204598900', u'INDIRECT_-1204590079'), (u'INDIRECT_-1204589559', u'MULTIEQUAL_-1204589475'), (u'CALL_-1204597094', u'INDIRECT_-1204589455'), ('const-0', u'SUBPIECE_-1204591263'), (u'INDIRECT_-1204588851', u'MULTIEQUAL_-1204588806'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204596905'), (u'MULTIEQUAL_-1204590766', u'MULTIEQUAL_-1204590755'), (u'INDIRECT_-1204589427', u'MULTIEQUAL_-1204589302'), (u'INDIRECT_-1204590994', u'MULTIEQUAL_-1204590891'), (u'INDIRECT_-1204588609', u'MULTIEQUAL_-1204588430'), (u'CALL_-1204598460', u'INDIRECT_-1204589704'), (u'CALL_-1204594152', u'INDIRECT_-1204587301'), ('tmp_23333', u'STORE_-1204599805'), (u'CALL_-1204594377', u'INDIRECT_-1204588429'), ('tmp_23333', u'CALL_-1204595499'), (u'INDIRECT_-1204587659', u'MULTIEQUAL_-1204587489'), (u'INT_EQUAL_-1204596110', u'CBRANCH_-1204596108'), (u'INDIRECT_-1204587963', u'MULTIEQUAL_-1204587804'), (u'INDIRECT_-1204587144', u'MULTIEQUAL_-1204587279'), (u'CALL_-1204597603', u'INDIRECT_-1204589001'), ('tmp_23333', u'PTRADD_-1204585902'), (u'PTRADD_-1204587738', u'PTRADD_-1204587733'), (u'STORE_-1204598482', u'INDIRECT_-1204589478'), (u'INDIRECT_-1204587614', u'MULTIEQUAL_-1204587435'), (u'INDIRECT_-1204588032', u'MULTIEQUAL_-1204588107'), (u'INDIRECT_-1204587481', u'MULTIEQUAL_-1204588471'), ('const-433', u'STORE_-1204598900'), ('const-1', u'PTRADD_-1204594040'), (u'CALL_-1204593584', u'INDIRECT_-1204588915'), (u'CALL_-1204596786', u'INDIRECT_-1204588631'), ('const-5', u'COPY_-1204589308'), (u'INDIRECT_-1204588946', u'MULTIEQUAL_-1204589581'), (u'INDIRECT_-1204588943', u'MULTIEQUAL_-1204590036'), (u'STORE_-1204593658', u'INDIRECT_-1204586696'), (u'MULTIEQUAL_-1204588510', u'MULTIEQUAL_-1204589271'), (u'INDIRECT_-1204588530', u'MULTIEQUAL_-1204588345'), ('const-433', u'STORE_-1204594426'), ('tmp_3447', u'CBRANCH_-1204597576'), (u'INDIRECT_-1204590347', u'MULTIEQUAL_-1204590833'), (u'STORE_-1204597785', u'INDIRECT_-1204588813'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589542'), (u'INDIRECT_-1204590394', u'MULTIEQUAL_-1204586089'), ('const-0', u'INT_NOTEQUAL_-1204599273'), (u'CALL_-1204595588', u'INDIRECT_-1204588530'), (u'INDIRECT_-1204589845', u'MULTIEQUAL_-1204589770'), ('tmp_23333', u'CALL_-1204594604'), (u'INDIRECT_-1204586879', u'MULTIEQUAL_-1204588304'), ('const-8', u'PTRADD_-1204598599'), (u'INDIRECT_-1204590906', u'MULTIEQUAL_-1204591229'), ('tmp_2299', u'CBRANCH_-1204598207'), (u'INDIRECT_-1204589710', u'MULTIEQUAL_-1204590833'), (u'MULTIEQUAL_-1204587909', u'MULTIEQUAL_-1204588672'), (u'CALL_-1204594232', u'INDIRECT_-1204586946'), (u'INDIRECT_-1204588789', u'MULTIEQUAL_-1204589469'), (u'INDIRECT_-1204588955', u'MULTIEQUAL_-1204588872'), (u'MULTIEQUAL_-1204588212', u'MULTIEQUAL_-1204587883'), (u'INDIRECT_-1204587165', u'MULTIEQUAL_-1204587015'), (u'STORE_-1204594090', u'INDIRECT_-1204586563'), (u'CALL_-1204595367', u'INDIRECT_-1204588592'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204597775'), ('tmp_1101', u'CBRANCH_-1204599362'), (u'CALL_-1204595424', u'INDIRECT_-1204588671'), ('const-1', u'PTRADD_-1204597800'), (u'MULTIEQUAL_-1204586894', u'CALL_-1204595357'), (u'INDIRECT_-1204586674', u'MULTIEQUAL_-1204587477'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204595565'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204587544'), (u'INDIRECT_-1204589897', u'MULTIEQUAL_-1204590207'), (u'CALL_-1204597662', u'INDIRECT_-1204589832'), ('const-63', u'INT_AND_-1204597901'), (u'INDIRECT_-1204588964', u'MULTIEQUAL_-1204590833'), (u'INDIRECT_-1204588230', u'SUBPIECE_-1204586422'), (u'STORE_-1204598557', u'INDIRECT_-1204589730'), (u'CALL_-1204596905', u'INDIRECT_-1204589427'), (u'MULTIEQUAL_-1204587685', u'MULTIEQUAL_-1204587680'), (u'INDIRECT_-1204589520', u'MULTIEQUAL_-1204589403'), ('tmp_23328', u'CALL_-1204597409'), (u'INDIRECT_-1204589550', u'MULTIEQUAL_-1204590036'), ('const-433', u'LOAD_-1204598048'), (u'STORE_-1204597855', u'INDIRECT_-1204588652'), (u'CALL_-1204594835', u'INDIRECT_-1204589681'), ('const-433', u'LOAD_-1204595493'), (u'STORE_-1204594678', u'INDIRECT_-1204587316'), (u'STORE_-1204598071', u'INDIRECT_-1204589620'), (u'CALL_-1204598890', u'INT_EQUAL_-1204598876'), (u'STORE_-1204594306', u'INDIRECT_-1204587296'), (u'INDIRECT_-1204587363', u'MULTIEQUAL_-1204587213'), (u'CALL_-1204595566', u'INDIRECT_-1204588117'), (u'INDIRECT_-1204588016', u'MULTIEQUAL_-1204587967'), ('const-433', u'STORE_-1204599868'), (u'INDIRECT_-1204589545', u'MULTIEQUAL_-1204589374'), (u'CALL_-1204597775', u'INDIRECT_-1204591410'), (u'INDIRECT_-1204588331', u'MULTIEQUAL_-1204588232'), ('tmp_2692', u'CBRANCH_-1204597685'), (u'INDIRECT_-1204586992', u'MULTIEQUAL_-1204586825'), (u'CALL_-1204594152', u'INDIRECT_-1204587499'), ('const-81', u'INT_EQUAL_-1204598439'), (u'MULTIEQUAL_-1204592569', u'INT_EQUAL_-1204598552'), (u'MULTIEQUAL_-1204588104', u'CALL_-1204596706'), (u'COPY_-1204587697', u'MULTIEQUAL_-1204592338'), (u'COPY_-1204587222', u'MULTIEQUAL_-1204587425'), ('const-0', u'STORE_-1204597960'), (u'COPY_-1204588003', u'CALL_-1204597920'), (u'STORE_-1204595903', u'INDIRECT_-1204588760'), (u'MULTIEQUAL_-1204587811', u'MULTIEQUAL_-1204587484'), (u'CALL_-1204594503', u'INDIRECT_-1204588092'), (u'MULTIEQUAL_-1204587645', u'MULTIEQUAL_-1204587883'), (u'PTRADD_-1204584724', u'LOAD_-1204593870'), (u'PTRADD_-1204595785', u'CAST_-1204585916'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204597627'), (u'INDIRECT_-1204589323', u'MULTIEQUAL_-1204589866'), (u'INDIRECT_-1204588411', u'MULTIEQUAL_-1204588232'), (u'INDIRECT_-1204589128', u'MULTIEQUAL_-1204589068'), (u'CALL_-1204597662', u'INDIRECT_-1204589035'), (u'INDIRECT_-1204587827', u'MULTIEQUAL_-1204587674'), (u'INDIRECT_-1204586476', u'MULTIEQUAL_-1204587279'), (u'STORE_-1204598590', u'INDIRECT_-1204590124'), (u'INDIRECT_-1204589868', u'MULTIEQUAL_-1204590635'), (u'MULTIEQUAL_-1204591252', u'INT_NOTEQUAL_-1204597852'), (u'MULTIEQUAL_-1204590009', u'MULTIEQUAL_-1204590833'), (u'INDIRECT_-1204590139', u'MULTIEQUAL_-1204590774'), (u'INDIRECT_-1204590226', u'MULTIEQUAL_-1204591229'), ('const-3691167', u'PTRSUB_-1204588170'), (u'COPY_-1204592972', u'MULTIEQUAL_-1204592872'), (u'INT_SUB_-1204597947', u'INT_ZEXT_-1204594205'), (u'MULTIEQUAL_-1204587368', u'MULTIEQUAL_-1204588471'), (u'PTRADD_-1204585211', u'LOAD_-1204594674'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204588938'), (u'CALL_-1204598671', u'INDIRECT_-1204590411'), ('const-433', u'STORE_-1204595903'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204587677'), ('const-2', u'INT_MULT_-1204594307'), (u'INDIRECT_-1204587988', u'MULTIEQUAL_-1204588273'), (u'CAST_-1204585706', u'MULTIEQUAL_-1204591712'), ('const-95', u'INT_EQUAL_-1204594479'), (u'MULTIEQUAL_-1204592756', u'CALL_-1204597911'), (u'CALL_-1204596786', u'INDIRECT_-1204589423'), (u'INDIRECT_-1204588869', u'MULTIEQUAL_-1204588756'), (u'COPY_-1204589911', u'MULTIEQUAL_-1204590308'), (u'STORE_-1204598590', u'INDIRECT_-1204589129'), (u'CALL_-1204596210', u'INDIRECT_-1204587805'), (u'INDIRECT_-1204586899', u'CALL_-1204594473'), (u'PTRSUB_-1204587914', u'CALL_-1204597985'), (u'INT_SUB_-1204592365', u'INT_ZEXT_-1204594730'), (u'STORE_-1204595435', u'INDIRECT_-1204587336'), ('const-4', u'COPY_-1204590041'), ('tmp_23333', u'CALL_-1204594152'), (u'INDIRECT_-1204590563', u'MULTIEQUAL_-1204590860'), (u'INDIRECT_-1204586681', u'MULTIEQUAL_-1204588106'), ('const-433', u'STORE_-1204594440'), (u'CALL_-1204598093', u'INDIRECT_-1204589897'), (u'INDIRECT_-1204589916', u'MULTIEQUAL_-1204589982'), (u'INT_SEXT_-1204599285', u'MULTIEQUAL_-1204592470'), (u'INDIRECT_-1204588337', u'MULTIEQUAL_-1204588472'), (u'CALL_-1204595528', u'INDIRECT_-1204589374'), (u'MULTIEQUAL_-1204592569', u'COPY_-1204586086'), (u'INDIRECT_-1204587676', u'MULTIEQUAL_-1204587563'), (u'INDIRECT_-1204588715', u'MULTIEQUAL_-1204589838'), (u'MULTIEQUAL_-1204589982', u'MULTIEQUAL_-1204590239'), (u'CALL_-1204596888', u'INDIRECT_-1204588591'), (u'MULTIEQUAL_-1204591229', u'MULTIEQUAL_-1204590992'), (u'INDIRECT_-1204587085', u'MULTIEQUAL_-1204588075'), (u'CALL_-1204595474', u'INDIRECT_-1204588298'), (u'CALL_-1204598382', u'INDIRECT_-1204590056'), (u'CALL_-1204597603', u'INDIRECT_-1204589199'), (u'PTRSUB_-1204584720', u'CALL_-1204593720'), (u'MULTIEQUAL_-1204590180', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204590496', u'MULTIEQUAL_-1204590103'), (u'INDIRECT_-1204587439', u'MULTIEQUAL_-1204587680'), (u'INT_LESS_-1204597933', u'CBRANCH_-1204597941'), (u'CALL_-1204597991', u'INDIRECT_-1204589160'), (u'CALL_-1204593292', u'INDIRECT_-1204587673'), (u'CALL_-1204596008', u'INDIRECT_-1204589596'), (u'INDIRECT_-1204589704', u'MULTIEQUAL_-1204589311'), (u'INDIRECT_-1204588561', u'MULTIEQUAL_-1204588383'), (u'CALL_-1204594016', u'INDIRECT_-1204587013'), (u'MULTIEQUAL_-1204592569', u'MULTIEQUAL_-1204592569'), ('tmp_23333', u'LOAD_-1204594188'), (u'CAST_-1204588028', u'PTRADD_-1204598535'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204588808'), ('const-1', u'PTRADD_-1204585842'), (u'CALL_-1204594340', u'INDIRECT_-1204588207'), (u'CALL_-1204597662', u'INT_SLESSEQUAL_-1204597568'), (u'INDIRECT_-1204590452', u'MULTIEQUAL_-1204590264'), (u'INDIRECT_-1204587812', u'MULTIEQUAL_-1204587633'), (u'COPY_-1204586590', u'MULTIEQUAL_-1204592756'), (u'CALL_-1204594329', u'INDIRECT_-1204588402'), (u'CALL_-1204598671', u'INDIRECT_-1204590807'), (u'CALL_-1204598535', u'INDIRECT_-1204590149'), (u'INDIRECT_-1204588100', u'MULTIEQUAL_-1204587964'), (u'PTRSUB_-1204587931', u'CALL_-1204596914'), (u'CALL_-1204596651', u'INDIRECT_-1204589162'), (u'CALL_-1204597603', u'INDIRECT_-1204589798'), (u'INDIRECT_-1204588711', u'MULTIEQUAL_-1204588608'), (u'INDIRECT_-1204590615', u'MULTIEQUAL_-1204590502'), (u'CALL_-1204595474', u'INDIRECT_-1204587501'), (u'INDIRECT_-1204589061', u'MULTIEQUAL_-1204589481'), (u'INDIRECT_-1204588250', u'MULTIEQUAL_-1204588147'), ('const-1', u'PTRADD_-1204584992'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204598557'), ('const--136', u'PTRSUB_-1204587914'), (u'MULTIEQUAL_-1204593769', u'PTRADD_-1204599164'), (u'INDIRECT_-1204588133', u'MULTIEQUAL_-1204588034'), (u'LOAD_-1204596180', u'INT_NOTEQUAL_-1204596164'), (u'INDIRECT_-1204590906', u'INT_SLESS_-1204598849'), (u'INDIRECT_-1204589515', u'MULTIEQUAL_-1204589581'), (u'MULTIEQUAL_-1204592569', u'COPY_-1204586112'), (u'COPY_-1204584539', u'MULTIEQUAL_-1204590804'), (u'INDIRECT_-1204589501', u'MULTIEQUAL_-1204589108'), (u'INDIRECT_-1204589900', u'MULTIEQUAL_-1204589779'), (u'INDIRECT_-1204586480', u'SUBPIECE_-1204586507'), (u'COPY_-1204589555', u'MULTIEQUAL_-1204590092'), (u'LOAD_-1204598185', u'INT_EQUAL_-1204597563'), (u'INDIRECT_-1204589422', u'MULTIEQUAL_-1204589309'), (u'INT_NOTEQUAL_-1204597688', u'CBRANCH_-1204597685'), (u'CALL_-1204593612', u'INDIRECT_-1204586362'), (u'INT_EQUAL_-1204598371', u'CBRANCH_-1204598370'), ('const-4', u'COPY_-1204587327'), (u'MULTIEQUAL_-1204588438', u'MULTIEQUAL_-1204588581'), (u'INDIRECT_-1204588186', u'MULTIEQUAL_-1204588471'), (u'PTRADD_-1204595353', u'CAST_-1204585590'), (u'INDIRECT_-1204587168', u'MULTIEQUAL_-1204587477'), (u'PTRSUB_-1204587105', u'CALL_-1204597616'), ('const-0', u'PTRSUB_-1204586768'), (u'COPY_-1204589153', u'MULTIEQUAL_-1204590092'), (u'STORE_-1204598557', u'INDIRECT_-1204589329'), (u'INT_SUB_-1204599680', u'INT_AND_-1204599651'), (u'INDIRECT_-1204590374', u'MULTIEQUAL_-1204590285'), (u'STORE_-1204597706', u'INDIRECT_-1204589177'), (u'CALL_-1204596706', u'INDIRECT_-1204587794'), (u'CALL_-1204597603', u'INDIRECT_-1204589996'), (u'CAST_-1204586960', u'STORE_-1204597785'), (u'CALL_-1204593800', u'INDIRECT_-1204587075'), (u'INDIRECT_-1204591217', u'MULTIEQUAL_-1204592188'), (u'CALL_-1204594124', u'INDIRECT_-1204588071'), (u'CAST_-1204584406', u'CALL_-1204593292'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204587804'), ('tmp_23333', u'PTRADD_-1204586613'), (u'STORE_-1204595435', u'INDIRECT_-1204588133'), (u'INDIRECT_-1204589177', u'MULTIEQUAL_-1204590239'), ('tmp_1369', u'BRANCH_-1204598090'), (u'INDIRECT_-1204587415', u'MULTIEQUAL_-1204587878'), (u'CALL_-1204599288', u'INDIRECT_-1204589604'), (u'INDIRECT_-1204589600', u'MULTIEQUAL_-1204589467'), (u'CALL_-1204596888', u'INDIRECT_-1204590765'), (u'INDIRECT_-1204589225', u'MULTIEQUAL_-1204591031'), (u'INDIRECT_-1204588231', u'MULTIEQUAL_-1204588472'), (u'CALL_-1204599308', u'INDIRECT_-1204590810'), ('const-3720070', u'PTRSUB_-1204587868'), (u'PTRSUB_-1204585484', u'CAST_-1204585326'), (u'CALL_-1204597911', u'INDIRECT_-1204589706'), (u'INDIRECT_-1204590317', u'INT_NOTEQUAL_-1204598271'), (u'CALL_-1204595528', u'INDIRECT_-1204589572'), (u'MULTIEQUAL_-1204586086', u'MULTIEQUAL_-1204589032'), ('const-1', u'INT_SLESS_-1204598790'), (u'CAST_-1204588028', u'LOAD_-1204599705'), (u'LOAD_-1204598820', u'INT_SUB_-1204592365'), ('tmp_937', u'CBRANCH_-1204597852'), (u'INDIRECT_-1204587818', u'MULTIEQUAL_-1204587779'), ('const-8', u'PTRADD_-1204584992'), (u'CALL_-1204595303', u'INDIRECT_-1204591022'), (u'CALL_-1204598093', u'INDIRECT_-1204588902'), (u'PTRADD_-1204593716', u'CAST_-1204584577'), (u'INDIRECT_-1204589442', u'MULTIEQUAL_-1204589320'), (u'MULTIEQUAL_-1204588608', u'MULTIEQUAL_-1204588279'), (u'CALL_-1204597920', u'INDIRECT_-1204590162'), (u'MULTIEQUAL_-1204587484', u'MULTIEQUAL_-1204587477'), (u'MULTIEQUAL_-1204589640', u'MULTIEQUAL_-1204589497'), (u'PTRADD_-1204585278', u'LOAD_-1204594782'), ('const-1', u'PTRADD_-1204598251'), (u'CALL_-1204595357', u'INDIRECT_-1204589671'), (u'CALL_-1204594420', u'INDIRECT_-1204587736'), (u'INDIRECT_-1204589177', u'MULTIEQUAL_-1204589075'), ('const-3', u'SUBPIECE_-1204586508'), (u'STORE_-1204597542', u'INDIRECT_-1204590066'), (u'MULTIEQUAL_-1204591229', u'MULTIEQUAL_-1204591077'), ('const-0', u'INT_NOTEQUAL_-1204595434'), (u'CALL_-1204597911', u'INDIRECT_-1204589508'), ('const-433', u'LOAD_-1204595458'), (u'CALL_-1204597985', u'INDIRECT_-1204590594'), (u'INDIRECT_-1204589393', u'MULTIEQUAL_-1204590304'), ('const-433', u'LOAD_-1204594668'), (u'INDIRECT_-1204591410', u'MULTIEQUAL_-1204591261'), (u'STORE_-1204594356', u'INDIRECT_-1204587818'), (u'CALL_-1204596516', u'INDIRECT_-1204590534'), (u'INDIRECT_-1204590510', u'MULTIEQUAL_-1204590576'), (u'INDIRECT_-1204590312', u'MULTIEQUAL_-1204590635'), (u'CALL_-1204597094', u'INDIRECT_-1204591233'), (u'CALL_-1204594260', u'INDIRECT_-1204586770'), ('tmp_5549', u'BRANCH_-1204594826'), (u'PTRADD_-1204597825', u'CAST_-1204586425'), (u'INT_AND_-1204597901', u'INT_RIGHT_-1204597897'), (u'CAST_-1204585390', u'STORE_-1204594440'), (u'INDIRECT_-1204588059', u'MULTIEQUAL_-1204588014'), ('const-0', u'COPY_-1204594764'), (u'INDIRECT_-1204587244', u'MULTIEQUAL_-1204587180'), (u'INT_EQUAL_-1204599770', u'CBRANCH_-1204599720'), (u'CALL_-1204595499', u'INDIRECT_-1204588710'), (u'CALL_-1204596706', u'INDIRECT_-1204589185'), (u'INDIRECT_-1204588843', u'MULTIEQUAL_-1204589730'), (u'COPY_-1204598635', u'MULTIEQUAL_-1204590833'), (u'INDIRECT_-1204592350', u'MULTIEQUAL_-1204592273'), (u'MULTIEQUAL_-1204587378', u'MULTIEQUAL_-1204587368'), (u'INDIRECT_-1204586974', u'MULTIEQUAL_-1204586945'), (u'INDIRECT_-1204587478', u'MULTIEQUAL_-1204587365'), (u'LOAD_-1204599302', u'INT_SEXT_-1204599285'), (u'CALL_-1204593292', u'INDIRECT_-1204587277'), ('const-0', u'COPY_-1204596828'), ('const-433', u'STORE_-1204599219'), (u'INDIRECT_-1204587819', u'MULTIEQUAL_-1204588273'), (u'CALL_-1204596011', u'INDIRECT_-1204589035'), (u'INDIRECT_-1204590216', u'MULTIEQUAL_-1204590096'), (u'CALL_-1204597662', u'INDIRECT_-1204590426'), (u'INDIRECT_-1204589341', u'MULTIEQUAL_-1204586088'), ('const-433', u'LOAD_-1204595498'), ('const-3', u'COPY_-1204592039'), (u'INDIRECT_-1204588432', u'MULTIEQUAL_-1204588305'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589198'), ('const-4', u'COPY_-1204589568'), (u'STORE_-1204594596', u'INDIRECT_-1204587666'), (u'INDIRECT_-1204586900', u'MULTIEQUAL_-1204586744'), (u'INDIRECT_-1204587113', u'MULTIEQUAL_-1204587023'), (u'CALL_-1204593584', u'INDIRECT_-1204586142'), (u'INT_SLESSEQUAL_-1204598817', u'CBRANCH_-1204598825'), (u'STORE_-1204597785', u'INDIRECT_-1204588615'), ('const--136', u'PTRSUB_-1204588012'), (u'MULTIEQUAL_-1204587680', u'MULTIEQUAL_-1204588438'), ('tmp_3052', u'CBRANCH_-1204596759'), (u'MULTIEQUAL_-1204589811', u'MULTIEQUAL_-1204590635'), (u'CALL_-1204594232', u'INDIRECT_-1204587545'), ('tmp_23333', u'PTRADD_-1204584657'), (u'CALL_-1204594712', u'INDIRECT_-1204587038'), (u'INDIRECT_-1204587533', u'MULTIEQUAL_-1204588472'), (u'STORE_-1204598590', u'INDIRECT_-1204589926'), (u'CAST_-1204588028', u'MULTIEQUAL_-1204593769'), ('const-1', u'PTRADD_-1204594736'), ('const-8', u'PTRADD_-1204585278'), (u'INT_NOTEQUAL_-1204596846', u'CBRANCH_-1204596845'), (u'CALL_-1204596914', u'INDIRECT_-1204589789'), (u'INDIRECT_-1204590694', u'MULTIEQUAL_-1204590301'), (u'INDIRECT_-1204588617', u'MULTIEQUAL_-1204588502'), ('const-0', u'PTRSUB_-1204587531'), ('const-433', u'STORE_-1204596216'), (u'MULTIEQUAL_-1204591229', u'MULTIEQUAL_-1204589004'), (u'STORE_-1204599219', u'INDIRECT_-1204590749'), ('tmp_23333', u'CALL_-1204594420'), (u'CAST_-1204585391', u'INT_ADD_-1204585545'), ('const-433', u'LOAD_-1204598796'), ('const-433', u'LOAD_-1204595431'), (u'INDIRECT_-1204588032', u'MULTIEQUAL_-1204589838'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204598784'), (u'INDIRECT_-1204586840', u'MULTIEQUAL_-1204587081'), (u'MULTIEQUAL_-1204588973', u'MULTIEQUAL_-1204589779'), ('const-0', u'PTRSUB_-1204586964'), (u'PTRADD_-1204594393', u'CAST_-1204585379'), (u'COPY_-1204592237', u'MULTIEQUAL_-1204592569'), ('tmp_2762', u'CBRANCH_-1204597635'), (u'INT_AND_-1204597675', u'INT_NOTEQUAL_-1204597688'), ('tmp_5936', u'CBRANCH_-1204596015'), (u'MULTIEQUAL_-1204588078', u'MULTIEQUAL_-1204587088'), (u'COPY_-1204589438', u'MULTIEQUAL_-1204590308'), (u'MULTIEQUAL_-1204589271', u'MULTIEQUAL_-1204589268'), (u'CALL_-1204597074', u'INDIRECT_-1204589241'), (u'PTRADD_-1204597480', u'CAST_-1204587083'), (u'CALL_-1204597409', u'INDIRECT_-1204590254'), (u'CALL_-1204594260', u'INDIRECT_-1204587765'), ('const-0', u'INT_EQUAL_-1204598521'), (u'CALL_-1204593720', u'INDIRECT_-1204589005'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204595498'), (u'COPY_-1204589503', u'MULTIEQUAL_-1204590308'), (u'INDIRECT_-1204591834', u'MULTIEQUAL_-1204591658'), (u'CAST_-1204584366', u'STORE_-1204593220'), (u'INDIRECT_-1204586432', u'MULTIEQUAL_-1204586348'), (u'INDIRECT_-1204590213', u'MULTIEQUAL_-1204590635'), (u'STORE_-1204598071', u'INDIRECT_-1204589422'), ('const-433', u'STORE_-1204595536'), (u'CALL_-1204597074', u'INDIRECT_-1204588840'), (u'PTRADD_-1204594859', u'CAST_-1204585264'), (u'INDIRECT_-1204586618', u'MULTIEQUAL_-1204587081'), ('tmp_23324', u'PTRSUB_-1204585499'), (u'INDIRECT_-1204589960', u'MULTIEQUAL_-1204589876'), (u'CALL_-1204597775', u'INDIRECT_-1204588637'), (u'INDIRECT_-1204590226', u'COPY_-1204587087'), (u'INDIRECT_-1204589031', u'MULTIEQUAL_-1204588705'), (u'INDIRECT_-1204589225', u'MULTIEQUAL_-1204589302'), (u'INDIRECT_-1204590895', u'MULTIEQUAL_-1204590774'), (u'INDIRECT_-1204586365', u'MULTIEQUAL_-1204586283'), (u'INDIRECT_-1204590198', u'MULTIEQUAL_-1204590080'), (u'INDIRECT_-1204588403', u'MULTIEQUAL_-1204588276'), (u'INDIRECT_-1204588829', u'MULTIEQUAL_-1204588906'), ('tmp_4962', u'CBRANCH_-1204595518'), (u'CALL_-1204597662', u'INT_NOTEQUAL_-1204597646'), (u'MULTIEQUAL_-1204586085', u'MULTIEQUAL_-1204588834'), (u'MULTIEQUAL_-1204589667', u'MULTIEQUAL_-1204589664'), (u'CALL_-1204596125', u'INDIRECT_-1204587950'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588148'), (u'CALL_-1204593692', u'INDIRECT_-1204588983'), (u'CALL_-1204596206', u'INT_SLESSEQUAL_-1204596132'), (u'CALL_-1204593828', u'INDIRECT_-1204586498'), (u'INDIRECT_-1204588360', u'MULTIEQUAL_-1204589269'), (u'STORE_-1204598784', u'INDIRECT_-1204589530'), ('const-80', u'PTRADD_-1204596118'), (u'CALL_-1204597985', u'INDIRECT_-1204589797'), ('tmp_4620', u'BRANCH_-1204594417'), (u'INDIRECT_-1204591171', u'MULTIEQUAL_-1204592094'), (u'MULTIEQUAL_-1204589230', u'MULTIEQUAL_-1204589373'), (u'INDIRECT_-1204588015', u'MULTIEQUAL_-1204587836'), ('const-1', u'PTRADD_-1204597492'), (u'INDIRECT_-1204587732', u'MULTIEQUAL_-1204587633'), (u'INDIRECT_-1204587867', u'MULTIEQUAL_-1204588670'), (u'STORE_-1204593220', u'INDIRECT_-1204586149'), (u'INDIRECT_-1204590807', u'MULTIEQUAL_-1204591229'), (u'MULTIEQUAL_-1204587843', u'MULTIEQUAL_-1204588081'), ('const--136', u'PTRSUB_-1204587593'), (u'INDIRECT_-1204588351', u'MULTIEQUAL_-1204586083'), ('tmp_3204', u'BRANCH_-1204596648'), (u'LOAD_-1204595630', u'INT_NOTEQUAL_-1204595608'), (u'INDIRECT_-1204589317', u'MULTIEQUAL_-1204589640'), (u'CALL_-1204594604', u'INDIRECT_-1204587767'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204597662'), (u'INDIRECT_-1204589216', u'MULTIEQUAL_-1204589101'), ('tmp_4550', u'CBRANCH_-1204596309'), (u'INDIRECT_-1204588652', u'MULTIEQUAL_-1204588577'), (u'INDIRECT_-1204586946', u'MULTIEQUAL_-1204587940'), (u'INT_ZEXT_-1204592260', u'CALL_-1204594329'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589730'), (u'INDIRECT_-1204590868', u'MULTIEQUAL_-1204590771'), ('tmp_3864', u'BRANCH_-1204597537'), (u'INDIRECT_-1204587759', u'MULTIEQUAL_-1204587609'), ('const-1', u'PTRADD_-1204584724'), (u'CALL_-1204594275', u'INDIRECT_-1204588173'), (u'INDIRECT_-1204588983', u'MULTIEQUAL_-1204589268'), (u'INDIRECT_-1204588926', u'MULTIEQUAL_-1204588741'), (u'COPY_-1204587755', u'MULTIEQUAL_-1204590972'), (u'INT_EQUAL_-1204598208', u'CBRANCH_-1204598207'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588826'), (u'CALL_-1204595588', u'INDIRECT_-1204588926'), (u'CALL_-1204593936', u'INDIRECT_-1204586566'), (u'INDIRECT_-1204589051', u'MULTIEQUAL_-1204589866'), (u'CALL_-1204595424', u'INDIRECT_-1204587879'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594198'), ('const-4', u'INT_AND_-1204598559'), ('const-0', u'PTRSUB_-1204587669'), ('const-433', u'LOAD_-1204594905'), ('const-1', u'PTRADD_-1204596041'), (u'PTRADD_-1204594148', u'CAST_-1204584845'), (u'MULTIEQUAL_-1204590576', u'MULTIEQUAL_-1204590833'), (u'CALL_-1204596011', u'INDIRECT_-1204587842'), (u'INDIRECT_-1204589255', u'MULTIEQUAL_-1204589866'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588534'), (u'INDIRECT_-1204587716', u'MULTIEQUAL_-1204587613'), (u'CALL_-1204593692', u'INDIRECT_-1204587601'), (u'MULTIEQUAL_-1204588078', u'MULTIEQUAL_-1204588075'), (u'CALL_-1204593272', u'MULTIEQUAL_-1204591547'), (u'STORE_-1204594349', u'INDIRECT_-1204588080'), (u'INDIRECT_-1204586694', u'MULTIEQUAL_-1204586614'), (u'INDIRECT_-1204588776', u'MULTIEQUAL_-1204589838'), (u'STORE_-1204594426', u'INDIRECT_-1204586974'), (u'INDIRECT_-1204588214', u'MULTIEQUAL_-1204588175'), (u'CALL_-1204599233', u'INDIRECT_-1204589973'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594596'), ('tmp_40526', u'MULTIEQUAL_-1204589838'), (u'CALL_-1204597074', u'INDIRECT_-1204588444'), (u'MULTIEQUAL_-1204589415', u'MULTIEQUAL_-1204590239'), (u'COPY_-1204591382', u'MULTIEQUAL_-1204591314'), (u'CALL_-1204595566', u'INDIRECT_-1204588315'), (u'INDIRECT_-1204588516', u'MULTIEQUAL_-1204588581'), (u'INDIRECT_-1204591410', u'MULTIEQUAL_-1204592168'), (u'STORE_-1204598784', u'INDIRECT_-1204589332'), ('const-7', u'COPY_-1204589438'), ('const-0', u'PTRSUB_-1204585407'), (u'PTRADD_-1204597825', u'CAST_-1204586426'), ('const-0', u'INT_NOTEQUAL_-1204596164'), (u'CALL_-1204594016', u'INDIRECT_-1204586612'), (u'INT_NOTEQUAL_-1204595608', u'CBRANCH_-1204595607'), (u'CALL_-1204593292', u'INDIRECT_-1204586084'), (u'MULTIEQUAL_-1204589664', u'MULTIEQUAL_-1204589576'), (u'CALL_-1204597920', u'INDIRECT_-1204592138'), (u'PTRADD_-1204585421', u'LOAD_-1204594313'), ('const-0', u'SUBPIECE_-1204594515'), (u'CALL_-1204596285', u'INDIRECT_-1204588228'), (u'LOAD_-1204598796', u'PTRADD_-1204587738'), (u'INDIRECT_-1204589178', u'MULTIEQUAL_-1204589838'), (u'COPY_-1204586706', u'MULTIEQUAL_-1204586894'), (u'COPY_-1204586102', u'MULTIEQUAL_-1204590804'), ('tmp_6902', u'CBRANCH_-1204594572'), (u'CALL_-1204594835', u'INDIRECT_-1204587106'), ('const-1', u'PTRADD_-1204597492'), (u'INDIRECT_-1204589317', u'MULTIEQUAL_-1204589383'), (u'MULTIEQUAL_-1204586082', u'MULTIEQUAL_-1204588235'), (u'INDIRECT_-1204590534', u'MULTIEQUAL_-1204591455'), (u'STORE_-1204597542', u'INDIRECT_-1204588873'), ('const-1', u'PTRADD_-1204594628'), ('const-0', u'INT_NOTEQUAL_-1204596050'), (u'LOAD_-1204597756', u'CAST_-1204586943'), ('const-0', u'INT_EQUAL_-1204598009'), (u'CALL_-1204595367', u'INDIRECT_-1204587399'), (u'INDIRECT_-1204588025', u'MULTIEQUAL_-1204587872'), (u'INT_NOTEQUAL_-1204595409', u'CBRANCH_-1204595408'), (u'CALL_-1204593584', u'INDIRECT_-1204587533'), (u'INDIRECT_-1204588230', u'MULTIEQUAL_-1204590036'), (u'PTRADD_-1204594628', u'CAST_-1204585130'), ('const-0', u'SUBPIECE_-1204586633'), (u'CALL_-1204596651', u'INDIRECT_-1204588964'), (u'CAST_-1204585626', u'LOAD_-1204595458'), (u'INDIRECT_-1204589457', u'MULTIEQUAL_-1204589108'), (u'INDIRECT_-1204586763', u'MULTIEQUAL_-1204586687'), (u'INT_AND_-1204598559', u'INT_EQUAL_-1204598573'), (u'STORE_-1204594440', u'INDIRECT_-1204586985'), (u'PTRADD_-1204586613', u'STORE_-1204597981'), (u'STORE_-1204598557', u'INDIRECT_-1204589131'), (u'STORE_-1204595536', u'INDIRECT_-1204588589'), (u'STORE_-1204597855', u'INDIRECT_-1204589048'), (u'INDIRECT_-1204586764', u'MULTIEQUAL_-1204586676'), (u'COPY_-1204587265', u'MULTIEQUAL_-1204590972'), ('const-7', u'COPY_-1204589287'), (u'CALL_-1204598671', u'INDIRECT_-1204589614'), ('const-433', u'LOAD_-1204598820'), (u'INDIRECT_-1204588167', u'MULTIEQUAL_-1204590036'), (u'MULTIEQUAL_-1204591095', u'MULTIEQUAL_-1204591252'), (u'MULTIEQUAL_-1204588558', u'MULTIEQUAL_-1204588806'), ('tmp_5660', u'CBRANCH_-1204594759'), (u'CAST_-1204587761', u'STORE_-1204598071'), (u'INDIRECT_-1204588314', u'MULTIEQUAL_-1204588182'), (u'MULTIEQUAL_-1204590833', u'MULTIEQUAL_-1204590681'), (u'INDIRECT_-1204587808', u'MULTIEQUAL_-1204588014'), (u'COPY_-1204584940', u'CALL_-1204594016'), ('const-80', u'PTRADD_-1204596041'), (u'LOAD_-1204598358', u'INT_AND_-1204598332'), (u'CALL_-1204594329', u'INDIRECT_-1204588204'), ('const-433', u'STORE_-1204594090'), (u'INDIRECT_-1204588850', u'MULTIEQUAL_-1204588775'), (u'INT_EQUAL_-1204595879', u'CBRANCH_-1204595878'), (u'INDIRECT_-1204587879', u'MULTIEQUAL_-1204587766'), (u'CAST_-1204586773', u'PTRADD_-1204596170'), (u'STORE_-1204595634', u'INDIRECT_-1204588646'), ('const-1', u'PTRADD_-1204595385'), (u'INDIRECT_-1204588123', u'MULTIEQUAL_-1204587950'), ('const-433', u'LOAD_-1204597701'), ('const-433', u'LOAD_-1204595541'), (u'INDIRECT_-1204590149', u'MULTIEQUAL_-1204590635'), (u'CAST_-1204585626', u'INT_NOTEQUAL_-1204595459'), ('const-0', u'CALL_-1204594503'), (u'INDIRECT_-1204589223', u'MULTIEQUAL_-1204589268'), (u'INDIRECT_-1204586794', u'MULTIEQUAL_-1204586627'), ('const-3727368', u'PTRSUB_-1204584624'), (u'INDIRECT_-1204586964', u'MULTIEQUAL_-1204586882'), (u'MULTIEQUAL_-1204591258', u'COPY_-1204585537'), (u'INDIRECT_-1204587293', u'MULTIEQUAL_-1204587213'), (u'CALL_-1204594016', u'INDIRECT_-1204587409'), (u'INDIRECT_-1204588635', u'MULTIEQUAL_-1204588309'), ('const-433', u'LOAD_-1204593266'), (u'INT_NOTEQUAL_-1204596266', u'CBRANCH_-1204596266'), (u'INT_MULT_-1204594307', u'PTRADD_-1204594273'), ('const-0', u'SUBPIECE_-1204592296'), (u'MULTIEQUAL_-1204590635', u'MULTIEQUAL_-1204590492'), (u'CALL_-1204596008', u'INDIRECT_-1204588205'), (u'INDIRECT_-1204588714', u'MULTIEQUAL_-1204588779'), (u'PTRADD_-1204597492', u'CAST_-1204587216'), (u'MULTIEQUAL_-1204589299', u'MULTIEQUAL_-1204589271'), (u'MULTIEQUAL_-1204592872', u'MULTIEQUAL_-1204586090'), (u'PTRSUB_-1204586988', u'CALL_-1204598093'), (u'SUBPIECE_-1204586422', u'INT_NOTEQUAL_-1204596725'), (u'INDIRECT_-1204589743', u'MULTIEQUAL_-1204590378'), (u'STORE_-1204594306', u'INDIRECT_-1204586697'), (u'CAST_-1204587924', u'LOAD_-1204599272'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204595536'), ('tmp_6999', u'CBRANCH_-1204594477'), (u'STORE_-1204595536', u'INDIRECT_-1204587792'), (u'COPY_-1204585984', u'CALL_-1204595468'), (u'INT_NOTEQUAL_-1204596900', u'CBRANCH_-1204596899'), (u'CAST_-1204585899', u'LOAD_-1204595815'), ('const-4', u'COPY_-1204589895'), (u'STORE_-1204597785', u'INDIRECT_-1204589808'), ('tmp_23333', u'CALL_-1204594632'), ('tmp_4600', u'BRANCH_-1204596242'), (u'MULTIEQUAL_-1204588410', u'MULTIEQUAL_-1204588081'), ('const-7', u'COPY_-1204589488'), (u'CALL_-1204598535', u'INDIRECT_-1204589352'), ('const-0', u'COPY_-1204588353'), ('tmp_23324', u'PTRSUB_-1204586378'), (u'INDIRECT_-1204589423', u'MULTIEQUAL_-1204591229'), (u'INDIRECT_-1204589858', u'MULTIEQUAL_-1204590272'), (u'CAST_-1204585501', u'INT_ZEXT_-1204592594'), (u'INDIRECT_-1204590749', u'MULTIEQUAL_-1204590833'), (u'CALL_-1204596253', u'INDIRECT_-1204589308'), (u'CALL_-1204596706', u'INDIRECT_-1204588190'), (u'INDIRECT_-1204590172', u'MULTIEQUAL_-1204590200'), (u'MULTIEQUAL_-1204588586', u'MULTIEQUAL_-1204588581'), (u'CALL_-1204596206', u'INDIRECT_-1204590563'), (u'CALL_-1204594260', u'INDIRECT_-1204589345'), (u'MULTIEQUAL_-1204588325', u'CALL_-1204595263'), (u'INDIRECT_-1204589178', u'MULTIEQUAL_-1204588870'), (u'STORE_-1204598482', u'INDIRECT_-1204589681'), ('tmp_4916', u'CBRANCH_-1204595548'), (u'STORE_-1204597531', u'INDIRECT_-1204589529'), (u'COPY_-1204587367', u'CALL_-1204597977'), (u'INDIRECT_-1204590219', u'MULTIEQUAL_-1204590106'), (u'INDIRECT_-1204588721', u'INT_NOTEQUAL_-1204595375'), (u'INDIRECT_-1204589025', u'MULTIEQUAL_-1204588834'), (u'INT_AND_-1204599352', u'INT_NOTEQUAL_-1204599365'), ('tmp_817', u'CBRANCH_-1204597918'), (u'INDIRECT_-1204586345', u'MULTIEQUAL_-1204588037'), ('const-1', u'PTRADD_-1204596118'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594306'), (u'CALL_-1204594044', u'INDIRECT_-1204587827'), (u'INDIRECT_-1204586832', u'MULTIEQUAL_-1204586679'), (u'INDIRECT_-1204591610', u'MULTIEQUAL_-1204592168'), (u'STORE_-1204597942', u'INDIRECT_-1204589361'), (u'CALL_-1204596008', u'INDIRECT_-1204588804'), (u'MULTIEQUAL_-1204588677', u'MULTIEQUAL_-1204587685'), (u'INDIRECT_-1204587790', u'MULTIEQUAL_-1204588075'), (u'INT_AND_-1204597899', u'INT_EQUAL_-1204597914'), (u'CALL_-1204596786', u'INDIRECT_-1204588230'), (u'INDIRECT_-1204589427', u'MULTIEQUAL_-1204589101'), (u'STORE_-1204594349', u'INDIRECT_-1204587085'), (u'MULTIEQUAL_-1204591031', u'MULTIEQUAL_-1204590794'), ('const-4', u'COPY_-1204589633'), ('const-433', u'STORE_-1204593220'), (u'INDIRECT_-1204589061', u'MULTIEQUAL_-1204588873'), ('const-433', u'LOAD_-1204598749'), (u'CALL_-1204593720', u'INDIRECT_-1204587029'), (u'STORE_-1204593658', u'INDIRECT_-1204586295'), ('tmp_5220', u'BRANCH_-1204595558'), (u'MULTIEQUAL_-1204588239', u'MULTIEQUAL_-1204588477'), (u'STORE_-1204598900', u'INDIRECT_-1204590475'), (u'CALL_-1204594740', u'INDIRECT_-1204588055'), (u'CALL_-1204593612', u'INDIRECT_-1204587357'), (u'CALL_-1204593292', u'INDIRECT_-1204588857'), (u'INDIRECT_-1204588803', u'MULTIEQUAL_-1204589383'), (u'STORE_-1204595536', u'INDIRECT_-1204587995'), (u'CALL_-1204593692', u'INDIRECT_-1204586408'), (u'CALL_-1204597911', u'INDIRECT_-1204588716'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204595893'), (u'CALL_-1204594604', u'INDIRECT_-1204587168'), ('const-4294967295', u'INT_ADD_-1204597865'), (u'INT_EQUAL_-1204598148', u'CBRANCH_-1204598147'), (u'INDIRECT_-1204586877', u'MULTIEQUAL_-1204587680'), (u'PTRSUB_-1204588012', u'CALL_-1204598205'), (u'COPY_-1204587721', u'MULTIEQUAL_-1204594351'), (u'LOAD_-1204597455', u'BRANCHIND_-1204597079'), ('const-433', u'LOAD_-1204598361'), (u'CALL_-1204598382', u'INDIRECT_-1204590254'), (u'INDIRECT_-1204588031', u'MULTIEQUAL_-1204587869'), (u'INDIRECT_-1204588639', u'MULTIEQUAL_-1204588834'), (u'INDIRECT_-1204588829', u'MULTIEQUAL_-1204590635'), (u'MULTIEQUAL_-1204590863', u'MULTIEQUAL_-1204590860'), (u'CALL_-1204594632', u'INDIRECT_-1204587190'), ('const-1', u'PTRADD_-1204598856'), (u'LOAD_-1204594776', u'INT_NOTEQUAL_-1204594760'), (u'INDIRECT_-1204587341', u'MULTIEQUAL_-1204588076'), ('const-433', u'LOAD_-1204594194'), ('tmp_5110', u'BRANCH_-1204595398'), ('const-1', u'RETURN_-1204596205'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588675'), ('tmp_23324', u'PTRSUB_-1204587642'), (u'MULTIEQUAL_-1204588784', u'MULTIEQUAL_-1204588779'), (u'CALL_-1204595474', u'INDIRECT_-1204588892'), (u'CALL_-1204596253', u'INDIRECT_-1204590690'), (u'CALL_-1204595468', u'INDIRECT_-1204588653'), (u'INDIRECT_-1204589061', u'MULTIEQUAL_-1204588712'), (u'INDIRECT_-1204589671', u'MULTIEQUAL_-1204589518'), (u'PTRSUB_-1204587974', u'CALL_-1204597985'), (u'PTRADD_-1204596118', u'CAST_-1204586085'), (u'PTRADD_-1204594302', u'MULTIEQUAL_-1204591313'), (u'CALL_-1204594044', u'INDIRECT_-1204586832'), (u'INDIRECT_-1204589143', u'MULTIEQUAL_-1204586087'), ('tmp_23324', u'PTRSUB_-1204586822'), (u'MULTIEQUAL_-1204591229', u'MULTIEQUAL_-1204589664'), (u'INT_NOTEQUAL_-1204598345', u'CBRANCH_-1204598342'), ('tmp_23333', u'CALL_-1204594835'), (u'CALL_-1204593800', u'INDIRECT_-1204589051'), (u'CALL_-1204595389', u'INDIRECT_-1204588411'), (u'CALL_-1204598205', u'INDIRECT_-1204591093'), (u'INDIRECT_-1204588193', u'MULTIEQUAL_-1204588092'), (u'STORE_-1204598590', u'INDIRECT_-1204588931'), (u'CALL_-1204596280', u'INDIRECT_-1204589327'), (u'INDIRECT_-1204589702', u'MULTIEQUAL_-1204589838'), (u'INT_MULT_-1204598614', u'INT_ADD_-1204598626'), (u'INT_EQUAL_-1204597876', u'CBRANCH_-1204597873'), (u'CALL_-1204593584', u'INDIRECT_-1204586939'), ('const-0', u'INT_NOTEQUAL_-1204598190'), (u'INDIRECT_-1204589210', u'INT_SLESSEQUAL_-1204595820'), (u'COPY_-1204586749', u'RETURN_-1204597760'), (u'INDIRECT_-1204589660', u'MULTIEQUAL_-1204589311'), (u'STORE_-1204594356', u'INDIRECT_-1204587620'), ('tmp_23324', u'PTRSUB_-1204584512'), (u'MULTIEQUAL_-1204589383', u'MULTIEQUAL_-1204589640'), ('const-433', u'STORE_-1204597981'), ('tmp_23324', u'PTRSUB_-1204585154'), (u'STORE_-1204597942', u'INDIRECT_-1204590554'), (u'CALL_-1204594473', u'INDIRECT_-1204588270'), ('tmp_23333', u'CALL_-1204593584'), (u'CALL_-1204597662', u'INDIRECT_-1204590030'), (u'LOAD_-1204596045', u'INT_NOTEQUAL_-1204596029'), ('const-0', u'PTRSUB_-1204584720'), (u'STORE_-1204598900', u'INDIRECT_-1204589678'), ('const-1', u'PTRADD_-1204598251'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204598459'), (u'CALL_-1204595528', u'INDIRECT_-1204588775'), (u'PTRADD_-1204585059', u'LOAD_-1204594410'), (u'CALL_-1204594420', u'INDIRECT_-1204586746'), (u'INDIRECT_-1204591193', u'MULTIEQUAL_-1204591077'), (u'INDIRECT_-1204588313', u'MULTIEQUAL_-1204588378'), (u'MULTIEQUAL_-1204590949', u'MULTIEQUAL_-1204591152'), ('const-433', u'STORE_-1204593874'), (u'INDIRECT_-1204589573', u'INT_NOTEQUAL_-1204597638'), (u'INDIRECT_-1204587856', u'MULTIEQUAL_-1204587811'), (u'PTRADD_-1204594736', u'CAST_-1204585197'), (u'INDIRECT_-1204586748', u'MULTIEQUAL_-1204587742'), (u'CALL_-1204597540', u'INDIRECT_-1204590106'), (u'CALL_-1204597775', u'INDIRECT_-1204590028'), ('const-433', u'LOAD_-1204595847'), (u'MULTIEQUAL_-1204592425', u'MULTIEQUAL_-1204592188'), ('const-1', u'PTRADD_-1204593716'), (u'LOAD_-1204598749', u'INT_EQUAL_-1204598734'), (u'LOAD_-1204598368', u'INT_ZEXT_-1204594508'), ('const-1', u'PTRADD_-1204595353'), (u'INDIRECT_-1204589001', u'MULTIEQUAL_-1204589581'), (u'LOAD_-1204597976', u'CAST_-1204587063'), ('const-0', u'SUBPIECE_-1204586424'), ('const-433', u'STORE_-1204594306'), ('tmp_6855', u'BRANCH_-1204593575'), ('tmp_23333', u'CALL_-1204594740'), (u'MULTIEQUAL_-1204591031', u'MULTIEQUAL_-1204590700'), ('const-433', u'STORE_-1204597880'), (u'INDIRECT_-1204587918', u'MULTIEQUAL_-1204587786'), (u'INT_NOTEQUAL_-1204596164', u'CBRANCH_-1204596161'), ('const-3691167', u'PTRSUB_-1204584653'), (u'INT_NOTEQUAL_-1204593956', u'CBRANCH_-1204593955'), (u'INT_NOTEQUAL_-1204599365', u'CBRANCH_-1204599362'), (u'COPY_-1204587327', u'MULTIEQUAL_-1204587260'), (u'INT_EQUAL_-1204598521', u'CBRANCH_-1204598510'), ('tmp_3378', u'CBRANCH_-1204597631'), (u'MULTIEQUAL_-1204591314', u'INT_NOTEQUAL_-1204595993'), (u'INDIRECT_-1204589209', u'MULTIEQUAL_-1204589068'), (u'CALL_-1204597596', u'INDIRECT_-1204588745'), ('const-1', u'PTRADD_-1204585421'), (u'MULTIEQUAL_-1204592872', u'INT_EQUAL_-1204599770'), (u'INT_SLESS_-1204598849', u'CBRANCH_-1204598849'), (u'CALL_-1204596285', u'INDIRECT_-1204590803'), (u'INDIRECT_-1204587279', u'MULTIEQUAL_-1204587878'), ('const-0', u'SUBPIECE_-1204586507'), (u'INDIRECT_-1204589869', u'MULTIEQUAL_-1204589716'), (u'COPY_-1204598395', u'MULTIEQUAL_-1204593852'), (u'INDIRECT_-1204589223', u'MULTIEQUAL_-1204589032'), (u'CALL_-1204594503', u'INDIRECT_-1204586701'), (u'CALL_-1204595893', u'INDIRECT_-1204587819'), (u'CALL_-1204597409', u'INDIRECT_-1204589462'), (u'CALL_-1204595453', u'INDIRECT_-1204591098'), (u'CALL_-1204595389', u'INDIRECT_-1204588213'), (u'PTRSUB_-1204585237', u'CALL_-1204594604'), (u'INDIRECT_-1204588879', u'MULTIEQUAL_-1204588726'), (u'CAST_-1204586106', u'STORE_-1204596216'), (u'INDIRECT_-1204590337', u'COPY_-1204587188'), ('const-88', u'PTRADD_-1204596098'), ('const-2', u'INT_AND_-1204595538'), (u'CALL_-1204595490', u'INDIRECT_-1204587873'), (u'MULTIEQUAL_-1204588014', u'MULTIEQUAL_-1204587685'), (u'STORE_-1204599219', u'INDIRECT_-1204589556'), (u'COPY_-1204585689', u'MULTIEQUAL_-1204591313'), (u'CALL_-1204598890', u'INDIRECT_-1204590114'), ('tmp_7716', u'CBRANCH_-1204595434'), (u'COPY_-1204589763', u'MULTIEQUAL_-1204590308'), (u'INDIRECT_-1204590056', u'MULTIEQUAL_-1204590476'), ('tmp_6059', u'CBRANCH_-1204594387'), (u'INT_NOTEQUAL_-1204597760', u'CBRANCH_-1204597760'), (u'CALL_-1204595499', u'INDIRECT_-1204588116'), ('tmp_23333', u'CALL_-1204594275'), (u'MULTIEQUAL_-1204592511', u'MULTIEQUAL_-1204592872'), ('const-433', u'STORE_-1204598482'), (u'PTRSUB_-1204586519', u'CALL_-1204596905'), ('const-433', u'LOAD_-1204594080'), (u'CALL_-1204593692', u'INDIRECT_-1204586809'), (u'INT_AND_-1204594307', u'INT_NOTEQUAL_-1204594320'), (u'INDIRECT_-1204587834', u'MULTIEQUAL_-1204589640'), (u'COPY_-1204587457', u'MULTIEQUAL_-1204590972'), (u'INDIRECT_-1204588676', u'MULTIEQUAL_-1204588523'), (u'INDIRECT_-1204587965', u'MULTIEQUAL_-1204588274'), (u'PTRSUB_-1204587593', u'CALL_-1204596516'), (u'STORE_-1204595634', u'INDIRECT_-1204588052'), ('const-3727363', u'PTRSUB_-1204585237'), (u'INDIRECT_-1204589350', u'MULTIEQUAL_-1204590259'), (u'CALL_-1204595566', u'INDIRECT_-1204588711'), (u'INDIRECT_-1204589210', u'INT_SLESS_-1204595852'), (u'MULTIEQUAL_-1204588273', u'MULTIEQUAL_-1204588185'), (u'CALL_-1204594219', u'INDIRECT_-1204587545'), (u'CALL_-1204594740', u'INDIRECT_-1204589635'), (u'CAST_-1204585478', u'STORE_-1204594596'), (u'INDIRECT_-1204587393', u'MULTIEQUAL_-1204587226'), ('tmp_1494', u'CBRANCH_-1204598825'), (u'CALL_-1204594124', u'INDIRECT_-1204587675'), ('const-3720069', u'PTRSUB_-1204587669'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204587807'), (u'STORE_-1204593658', u'INDIRECT_-1204586097'), (u'INDIRECT_-1204589542', u'MULTIEQUAL_-1204590635'), (u'CALL_-1204598762', u'INDIRECT_-1204590747'), (u'MULTIEQUAL_-1204590635', u'MULTIEQUAL_-1204589070'), (u'INDIRECT_-1204591206', u'MULTIEQUAL_-1204591086'), (u'PTRADD_-1204584858', u'LOAD_-1204594086'), (u'PTRADD_-1204595353', u'MULTIEQUAL_-1204591712'), (u'INDIRECT_-1204587857', u'MULTIEQUAL_-1204587687'), (u'INT_SLESSEQUAL_-1204597568', u'CBRANCH_-1204597576'), (u'INDIRECT_-1204587579', u'MULTIEQUAL_-1204587447'), (u'PTRSUB_-1204585554', u'CAST_-1204585445'), (u'COPY_-1204589220', u'MULTIEQUAL_-1204590092'), (u'INDIRECT_-1204587128', u'MULTIEQUAL_-1204586955'), (u'CALL_-1204596651', u'INDIRECT_-1204588167'), ('const-433', u'LOAD_-1204595564'), (u'CAST_-1204587884', u'STORE_-1204599219'), (u'CALL_-1204596285', u'INDIRECT_-1204589421'), (u'INDIRECT_-1204587538', u'MULTIEQUAL_-1204589230'), (u'INDIRECT_-1204589634', u'MULTIEQUAL_-1204590180'), (u'INDIRECT_-1204589775', u'MULTIEQUAL_-1204589686'), ('const-433', u'LOAD_-1204595532'), (u'INDIRECT_-1204587049', u'MULTIEQUAL_-1204586955'), (u'CAST_-1204585197', u'STORE_-1204594786'), (u'PTRSUB_-1204587593', u'CALL_-1204597540'), (u'INT_NOTEQUAL_-1204594280', u'CBRANCH_-1204594279'), (u'STORE_-1204599805', u'INDIRECT_-1204592487'), (u'MULTIEQUAL_-1204589695', u'MULTIEQUAL_-1204589667'), (u'CALL_-1204594377', u'INDIRECT_-1204587637'), (u'INDIRECT_-1204590650', u'MULTIEQUAL_-1204590301'), ('tmp_2415', u'CBRANCH_-1204597894'), (u'INDIRECT_-1204589416', u'MULTIEQUAL_-1204589838'), (u'INT_ZEXT_-1204591819', u'INT_SUB_-1204597947'), (u'CALL_-1204594219', u'INDIRECT_-1204588535'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204594503'), (u'MULTIEQUAL_-1204588076', u'MULTIEQUAL_-1204588834'), ('const-433', u'LOAD_-1204598190'), ('const-0', u'PTRSUB_-1204585953'), (u'MULTIEQUAL_-1204587581', u'MULTIEQUAL_-1204587571'), (u'CALL_-1204593612', u'INDIRECT_-1204586560'), (u'STORE_-1204594381', u'INDIRECT_-1204587430'), (u'CALL_-1204593800', u'INDIRECT_-1204587471'), (u'LOAD_-1204598048', u'INT_SUB_-1204588048'), (u'CALL_-1204597775', u'INDIRECT_-1204589434'), (u'CALL_-1204598093', u'INDIRECT_-1204588506'), (u'COPY_-1204586421', u'COPY_-1204586419'), ('const-3738080', u'PTRSUB_-1204585632'), (u'CALL_-1204596786', u'INDIRECT_-1204588032'), (u'CALL_-1204597920', u'INDIRECT_-1204590360'), (u'CALL_-1204594329', u'INDIRECT_-1204587407'), (u'CALL_-1204595474', u'INDIRECT_-1204588694'), (u'CALL_-1204595367', u'INDIRECT_-1204588394'), (u'CALL_-1204594275', u'INDIRECT_-1204588371'), (u'INDIRECT_-1204587835', u'MULTIEQUAL_-1204588076'), (u'CALL_-1204597094', u'INDIRECT_-1204588856'), (u'CALL_-1204598890', u'INDIRECT_-1204590906'), (u'LOAD_-1204596103', u'INT_EQUAL_-1204596084'), ('tmp_23333', u'PTRADD_-1204588239'), (u'INDIRECT_-1204587229', u'MULTIEQUAL_-1204587145'), ('const-1', u'PTRADD_-1204584791'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594426'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594786'), (u'CALL_-1204594604', u'INDIRECT_-1204587965'), (u'INDIRECT_-1204589259', u'MULTIEQUAL_-1204588910'), (u'INDIRECT_-1204589341', u'MULTIEQUAL_-1204589664'), (u'LOAD_-1204594410', u'INT_NOTEQUAL_-1204594388'), (u'CALL_-1204597094', u'INDIRECT_-1204590049'), (u'CALL_-1204595468', u'INDIRECT_-1204588851'), ('tmp_5972', u'CBRANCH_-1204595992'), ('tmp_4013', u'CBRANCH_-1204598008'), (u'CALL_-1204596651', u'INDIRECT_-1204588568'), (u'COPY_-1204590041', u'MULTIEQUAL_-1204590308'), ('const-0', u'PTRSUB_-1204587605'), (u'INDIRECT_-1204590743', u'MULTIEQUAL_-1204591229'), (u'MULTIEQUAL_-1204593852', u'CALL_-1204598382'), (u'CALL_-1204598226', u'INDIRECT_-1204589975'), (u'INDIRECT_-1204588433', u'MULTIEQUAL_-1204588510'), ('tmp_6604', u'CBRANCH_-1204593847'), (u'MULTIEQUAL_-1204589576', u'MULTIEQUAL_-1204589571'), (u'CALL_-1204596011', u'INDIRECT_-1204588040'), (u'INDIRECT_-1204587777', u'MULTIEQUAL_-1204587645'), ('tmp_3831', u'CBRANCH_-1204597561'), ('tmp_23333', u'CALL_-1204595263'), (u'CALL_-1204597985', u'INDIRECT_-1204590000'), (u'MULTIEQUAL_-1204594904', u'PTRADD_-1204597892'), (u'STORE_-1204594356', u'INDIRECT_-1204587417'), (u'CALL_-1204593272', u'INDIRECT_-1204587461'), (u'CALL_-1204599233', u'INDIRECT_-1204592350'), (u'CALL_-1204598205', u'INDIRECT_-1204590895'), (u'INDIRECT_-1204589144', u'MULTIEQUAL_-1204588973'), ('tmp_3889', u'BRANCH_-1204597071'), (u'INDIRECT_-1204588954', u'MULTIEQUAL_-1204589863'), (u'INDIRECT_-1204589187', u'MULTIEQUAL_-1204589866'), (u'INDIRECT_-1204588016', u'MULTIEQUAL_-1204587977'), (u'CALL_-1204596914', u'INDIRECT_-1204588596'), (u'CALL_-1204596888', u'INDIRECT_-1204589185'), (u'CALL_-1204595490', u'INDIRECT_-1204588868'), (u'INT_NOTEQUAL_-1204597638', u'CBRANCH_-1204597635'), (u'CALL_-1204597616', u'INDIRECT_-1204588955'), (u'MULTIEQUAL_-1204588276', u'MULTIEQUAL_-1204588273'), (u'INDIRECT_-1204587383', u'MULTIEQUAL_-1204587291'), (u'MULTIEQUAL_-1204589466', u'MULTIEQUAL_-1204589378'), ('const-0', u'PTRSUB_-1204588170'), (u'INDIRECT_-1204588076', u'MULTIEQUAL_-1204587894'), (u'CAST_-1204587864', u'STORE_-1204598291'), ('tmp_23324', u'PTRSUB_-1204587848'), (u'PTRADD_-1204594314', u'COPY_-1204585547'), (u'STORE_-1204597542', u'INDIRECT_-1204589868'), (u'CALL_-1204594368', u'INDIRECT_-1204587635'), (u'CAST_-1204587063', u'PTRADD_-1204597800'), ('const-433', u'LOAD_-1204599716'), (u'INDIRECT_-1204587491', u'MULTIEQUAL_-1204587411'), (u'INDIRECT_-1204588974', u'MULTIEQUAL_-1204590036'), (u'INDIRECT_-1204589504', u'MULTIEQUAL_-1204589383'), (u'INDIRECT_-1204587239', u'MULTIEQUAL_-1204587077'), (u'MULTIEQUAL_-1204587415', u'MULTIEQUAL_-1204587187'), (u'STORE_-1204594349', u'INDIRECT_-1204587882'), (u'STORE_-1204595536', u'INDIRECT_-1204588391'), (u'LOAD_-1204594592', u'INT_EQUAL_-1204594577'), (u'INDIRECT_-1204589975', u'MULTIEQUAL_-1204590635'), (u'INDIRECT_-1204588848', u'MULTIEQUAL_-1204588726'), (u'STORE_-1204593220', u'INDIRECT_-1204586748'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204595467'), (u'INDIRECT_-1204586640', u'MULTIEQUAL_-1204586478'), (u'PTRADD_-1204598298', u'LOAD_-1204598358'), (u'INDIRECT_-1204589122', u'MULTIEQUAL_-1204588903'), ('const-433', u'LOAD_-1204597743'), (u'CALL_-1204594260', u'INDIRECT_-1204588161'), (u'CALL_-1204596905', u'INDIRECT_-1204589031'), ('const-3681288', u'COPY_-1204587041'), (u'PTRADD_-1204598509', u'CAST_-1204587483'), (u'CALL_-1204598382', u'INDIRECT_-1204590650'), (u'CALL_-1204595528', u'INDIRECT_-1204589770'), ('const-117', u'INT_EQUAL_-1204597876'), (u'CALL_-1204594044', u'INDIRECT_-1204587629'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204598205'), (u'MULTIEQUAL_-1204587987', u'MULTIEQUAL_-1204587982'), ('const-0', u'STORE_-1204599815'), ('tmp_4169', u'CBRANCH_-1204597381'), (u'CALL_-1204596125', u'INDIRECT_-1204588747'), (u'INDIRECT_-1204585951', u'MULTIEQUAL_-1204586945'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589477'), (u'CALL_-1204597977', u'INDIRECT_-1204589743'), (u'STORE_-1204598482', u'INDIRECT_-1204590275'), (u'CALL_-1204598226', u'INT_EQUAL_-1204598208'), ('tmp_23324', u'PTRSUB_-1204587799'), (u'STORE_-1204593874', u'INDIRECT_-1204587226'), (u'CALL_-1204593800', u'INDIRECT_-1204586674'), (u'STORE_-1204596216', u'INDIRECT_-1204588485'), (u'STORE_-1204598590', u'INDIRECT_-1204589530'), (u'INDIRECT_-1204589815', u'MULTIEQUAL_-1204589695'), (u'INDIRECT_-1204586550', u'MULTIEQUAL_-1204587544'), (u'INDIRECT_-1204588547', u'MULTIEQUAL_-1204589640'), (u'CALL_-1204598226', u'MULTIEQUAL_-1204591876'), (u'INDIRECT_-1204587534', u'MULTIEQUAL_-1204587435'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204587479'), ('const-433', u'LOAD_-1204596180'), (u'MULTIEQUAL_-1204588212', u'MULTIEQUAL_-1204587964'), (u'INDIRECT_-1204588325', u'MULTIEQUAL_-1204588106'), (u'INDIRECT_-1204591320', u'MULTIEQUAL_-1204592425'), (u'CALL_-1204595528', u'INDIRECT_-1204591152'), (u'CALL_-1204598762', u'INDIRECT_-1204590549'), (u'INDIRECT_-1204586278', u'MULTIEQUAL_-1204587081'), (u'CALL_-1204597985', u'INDIRECT_-1204590792'), (u'INDIRECT_-1204589556', u'MULTIEQUAL_-1204589378'), ('const-0', u'INT_NOTEQUAL_-1204597558'), (u'INDIRECT_-1204588080', u'MULTIEQUAL_-1204588008'), (u'MULTIEQUAL_-1204587048', u'MULTIEQUAL_-1204587286'), (u'INDIRECT_-1204590414', u'MULTIEQUAL_-1204590294'), (u'INT_NOTEQUAL_-1204593848', u'CBRANCH_-1204593847'), (u'CALL_-1204599308', u'INDIRECT_-1204590216'), (u'INDIRECT_-1204586346', u'MULTIEQUAL_-1204587081'), (u'PTRSUB_-1204587669', u'CALL_-1204598535'), (u'INDIRECT_-1204587882', u'MULTIEQUAL_-1204587810'), (u'CALL_-1204597991', u'INDIRECT_-1204589358'), (u'COPY_-1204588207', u'INT_NOTEQUAL_-1204598051'), (u'CAST_-1204587281', u'STORE_-1204598590'), (u'CALL_-1204595424', u'INDIRECT_-1204588473'), (u'CAST_-1204586494', u'INT_NOTEQUAL_-1204597999'), (u'CALL_-1204594863', u'INDIRECT_-1204587128'), (u'INDIRECT_-1204587437', u'MULTIEQUAL_-1204587275'), (u'COPY_-1204585626', u'MULTIEQUAL_-1204590804'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204587414'), ('const-1', u'PTRADD_-1204597800'), (u'PTRSUB_-1204587593', u'CALL_-1204597977'), (u'MULTIEQUAL_-1204592569', u'COPY_-1204586418'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594283'), (u'STORE_-1204598590', u'INDIRECT_-1204589327'), (u'CALL_-1204595424', u'INDIRECT_-1204587478'), (u'CALL_-1204593908', u'INDIRECT_-1204586742'), ('tmp_23333', u'PTRADD_-1204586716'), (u'CALL_-1204598890', u'INDIRECT_-1204590708'), (u'CALL_-1204597985', u'INDIRECT_-1204590396'), (u'INDIRECT_-1204589365', u'MULTIEQUAL_-1204589640'), ('const-433', u'LOAD_-1204597627'), (u'STORE_-1204597785', u'INDIRECT_-1204589610'), ('const-1', u'PTRADD_-1204598509'), (u'SUBPIECE_-1204594225', u'INT_LESS_-1204597933'), ('tmp_23333', u'LOAD_-1204593648'), (u'INT_NOTEQUAL_-1204599256', u'CBRANCH_-1204599255'), (u'INDIRECT_-1204587507', u'MULTIEQUAL_-1204587680'), (u'CALL_-1204593800', u'INDIRECT_-1204587669'), (u'CALL_-1204594152', u'INDIRECT_-1204586900'), (u'CALL_-1204593612', u'INDIRECT_-1204586763'), ('const-4', u'COPY_-1204589354'), (u'MULTIEQUAL_-1204588474', u'MULTIEQUAL_-1204587484'), (u'MULTIEQUAL_-1204591031', u'MULTIEQUAL_-1204590207'), (u'CALL_-1204595263', u'INDIRECT_-1204589018'), (u'MULTIEQUAL_-1204592569', u'COPY_-1204585627'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589412'), (u'STORE_-1204593766', u'INDIRECT_-1204586362'), (u'LOAD_-1204593648', u'INT_NOTEQUAL_-1204593632'), (u'INDIRECT_-1204590053', u'MULTIEQUAL_-1204589952'), (u'INDIRECT_-1204588080', u'MULTIEQUAL_-1204589070'), ('const-433', u'STORE_-1204594596'), (u'CAST_-1204588028', u'PTRADD_-1204598251'), (u'MULTIEQUAL_-1204588502', u'MULTIEQUAL_-1204588474'), (u'INDIRECT_-1204587705', u'MULTIEQUAL_-1204587878'), (u'INDIRECT_-1204587077', u'MULTIEQUAL_-1204588502'), (u'INT_NOTEQUAL_-1204598051', u'CBRANCH_-1204598048'), ('const-255', u'INT_AND_-1204599651'), ('tmp_5903', u'BRANCH_-1204594470'), (u'CALL_-1204593272', u'INDIRECT_-1204586268'), (u'MULTIEQUAL_-1204592872', u'MULTIEQUAL_-1204592549'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588578'), ('const-0', u'INT_EQUAL_-1204596084'), (u'CALL_-1204595263', u'INDIRECT_-1204588617'), (u'CALL_-1204596934', u'INDIRECT_-1204591187'), ('tmp_23333', u'STORE_-1204597960'), (u'INDIRECT_-1204589754', u'MULTIEQUAL_-1204589576'), (u'INDIRECT_-1204586097', u'MULTIEQUAL_-1204586023'), (u'COPY_-1204589895', u'MULTIEQUAL_-1204590092'), (u'CAST_-1204584912', u'STORE_-1204594306'), (u'MULTIEQUAL_-1204592872', u'MULTIEQUAL_-1204591152'), (u'SUBPIECE_-1204592296', u'INT_SEXT_-1204594480'), (u'CAST_-1204586035', u'LOAD_-1204596076'), (u'INDIRECT_-1204587621', u'MULTIEQUAL_-1204586080'), (u'INDIRECT_-1204589681', u'MULTIEQUAL_-1204589866'), (u'CALL_-1204598535', u'INDIRECT_-1204589951'), (u'INDIRECT_-1204590708', u'MULTIEQUAL_-1204591031'), (u'INDIRECT_-1204588398', u'MULTIEQUAL_-1204589309'), (u'CALL_-1204596125', u'INDIRECT_-1204589143'), (u'INDIRECT_-1204590525', u'MULTIEQUAL_-1204586089'), ('const-433', u'LOAD_-1204594333'), (u'CALL_-1204596786', u'INDIRECT_-1204587834'), (u'INDIRECT_-1204590510', u'MULTIEQUAL_-1204590833'), (u'INDIRECT_-1204589941', u'MULTIEQUAL_-1204590576'), (u'INDIRECT_-1204587283', u'MULTIEQUAL_-1204587211'), (u'INDIRECT_-1204588148', u'MULTIEQUAL_-1204588471'), ('const-3691167', u'PTRSUB_-1204585340'), ('const-0', u'INT_NOTEQUAL_-1204597999'), (u'MULTIEQUAL_-1204588284', u'CBRANCH_-1204597888'), (u'INDIRECT_-1204586895', u'MULTIEQUAL_-1204586809'), (u'CALL_-1204594152', u'INDIRECT_-1204589277'), (u'MULTIEQUAL_-1204592425', u'MULTIEQUAL_-1204590200'), (u'CALL_-1204597074', u'INDIRECT_-1204589637'), (u'CALL_-1204599288', u'INDIRECT_-1204592377'), (u'CALL_-1204595468', u'INDIRECT_-1204590233'), (u'INDIRECT_-1204587095', u'MULTIEQUAL_-1204587015'), (u'CALL_-1204597662', u'INDIRECT_-1204588837'), ('const-81', u'INT_EQUAL_-1204598277'), (u'INT_AND_-1204598397', u'INT_NOTEQUAL_-1204598410'), (u'INDIRECT_-1204587273', u'MULTIEQUAL_-1204588076'), (u'MULTIEQUAL_-1204587447', u'MULTIEQUAL_-1204587685'), (u'INDIRECT_-1204587558', u'MULTIEQUAL_-1204587476'), (u'INDIRECT_-1204589567', u'MULTIEQUAL_-1204589412'), (u'LOAD_-1204597404', u'CAST_-1204587176'), ('const-0', u'COPY_-1204594545'), (u'INT_NOTEQUAL_-1204596312', u'CBRANCH_-1204596309'), (u'MULTIEQUAL_-1204590036', u'MULTIEQUAL_-1204589884'), (u'STORE_-1204596216', u'INDIRECT_-1204588084'), (u'INDIRECT_-1204586362', u'MULTIEQUAL_-1204586286'), (u'MULTIEQUAL_-1204590804', u'MULTIEQUAL_-1204591099'), ('const-6', u'COPY_-1204589373'), (u'INDIRECT_-1204588116', u'MULTIEQUAL_-1204587984'), ('tmp_23333', u'LOAD_-1204594080'), ('const-1', u'PTRADD_-1204593932'), (u'CALL_-1204598205', u'INDIRECT_-1204589702'), (u'INDIRECT_-1204589625', u'MULTIEQUAL_-1204589299'), (u'CALL_-1204593692', u'INDIRECT_-1204586210'), (u'CALL_-1204595367', u'INDIRECT_-1204590172'), ('const-0', u'COPY_-1204599841'), (u'PTRADD_-1204598434', u'CAST_-1204587434'), (u'INT_NOTEQUAL_-1204598693', u'CBRANCH_-1204598693'), (u'INDIRECT_-1204589640', u'MULTIEQUAL_-1204589518'), ('tmp_23333', u'PTRADD_-1204585059'), ('const-1', u'PTRADD_-1204598758'), (u'INDIRECT_-1204589501', u'MULTIEQUAL_-1204589811'), (u'MULTIEQUAL_-1204586850', u'MULTIEQUAL_-1204587088'), (u'INDIRECT_-1204589345', u'MULTIEQUAL_-1204589198'), ('const-0', u'INT_EQUAL_-1204598371'), (u'CAST_-1204587816', u'LOAD_-1204598185'), (u'PTRADD_-1204596098', u'CAST_-1204586077'), (u'INT_LESS_-1204598306', u'CBRANCH_-1204598315'), (u'STORE_-1204598071', u'INDIRECT_-1204590417'), (u'INDIRECT_-1204589777', u'MULTIEQUAL_-1204590437'), (u'CALL_-1204594016', u'INDIRECT_-1204587211'), (u'STORE_-1204597785', u'INDIRECT_-1204589214'), ('const-433', u'LOAD_-1204599302'), ('tmp_40528', u'MULTIEQUAL_-1204590833'), ('const-0', u'PTRSUB_-1204587974'), (u'INDIRECT_-1204589048', u'MULTIEQUAL_-1204588973'), (u'INDIRECT_-1204588433', u'MULTIEQUAL_-1204590239'), (u'CALL_-1204595357', u'INDIRECT_-1204588280'), (u'INDIRECT_-1204587975', u'MULTIEQUAL_-1204587843'), (u'INDIRECT_-1204589027', u'MULTIEQUAL_-1204590833'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204595903'), (u'COPY_-1204585537', u'PTRADD_-1204593204'), (u'CALL_-1204595303', u'INDIRECT_-1204589640'), (u'CALL_-1204596516', u'INDIRECT_-1204587761'), (u'INDIRECT_-1204587219', u'MULTIEQUAL_-1204587170'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204598590'), (u'LOAD_-1204594503', u'MULTIEQUAL_-1204589968'), ('const-0', u'PTRSUB_-1204585122'), (u'INDIRECT_-1204589635', u'MULTIEQUAL_-1204589477'), (u'INDIRECT_-1204587941', u'MULTIEQUAL_-1204588076'), (u'INDIRECT_-1204588924', u'MULTIEQUAL_-1204588705'), (u'INDIRECT_-1204588764', u'MULTIEQUAL_-1204588586'), (u'STORE_-1204597706', u'INDIRECT_-1204589573'), (u'STORE_-1204595634', u'INDIRECT_-1204587453'), (u'CALL_-1204594340', u'INDIRECT_-1204587415'), (u'CALL_-1204598382', u'INDIRECT_-1204589858'), (u'CAST_-1204585130', u'STORE_-1204594678'), (u'CALL_-1204595263', u'INDIRECT_-1204588419'), (u'STORE_-1204595435', u'INDIRECT_-1204587534'), (u'INDIRECT_-1204588213', u'MULTIEQUAL_-1204588034'), (u'INDIRECT_-1204590254', u'MULTIEQUAL_-1204590674'), (u'INDIRECT_-1204588036', u'MULTIEQUAL_-1204587909'), (u'INDIRECT_-1204587753', u'MULTIEQUAL_-1204587612'), (u'CAST_-1204587591', u'LOAD_-1204598796'), (u'CAST_-1204586866', u'LOAD_-1204597576'), (u'CALL_-1204598890', u'INDIRECT_-1204592090'), (u'INT_NOTEQUAL_-1204595993', u'CBRANCH_-1204595992'), (u'CALL_-1204598762', u'INDIRECT_-1204589752'), (u'INDIRECT_-1204590028', u'MULTIEQUAL_-1204589867'), ('tmp_23333', u'LOAD_-1204594404'), (u'INDIRECT_-1204589637', u'MULTIEQUAL_-1204590596'), (u'INDIRECT_-1204587369', u'MULTIEQUAL_-1204587210'), (u'CAST_-1204584778', u'STORE_-1204594090'), (u'STORE_-1204597531', u'INDIRECT_-1204589331'), (u'CALL_-1204597094', u'INDIRECT_-1204588460'), (u'MULTIEQUAL_-1204587477', u'MULTIEQUAL_-1204588235'), ('tmp_4304', u'CBRANCH_-1204596161'), (u'CALL_-1204594420', u'INDIRECT_-1204586944'), (u'CALL_-1204593292', u'INDIRECT_-1204586480'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594356'), ('tmp_1866', u'CBRANCH_-1204598737'), (u'STORE_-1204594198', u'INDIRECT_-1204587031'), ('tmp_23328', u'PTRADD_-1204596118'), (u'COPY_-1204585366', u'CALL_-1204594712'), (u'CALL_-1204594016', u'INDIRECT_-1204588003'), (u'COPY_-1204585083', u'CALL_-1204594232'), (u'INDIRECT_-1204590028', u'MULTIEQUAL_-1204590774'), (u'STORE_-1204593874', u'INDIRECT_-1204587424'), (u'INDIRECT_-1204590119', u'MULTIEQUAL_-1204590002'), (u'CAST_-1204587434', u'STORE_-1204598482'), (u'MULTIEQUAL_-1204589871', u'MULTIEQUAL_-1204589866'), (u'CALL_-1204595474', u'INDIRECT_-1204587699'), (u'MULTIEQUAL_-1204589613', u'MULTIEQUAL_-1204590437'), ('const-0', u'INT_EQUAL_-1204595879'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204597404'), (u'MULTIEQUAL_-1204588212', u'MULTIEQUAL_-1204587984'), ('const-0', u'PTRSUB_-1204584787'), (u'LOAD_-1204596515', u'CAST_-1204586072'), (u'INDIRECT_-1204589154', u'MULTIEQUAL_-1204589640'), (u'PTRSUB_-1204585055', u'CALL_-1204594260'), ('const-433', u'STORE_-1204594414'), (u'INDIRECT_-1204589761', u'MULTIEQUAL_-1204590036'), (u'CALL_-1204597616', u'INDIRECT_-1204589752'), (u'INT_EQUAL_-1204598734', u'CBRANCH_-1204598726'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594090'), (u'INDIRECT_-1204587795', u'MULTIEQUAL_-1204587811'), ('tmp_23333', u'CALL_-1204594368'), (u'STORE_-1204597542', u'INDIRECT_-1204589071'), (u'LOAD_-1204599232', u'CAST_-1204587892'), ('tmp_1930', u'CBRANCH_-1204598510'), (u'STORE_-1204593874', u'INDIRECT_-1204586830'), (u'CALL_-1204597775', u'INDIRECT_-1204588835'), (u'LOAD_-1204597971', u'INT_EQUAL_-1204597876'), ('const-1', u'PTRADD_-1204598031'), (u'CALL_-1204594329', u'INDIRECT_-1204587808'), (u'INDIRECT_-1204589352', u'MULTIEQUAL_-1204589838'), ('tmp_23333', u'PTRADD_-1204584791'), ('const-0', u'PTRSUB_-1204584988'), (u'CALL_-1204595588', u'INDIRECT_-1204590308'), ('tmp_23324', u'PTRSUB_-1204587931'), (u'INDIRECT_-1204590394', u'MULTIEQUAL_-1204590860'), (u'STORE_-1204594909', u'INDIRECT_-1204586851'), (u'CALL_-1204593292', u'INDIRECT_-1204587079'), (u'CALL_-1204598890', u'INDIRECT_-1204589916'), (u'INDIRECT_-1204589964', u'MULTIEQUAL_-1204590239'), (u'LOAD_-1204594782', u'INT_NOTEQUAL_-1204594760'), ('const-1', u'CALL_-1204596786'), (u'STORE_-1204595903', u'INDIRECT_-1204588364'), (u'INDIRECT_-1204588789', u'MULTIEQUAL_-1204588906'), ('const-0', u'COPY_-1204586955'), (u'INDIRECT_-1204589713', u'MULTIEQUAL_-1204589779'), (u'MULTIEQUAL_-1204590437', u'MULTIEQUAL_-1204588872'), (u'STORE_-1204597942', u'INDIRECT_-1204589960'), (u'STORE_-1204593982', u'INDIRECT_-1204586694'), (u'LOAD_-1204595565', u'CAST_-1204585825'), (u'INDIRECT_-1204587427', u'MULTIEQUAL_-1204587343'), (u'CALL_-1204595424', u'INDIRECT_-1204588275'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204595486'), (u'LOAD_-1204597883', u'INT_ADD_-1204597865'), ('const-0', u'SUBPIECE_-1204587407'), (u'INDIRECT_-1204589838', u'MULTIEQUAL_-1204589716'), ('tmp_23328', u'CALL_-1204595453'), (u'INDIRECT_-1204587935', u'MULTIEQUAL_-1204587836'), (u'INDIRECT_-1204587335', u'MULTIEQUAL_-1204588274'), ('const-3727344', u'COPY_-1204586042'), (u'CALL_-1204593584', u'INDIRECT_-1204587137'), ('const-1', u'PTRADD_-1204595349'), (u'CALL_-1204595303', u'INDIRECT_-1204588848'), (u'INDIRECT_-1204589950', u'MULTIEQUAL_-1204589867'), (u'CAST_-1204586922', u'STORE_-1204597706'), (u'CALL_-1204595588', u'INDIRECT_-1204588332'), ('const-0', u'PTRSUB_-1204587007'), (u'CALL_-1204597920', u'INDIRECT_-1204589964'), (u'INDIRECT_-1204590158', u'MULTIEQUAL_-1204590074'), (u'INDIRECT_-1204590452', u'MULTIEQUAL_-1204590866'), (u'CALL_-1204594152', u'INDIRECT_-1204587103'), (u'MULTIEQUAL_-1204588437', u'MULTIEQUAL_-1204588675'), (u'MULTIEQUAL_-1204585885', u'INT_SEXT_-1204595470'), (u'INDIRECT_-1204589046', u'MULTIEQUAL_-1204588924'), (u'CALL_-1204594632', u'INDIRECT_-1204587789'), ('tmp_23324', u'PTRSUB_-1204588029'), (u'INDIRECT_-1204587818', u'MULTIEQUAL_-1204587769'), (u'STORE_-1204594381', u'INDIRECT_-1204587232'), (u'STORE_-1204597531', u'INDIRECT_-1204588732'), (u'CALL_-1204595263', u'INDIRECT_-1204589216'), (u'CALL_-1204595424', u'INDIRECT_-1204587676'), (u'CALL_-1204598762', u'INDIRECT_-1204589554'), (u'MULTIEQUAL_-1204589779', u'MULTIEQUAL_-1204590036'), (u'COPY_-1204586705', u'MULTIEQUAL_-1204586894'), (u'MULTIEQUAL_-1204590771', u'MULTIEQUAL_-1204590766'), (u'CALL_-1204593272', u'INT_LESS_-1204593243'), ('const-0', u'INT_NOTEQUAL_-1204599256'), (u'INDIRECT_-1204590968', u'MULTIEQUAL_-1204590879'), (u'INDIRECT_-1204587326', u'MULTIEQUAL_-1204587153'), (u'PTRSUB_-1204588029', u'CALL_-1204597074'), (u'INT_SEXT_-1204596189', u'INT_MULT_-1204596048'), (u'CALL_-1204594016', u'INDIRECT_-1204587805'), (u'INDIRECT_-1204588747', u'MULTIEQUAL_-1204586085'), ('const-433', u'LOAD_-1204594404'), ('const-433', u'LOAD_-1204593870'), ('tmp_7315', u'BRANCH_-1204594210'), (u'CALL_-1204598460', u'INDIRECT_-1204589501'), (u'INDIRECT_-1204589660', u'MULTIEQUAL_-1204590074'), (u'INDIRECT_-1204588535', u'MULTIEQUAL_-1204588670'), (u'STORE_-1204593220', u'INDIRECT_-1204586347'), (u'STORE_-1204595903', u'INDIRECT_-1204587765'), ('const-1', u'PTRADD_-1204594364'), (u'CALL_-1204594219', u'INDIRECT_-1204587144'), (u'LOAD_-1204594194', u'INT_NOTEQUAL_-1204594172'), ('tmp_23333', u'CALL_-1204595490'), (u'INDIRECT_-1204587731', u'MULTIEQUAL_-1204588670'), (u'CALL_-1204597662', u'COPY_-1204587265'), (u'PTRADD_-1204593824', u'CAST_-1204584644'), (u'INDIRECT_-1204586930', u'MULTIEQUAL_-1204586757'), (u'CAST_-1204588028', u'PTRADD_-1204598434'), (u'MULTIEQUAL_-1204589374', u'MULTIEQUAL_-1204590180'), (u'STORE_-1204594414', u'INDIRECT_-1204587165'), ('const-3727353', u'COPY_-1204585924'), (u'STORE_-1204594349', u'INDIRECT_-1204587283'), (u'INDIRECT_-1204589718', u'MULTIEQUAL_-1204589601'), (u'CALL_-1204596786', u'INDIRECT_-1204589225'), (u'CAST_-1204585916', u'LOAD_-1204595847'), (u'INDIRECT_-1204586696', u'MULTIEQUAL_-1204586622'), ('const-4', u'INT_AND_-1204598397'), (u'INT_NOTEQUAL_-1204595519', u'CBRANCH_-1204595518'), (u'MULTIEQUAL_-1204588014', u'MULTIEQUAL_-1204587612'), ('const-0', u'CALL_-1204598226'), (u'INDIRECT_-1204589454', u'MULTIEQUAL_-1204590891'), (u'INDIRECT_-1204588321', u'MULTIEQUAL_-1204588148'), (u'CAST_-1204586997', u'STORE_-1204597855'), (u'COPY_-1204589976', u'MULTIEQUAL_-1204590308'), (u'CALL_-1204594863', u'INDIRECT_-1204586930'), (u'CALL_-1204594835', u'INDIRECT_-1204587304'), ('tmp_23324', u'PTRSUB_-1204588092'), (u'CALL_-1204595357', u'INDIRECT_-1204589869'), (u'INDIRECT_-1204590496', u'MULTIEQUAL_-1204590264'), (u'MULTIEQUAL_-1204591529', u'INT_EQUAL_-1204597819'), (u'LOAD_-1204593978', u'INT_NOTEQUAL_-1204593956'), (u'MULTIEQUAL_-1204588471', u'MULTIEQUAL_-1204588383'), (u'MULTIEQUAL_-1204590635', u'COPY_-1204588207'), (u'MULTIEQUAL_-1204588675', u'MULTIEQUAL_-1204588670'), (u'PTRSUB_-1204585154', u'CALL_-1204594473'), (u'INT_SUB_-1204597947', u'SUBPIECE_-1204594225'), (u'STORE_-1204594198', u'INDIRECT_-1204586432'), (u'MULTIEQUAL_-1204591712', u'LOAD_-1204597455'), (u'INDIRECT_-1204588157', u'MULTIEQUAL_-1204589066'), (u'INDIRECT_-1204588827', u'MULTIEQUAL_-1204588872'), (u'MULTIEQUAL_-1204589497', u'MULTIEQUAL_-1204589469'), (u'CALL_-1204594740', u'INDIRECT_-1204588451'), (u'INDIRECT_-1204588473', u'MULTIEQUAL_-1204588360'), ('const-0', u'INT_NOTEQUAL_-1204598410'), (u'STORE_-1204594356', u'INDIRECT_-1204587219'), (u'CALL_-1204593584', u'INDIRECT_-1204587731'), ('tmp_861', u'CBRANCH_-1204597888'), (u'MULTIEQUAL_-1204587325', u'INT_NOTEQUAL_-1204597667'), (u'CALL_-1204594712', u'INDIRECT_-1204587637'), (u'INDIRECT_-1204590030', u'MULTIEQUAL_-1204590576'), (u'MULTIEQUAL_-1204592872', u'MULTIEQUAL_-1204592872'), (u'CALL_-1204594275', u'INDIRECT_-1204587975'), (u'CALL_-1204594632', u'INDIRECT_-1204586992'), (u'INDIRECT_-1204588637', u'MULTIEQUAL_-1204589383'), (u'INDIRECT_-1204589124', u'MULTIEQUAL_-1204588939'), (u'CALL_-1204595389', u'INDIRECT_-1204590189'), (u'CALL_-1204595490', u'INDIRECT_-1204589066'), (u'STORE_-1204595903', u'INDIRECT_-1204587963'), (u'INDIRECT_-1204588101', u'MULTIEQUAL_-1204588274'), (u'CALL_-1204593584', u'INDIRECT_-1204586538'), (u'CALL_-1204598890', u'INDIRECT_-1204589515'), (u'STORE_-1204594426', u'INDIRECT_-1204587370'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204593716'), (u'STORE_-1204594090', u'INDIRECT_-1204586964'), (u'CALL_-1204596888', u'INDIRECT_-1204589581'), ('const-3691167', u'PTRSUB_-1204585273'), (u'INDIRECT_-1204587098', u'MULTIEQUAL_-1204587012'), ('const-433', u'LOAD_-1204598459'), ('tmp_1593', u'BRANCH_-1204598757'), (u'MULTIEQUAL_-1204591077', u'MULTIEQUAL_-1204591229'), (u'INDIRECT_-1204587676', u'MULTIEQUAL_-1204589101'), (u'MULTIEQUAL_-1204590437', u'INT_NOTEQUAL_-1204599337'), ('const-0', u'INT_NOTEQUAL_-1204597852'), ('tmp_23333', u'CALL_-1204593720'), (u'INDIRECT_-1204588040', u'MULTIEQUAL_-1204588235'), (u'MULTIEQUAL_-1204586972', u'MULTIEQUAL_-1204588075'), ('const-4', u'INT_AND_-1204594307'), (u'INDIRECT_-1204586231', u'MULTIEQUAL_-1204586153'), (u'INDIRECT_-1204586968', u'MULTIEQUAL_-1204586809'), (u'COPY_-1204585537', u'PTRADD_-1204594314'), (u'CALL_-1204597409', u'INDIRECT_-1204591636'), (u'INDIRECT_-1204588592', u'MULTIEQUAL_-1204588608'), (u'CALL_-1204594219', u'INDIRECT_-1204587743'), ('tmp_3322', u'CBRANCH_-1204596845'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204593982'), (u'MULTIEQUAL_-1204587878', u'MULTIEQUAL_-1204588636'), (u'CALL_-1204597991', u'INDIRECT_-1204588561'), ('const-1', u'PTRADD_-1204595584'), (u'INDIRECT_-1204590906', u'INT_SLESSEQUAL_-1204598817'), (u'CAST_-1204585869', u'STORE_-1204595634'), (u'PTRADD_-1204597800', u'COPY_-1204587158'), (u'INDIRECT_-1204590056', u'MULTIEQUAL_-1204590470'), ('const-1', u'CALL_-1204594503'), (u'CALL_-1204595303', u'INDIRECT_-1204588249'), (u'CALL_-1204597540', u'INDIRECT_-1204589710'), (u'CALL_-1204598671', u'INDIRECT_-1204591991'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204599219'), (u'STORE_-1204597880', u'INDIRECT_-1204590835'), (u'LOAD_-1204594313', u'INT_NOTEQUAL_-1204594291'), (u'CALL_-1204598460', u'INDIRECT_-1204589105'), ('const-7', u'COPY_-1204589698'), (u'COPY_-1204585924', u'CALL_-1204595367'), (u'INDIRECT_-1204590254', u'MULTIEQUAL_-1204590576'), ('const-116', u'INT_NOTEQUAL_-1204598296'), (u'INDIRECT_-1204587106', u'MULTIEQUAL_-1204587279'), (u'INT_ZEXT_-1204594205', u'INT_AND_-1204597901'), (u'MULTIEQUAL_-1204592338', u'MULTIEQUAL_-1204592386'), ('const-1', u'COPY_-1204591836'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594040'), (u'INDIRECT_-1204586961', u'MULTIEQUAL_-1204586885'), (u'CALL_-1204594260', u'INDIRECT_-1204587963'), (u'INDIRECT_-1204592090', u'MULTIEQUAL_-1204592168'), (u'PTRADD_-1204594256', u'CAST_-1204584912'), (u'INDIRECT_-1204589031', u'MULTIEQUAL_-1204588906'), (u'INDIRECT_-1204587998', u'MULTIEQUAL_-1204588014'), ('const-433', u'LOAD_-1204595335'), (u'MULTIEQUAL_-1204591313', u'PTRADD_-1204594503'), (u'LOAD_-1204594296', u'INT_NOTEQUAL_-1204594280'), ('const-0', u'SUBPIECE_-1204591261'), (u'MULTIEQUAL_-1204587088', u'MULTIEQUAL_-1204587081'), (u'CALL_-1204597977', u'INDIRECT_-1204588946'), (u'CALL_-1204597409', u'INDIRECT_-1204588863'), (u'CALL_-1204597920', u'INDIRECT_-1204589761'), (u'CALL_-1204597662', u'INT_NOTEQUAL_-1204597558'), (u'INDIRECT_-1204588278', u'MULTIEQUAL_-1204588206'), (u'PTRADD_-1204598736', u'CAST_-1204587685'), (u'CALL_-1204596011', u'INDIRECT_-1204587644'), ('tmp_23333', u'PTRADD_-1204585842'), (u'MULTIEQUAL_-1204587325', u'CALL_-1204597596'), (u'CALL_-1204595453', u'INDIRECT_-1204589320'), (u'INDIRECT_-1204588009', u'MULTIEQUAL_-1204588472'), (u'INDIRECT_-1204588631', u'MULTIEQUAL_-1204588507'), ('const-95', u'INT_EQUAL_-1204594577'), (u'PTRSUB_-1204585484', u'CAST_-1204585353'), (u'CALL_-1204596516', u'INDIRECT_-1204589152'), (u'MULTIEQUAL_-1204588107', u'MULTIEQUAL_-1204588870'), ('tmp_23333', u'LOAD_-1204598018'), (u'INDIRECT_-1204590021', u'MULTIEQUAL_-1204589908'), ('const-433', u'LOAD_-1204598844'), (u'INDIRECT_-1204588006', u'MULTIEQUAL_-1204587843'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594148'), (u'MULTIEQUAL_-1204588982', u'COPY_-1204586590'), (u'MULTIEQUAL_-1204589667', u'MULTIEQUAL_-1204588675'), (u'INDIRECT_-1204587417', u'MULTIEQUAL_-1204587368'), (u'INDIRECT_-1204587811', u'MULTIEQUAL_-1204588274'), ('const-51', u'INT_LESS_-1204597933'), (u'CALL_-1204596888', u'INDIRECT_-1204588190'), (u'INT_AND_-1204597577', u'INT_NOTEQUAL_-1204597590'), (u'INDIRECT_-1204588332', u'MULTIEQUAL_-1204588147'), (u'CAST_-1204585811', u'STORE_-1204595536'), ('tmp_3112', u'CBRANCH_-1204596725'), (u'CALL_-1204594340', u'INDIRECT_-1204587613'), (u'INDIRECT_-1204586770', u'MULTIEQUAL_-1204586611'), (u'CALL_-1204595424', u'INDIRECT_-1204588077'), (u'INDIRECT_-1204589143', u'MULTIEQUAL_-1204589466'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594678'), (u'INDIRECT_-1204586962', u'MULTIEQUAL_-1204586874'), (u'CALL_-1204596125', u'INDIRECT_-1204588351'), (u'STORE_-1204594541', u'INDIRECT_-1204587645'), (u'MULTIEQUAL_-1204592193', u'INT_ADD_-1204594352'), (u'INDIRECT_-1204587021', u'MULTIEQUAL_-1204586972'), (u'MULTIEQUAL_-1204588235', u'MULTIEQUAL_-1204588378'), ('const-1', u'PTRADD_-1204598782'), (u'INDIRECT_-1204587842', u'MULTIEQUAL_-1204588037'), (u'CALL_-1204598382', u'INDIRECT_-1204589061'), (u'STORE_-1204593874', u'INDIRECT_-1204586429'), ('const-1', u'PTRADD_-1204598535'), (u'CALL_-1204595303', u'INDIRECT_-1204588447'), (u'INT_EQUAL_-1204598229', u'CBRANCH_-1204598228'), ('const-1', u'PTRADD_-1204594148'), (u'INDIRECT_-1204587834', u'MULTIEQUAL_-1204587909'), (u'INDIRECT_-1204589752', u'MULTIEQUAL_-1204589669'), ('const--136', u'PTRSUB_-1204586378'), (u'PTRADD_-1204597747', u'CAST_-1204586960'), ('const-8', u'PTRADD_-1204584791'), (u'CALL_-1204595490', u'INDIRECT_-1204588076'), (u'CALL_-1204596011', u'INDIRECT_-1204590417'), (u'CALL_-1204595499', u'INDIRECT_-1204590092'), ('tmp_5406', u'CBRANCH_-1204595408'), (u'INDIRECT_-1204589754', u'MULTIEQUAL_-1204589838'), ('const-433', u'LOAD_-1204595366'), (u'INDIRECT_-1204589614', u'MULTIEQUAL_-1204590036'), ('const-0', u'COPY_-1204595495'), (u'INT_NOTEQUAL_-1204598410', u'CBRANCH_-1204598392'), (u'MULTIEQUAL_-1204587415', u'MULTIEQUAL_-1204587013'), ('const-1', u'PTRADD_-1204586716'), (u'INDIRECT_-1204589835', u'MULTIEQUAL_-1204590794'), (u'CALL_-1204596516', u'INDIRECT_-1204588954'), (u'CALL_-1204594740', u'INDIRECT_-1204587659'), (u'MULTIEQUAL_-1204590635', u'MULTIEQUAL_-1204590483'), (u'INDIRECT_-1204588077', u'MULTIEQUAL_-1204587964'), (u'MULTIEQUAL_-1204588383', u'MULTIEQUAL_-1204588378'), (u'INDIRECT_-1204589545', u'MULTIEQUAL_-1204589866'), (u'MULTIEQUAL_-1204588670', u'MULTIEQUAL_-1204589428'), ('const-1', u'PTRADD_-1204594530'), (u'PTRSUB_-1204587605', u'CALL_-1204598460'), (u'INDIRECT_-1204589105', u'MULTIEQUAL_-1204589415'), ('const-3733314', u'COPY_-1204584940'), (u'MULTIEQUAL_-1204592425', u'MULTIEQUAL_-1204592282'), (u'CALL_-1204595499', u'INDIRECT_-1204587715'), ('const--136', u'PTRSUB_-1204588135'), (u'MULTIEQUAL_-1204590437', u'MULTIEQUAL_-1204590294'), (u'STORE_-1204597855', u'INDIRECT_-1204589845'), (u'INDIRECT_-1204589375', u'MULTIEQUAL_-1204589273'), (u'INDIRECT_-1204586897', u'MULTIEQUAL_-1204586817'), (u'CALL_-1204596253', u'INDIRECT_-1204588714'), (u'COPY_-1204589488', u'MULTIEQUAL_-1204590092'), (u'CALL_-1204593828', u'INDIRECT_-1204587493'), (u'INDIRECT_-1204586831', u'MULTIEQUAL_-1204586687'), (u'INDIRECT_-1204587407', u'MULTIEQUAL_-1204587246'), (u'INDIRECT_-1204590551', u'MULTIEQUAL_-1204590635'), ('tmp_2171', u'CBRANCH_-1204598295'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588216'), ('const-8', u'PTRADD_-1204585211'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204587612'), (u'COPY_-1204588353', u'MULTIEQUAL_-1204588284'), (u'PTRADD_-1204588239', u'STORE_-1204599815'), ('tmp_973', u'CBRANCH_-1204597827'), ('const-3691167', u'PTRSUB_-1204586768'), (u'STORE_-1204598900', u'INDIRECT_-1204589881'), (u'CALL_-1204595263', u'INDIRECT_-1204589414'), (u'PTRSUB_-1204585499', u'CAST_-1204585391'), (u'INDIRECT_-1204587658', u'MULTIEQUAL_-1204587613'), (u'INDIRECT_-1204588807', u'MULTIEQUAL_-1204588628'), ('tmp_23333', u'CALL_-1204594219'), (u'CALL_-1204594473', u'INDIRECT_-1204588072'), (u'INDIRECT_-1204587697', u'MULTIEQUAL_-1204587541'), ('const-433', u'STORE_-1204598784'), ('const-3681288', u'COPY_-1204587083'), (u'CALL_-1204594712', u'INDIRECT_-1204586840'), (u'INDIRECT_-1204587144', u'MULTIEQUAL_-1204588138'), (u'INDIRECT_-1204589952', u'MULTIEQUAL_-1204590036'), (u'INDIRECT_-1204588429', u'MULTIEQUAL_-1204588670'), (u'STORE_-1204594356', u'INDIRECT_-1204588016'), (u'MULTIEQUAL_-1204588982', u'MULTIEQUAL_-1204588977'), ('const-433', u'LOAD_-1204594592'), ('tmp_23333', u'LOAD_-1204593756'), (u'PTRADD_-1204585782', u'LOAD_-1204595541'), (u'INDIRECT_-1204588363', u'MULTIEQUAL_-1204588185'), (u'INDIRECT_-1204590807', u'INT_SEXT_-1204598652'), ('tmp_23333', u'CALL_-1204594044'), ('const-1', u'PTRADD_-1204597480'), (u'INDIRECT_-1204590797', u'MULTIEQUAL_-1204590681'), (u'CALL_-1204596008', u'INDIRECT_-1204589002'), ('tmp_23333', u'CALL_-1204596253'), ('const-433', u'LOAD_-1204595565'), (u'INDIRECT_-1204588274', u'MULTIEQUAL_-1204588092'), (u'INDIRECT_-1204590792', u'MULTIEQUAL_-1204590674'), ('const-4', u'INT_AND_-1204597577'), (u'PTRADD_-1204588279', u'STORE_-1204599868'), (u'STORE_-1204594909', u'INDIRECT_-1204587049'), (u'CALL_-1204593612', u'INDIRECT_-1204586961'), (u'CALL_-1204596253', u'INDIRECT_-1204588912'), (u'MULTIEQUAL_-1204590872', u'MULTIEQUAL_-1204590866'), (u'INDIRECT_-1204590690', u'MULTIEQUAL_-1204590766'), (u'CALL_-1204596706', u'INDIRECT_-1204588987'), (u'CALL_-1204596914', u'INDIRECT_-1204588997'), (u'INT_EQUAL_-1204594577', u'CBRANCH_-1204594572'), (u'INDIRECT_-1204588868', u'MULTIEQUAL_-1204588686'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204597855'), (u'INT_EQUAL_-1204598748', u'CBRANCH_-1204598737'), (u'INDIRECT_-1204588030', u'MULTIEQUAL_-1204587839'), (u'CALL_-1204595490', u'INDIRECT_-1204590250'), (u'INDIRECT_-1204587950', u'MULTIEQUAL_-1204588273'), (u'INDIRECT_-1204591332', u'MULTIEQUAL_-1204591261'), (u'INDIRECT_-1204587499', u'MULTIEQUAL_-1204587343'), (u'CAST_-1204586866', u'CALL_-1204597540'), (u'STORE_-1204594909', u'INDIRECT_-1204587846'), (u'INDIRECT_-1204590312', u'MULTIEQUAL_-1204590378'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204599232'), ('const-1', u'PTRADD_-1204597656'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589003'), ('const-0', u'COPY_-1204595483'), (u'CALL_-1204594632', u'INDIRECT_-1204589567'), (u'COPY_-1204589354', u'MULTIEQUAL_-1204590092'), (u'CALL_-1204594632', u'INDIRECT_-1204588185'), ('const-8', u'PTRADD_-1204586604'), (u'INDIRECT_-1204586543', u'MULTIEQUAL_-1204588235'), (u'PTRSUB_-1204587593', u'CALL_-1204598460'), (u'INDIRECT_-1204590148', u'MULTIEQUAL_-1204590065'), (u'INT_ZEXT_-1204586552', u'PIECE_-1204586506'), ('const-0', u'CALL_-1204596285'), ('const-1', u'PTRADD_-1204595864'), (u'STORE_-1204593220', u'INDIRECT_-1204587144'), (u'CALL_-1204593936', u'INDIRECT_-1204586368'), (u'PTRSUB_-1204584512', u'CAST_-1204584406'), (u'INDIRECT_-1204586499', u'MULTIEQUAL_-1204586413'), ('const-0', u'INT_EQUAL_-1204594387'), (u'CALL_-1204595389', u'INDIRECT_-1204587812'), ('const-168', u'INT_ADD_-1204598321'), (u'INDIRECT_-1204588756', u'MULTIEQUAL_-1204589665'), (u'STORE_-1204598900', u'INDIRECT_-1204589282'), (u'COPY_-1204589774', u'MULTIEQUAL_-1204590092'), (u'CALL_-1204599308', u'INDIRECT_-1204591206'), (u'CALL_-1204597074', u'INDIRECT_-1204591217'), (u'CALL_-1204597074', u'INDIRECT_-1204589043'), (u'CALL_-1204596011', u'INDIRECT_-1204588837'), (u'INDIRECT_-1204586741', u'MULTIEQUAL_-1204587680'), (u'CALL_-1204594368', u'INDIRECT_-1204586838'), (u'CALL_-1204594712', u'INDIRECT_-1204588033'), (u'PTRSUB_-1204586964', u'CALL_-1204597074'), (u'INDIRECT_-1204587453', u'MULTIEQUAL_-1204587350'), ('const-433', u'LOAD_-1204598018'), (u'CALL_-1204594232', u'INDIRECT_-1204587149'), (u'INDIRECT_-1204589916', u'MULTIEQUAL_-1204589799'), (u'STORE_-1204595403', u'INDIRECT_-1204588006'), ('tmp_7563', u'BRANCH_-1204593215'), (u'INDIRECT_-1204591093', u'MULTIEQUAL_-1204590972'), ('const-3691167', u'PTRSUB_-1204585833'), ('tmp_2915', u'BRANCH_-1204596181'), (u'MULTIEQUAL_-1204590207', u'MULTIEQUAL_-1204591031'), (u'INDIRECT_-1204588221', u'MULTIEQUAL_-1204588106'), (u'STORE_-1204595536', u'INDIRECT_-1204587594'), (u'CALL_-1204595588', u'INDIRECT_-1204587535'), (u'MULTIEQUAL_-1204588608', u'MULTIEQUAL_-1204589268'), (u'INDIRECT_-1204592090', u'MULTIEQUAL_-1204592425'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594859'), (u'PTRADD_-1204585345', u'LOAD_-1204594905'), (u'CALL_-1204597596', u'INDIRECT_-1204591320'), (u'STORE_-1204593220', u'INDIRECT_-1204586946'), (u'INDIRECT_-1204586908', u'MULTIEQUAL_-1204587081'), ('tmp_23333', u'LOAD_-1204595535'), (u'CAST_-1204587083', u'STORE_-1204597531'), (u'CALL_-1204595263', u'INDIRECT_-1204589810'), (u'INDIRECT_-1204589398', u'MULTIEQUAL_-1204589271'), (u'INDIRECT_-1204586862', u'MULTIEQUAL_-1204586692'), (u'INDIRECT_-1204588587', u'MULTIEQUAL_-1204588872'), (u'LOAD_-1204597627', u'CAST_-1204587130'), (u'INDIRECT_-1204586945', u'MULTIEQUAL_-1204587680'), ('const-3681288', u'COPY_-1204587367'), (u'CALL_-1204594473', u'INDIRECT_-1204587280'), (u'COPY_-1204588452', u'MULTIEQUAL_-1204588393'), (u'INDIRECT_-1204589110', u'MULTIEQUAL_-1204589175'), (u'INDIRECT_-1204592138', u'MULTIEQUAL_-1204592425'), ('const-0', u'PTRSUB_-1204584653'), (u'COPY_-1204587070', u'MULTIEQUAL_-1204590972'), ('const-0', u'PTRSUB_-1204586923'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588558'), (u'STORE_-1204596216', u'INDIRECT_-1204588683'), (u'INDIRECT_-1204589506', u'MULTIEQUAL_-1204589571'), (u'INDIRECT_-1204587403', u'MULTIEQUAL_-1204588274'), (u'INDIRECT_-1204589757', u'MULTIEQUAL_-1204589673'), ('const-1', u'PTRADD_-1204594283'), ('tmp_2855', u'CBRANCH_-1204597559'), (u'INDIRECT_-1204588513', u'MULTIEQUAL_-1204588410'), (u'CALL_-1204594835', u'INDIRECT_-1204586908'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204597984'), (u'INDIRECT_-1204588383', u'MULTIEQUAL_-1204588216'), (u'COPY_-1204587158', u'MULTIEQUAL_-1204594185'), (u'CALL_-1204598205', u'INT_NOTEQUAL_-1204598190'), (u'CALL_-1204597603', u'INDIRECT_-1204590194'), (u'MULTIEQUAL_-1204588081', u'MULTIEQUAL_-1204588076'), (u'CALL_-1204596280', u'INDIRECT_-1204588535'), (u'CALL_-1204593908', u'INDIRECT_-1204587143'), ('tmp_23333', u'LOAD_-1204595425'), (u'CALL_-1204594232', u'INDIRECT_-1204588139'), (u'INT_ADD_-1204598626', u'CAST_-1204587512'), (u'INDIRECT_-1204589344', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204587644', u'MULTIEQUAL_-1204587839'), (u'STORE_-1204594414', u'INDIRECT_-1204587759'), (u'CALL_-1204595357', u'INDIRECT_-1204588478'), ('tmp_23328', u'LOAD_-1204597701'), (u'INDIRECT_-1204589625', u'MULTIEQUAL_-1204589500'), ('const-4', u'PTRADD_-1204587733'), (u'CALL_-1204599288', u'CAST_-1204587924'), (u'CALL_-1204595893', u'INDIRECT_-1204588616'), (u'STORE_-1204598557', u'INDIRECT_-1204589527'), ('const-433', u'STORE_-1204595435'), ('tmp_272', u'CBRANCH_-1204599720'), (u'INDIRECT_-1204590708', u'MULTIEQUAL_-1204590774'), (u'CALL_-1204594368', u'INDIRECT_-1204587437'), (u'INDIRECT_-1204587075', u'MULTIEQUAL_-1204587878'), (u'INT_EQUAL_-1204597819', u'CBRANCH_-1204597816'), (u'CALL_-1204596914', u'INDIRECT_-1204589987'), (u'CALL_-1204597920', u'INDIRECT_-1204590558'), (u'PTRADD_-1204593204', u'LOAD_-1204593266'), (u'CALL_-1204597409', u'INDIRECT_-1204589061'), (u'INDIRECT_-1204587478', u'MULTIEQUAL_-1204588903'), (u'INDIRECT_-1204588432', u'INT_NOTEQUAL_-1204596873'), (u'INDIRECT_-1204587494', u'MULTIEQUAL_-1204587408'), (u'COPY_-1204598921', u'MULTIEQUAL_-1204592872'), (u'INDIRECT_-1204588908', u'MULTIEQUAL_-1204588776'), (u'MULTIEQUAL_-1204589070', u'MULTIEQUAL_-1204588982'), (u'INDIRECT_-1204588616', u'MULTIEQUAL_-1204586085'), (u'INDIRECT_-1204586634', u'MULTIEQUAL_-1204586481'), (u'SUBPIECE_-1204586631', u'INT_NOTEQUAL_-1204596846'), (u'CALL_-1204593584', u'INDIRECT_-1204586741'), ('const-1', u'PTRADD_-1204593824'), (u'CAST_-1204585505', u'STORE_-1204594349'), (u'STORE_-1204594414', u'INDIRECT_-1204586566'), (u'STORE_-1204599868', u'INDIRECT_-1204592536'), (u'CALL_-1204593908', u'INDIRECT_-1204586945'), (u'INDIRECT_-1204589573', u'MULTIEQUAL_-1204590635'), (u'CAST_-1204584644', u'STORE_-1204593874'), (u'PTRADD_-1204587721', u'COPY_-1204587725'), ('tmp_3194', u'CBRANCH_-1204596662'), (u'INDIRECT_-1204589379', u'MULTIEQUAL_-1204589664'), (u'MULTIEQUAL_-1204590259', u'MULTIEQUAL_-1204590261'), ('const-0', u'INT_NOTEQUAL_-1204599365'), ('const-1', u'PTRADD_-1204594859'), ('tmp_6495', u'CBRANCH_-1204593955'), (u'MULTIEQUAL_-1204592470', u'CALL_-1204599288'), (u'PTRADD_-1204597800', u'CAST_-1204586997'), (u'INDIRECT_-1204586504', u'MULTIEQUAL_-1204586348'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204597542'), ('tmp_23333', u'CALL_-1204595566'), (u'CALL_-1204597540', u'INDIRECT_-1204589314'), (u'INDIRECT_-1204588220', u'MULTIEQUAL_-1204586083'), (u'CALL_-1204594124', u'INDIRECT_-1204587873'), ('const-1', u'PTRADD_-1204594393'), ('tmp_23333', u'LOAD_-1204594899'), (u'INDIRECT_-1204586946', u'MULTIEQUAL_-1204587081'), (u'MULTIEQUAL_-1204592193', u'SUBPIECE_-1204592296'), (u'MULTIEQUAL_-1204587967', u'MULTIEQUAL_-1204589070'), (u'INDIRECT_-1204590554', u'MULTIEQUAL_-1204590470'), (u'INDIRECT_-1204589314', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204588299', u'MULTIEQUAL_-1204588472'), (u'CALL_-1204595468', u'INDIRECT_-1204587856'), (u'CAST_-1204586072', u'MULTIEQUAL_-1204593579'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204595385'), ('const-433', u'STORE_-1204594198'), ('const-1', u'PTRADD_-1204598298'), (u'MULTIEQUAL_-1204589866', u'MULTIEQUAL_-1204590624'), (u'CALL_-1204596125', u'INDIRECT_-1204587752'), (u'INT_AND_-1204598332', u'INT_NOTEQUAL_-1204598345'), (u'INDIRECT_-1204587882', u'MULTIEQUAL_-1204588872'), ('const-3691167', u'PTRSUB_-1204584720'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204597531'), (u'COPY_-1204585537', u'COPY_-1204585532'), (u'INDIRECT_-1204587833', u'MULTIEQUAL_-1204587671'), ('const-1', u'PTRADD_-1204597892'), ('const-4', u'COPY_-1204589841'), ('const-0', u'SUBPIECE_-1204586422'), (u'CALL_-1204594863', u'INDIRECT_-1204589703'), (u'INDIRECT_-1204587036', u'MULTIEQUAL_-1204586874'), (u'INDIRECT_-1204588915', u'MULTIEQUAL_-1204589866'), (u'CALL_-1204594275', u'INDIRECT_-1204587178'), (u'INT_NOTEQUAL_-1204597646', u'CBRANCH_-1204597631'), ('const-0', u'COPY_-1204594533'), (u'INT_EQUAL_-1204598552', u'CBRANCH_-1204598541'), (u'INDIRECT_-1204587581', u'MULTIEQUAL_-1204587489'), (u'INT_ADD_-1204596060', u'CAST_-1204586035'), (u'COPY_-1204593240', u'MULTIEQUAL_-1204591547'), (u'INDIRECT_-1204586915', u'MULTIEQUAL_-1204586825'), (u'INDIRECT_-1204589251', u'MULTIEQUAL_-1204589176'), (u'CALL_-1204594044', u'INDIRECT_-1204587233'), (u'CALL_-1204596934', u'INDIRECT_-1204589013'), ('const-0', u'INT_EQUAL_-1204598573'), (u'INDIRECT_-1204589375', u'INT_NOTEQUAL_-1204597638'), (u'CALL_-1204598671', u'INDIRECT_-1204590213'), (u'INDIRECT_-1204588591', u'MULTIEQUAL_-1204588708'), (u'CALL_-1204594219', u'INDIRECT_-1204589719'), (u'INDIRECT_-1204588748', u'MULTIEQUAL_-1204589383'), (u'STORE_-1204594381', u'INDIRECT_-1204587034'), (u'CALL_-1204593908', u'INDIRECT_-1204586346'), ('const-3727386', u'COPY_-1204584817'), (u'CALL_-1204596125', u'INDIRECT_-1204588148'), (u'INDIRECT_-1204588589', u'MULTIEQUAL_-1204588488'), (u'STORE_-1204597785', u'INDIRECT_-1204589412'), (u'CALL_-1204594044', u'INDIRECT_-1204588025'), (u'PTRADD_-1204598031', u'CAST_-1204587761'), (u'LOAD_-1204593266', u'MULTIEQUAL_-1204589968'), (u'MULTIEQUAL_-1204591099', u'INT_NOTEQUAL_-1204597838'), ('const-0', u'INT_NOTEQUAL_-1204595459'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204587609'), (u'CALL_-1204593800', u'INDIRECT_-1204586476'), (u'CALL_-1204597074', u'INDIRECT_-1204589439'), (u'STORE_-1204595536', u'INDIRECT_-1204588193'), ('const-3691167', u'PTRSUB_-1204585407'), ('const-3691167', u'PTRSUB_-1204585122'), (u'STORE_-1204595403', u'INDIRECT_-1204588402'), (u'CALL_-1204594712', u'INDIRECT_-1204587835'), (u'PTRSUB_-1204586357', u'CALL_-1204596786'), ('tmp_3795', u'CBRANCH_-1204598147'), (u'CALL_-1204595303', u'INDIRECT_-1204589838'), (u'INDIRECT_-1204586967', u'MULTIEQUAL_-1204586817'), (u'INDIRECT_-1204587957', u'MULTIEQUAL_-1204587807'), (u'CALL_-1204593828', u'INDIRECT_-1204587097'), (u'CALL_-1204597074', u'INDIRECT_-1204589835'), ('const-1', u'PTRADD_-1204598734'), ('const-0', u'PTRSUB_-1204586463'), (u'INDIRECT_-1204588071', u'MULTIEQUAL_-1204588670'), (u'CALL_-1204596905', u'INDIRECT_-1204588234'), (u'PTRADD_-1204595584', u'CAST_-1204585869'), (u'LOAD_-1204595564', u'INT_AND_-1204595538'), (u'INDIRECT_-1204588234', u'MULTIEQUAL_-1204587906'), ('const-8', u'INT_MULT_-1204595787'), (u'INDIRECT_-1204590697', u'MULTIEQUAL_-1204590833'), (u'CALL_-1204597662', u'INDIRECT_-1204590228'), (u'PTRSUB_-1204584624', u'CALL_-1204593584'), (u'CALL_-1204594740', u'INDIRECT_-1204587461'), (u'INDIRECT_-1204588912', u'MULTIEQUAL_-1204588977'), (u'PTRSUB_-1204587848', u'CALL_-1204598762'), (u'CALL_-1204593272', u'INDIRECT_-1204586070'), (u'INDIRECT_-1204589077', u'MULTIEQUAL_-1204588924'), (u'INT_NOTEQUAL_-1204596663', u'CBRANCH_-1204596662'), (u'CALL_-1204596905', u'INDIRECT_-1204589625'), (u'PTRADD_-1204594040', u'CAST_-1204584778'), (u'CALL_-1204594260', u'INDIRECT_-1204587171'), (u'INDIRECT_-1204587727', u'MULTIEQUAL_-1204587554'), ('const-1', u'INT_AND_-1204597899'), ('const-0', u'PTRSUB_-1204585237'), (u'INDIRECT_-1204589350', u'COPY_-1204586192'), ('const-1', u'PTRADD_-1204593716'), (u'CALL_-1204595453', u'INT_NOTEQUAL_-1204595434'), (u'MULTIEQUAL_-1204592569', u'MULTIEQUAL_-1204591099'), (u'INDIRECT_-1204589771', u'MULTIEQUAL_-1204590833'), (u'CALL_-1204594219', u'INDIRECT_-1204588337'), (u'MULTIEQUAL_-1204593579', u'PTRADD_-1204597480'), ('const-4294967295', u'INT_EQUAL_-1204596110'), (u'CALL_-1204598226', u'INDIRECT_-1204589376'), (u'CAST_-1204585904', u'LOAD_-1204595823'), (u'CALL_-1204594712', u'INDIRECT_-1204589613'), (u'INDIRECT_-1204589556', u'MULTIEQUAL_-1204589640'), (u'INDIRECT_-1204587280', u'MULTIEQUAL_-1204587167'), (u'LOAD_-1204598366', u'CAST_-1204586773'), ('const-433', u'LOAD_-1204598358'), (u'LOAD_-1204593870', u'INT_NOTEQUAL_-1204593848'), (u'INDIRECT_-1204590254', u'MULTIEQUAL_-1204590668'), (u'CALL_-1204598460', u'INDIRECT_-1204590298'), (u'CALL_-1204596516', u'INDIRECT_-1204588558'), (u'STORE_-1204595634', u'INDIRECT_-1204587849'), (u'CALL_-1204594473', u'INDIRECT_-1204587676'), (u'MULTIEQUAL_-1204592068', u'MULTIEQUAL_-1204592062'), (u'INDIRECT_-1204587675', u'MULTIEQUAL_-1204588274'), ('const-1', u'CALL_-1204596786'), (u'MULTIEQUAL_-1204592273', u'MULTIEQUAL_-1204592425'), ('const-1', u'PTRADD_-1204594148'), ('tmp_23333', u'CALL_-1204594863'), (u'LOAD_-1204594899', u'INT_NOTEQUAL_-1204594883'), (u'CAST_-1204587063', u'MULTIEQUAL_-1204594185'), (u'INDIRECT_-1204590136', u'MULTIEQUAL_-1204591229'), (u'CALL_-1204596280', u'INDIRECT_-1204588733'), (u'INT_NOTEQUAL_-1204594652', u'CBRANCH_-1204594651'), ('const-0', u'PTRSUB_-1204584624'), (u'INDIRECT_-1204588591', u'MULTIEQUAL_-1204589271'), (u'INT_SEXT_-1204598652', u'INT_MULT_-1204598614'), (u'LOAD_-1204598185', u'INT_EQUAL_-1204598148'), ('tmp_4459', u'CBRANCH_-1204596049'), ('const-0', u'INT_NOTEQUAL_-1204596016'), ('tmp_3134', u'BRANCH_-1204596695'), (u'STORE_-1204594349', u'INDIRECT_-1204588278'), (u'STORE_-1204594678', u'INDIRECT_-1204586717'), (u'STORE_-1204598071', u'INDIRECT_-1204590219'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589871'), (u'STORE_-1204598482', u'INDIRECT_-1204589082'), (u'CALL_-1204596786', u'MULTIEQUAL_-1204591152'), (u'CAST_-1204587716', u'LOAD_-1204597979'), ('tmp_2203', u'CBRANCH_-1204598274'), (u'INDIRECT_-1204589753', u'MULTIEQUAL_-1204590239'), (u'INDIRECT_-1204589241', u'MULTIEQUAL_-1204590200'), (u'CALL_-1204593908', u'INDIRECT_-1204587935'), (u'CALL_-1204595499', u'INDIRECT_-1204588512'), (u'INDIRECT_-1204587092', u'MULTIEQUAL_-1204587018'), (u'INDIRECT_-1204588214', u'MULTIEQUAL_-1204588165'), (u'INDIRECT_-1204590990', u'MULTIEQUAL_-1204590872'), (u'PTRADD_-1204595761', u'CAST_-1204585904'), (u'MULTIEQUAL_-1204592425', u'MULTIEQUAL_-1204590860'), (u'INDIRECT_-1204588220', u'MULTIEQUAL_-1204588674'), ('const-433', u'STORE_-1204594381'), (u'INDIRECT_-1204588837', u'MULTIEQUAL_-1204589032'), (u'INDIRECT_-1204589573', u'MULTIEQUAL_-1204589471'), (u'INT_ADD_-1204594352', u'INT_NOTEQUAL_-1204594338'), (u'INDIRECT_-1204590076', u'MULTIEQUAL_-1204589952'), (u'CALL_-1204596011', u'INDIRECT_-1204589233'), (u'INDIRECT_-1204587371', u'MULTIEQUAL_-1204587680'), (u'INDIRECT_-1204587601', u'MULTIEQUAL_-1204588472'), (u'CALL_-1204595893', u'INDIRECT_-1204588418'), (u'CALL_-1204595424', u'INDIRECT_-1204588869'), (u'CALL_-1204593292', u'INDIRECT_-1204586282'), (u'INDIRECT_-1204587573', u'MULTIEQUAL_-1204587544'), (u'INDIRECT_-1204590100', u'MULTIEQUAL_-1204589868'), (u'STORE_-1204594306', u'INDIRECT_-1204587692'), (u'CALL_-1204599233', u'INDIRECT_-1204590968'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204590135'), ('const-1', u'PTRADD_-1204594314'), ('tmp_6277', u'CBRANCH_-1204594171'), (u'MULTIEQUAL_-1204594185', u'PTRADD_-1204597747'), (u'CALL_-1204596206', u'INDIRECT_-1204588389'), (u'MULTIEQUAL_-1204592338', u'INT_NOTEQUAL_-1204598693'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204596206'), ('const-4', u'COPY_-1204590367'), (u'INDIRECT_-1204588148', u'MULTIEQUAL_-1204586082'), (u'INDIRECT_-1204588161', u'MULTIEQUAL_-1204588002'), (u'MULTIEQUAL_-1204593800', u'MULTIEQUAL_-1204593769'), (u'INDIRECT_-1204590569', u'MULTIEQUAL_-1204590261'), (u'MULTIEQUAL_-1204589378', u'MULTIEQUAL_-1204589373'), (u'INT_NOTEQUAL_-1204594172', u'CBRANCH_-1204594171'), (u'MULTIEQUAL_-1204589572', u'MULTIEQUAL_-1204590378'), (u'INT_EQUAL_-1204598166', u'CBRANCH_-1204598165'), (u'INDIRECT_-1204589158', u'MULTIEQUAL_-1204589075'), (u'INDIRECT_-1204590106', u'MULTIEQUAL_-1204591229'), ('tmp_23328', u'CALL_-1204597775'), (u'INT_EQUAL_-1204594479', u'CBRANCH_-1204594477'), (u'INDIRECT_-1204588909', u'MULTIEQUAL_-1204588806'), (u'INDIRECT_-1204590233', u'MULTIEQUAL_-1204590200'), (u'CALL_-1204597977', u'INDIRECT_-1204589347'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204593608'), (u'INDIRECT_-1204590194', u'MULTIEQUAL_-1204590774'), (u'COPY_-1204586370', u'MULTIEQUAL_-1204592756'), (u'MULTIEQUAL_-1204590239', u'MULTIEQUAL_-1204590087'), (u'CALL_-1204598382', u'INDIRECT_-1204589660'), (u'INDIRECT_-1204587493', u'MULTIEQUAL_-1204587346'), (u'INDIRECT_-1204587142', u'MULTIEQUAL_-1204588834'), (u'INDIRECT_-1204588559', u'MULTIEQUAL_-1204588476'), (u'INDIRECT_-1204588601', u'MULTIEQUAL_-1204588474'), (u'INDIRECT_-1204588230', u'MULTIEQUAL_-1204588104'), (u'INDIRECT_-1204587046', u'MULTIEQUAL_-1204586982'), (u'CALL_-1204595389', u'INDIRECT_-1204589005'), (u'CALL_-1204594835', u'INDIRECT_-1204587903'), (u'INDIRECT_-1204589830', u'MULTIEQUAL_-1204590576'), ('const-1', u'PTRADD_-1204598736'), ('const-8', u'PTRADD_-1204586716'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204587674'), (u'STORE_-1204598784', u'INDIRECT_-1204590129'), ('tmp_3729', u'CBRANCH_-1204598190'), (u'INDIRECT_-1204589402', u'MULTIEQUAL_-1204589982'), ('tmp_23324', u'PTRSUB_-1204587593'), (u'PTRADD_-1204595349', u'CALL_-1204595357'), (u'INDIRECT_-1204588646', u'MULTIEQUAL_-1204588543'), (u'INDIRECT_-1204588429', u'INT_ZEXT_-1204592260'), (u'INDIRECT_-1204588253', u'MULTIEQUAL_-1204588083'), (u'STORE_-1204594306', u'INDIRECT_-1204587494'), (u'LOAD_-1204594307', u'INT_NOTEQUAL_-1204594291'), ('const-433', u'STORE_-1204597542'), (u'INDIRECT_-1204589462', u'MULTIEQUAL_-1204589876'), (u'INDIRECT_-1204592487', u'MULTIEQUAL_-1204592425'), (u'INT_EQUAL_-1204596760', u'CBRANCH_-1204596759'), (u'CALL_-1204594377', u'INDIRECT_-1204587835'), (u'LOAD_-1204594302', u'INT_NOTEQUAL_-1204594280'), (u'MULTIEQUAL_-1204590239', u'MULTIEQUAL_-1204590096'), ('const-1', u'PTRADD_-1204585278'), (u'PTRSUB_-1204586010', u'CALL_-1204595588'), (u'CALL_-1204595893', u'INT_EQUAL_-1204595879'), ('const-3733300', u'COPY_-1204584744'), (u'CALL_-1204598226', u'MULTIEQUAL_-1204592872'), (u'CALL_-1204596905', u'INDIRECT_-1204588036'), (u'COPY_-1204590367', u'MULTIEQUAL_-1204590308'), (u'INDIRECT_-1204587165', u'MULTIEQUAL_-1204587077'), (u'INT_EQUAL_-1204597563', u'CBRANCH_-1204597561'), (u'PTRSUB_-1204585833', u'CALL_-1204595499'), (u'CALL_-1204596210', u'INDIRECT_-1204587206'), (u'INDIRECT_-1204588370', u'MULTIEQUAL_-1204590239'), ('const-3691167', u'PTRSUB_-1204585893'), ('const-8', u'PTRADD_-1204584590'), ('tmp_23333', u'CALL_-1204595303'), (u'COPY_-1204585557', u'CALL_-1204594329'), (u'PTRADD_-1204584791', u'LOAD_-1204593978'), (u'MULTIEQUAL_-1204588075', u'MULTIEQUAL_-1204587987'), (u'INT_SEXT_-1204595856', u'INT_MULT_-1204595787'), (u'INDIRECT_-1204587396', u'MULTIEQUAL_-1204587295'), (u'CALL_-1204597540', u'INDIRECT_-1204589908'), ('tmp_723', u'CBRANCH_-1204597998'), (u'MULTIEQUAL_-1204589104', u'MULTIEQUAL_-1204589865'), (u'INDIRECT_-1204587304', u'MULTIEQUAL_-1204587477'), ('const-1', u'PTRADD_-1204595785'), (u'INDIRECT_-1204587645', u'MULTIEQUAL_-1204587581'), (u'CALL_-1204596206', u'INDIRECT_-1204589181'), (u'CALL_-1204597662', u'COPY_-1204587222'), (u'SUBPIECE_-1204591261', u'INT_SUB_-1204595382'), (u'INDIRECT_-1204587752', u'MULTIEQUAL_-1204586080'), (u'CALL_-1204598535', u'INDIRECT_-1204590545'), (u'INT_NOTEQUAL_-1204597838', u'CBRANCH_-1204597827'), (u'INDIRECT_-1204587712', u'MULTIEQUAL_-1204587622'), ('tmp_5186', u'CBRANCH_-1204595607'), (u'CALL_-1204597662', u'INDIRECT_-1204589233'), (u'CALL_-1204598671', u'INDIRECT_-1204590609'), (u'INDIRECT_-1204589402', u'MULTIEQUAL_-1204589269'), (u'INDIRECT_-1204588728', u'MULTIEQUAL_-1204588543'), (u'MULTIEQUAL_-1204588677', u'MULTIEQUAL_-1204588674'), (u'MULTIEQUAL_-1204588014', u'MULTIEQUAL_-1204588674'), ('const-1', u'PTRADD_-1204597892'), (u'CALL_-1204595588', u'INDIRECT_-1204588728'), (u'INT_NOTEQUAL_-1204595442', u'CBRANCH_-1204595441'), (u'PTRADD_-1204593608', u'CAST_-1204584510'), (u'INDIRECT_-1204591521', u'MULTIEQUAL_-1204592168'), (u'INDIRECT_-1204586210', u'MULTIEQUAL_-1204587081'), (u'PTRADD_-1204594503', u'CAST_-1204585455'), (u'COPY_-1204591836', u'MULTIEQUAL_-1204592569'), ('tmp_23324', u'PTRSUB_-1204586988'), ('tmp_3483', u'CBRANCH_-1204597549'), ('const-433', u'STORE_-1204594356'), (u'CALL_-1204595468', u'INDIRECT_-1204587658'), (u'CALL_-1204594232', u'INDIRECT_-1204586748'), (u'INDIRECT_-1204587743', u'MULTIEQUAL_-1204588274'), (u'INDIRECT_-1204588629', u'MULTIEQUAL_-1204588438'), (u'INDIRECT_-1204586784', u'MULTIEQUAL_-1204586692'), (u'CALL_-1204596516', u'INDIRECT_-1204589350'), (u'STORE_-1204594541', u'INDIRECT_-1204587843'), (u'STORE_-1204595903', u'INDIRECT_-1204588562'), (u'INDIRECT_-1204587205', u'MULTIEQUAL_-1204588076'), ('const--104', u'PTRSUB_-1204584512'), (u'INDIRECT_-1204588278', u'MULTIEQUAL_-1204589268'), (u'MULTIEQUAL_-1204589838', u'MULTIEQUAL_-1204587613'), (u'INDIRECT_-1204589518', u'MULTIEQUAL_-1204589299'), (u'INDIRECT_-1204587799', u'MULTIEQUAL_-1204588670'), ('const-0', u'PTRSUB_-1204587105'), (u'CALL_-1204597775', u'INDIRECT_-1204589632'), (u'INDIRECT_-1204588820', u'MULTIEQUAL_-1204588705'), (u'CALL_-1204598093', u'INDIRECT_-1204591279'), (u'CALL_-1204597985', u'INDIRECT_-1204589401'), (u'INDIRECT_-1204589320', u'MULTIEQUAL_-1204589101'), (u'INDIRECT_-1204588766', u'MULTIEQUAL_-1204590635'), (u'INDIRECT_-1204589061', u'MULTIEQUAL_-1204589383'), (u'INDIRECT_-1204590809', u'MULTIEQUAL_-1204590495'), (u'STORE_-1204598291', u'INDIRECT_-1204589916'), (u'LOAD_-1204597971', u'INT_EQUAL_-1204597896'), ('const-433', u'LOAD_-1204594086'), (u'COPY_-1204589707', u'MULTIEQUAL_-1204590092'), ('const-0', u'INT_NOTEQUAL_-1204597760'), (u'INDIRECT_-1204587481', u'MULTIEQUAL_-1204587409'), ('tmp_23333', u'LOAD_-1204594776'), (u'PTRADD_-1204584590', u'LOAD_-1204593654'), (u'INT_ADD_-1204594352', u'MULTIEQUAL_-1204592193'), (u'CALL_-1204595453', u'INDIRECT_-1204589716'), (u'CALL_-1204595490', u'INDIRECT_-1204588472'), (u'INDIRECT_-1204590599', u'MULTIEQUAL_-1204590483'), (u'MULTIEQUAL_-1204590833', u'MULTIEQUAL_-1204589268'), (u'STORE_-1204594426', u'INDIRECT_-1204587573'), (u'COPY_-1204592385', u'MULTIEQUAL_-1204592193'), (u'CALL_-1204594340', u'INDIRECT_-1204588009'), (u'INDIRECT_-1204589027', u'MULTIEQUAL_-1204588903'), (u'INDIRECT_-1204591878', u'INT_AND_-1204597577'), (u'CALL_-1204598205', u'INDIRECT_-1204590103'), (u'CALL_-1204594740', u'INDIRECT_-1204587258'), (u'PTRADD_-1204585902', u'LOAD_-1204595532'), (u'INDIRECT_-1204587625', u'MULTIEQUAL_-1204587541'), (u'CALL_-1204597409', u'INDIRECT_-1204589259'), ('tmp_23328', u'PTRADD_-1204595761'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204589466'), (u'INDIRECT_-1204590607', u'MULTIEQUAL_-1204592425'), (u'MULTIEQUAL_-1204587839', u'MULTIEQUAL_-1204587982'), (u'INDIRECT_-1204589073', u'MULTIEQUAL_-1204588938'), (u'CALL_-1204594260', u'INDIRECT_-1204586968'), (u'STORE_-1204598291', u'INDIRECT_-1204589520'), ('const-1', u'PTRADD_-1204593204'), (u'CAST_-1204585946', u'STORE_-1204595903'), ('tmp_23333', u'CALL_-1204593692'), (u'CALL_-1204593908', u'INDIRECT_-1204587737'), (u'PTRADD_-1204594273', u'LOAD_-1204594333'), (u'STORE_-1204594426', u'INDIRECT_-1204588167'), (u'CALL_-1204597775', u'INDIRECT_-1204589033'), ('tmp_4800', u'CBRANCH_-1204595852'), (u'INDIRECT_-1204589660', u'MULTIEQUAL_-1204589472'), (u'LOAD_-1204594345', u'CAST_-1204585501'), (u'PTRSUB_-1204585953', u'CALL_-1204595490'), (u'INDIRECT_-1204587684', u'MULTIEQUAL_-1204587612'), (u'CALL_-1204597616', u'INDIRECT_-1204589158'), (u'CALL_-1204596651', u'INDIRECT_-1204589360'), (u'CALL_-1204595263', u'INDIRECT_-1204589612'), (u'INDIRECT_-1204590713', u'MULTIEQUAL_-1204590596'), (u'INDIRECT_-1204589504', u'MULTIEQUAL_-1204589640'), (u'INDIRECT_-1204587283', u'MULTIEQUAL_-1204588273'), (u'INDIRECT_-1204587987', u'MULTIEQUAL_-1204587820'), (u'CALL_-1204594368', u'INDIRECT_-1204588229'), (u'INDIRECT_-1204587849', u'MULTIEQUAL_-1204587746'), (u'INDIRECT_-1204588402', u'MULTIEQUAL_-1204588608'), (u'INDIRECT_-1204586961', u'MULTIEQUAL_-1204586820'), (u'SUBPIECE_-1204591263', u'INT_SUB_-1204595382'), (u'CALL_-1204597911', u'INDIRECT_-1204589112'), ('const-4', u'COPY_-1204589911'), (u'CALL_-1204593936', u'INDIRECT_-1204586764'), (u'COPY_-1204589086', u'MULTIEQUAL_-1204590092'), (u'INDIRECT_-1204586612', u'MULTIEQUAL_-1204587279'), (u'INDIRECT_-1204589025', u'MULTIEQUAL_-1204589070'), (u'MULTIEQUAL_-1204589302', u'MULTIEQUAL_-1204590063'), (u'CALL_-1204597991', u'INDIRECT_-1204588962'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204595453'), (u'CALL_-1204596008', u'INDIRECT_-1204588601'), (u'PTRADD_-1204598782', u'CAST_-1204587611'), ('tmp_5057', u'CBRANCH_-1204595441'), (u'INDIRECT_-1204589071', u'MULTIEQUAL_-1204589838'), (u'INDIRECT_-1204588721', u'CALL_-1204595357'), (u'CALL_-1204595357', u'INDIRECT_-1204589077'), (u'CALL_-1204594712', u'INDIRECT_-1204587439'), (u'PTRSUB_-1204587799', u'CALL_-1204598890'), (u'CAST_-1204587063', u'PTRADD_-1204597789'), (u'CALL_-1204598890', u'INDIRECT_-1204590312'), (u'INDIRECT_-1204589449', u'MULTIEQUAL_-1204589374'), ('tmp_5580', u'CBRANCH_-1204595137'), ('tmp_40527', u'MULTIEQUAL_-1204590036'), (u'CALL_-1204596888', u'INDIRECT_-1204588388'), (u'CALL_-1204594863', u'INDIRECT_-1204587727'), (u'CALL_-1204596285', u'INDIRECT_-1204589223'), ('const-0', u'PTRSUB_-1204585340'), (u'STORE_-1204594786', u'INDIRECT_-1204587977'), (u'INDIRECT_-1204586946', u'MULTIEQUAL_-1204587477'), (u'CALL_-1204598205', u'INDIRECT_-1204590499'), (u'CALL_-1204598890', u'INDIRECT_-1204589713'), ('tmp_1753', u'BRANCH_-1204598626'), ('tmp_4346', u'CBRANCH_-1204596140'), ('const-2', u'PTRADD_-1204586604'), (u'INDIRECT_-1204588827', u'MULTIEQUAL_-1204588636'), ('const-1', u'PTRADD_-1204594283'), (u'INDIRECT_-1204588433', u'MULTIEQUAL_-1204588309'), ('const-36', u'PTRADD_-1204595785'), (u'CALL_-1204597911', u'INDIRECT_-1204588315'), (u'PTRSUB_-1204588170', u'CALL_-1204599308'), (u'INDIRECT_-1204591053', u'MULTIEQUAL_-1204590912'), (u'INDIRECT_-1204587477', u'MULTIEQUAL_-1204587295'), (u'CALL_-1204597596', u'INDIRECT_-1204589146'), (u'INDIRECT_-1204587792', u'MULTIEQUAL_-1204587691'), ('const-6', u'COPY_-1204589976'), (u'INDIRECT_-1204587843', u'MULTIEQUAL_-1204587779'), ('const-4', u'COPY_-1204590119'), (u'INDIRECT_-1204591927', u'MULTIEQUAL_-1204592425'), (u'INDIRECT_-1204589185', u'MULTIEQUAL_-1204589865'), (u'INT_SLESS_-1204598790', u'CBRANCH_-1204598797'), (u'INDIRECT_-1204587771', u'MULTIEQUAL_-1204587742'), (u'STORE_-1204594414', u'INDIRECT_-1204587363'), ('const-433', u'LOAD_-1204595341'), (u'STORE_-1204598291', u'INDIRECT_-1204590317'), (u'CALL_-1204594420', u'INDIRECT_-1204588920'), (u'INDIRECT_-1204590452', u'MULTIEQUAL_-1204590872'), (u'STORE_-1204599219', u'INDIRECT_-1204590353'), (u'INDIRECT_-1204590000', u'MULTIEQUAL_-1204589884'), (u'INDIRECT_-1204588671', u'MULTIEQUAL_-1204588558'), ('const-6', u'COPY_-1204589774'), (u'INDIRECT_-1204589699', u'MULTIEQUAL_-1204590009'), ('const-95', u'INT_EQUAL_-1204597728'), (u'MULTIEQUAL_-1204588014', u'MULTIEQUAL_-1204587766'), (u'MULTIEQUAL_-1204588775', u'MULTIEQUAL_-1204589581'), (u'INDIRECT_-1204587517', u'MULTIEQUAL_-1204587385'), (u'INDIRECT_-1204587637', u'MULTIEQUAL_-1204587878'), (u'MULTIEQUAL_-1204589212', u'MULTIEQUAL_-1204590036'), (u'INT_SEXT_-1204599688', u'MULTIEQUAL_-1204592470'), (u'CALL_-1204593828', u'INDIRECT_-1204586300'), (u'CALL_-1204596210', u'INDIRECT_-1204588795'), ('tmp_23333', u'CALL_-1204594260'), (u'INDIRECT_-1204587425', u'MULTIEQUAL_-1204587281'), (u'INDIRECT_-1204588653', u'MULTIEQUAL_-1204588608'), (u'INDIRECT_-1204588721', u'MULTIEQUAL_-1204588502'), (u'MULTIEQUAL_-1204590308', u'MULTIEQUAL_-1204591095'), (u'CAST_-1204585637', u'LOAD_-1204595493'), (u'CALL_-1204594863', u'INDIRECT_-1204588123'), ('const-38', u'INT_SUB_-1204588048'), (u'INDIRECT_-1204589185', u'MULTIEQUAL_-1204589302'), ('const-1', u'PTRADD_-1204598535'), (u'CALL_-1204594016', u'INDIRECT_-1204587607'), (u'MULTIEQUAL_-1204589176', u'MULTIEQUAL_-1204589982'), (u'MULTIEQUAL_-1204592549', u'MULTIEQUAL_-1204592511'), (u'MULTIEQUAL_-1204586083', u'MULTIEQUAL_-1204588438'), (u'CALL_-1204593692', u'INDIRECT_-1204587799'), (u'INDIRECT_-1204587941', u'MULTIEQUAL_-1204588472'), ('tmp_23333', u'PTRADD_-1204584992'), ('const-433', u'LOAD_-1204597883'), (u'MULTIEQUAL_-1204589073', u'MULTIEQUAL_-1204589070'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204598381'), (u'STORE_-1204593874', u'INDIRECT_-1204586627'), (u'INDIRECT_-1204588451', u'MULTIEQUAL_-1204588281'), (u'INDIRECT_-1204590694', u'MULTIEQUAL_-1204590462'), (u'STORE_-1204595403', u'INDIRECT_-1204588204'), (u'INDIRECT_-1204590371', u'MULTIEQUAL_-1204591031'), (u'CALL_-1204597911', u'INDIRECT_-1204589310'), (u'CALL_-1204598535', u'INDIRECT_-1204591927'), (u'CALL_-1204597540', u'INDIRECT_-1204588913'), ('tmp_4694', u'CBRANCH_-1204596266'), (u'COPY_-1204585824', u'MULTIEQUAL_-1204587260'), (u'INDIRECT_-1204587013', u'MULTIEQUAL_-1204587680'), (u'LOAD_-1204598185', u'INT_EQUAL_-1204598166'), (u'CALL_-1204599233', u'INDIRECT_-1204590176'), (u'CALL_-1204596934', u'INDIRECT_-1204589409'), (u'MULTIEQUAL_-1204591031', u'MULTIEQUAL_-1204590888'), (u'INDIRECT_-1204588239', u'MULTIEQUAL_-1204588175'), (u'INDIRECT_-1204588163', u'MULTIEQUAL_-1204588472'), (u'INDIRECT_-1204588962', u'MULTIEQUAL_-1204588784'), (u'PTRADD_-1204585842', u'LOAD_-1204595431'), ('const--104', u'PTRSUB_-1204586357'), (u'INDIRECT_-1204587442', u'MULTIEQUAL_-1204587378'), (u'STORE_-1204597542', u'INDIRECT_-1204589472'), (u'INDIRECT_-1204588629', u'MULTIEQUAL_-1204588674'), (u'INDIRECT_-1204586368', u'MULTIEQUAL_-1204586218'), (u'INDIRECT_-1204589802', u'MULTIEQUAL_-1204589686'), ('tmp_40529', u'MULTIEQUAL_-1204591031'), (u'MULTIEQUAL_-1204588305', u'CALL_-1204596888'), (u'INDIRECT_-1204586430', u'MULTIEQUAL_-1204586286'), (u'SUBPIECE_-1204586507', u'INT_ZEXT_-1204586552'), (u'INT_NOTEQUAL_-1204597558', u'CBRANCH_-1204597549'), ('const-433', u'LOAD_-1204594899'), (u'CALL_-1204594044', u'INDIRECT_-1204586436'), (u'INDIRECT_-1204586809', u'MULTIEQUAL_-1204587680'), (u'INDIRECT_-1204586566', u'MULTIEQUAL_-1204586478'), ('tmp_23328', u'LOAD_-1204598423'), ('tmp_1208', u'CBRANCH_-1204599272'), (u'MULTIEQUAL_-1204591252', u'COPY_-1204586554'), (u'INDIRECT_-1204587765', u'MULTIEQUAL_-1204587606'), ('const-4', u'COPY_-1204589421'), (u'MULTIEQUAL_-1204588636', u'MULTIEQUAL_-1204588779'), (u'INDIRECT_-1204589727', u'MULTIEQUAL_-1204589667'), (u'PTRADD_-1204598758', u'CAST_-1204587600'), (u'MULTIEQUAL_-1204586088', u'MULTIEQUAL_-1204589428'), (u'INDIRECT_-1204587771', u'MULTIEQUAL_-1204589640'), (u'CALL_-1204593292', u'INDIRECT_-1204586881'), (u'CALL_-1204597094', u'INDIRECT_-1204589059'), (u'INDIRECT_-1204587035', u'MULTIEQUAL_-1204586882'), (u'CALL_-1204598460', u'INDIRECT_-1204591878'), (u'CALL_-1204597775', u'INDIRECT_-1204590226'), (u'INDIRECT_-1204586493', u'MULTIEQUAL_-1204586419'), ('const-433', u'LOAD_-1204596160'), (u'CALL_-1204595263', u'INDIRECT_-1204588820'), (u'CALL_-1204597911', u'INDIRECT_-1204590890'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588002'), (u'PTRADD_-1204587738', u'COPY_-1204587731'), ('const-433', u'STORE_-1204597942'), (u'CALL_-1204595499', u'INDIRECT_-1204587319'), (u'STORE_-1204598071', u'INDIRECT_-1204590021'), ('const-0', u'SUBPIECE_-1204594225'), (u'CALL_-1204596253', u'INDIRECT_-1204588313'), (u'INDIRECT_-1204589777', u'MULTIEQUAL_-1204589469'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204596125'), (u'MULTIEQUAL_-1204588477', u'MULTIEQUAL_-1204588472'), ('const-0', u'INT_NOTEQUAL_-1204598693'), (u'INDIRECT_-1204589005', u'MULTIEQUAL_-1204588826'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589133'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594736'), (u'CALL_-1204598671', u'INDIRECT_-1204590015'), (u'INDIRECT_-1204589596', u'MULTIEQUAL_-1204589469'), (u'LOAD_-1204598381', u'CAST_-1204587371'), (u'INDIRECT_-1204589798', u'MULTIEQUAL_-1204590378'), (u'INDIRECT_-1204591279', u'MULTIEQUAL_-1204591601'), (u'INDIRECT_-1204588835', u'MULTIEQUAL_-1204589581'), (u'PTRADD_-1204594541', u'CAST_-1204585478'), ('const-0', u'INT_NOTEQUAL_-1204597919'), (u'CALL_-1204594835', u'INDIRECT_-1204587705'), ('const-433', u'LOAD_-1204593978'), ('const--104', u'PTRSUB_-1204586519'), (u'CAST_-1204587924', u'INT_NOTEQUAL_-1204599273'), ('tmp_5024', u'CBRANCH_-1204595458'), (u'MULTIEQUAL_-1204590036', u'MULTIEQUAL_-1204587811'), (u'STORE_-1204594426', u'INDIRECT_-1204587969'), (u'CALL_-1204595367', u'INDIRECT_-1204588988'), (u'CALL_-1204596280', u'INDIRECT_-1204588931'), (u'INDIRECT_-1204588243', u'MULTIEQUAL_-1204588438'), (u'INDIRECT_-1204588983', u'MULTIEQUAL_-1204589866'), (u'CALL_-1204599288', u'INDIRECT_-1204589802'), ('const-3691167', u'PTRSUB_-1204585953'), (u'MULTIEQUAL_-1204590624', u'MULTIEQUAL_-1204590766'), (u'CALL_-1204595474', u'INDIRECT_-1204587303'), (u'INDIRECT_-1204588190', u'MULTIEQUAL_-1204588305'), (u'CALL_-1204595357', u'INDIRECT_-1204589275'), ('tmp_1419', u'CBRANCH_-1204598875'), (u'MULTIEQUAL_-1204587977', u'MULTIEQUAL_-1204587967'), (u'INDIRECT_-1204587895', u'MULTIEQUAL_-1204587739'), ('const-3728503', u'PTRSUB_-1204587605'), (u'CAST_-1204588028', u'PTRADD_-1204598856'), (u'CALL_-1204599308', u'INDIRECT_-1204592390'), (u'MULTIEQUAL_-1204586084', u'MULTIEQUAL_-1204588636'), (u'PTRADD_-1204595864', u'CAST_-1204585946'), (u'STORE_-1204595403', u'INDIRECT_-1204587605'), (u'LOAD_-1204596160', u'INT_SLESSEQUAL_-1204596132'), (u'STORE_-1204594414', u'INDIRECT_-1204587561'), ('const--104', u'PTRSUB_-1204585154'), ('const-0', u'INT_EQUAL_-1204599770'), (u'LOAD_-1204599716', u'CAST_-1204588028'), (u'MULTIEQUAL_-1204592326', u'MULTIEQUAL_-1204592872'), ('tmp_23328', u'PTRADD_-1204595349'), ('const-4', u'INT_AND_-1204598332'), (u'INDIRECT_-1204590906', u'INT_EQUAL_-1204598734'), (u'LOAD_-1204598459', u'CAST_-1204587415'), ('tmp_4492', u'CBRANCH_-1204596028'), ('tmp_7340', u'CBRANCH_-1204594386'), (u'CALL_-1204598226', u'INDIRECT_-1204588980'), (u'CALL_-1204597540', u'INDIRECT_-1204591290'), (u'INT_SLESSEQUAL_-1204596132', u'CBRANCH_-1204596140'), (u'MULTIEQUAL_-1204587613', u'MULTIEQUAL_-1204587365'), (u'INDIRECT_-1204587007', u'MULTIEQUAL_-1204587878'), (u'INDIRECT_-1204587935', u'MULTIEQUAL_-1204588670'), (u'CALL_-1204598382', u'INDIRECT_-1204591834'), (u'CALL_-1204594503', u'INDIRECT_-1204586899'), (u'INDIRECT_-1204587103', u'MULTIEQUAL_-1204586947'), ('const-1', u'INT_SUB_-1204592365'), ('tmp_7873', u'CBRANCH_-1204595318'), (u'INDIRECT_-1204586944', u'MULTIEQUAL_-1204588636'), ('const-0', u'INT_EQUAL_-1204594250'), (u'LOAD_-1204593762', u'INT_NOTEQUAL_-1204593740'), (u'INDIRECT_-1204588892', u'MULTIEQUAL_-1204588756'), (u'INT_AND_-1204588136', u'INT_EQUAL_-1204598229'), ('const-86', u'INT_EQUAL_-1204597896'), (u'CALL_-1204593292', u'INDIRECT_-1204587475'), (u'CALL_-1204594503', u'INDIRECT_-1204589474'), (u'INDIRECT_-1204586830', u'MULTIEQUAL_-1204586752'), ('const-1', u'PTRADD_-1204584590'), (u'CALL_-1204597911', u'INDIRECT_-1204588117'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588776'), (u'INT_NOTEQUAL_-1204596218', u'CBRANCH_-1204596217'), (u'INDIRECT_-1204589941', u'MULTIEQUAL_-1204589770'), (u'STORE_-1204598482', u'INDIRECT_-1204590077'), (u'INDIRECT_-1204587360', u'MULTIEQUAL_-1204587278'), (u'INT_ADD_-1204597865', u'STORE_-1204597880'), (u'STORE_-1204598482', u'INDIRECT_-1204589280'), (u'CALL_-1204596206', u'INT_EQUAL_-1204596187'), (u'INDIRECT_-1204587347', u'MULTIEQUAL_-1204587878'), (u'INDIRECT_-1204590162', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204589303', u'MULTIEQUAL_-1204589071'), ('const-3645240', u'COPY_-1204598395'), (u'INDIRECT_-1204590995', u'MULTIEQUAL_-1204590879'), ('const-0', u'INT_NOTEQUAL_-1204596266'), (u'INDIRECT_-1204588371', u'MULTIEQUAL_-1204588239'), ('const-8', u'PTRADD_-1204584925'), (u'INDIRECT_-1204590835', u'MULTIEQUAL_-1204590744'), (u'INDIRECT_-1204589632', u'MULTIEQUAL_-1204590378'), ('const-1', u'PTRADD_-1204586613'), (u'INT_SEXT_-1204594480', u'MULTIEQUAL_-1204592368'), ('tmp_23333', u'LOAD_-1204594668'), (u'PTRADD_-1204598599', u'CAST_-1204587525'), (u'CALL_-1204594473', u'INDIRECT_-1204589454'), (u'INDIRECT_-1204588173', u'MULTIEQUAL_-1204588041'), (u'CALL_-1204596206', u'INT_SEXT_-1204596189'), (u'INDIRECT_-1204589579', u'MULTIEQUAL_-1204590239'), (u'MULTIEQUAL_-1204588875', u'MULTIEQUAL_-1204587883'), (u'INDIRECT_-1204587162', u'MULTIEQUAL_-1204587080'), ('const-0', u'INT_NOTEQUAL_-1204596029'), ('const-8', u'PTRADD_-1204585842'), (u'CALL_-1204594044', u'INDIRECT_-1204587431'), ('const-433', u'STORE_-1204598557'), (u'STORE_-1204594678', u'INDIRECT_-1204587113'), (u'INDIRECT_-1204588814', u'MULTIEQUAL_-1204589268'), ('const-1', u'PTRADD_-1204585782'), (u'INDIRECT_-1204590594', u'MULTIEQUAL_-1204590476'), (u'INDIRECT_-1204587219', u'MULTIEQUAL_-1204587180'), ('tmp_23333', u'LOAD_-1204593864'), ('const-433', u'LOAD_-1204595526'), ('tmp_23333', u'PTRADD_-1204585421'), (u'INDIRECT_-1204586560', u'MULTIEQUAL_-1204586419'), (u'INDIRECT_-1204590228', u'MULTIEQUAL_-1204590774'), ('const-433', u'LOAD_-1204593648'), (u'INDIRECT_-1204589858', u'MULTIEQUAL_-1204590180'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588346'), (u'STORE_-1204599219', u'INDIRECT_-1204589952'), (u'INDIRECT_-1204587733', u'MULTIEQUAL_-1204587548'), (u'CAST_-1204588028', u'PTRADD_-1204598031'), (u'INDIRECT_-1204589617', u'MULTIEQUAL_-1204589497'), ('const-0', u'INT_NOTEQUAL_-1204597581'), (u'CALL_-1204599233', u'INDIRECT_-1204590770'), (u'INDIRECT_-1204589116', u'MULTIEQUAL_-1204590239'), ('const-1', u'PTRADD_-1204593932'), (u'INDIRECT_-1204590765', u'MULTIEQUAL_-1204591457'), ('const-0', u'INT_EQUAL_-1204597914'), (u'CALL_-1204595566', u'INDIRECT_-1204587914'), (u'STORE_-1204596216', u'INDIRECT_-1204587886'), ('const-124', u'PTRADD_-1204598758'), (u'MULTIEQUAL_-1204587415', u'MULTIEQUAL_-1204587167'), (u'COPY_-1204586955', u'COPY_-1204586706'), (u'STORE_-1204594909', u'INDIRECT_-1204587450'), (u'CALL_-1204594340', u'INDIRECT_-1204589391'), (u'CALL_-1204596651', u'INDIRECT_-1204588370'), (u'CAST_-1204587685', u'STORE_-1204598784'), ('tmp_7420', u'CBRANCH_-1204594336'), (u'STORE_-1204594678', u'INDIRECT_-1204587514'), ('const-4', u'COPY_-1204589763'), (u'CALL_-1204599288', u'INDIRECT_-1204590797'), (u'LOAD_-1204594905', u'INT_NOTEQUAL_-1204594883'), ('tmp_23333', u'CALL_-1204596285'), (u'INDIRECT_-1204590525', u'MULTIEQUAL_-1204590860'), ('tmp_23333', u'PTRADD_-1204585345'), (u'LOAD_-1204598018', u'CAST_-1204586494'), (u'CALL_-1204596888', u'INDIRECT_-1204589383'), (u'CALL_-1204596706', u'INDIRECT_-1204590567'), (u'STORE_-1204593220', u'INDIRECT_-1204585951'), (u'INT_EQUAL_-1204598009', u'CBRANCH_-1204598008'), (u'CALL_-1204596651', u'INDIRECT_-1204587969'), (u'STORE_-1204594541', u'INDIRECT_-1204587442'), (u'CALL_-1204594016', u'INDIRECT_-1204586810'), (u'INDIRECT_-1204587316', u'MULTIEQUAL_-1204587226'), (u'INDIRECT_-1204589925', u'MULTIEQUAL_-1204589865'), (u'INDIRECT_-1204588645', u'MULTIEQUAL_-1204588523'), (u'CALL_-1204595499', u'INDIRECT_-1204588314'), (u'PTRADD_-1204593169', u'CAST_-1204584366'), (u'INDIRECT_-1204589383', u'MULTIEQUAL_-1204589500'), (u'INDIRECT_-1204589331', u'MULTIEQUAL_-1204589271'), (u'MULTIEQUAL_-1204586092', u'LOAD_-1204596045'), (u'COPY_-1204587742', u'MULTIEQUAL_-1204590972'), (u'STORE_-1204597981', u'INDIRECT_-1204590886'), (u'CALL_-1204596206', u'INDIRECT_-1204588587'), (u'MULTIEQUAL_-1204588014', u'MULTIEQUAL_-1204587786'), (u'CALL_-1204593612', u'INDIRECT_-1204587753'), ('tmp_23333', u'CALL_-1204595367'), ('tmp_1667', u'CBRANCH_-1204598707'), ('const-0', u'INT_SLESS_-1204598849'), (u'CALL_-1204593692', u'INDIRECT_-1204587403'), ('const-1', u'COPY_-1204591382'), ('const-3733359', u'COPY_-1204585134'), (u'INDIRECT_-1204587969', u'MULTIEQUAL_-1204589838'), ('const-251', u'INT_AND_-1204588136'), (u'MULTIEQUAL_-1204592425', u'MULTIEQUAL_-1204592273'), (u'CALL_-1204598093', u'INDIRECT_-1204589501'), (u'INDIRECT_-1204588032', u'SUBPIECE_-1204586424'), (u'INDIRECT_-1204588987', u'MULTIEQUAL_-1204589667'), (u'CALL_-1204595453', u'INDIRECT_-1204589518'), (u'MULTIEQUAL_-1204590378', u'MULTIEQUAL_-1204590635'), (u'INDIRECT_-1204587149', u'MULTIEQUAL_-1204587680'), ('const-2', u'CALL_-1204593292'), (u'INT_SEXT_-1204597584', u'PTRADD_-1204597480'), (u'INDIRECT_-1204588472', u'MULTIEQUAL_-1204588290'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204593824'), (u'CALL_-1204594340', u'INDIRECT_-1204586816'), (u'MULTIEQUAL_-1204591031', u'MULTIEQUAL_-1204590879'), (u'STORE_-1204597531', u'INDIRECT_-1204588930'), (u'INDIRECT_-1204588139', u'MULTIEQUAL_-1204588670'), (u'CALL_-1204593272', u'INDIRECT_-1204587659'), (u'INDIRECT_-1204587610', u'MULTIEQUAL_-1204587447'), (u'CALL_-1204598205', u'INDIRECT_-1204589504'), (u'CALL_-1204598762', u'INDIRECT_-1204592129'), (u'PTRADD_-1204598856', u'CAST_-1204587640'), ('const-67', u'INT_NOTEQUAL_-1204596218'), ('const-1', u'PTRADD_-1204594256'), (u'CALL_-1204594503', u'INDIRECT_-1204588290'), (u'CALL_-1204594503', u'INDIRECT_-1204587894'), (u'PTRSUB_-1204586378', u'CALL_-1204596253'), (u'CALL_-1204593584', u'INDIRECT_-1204587335'), (u'PTRSUB_-1204587593', u'CALL_-1204598382'), (u'INDIRECT_-1204587992', u'MULTIEQUAL_-1204588107'), (u'STORE_-1204594596', u'INDIRECT_-1204588260'), ('tmp_3159', u'CBRANCH_-1204596899'), ('const-0', u'COPY_-1204596816'), (u'INDIRECT_-1204587545', u'MULTIEQUAL_-1204588076'), (u'INDIRECT_-1204589914', u'MULTIEQUAL_-1204589695'), ('const-1', u'PTRADD_-1204595486'), ('const-2', u'COPY_-1204593240'), (u'INDIRECT_-1204586970', u'MULTIEQUAL_-1204587279'), (u'INDIRECT_-1204589043', u'MULTIEQUAL_-1204590002'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204587869'), (u'PTRSUB_-1204584988', u'CALL_-1204594152'), (u'INDIRECT_-1204589107', u'MULTIEQUAL_-1204589004'), (u'INT_EQUAL_-1204598710', u'CBRANCH_-1204598707'), (u'INDIRECT_-1204590452', u'MULTIEQUAL_-1204590774'), (u'INDIRECT_-1204589716', u'MULTIEQUAL_-1204589497'), (u'MULTIEQUAL_-1204588410', u'MULTIEQUAL_-1204588008'), ('const-0', u'INT_NOTEQUAL_-1204597560'), ('const-0', u'COPY_-1204599853'), (u'INDIRECT_-1204589794', u'MULTIEQUAL_-1204589667'), (u'INDIRECT_-1204589926', u'MULTIEQUAL_-1204589811'), (u'INDIRECT_-1204591098', u'MULTIEQUAL_-1204590891'), (u'CALL_-1204597991', u'INDIRECT_-1204589556'), (u'INDIRECT_-1204587461', u'MULTIEQUAL_-1204588336'), (u'STORE_-1204594198', u'INDIRECT_-1204586630'), (u'CALL_-1204598093', u'INDIRECT_-1204589105'), (u'PTRADD_-1204596041', u'CAST_-1204586049'), (u'INT_NOTEQUAL_-1204594291', u'CBRANCH_-1204594290'), (u'CALL_-1204599308', u'INDIRECT_-1204590612'), (u'INDIRECT_-1204586142', u'MULTIEQUAL_-1204587081'), (u'STORE_-1204594786', u'INDIRECT_-1204587581'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204589664'), (u'LOAD_-1204593654', u'INT_NOTEQUAL_-1204593632'), (u'PTRSUB_-1204584921', u'CALL_-1204594044'), ('const-0', u'STORE_-1204597970'), (u'INDIRECT_-1204587295', u'MULTIEQUAL_-1204587148'), (u'INDIRECT_-1204589035', u'MULTIEQUAL_-1204589230'), (u'CALL_-1204596285', u'MULTIEQUAL_-1204591095'), ('const-8', u'PTRADD_-1204588239'), ('const-1', u'PTRADD_-1204594302'), (u'INDIRECT_-1204589421', u'MULTIEQUAL_-1204589466'), ('const-433', u'LOAD_-1204597399'), (u'CALL_-1204599288', u'INDIRECT_-1204590995'), ('tmp_1998', u'CBRANCH_-1204598437'), (u'INDIRECT_-1204587648', u'MULTIEQUAL_-1204587554'), ('const-0', u'STORE_-1204597981'), ('tmp_23328', u'PTRADD_-1204598758'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204593658'), ('tmp_2582', u'CBRANCH_-1204597760'), ('const-433', u'LOAD_-1204599272'), (u'INDIRECT_-1204589066', u'MULTIEQUAL_-1204588884'), (u'INDIRECT_-1204588529', u'MULTIEQUAL_-1204588430'), ('const-3691167', u'PTRSUB_-1204586010'), (u'INDIRECT_-1204588280', u'MULTIEQUAL_-1204588127'), (u'INT_NOTEQUAL_-1204597999', u'CBRANCH_-1204597998'), (u'MULTIEQUAL_-1204587811', u'MULTIEQUAL_-1204588471'), (u'MULTIEQUAL_-1204590239', u'MULTIEQUAL_-1204588674'), (u'INDIRECT_-1204586436', u'MULTIEQUAL_-1204586283'), (u'CAST_-1204587892', u'MULTIEQUAL_-1204593769'), (u'INDIRECT_-1204590572', u'MULTIEQUAL_-1204590483'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204595366'), (u'LOAD_-1204595335', u'INT_NOTEQUAL_-1204595319'), (u'INDIRECT_-1204588205', u'MULTIEQUAL_-1204588078'), ('const-0', u'COPY_-1204588452'), ('const-1', u'PTRADD_-1204585211'), (u'CALL_-1204593692', u'INDIRECT_-1204587205'), (u'MULTIEQUAL_-1204589469', u'MULTIEQUAL_-1204588477'), (u'CALL_-1204595357', u'INDIRECT_-1204588676'), (u'CALL_-1204595566', u'INDIRECT_-1204588909'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589952'), (u'MULTIEQUAL_-1204586080', u'MULTIEQUAL_-1204587839'), (u'CALL_-1204595424', u'INDIRECT_-1204590053'), ('const-1', u'PTRADD_-1204598736'), ('tmp_7438', u'BRANCH_-1204593246'), (u'CALL_-1204598762', u'INDIRECT_-1204589356'), (u'MULTIEQUAL_-1204588834', u'INT_NOTEQUAL_-1204596312'), (u'MULTIEQUAL_-1204587779', u'MULTIEQUAL_-1204587769'), (u'INT_ZEXT_-1204594508', u'INT_MULT_-1204598332'), (u'CALL_-1204594219', u'INDIRECT_-1204587941'), (u'INDIRECT_-1204588945', u'MULTIEQUAL_-1204586086'), ('const-8', u'PTRADD_-1204585902'), (u'INDIRECT_-1204587925', u'MULTIEQUAL_-1204587752'), ('const-4294967295', u'INT_EQUAL_-1204596187'), (u'INDIRECT_-1204587692', u'MULTIEQUAL_-1204587606'), (u'CALL_-1204596210', u'INDIRECT_-1204587602'), (u'CALL_-1204597616', u'INDIRECT_-1204590148'), (u'COPY_-1204593255', u'MULTIEQUAL_-1204592368'), (u'INDIRECT_-1204589144', u'MULTIEQUAL_-1204589779'), (u'CALL_-1204596516', u'INDIRECT_-1204587959'), (u'CALL_-1204596934', u'INDIRECT_-1204588810'), ('const-95', u'INT_EQUAL_-1204597563'), (u'CALL_-1204596934', u'INDIRECT_-1204589211'), (u'INDIRECT_-1204586566', u'MULTIEQUAL_-1204586416'), (u'LOAD_-1204597984', u'CAST_-1204587716'), ('const-3691167', u'PTRSUB_-1204584988'), (u'INDIRECT_-1204586496', u'MULTIEQUAL_-1204586416'), (u'CAST_-1204585379', u'STORE_-1204594426'), (u'INDIRECT_-1204586550', u'MULTIEQUAL_-1204587081'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204595634'), (u'LOAD_-1204593864', u'INT_NOTEQUAL_-1204593848'), ('const-1', u'PTRADD_-1204594859'), (u'INDIRECT_-1204589049', u'MULTIEQUAL_-1204589004'), (u'PTRSUB_-1204588029', u'CALL_-1204597094'), (u'INDIRECT_-1204590569', u'MULTIEQUAL_-1204591229'), (u'MULTIEQUAL_-1204588410', u'MULTIEQUAL_-1204588182'), (u'INDIRECT_-1204587567', u'MULTIEQUAL_-1204587408'), (u'INDIRECT_-1204587319', u'MULTIEQUAL_-1204587187'), ('const-4', u'PTRADD_-1204587738'), (u'MULTIEQUAL_-1204587260', u'MULTIEQUAL_-1204587325'), (u'COPY_-1204589287', u'MULTIEQUAL_-1204590092'), ('const-0', u'PTRSUB_-1204585055'), (u'INDIRECT_-1204590906', u'COPY_-1204587755'), (u'CALL_-1204596008', u'INDIRECT_-1204589398'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588336'), (u'COPY_-1204597944', u'MULTIEQUAL_-1204591252'), (u'LOAD_-1204595423', u'CAST_-1204585598'), (u'CALL_-1204597540', u'INDIRECT_-1204589116'), (u'CALL_-1204594740', u'INDIRECT_-1204588253'), (u'INT_NOTEQUAL_-1204597590', u'CBRANCH_-1204597585'), (u'CALL_-1204597911', u'INDIRECT_-1204588513'), (u'CALL_-1204597977', u'INDIRECT_-1204590139'), (u'CALL_-1204597985', u'INDIRECT_-1204590198'), (u'LOAD_-1204598368', u'INT_EQUAL_-1204598277'), ('tmp_23324', u'PTRSUB_-1204586082'), (u'INDIRECT_-1204589817', u'MULTIEQUAL_-1204590239'), (u'INDIRECT_-1204591834', u'MULTIEQUAL_-1204591497'), (u'INDIRECT_-1204589269', u'MULTIEQUAL_-1204590036'), ('const-7', u'COPY_-1204589220'), ('const-0', u'COPY_-1204595471'), (u'INDIRECT_-1204587675', u'MULTIEQUAL_-1204587493'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204598890'), (u'INDIRECT_-1204589545', u'MULTIEQUAL_-1204590180'), (u'INDIRECT_-1204588093', u'MULTIEQUAL_-1204587937'), (u'INDIRECT_-1204588230', u'INT_NOTEQUAL_-1204596663'), ('tmp_4065', u'CBRANCH_-1204597961'), (u'INDIRECT_-1204590155', u'MULTIEQUAL_-1204590239'), (u'INDIRECT_-1204587889', u'MULTIEQUAL_-1204587742'), (u'INDIRECT_-1204588974', u'MULTIEQUAL_-1204588872'), (u'INT_EQUAL_-1204598876', u'CBRANCH_-1204598875'), (u'CALL_-1204597616', u'INDIRECT_-1204589950'), ('const-1', u'PTRADD_-1204594314'), (u'INDIRECT_-1204586300', u'MULTIEQUAL_-1204586153'), ('tmp_4268', u'CBRANCH_-1204596185'), (u'INDIRECT_-1204587159', u'MULTIEQUAL_-1204587018'), (u'CALL_-1204596210', u'INDIRECT_-1204587404'), (u'CALL_-1204598762', u'INDIRECT_-1204589955'), (u'MULTIEQUAL_-1204589633', u'MULTIEQUAL_-1204589871'), (u'INDIRECT_-1204590176', u'MULTIEQUAL_-1204590087'), (u'INDIRECT_-1204592377', u'MULTIEQUAL_-1204592273'), (u'INDIRECT_-1204588275', u'MULTIEQUAL_-1204588162'), (u'INDIRECT_-1204586149', u'MULTIEQUAL_-1204587143'), (u'COPY_-1204589373', u'MULTIEQUAL_-1204590308'), (u'STORE_-1204598071', u'INDIRECT_-1204590615'), ('const--104', u'PTRSUB_-1204586822'), ('const-4', u'COPY_-1204589555'), (u'INDIRECT_-1204587605', u'MULTIEQUAL_-1204587811'), ('const-1', u'PTRADD_-1204593824'), (u'STORE_-1204599815', u'INDIRECT_-1204592496'), (u'INDIRECT_-1204587959', u'MULTIEQUAL_-1204588868'), (u'INDIRECT_-1204588006', u'MULTIEQUAL_-1204588212'), (u'STORE_-1204594306', u'INDIRECT_-1204586895'), ('const--136', u'PTRSUB_-1204586988'), (u'CALL_-1204596706', u'INDIRECT_-1204587992'), ('const-1', u'COPY_-1204589269'), (u'MULTIEQUAL_-1204587811', u'MULTIEQUAL_-1204587563'), (u'STORE_-1204593220', u'INDIRECT_-1204586550'), (u'INDIRECT_-1204589740', u'MULTIEQUAL_-1204590833'), ('const-433', u'STORE_-1204594909'), (u'INDIRECT_-1204587623', u'MULTIEQUAL_-1204587479'), (u'INDIRECT_-1204587819', u'MULTIEQUAL_-1204586081'), (u'INDIRECT_-1204588257', u'MULTIEQUAL_-1204588212'), (u'INDIRECT_-1204588391', u'MULTIEQUAL_-1204588290'), ('const-433', u'LOAD_-1204597976'), (u'CALL_-1204595893', u'INDIRECT_-1204587621'), (u'INDIRECT_-1204590356', u'MULTIEQUAL_-1204590272'), (u'MULTIEQUAL_-1204590833', u'MULTIEQUAL_-1204590690'), (u'INDIRECT_-1204588642', u'MULTIEQUAL_-1204589601'), (u'INDIRECT_-1204589414', u'MULTIEQUAL_-1204589299'), (u'CALL_-1204596206', u'INDIRECT_-1204589379'), ('const-433', u'LOAD_-1204594313'), (u'INDIRECT_-1204588519', u'MULTIEQUAL_-1204588346'), (u'CALL_-1204594329', u'INDIRECT_-1204587610'), (u'MULTIEQUAL_-1204592872', u'MULTIEQUAL_-1204592386'), ('const-433', u'LOAD_-1204594302'), (u'INDIRECT_-1204587159', u'MULTIEQUAL_-1204587083'), (u'INDIRECT_-1204586810', u'MULTIEQUAL_-1204587477'), (u'PTRSUB_-1204584854', u'CALL_-1204593936'), (u'INDIRECT_-1204587471', u'MULTIEQUAL_-1204588274'), (u'CALL_-1204596125', u'INDIRECT_-1204588549'), (u'INDIRECT_-1204589501', u'MULTIEQUAL_-1204589269'), ('const-3735456', u'COPY_-1204584866'), ('const-433', u'STORE_-1204595634'), (u'CALL_-1204594632', u'INDIRECT_-1204587591'), (u'CAST_-1204585590', u'STORE_-1204595403'), (u'INDIRECT_-1204586702', u'MULTIEQUAL_-1204586546'), (u'CALL_-1204596905', u'INDIRECT_-1204590809'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204590860'), (u'CAST_-1204587816', u'PTRADD_-1204597492'), (u'COPY_-1204588207', u'INT_NOTEQUAL_-1204598271'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588067'), (u'CAST_-1204587483', u'STORE_-1204598557'), (u'CALL_-1204597920', u'INDIRECT_-1204589365'), ('const-1', u'PTRADD_-1204596170'), (u'INDIRECT_-1204587779', u'MULTIEQUAL_-1204587687'), (u'COPY_-1204590836', u'MULTIEQUAL_-1204586090'), ('const-0', u'STORE_-1204594440'), (u'CALL_-1204594632', u'INDIRECT_-1204586794'), (u'COPY_-1204585835', u'MULTIEQUAL_-1204587260'), (u'CALL_-1204595528', u'INDIRECT_-1204589968'), (u'CALL_-1204595588', u'INDIRECT_-1204587931'), (u'STORE_-1204593658', u'INDIRECT_-1204586493'), (u'MULTIEQUAL_-1204590405', u'MULTIEQUAL_-1204591229'), (u'CALL_-1204595453', u'MULTIEQUAL_-1204591314'), (u'MULTIEQUAL_-1204590755', u'MULTIEQUAL_-1204590744'), (u'MULTIEQUAL_-1204591313', u'PTRADD_-1204594530'), ('tmp_4507', u'BRANCH_-1204596008'), (u'CAST_-1204585264', u'STORE_-1204594909'), ('const-36', u'COPY_-1204593255'), ('const-433', u'STORE_-1204597970'), ('const-433', u'LOAD_-1204597979'), (u'INDIRECT_-1204588863', u'MULTIEQUAL_-1204589283'), (u'COPY_-1204598411', u'MULTIEQUAL_-1204593852'), (u'CALL_-1204598093', u'INDIRECT_-1204590095'), (u'MULTIEQUAL_-1204588502', u'INT_NOTEQUAL_-1204596016'), ('const-0', u'PTRSUB_-1204585273'), (u'INDIRECT_-1204589613', u'MULTIEQUAL_-1204589866'), (u'INDIRECT_-1204588523', u'INT_NOTEQUAL_-1204595375'), (u'INDIRECT_-1204587431', u'MULTIEQUAL_-1204587278'), (u'STORE_-1204595435', u'INDIRECT_-1204588331'), (u'PTRADD_-1204586604', u'STORE_-1204597970'), (u'MULTIEQUAL_-1204588185', u'MULTIEQUAL_-1204588180'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204597976'), (u'CALL_-1204594232', u'INDIRECT_-1204589323'), (u'CALL_-1204598093', u'INDIRECT_-1204589303'), (u'INDIRECT_-1204587028', u'MULTIEQUAL_-1204586950'), (u'COPY_-1204594764', u'COPY_-1204587697'), (u'INDIRECT_-1204590095', u'MULTIEQUAL_-1204590405'), (u'INDIRECT_-1204586482', u'MULTIEQUAL_-1204587081'), ('const-433', u'LOAD_-1204599705'), (u'INDIRECT_-1204588694', u'MULTIEQUAL_-1204588558'), (u'PTRSUB_-1204585492', u'CALL_-1204594275'), (u'CALL_-1204598226', u'INDIRECT_-1204589777'), (u'CALL_-1204594232', u'INDIRECT_-1204587941'), (u'INDIRECT_-1204588833', u'MULTIEQUAL_-1204588708'), (u'CALL_-1204593292', u'INDIRECT_-1204586683'), (u'INDIRECT_-1204589579', u'MULTIEQUAL_-1204589271'), (u'STORE_-1204597960', u'INDIRECT_-1204590868'), (u'STORE_-1204598291', u'INDIRECT_-1204590515'), (u'INDIRECT_-1204586630', u'MULTIEQUAL_-1204586546'), (u'STORE_-1204598784', u'INDIRECT_-1204590327'), (u'INDIRECT_-1204591093', u'MULTIEQUAL_-1204591229'), ('const--148', u'PTRSUB_-1204585480'), (u'INDIRECT_-1204589832', u'MULTIEQUAL_-1204590378'), (u'INDIRECT_-1204590254', u'MULTIEQUAL_-1204590066'), (u'MULTIEQUAL_-1204588276', u'MULTIEQUAL_-1204587286'), (u'CALL_-1204594152', u'INDIRECT_-1204587697'), (u'STORE_-1204594090', u'INDIRECT_-1204587558'), (u'CALL_-1204595490', u'INDIRECT_-1204588274'), (u'STORE_-1204596216', u'INDIRECT_-1204588287'), (u'LOAD_-1204595493', u'MULTIEQUAL_-1204585885'), (u'INDIRECT_-1204588913', u'MULTIEQUAL_-1204590036'), (u'CALL_-1204597977', u'INDIRECT_-1204590337'), ('const-1', u'PTRADD_-1204598599'), (u'INDIRECT_-1204590607', u'MULTIEQUAL_-1204590495'), (u'INDIRECT_-1204586764', u'MULTIEQUAL_-1204586614'), (u'INDIRECT_-1204589421', u'MULTIEQUAL_-1204589230'), (u'STORE_-1204594440', u'INDIRECT_-1204587381'), (u'CALL_-1204598205', u'INDIRECT_-1204590697'), (u'PTRADD_-1204597892', u'CAST_-1204587698'), (u'INDIRECT_-1204589743', u'MULTIEQUAL_-1204589572'), (u'CALL_-1204597596', u'INDIRECT_-1204589740'), (u'CALL_-1204596516', u'INDIRECT_-1204588360'), (u'COPY_-1204599853', u'MULTIEQUAL_-1204590239'), (u'INDIRECT_-1204589361', u'MULTIEQUAL_-1204589277'), (u'COPY_-1204589568', u'MULTIEQUAL_-1204590308'), (u'CALL_-1204596280', u'INDIRECT_-1204587936'), ('const-0', u'INT_NOTEQUAL_-1204597667'), (u'INDIRECT_-1204589577', u'MULTIEQUAL_-1204589488'), (u'STORE_-1204594786', u'INDIRECT_-1204587180'), (u'INDIRECT_-1204588794', u'MULTIEQUAL_-1204589705'), ('const-0', u'INT_NOTEQUAL_-1204597838'), (u'INDIRECT_-1204586980', u'MULTIEQUAL_-1204586850'), (u'CAST_-1204585445', u'INT_ADD_-1204585600'), (u'INDIRECT_-1204589376', u'MULTIEQUAL_-1204589068'), (u'MULTIEQUAL_-1204594351', u'LOAD_-1204598749'), ('const-433', u'LOAD_-1204596076'), (u'STORE_-1204593766', u'INDIRECT_-1204587357'), (u'INDIRECT_-1204588873', u'MULTIEQUAL_-1204589640'), (u'MULTIEQUAL_-1204591876', u'MULTIEQUAL_-1204592872'), (u'CALL_-1204594368', u'INDIRECT_-1204589413'), (u'COPY_-1204586453', u'MULTIEQUAL_-1204587325'), (u'PTRSUB_-1204585407', u'CALL_-1204594863'), (u'INDIRECT_-1204587846', u'MULTIEQUAL_-1204587752'), (u'STORE_-1204594198', u'INDIRECT_-1204586828'), (u'STORE_-1204594541', u'INDIRECT_-1204587244'), (u'INDIRECT_-1204590978', u'MULTIEQUAL_-1204590863'), (u'STORE_-1204594909', u'INDIRECT_-1204587648'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204595584'), (u'CALL_-1204593272', u'INDIRECT_-1204586466'), (u'MULTIEQUAL_-1204587279', u'MULTIEQUAL_-1204588037'), (u'INDIRECT_-1204589018', u'MULTIEQUAL_-1204588903'), (u'INDIRECT_-1204590895', u'MULTIEQUAL_-1204591031'), ('const-3644850', u'COPY_-1204588003'), (u'INDIRECT_-1204587296', u'MULTIEQUAL_-1204587210'), (u'CALL_-1204598382', u'INDIRECT_-1204589457'), (u'CALL_-1204597616', u'INDIRECT_-1204588757'), (u'MULTIEQUAL_-1204592338', u'MULTIEQUAL_-1204592326'), (u'MULTIEQUAL_-1204588305', u'INT_NOTEQUAL_-1204596900'), (u'CALL_-1204597540', u'INDIRECT_-1204588715'), (u'CAST_-1204587698', u'STORE_-1204597942'), (u'INDIRECT_-1204592390', u'MULTIEQUAL_-1204592282'), (u'CALL_-1204597603', u'INDIRECT_-1204591576'), (u'MULTIEQUAL_-1204592569', u'INT_EQUAL_-1204598521'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594349'), (u'INDIRECT_-1204588190', u'MULTIEQUAL_-1204588870'), (u'MULTIEQUAL_-1204591099', u'COPY_-1204586542'), (u'INDIRECT_-1204588920', u'MULTIEQUAL_-1204590624'), (u'MULTIEQUAL_-1204588608', u'MULTIEQUAL_-1204588206'), (u'CALL_-1204596280', u'INDIRECT_-1204588134'), (u'INDIRECT_-1204588496', u'MULTIEQUAL_-1204588360'), (u'INDIRECT_-1204587591', u'MULTIEQUAL_-1204587424'), (u'COPY_-1204585573', u'MULTIEQUAL_-1204591258'), (u'INDIRECT_-1204588298', u'MULTIEQUAL_-1204588162'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204598071'), (u'LOAD_-1204597701', u'INT_AND_-1204597675'), (u'CAST_-1204586866', u'INT_NOTEQUAL_-1204597581'), ('const-0', u'COPY_-1204596804'), (u'INDIRECT_-1204589146', u'MULTIEQUAL_-1204590239'), (u'STORE_-1204597542', u'INDIRECT_-1204589269'), (u'CALL_-1204594124', u'INDIRECT_-1204586482'), (u'INDIRECT_-1204587529', u'MULTIEQUAL_-1204587356'), (u'INDIRECT_-1204591834', u'MULTIEQUAL_-1204592168'), ('const-0', u'COPY_-1204592711'), (u'STORE_-1204593766', u'INDIRECT_-1204586560'), ('const-433', u'LOAD_-1204594782'), (u'INT_NOTEQUAL_-1204596050', u'CBRANCH_-1204596049'), (u'INDIRECT_-1204588863', u'MULTIEQUAL_-1204589277'), ('const-1', u'PTRADD_-1204597825'), (u'CAST_-1204587525', u'LOAD_-1204598661'), (u'INDIRECT_-1204588569', u'MULTIEQUAL_-1204588437'), (u'CALL_-1204593936', u'INDIRECT_-1204587165'), (u'CALL_-1204596706', u'INDIRECT_-1204589383'), (u'CALL_-1204595474', u'INDIRECT_-1204588496'), ('tmp_6386', u'CBRANCH_-1204594063'), (u'STORE_-1204597855', u'INDIRECT_-1204589251'), (u'CALL_-1204599233', u'INDIRECT_-1204590572'), (u'INDIRECT_-1204589858', u'MULTIEQUAL_-1204589670'), (u'CALL_-1204594377', u'INDIRECT_-1204587038'), (u'CALL_-1204596253', u'INDIRECT_-1204588516'), (u'INDIRECT_-1204589181', u'MULTIEQUAL_-1204589466'), (u'LOAD_-1204597971', u'INT_NOTEQUAL_-1204596218'), (u'INDIRECT_-1204586697', u'MULTIEQUAL_-1204586611'), (u'LOAD_-1204597851', u'MULTIEQUAL_-1204591529'), ('const-24', u'PTRADD_-1204595349'), (u'INT_NOTEQUAL_-1204597963', u'CBRANCH_-1204597961'), (u'INDIRECT_-1204589218', u'MULTIEQUAL_-1204589640'), (u'MULTIEQUAL_-1204590879', u'MULTIEQUAL_-1204591031'), (u'STORE_-1204595403', u'INDIRECT_-1204587808'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204597785'), (u'INDIRECT_-1204590396', u'MULTIEQUAL_-1204590278'), (u'INDIRECT_-1204586763', u'MULTIEQUAL_-1204586622'), (u'INDIRECT_-1204587409', u'MULTIEQUAL_-1204588076'), (u'CALL_-1204594863', u'INDIRECT_-1204588321'), ('const-1', u'PTRADD_-1204585059'), ('const-3727393', u'COPY_-1204585557'), (u'CALL_-1204593692', u'INDIRECT_-1204586606'), (u'INDIRECT_-1204588388', u'MULTIEQUAL_-1204589068'), (u'INDIRECT_-1204589703', u'MULTIEQUAL_-1204589542'), (u'INT_NOTEQUAL_-1204594320', u'CBRANCH_-1204594318'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204588873'), (u'MULTIEQUAL_-1204590833', u'MULTIEQUAL_-1204588608'), (u'INDIRECT_-1204589233', u'MULTIEQUAL_-1204589428'), (u'INDIRECT_-1204589728', u'MULTIEQUAL_-1204589613'), (u'MULTIEQUAL_-1204592569', u'INT_EQUAL_-1204595142'), (u'INDIRECT_-1204588814', u'MULTIEQUAL_-1204586086'), (u'CALL_-1204595357', u'INDIRECT_-1204591053'), (u'STORE_-1204593982', u'INDIRECT_-1204586496'), (u'INDIRECT_-1204590353', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204587715', u'MULTIEQUAL_-1204587583'), ('const--104', u'PTRSUB_-1204585499'), (u'CALL_-1204597074', u'INDIRECT_-1204590033'), (u'CAST_-1204584510', u'STORE_-1204593658'), (u'COPY_-1204587041', u'CALL_-1204596934'), (u'MULTIEQUAL_-1204590092', u'COPY_-1204585626'), (u'INDIRECT_-1204587357', u'MULTIEQUAL_-1204587216'), (u'CALL_-1204596786', u'MULTIEQUAL_-1204590949'), (u'CALL_-1204595468', u'INDIRECT_-1204587460'), (u'CALL_-1204594835', u'INDIRECT_-1204588299'), (u'COPY_-1204588207', u'LOAD_-1204598268'), (u'STORE_-1204594356', u'INDIRECT_-1204588214'), (u'CALL_-1204597616', u'INDIRECT_-1204591332'), ('tmp_4766', u'CBRANCH_-1204595878'), ('const-2', u'PTRADD_-1204594503'), (u'INDIRECT_-1204588167', u'MULTIEQUAL_-1204588138'), ('const-1', u'PTRADD_-1204596098'), (u'MULTIEQUAL_-1204587081', u'MULTIEQUAL_-1204587839'), (u'CAST_-1204585767', u'MULTIEQUAL_-1204591712'), ('const-433', u'LOAD_-1204596515'), (u'INDIRECT_-1204589620', u'MULTIEQUAL_-1204589507'), ('const-38', u'INT_SUB_-1204588147'), (u'PTRSUB_-1204586923', u'CALL_-1204596914'), (u'PTRSUB_-1204587593', u'CALL_-1204597775'), (u'INT_NOTEQUAL_-1204594883', u'CBRANCH_-1204594882'), (u'STORE_-1204598590', u'INDIRECT_-1204589728'), ('const-1', u'PTRADD_-1204587721'), (u'INT_SEXT_-1204599688', u'INT_SUB_-1204599680'), (u'INT_EQUAL_-1204597914', u'CBRANCH_-1204597914'), (u'INDIRECT_-1204588785', u'MULTIEQUAL_-1204589070'), (u'CALL_-1204596706', u'INDIRECT_-1204588789'), (u'INDIRECT_-1204587060', u'MULTIEQUAL_-1204586890'), (u'PTRSUB_-1204588135', u'CALL_-1204599308'), (u'CALL_-1204593272', u'INDIRECT_-1204587263'), (u'MULTIEQUAL_-1204591712', u'COPY_-1204585689'), (u'COPY_-1204586042', u'CALL_-1204595566'), (u'PTRADD_-1204594364', u'CAST_-1204584979'), (u'STORE_-1204594786', u'INDIRECT_-1204587383'), (u'CALL_-1204595303', u'INDIRECT_-1204589244'), (u'INDIRECT_-1204586816', u'MULTIEQUAL_-1204587279'), (u'STORE_-1204598071', u'INDIRECT_-1204589818'), (u'MULTIEQUAL_-1204586982', u'MULTIEQUAL_-1204586972'), (u'INDIRECT_-1204589356', u'MULTIEQUAL_-1204589273'), (u'INDIRECT_-1204590015', u'MULTIEQUAL_-1204590437'), (u'CALL_-1204596934', u'INDIRECT_-1204589607'), ('const-48', u'PTRADD_-1204598782'), (u'LOAD_-1204595526', u'INT_NOTEQUAL_-1204595510'), (u'INDIRECT_-1204589033', u'MULTIEQUAL_-1204589779'), (u'STORE_-1204594090', u'INDIRECT_-1204587360'), (u'INDIRECT_-1204587607', u'MULTIEQUAL_-1204588274'), (u'INDIRECT_-1204587014', u'MULTIEQUAL_-1204587477'), (u'COPY_-1204589633', u'MULTIEQUAL_-1204590308'), (u'CALL_-1204598205', u'INDIRECT_-1204590301'), (u'INDIRECT_-1204588315', u'MULTIEQUAL_-1204588212'), (u'LOAD_-1204594674', u'INT_NOTEQUAL_-1204594652'), ('tmp_6092', u'BRANCH_-1204594331'), ('const-433', u'LOAD_-1204595535'), (u'LOAD_-1204594503', u'INT_EQUAL_-1204594479'), (u'CALL_-1204595566', u'INDIRECT_-1204589107'), (u'INDIRECT_-1204588523', u'MULTIEQUAL_-1204588304'), (u'INDIRECT_-1204586414', u'MULTIEQUAL_-1204587081'), (u'INDIRECT_-1204589308', u'MULTIEQUAL_-1204589373'), (u'INDIRECT_-1204587659', u'MULTIEQUAL_-1204588534'), (u'INDIRECT_-1204588115', u'MULTIEQUAL_-1204588180'), (u'MULTIEQUAL_-1204588705', u'MULTIEQUAL_-1204588677'), (u'INDIRECT_-1204591008', u'MULTIEQUAL_-1204590888'), (u'INT_ZEXT_-1204592594', u'INT_MULT_-1204594307'), ('tmp_4110', u'BRANCH_-1204597917'), ('tmp_5802', u'BRANCH_-1204594595'), (u'CALL_-1204595367', u'INDIRECT_-1204587998'), (u'STORE_-1204594198', u'INDIRECT_-1204587427'), (u'INDIRECT_-1204589600', u'MULTIEQUAL_-1204590180'), (u'INDIRECT_-1204589259', u'MULTIEQUAL_-1204589581'), (u'CALL_-1204593828', u'INDIRECT_-1204587295'), (u'INDIRECT_-1204589401', u'MULTIEQUAL_-1204589283'), (u'CALL_-1204596280', u'INDIRECT_-1204588332'), (u'MULTIEQUAL_-1204589581', u'MULTIEQUAL_-1204589838'), (u'INDIRECT_-1204588912', u'COPY_-1204586370'), (u'MULTIEQUAL_-1204588106', u'MULTIEQUAL_-1204588078'), (u'INDIRECT_-1204587808', u'MULTIEQUAL_-1204587645'), (u'INT_NOTEQUAL_-1204599337', u'CBRANCH_-1204599334'), (u'COPY_-1204586112', u'MULTIEQUAL_-1204590804'), (u'INDIRECT_-1204587917', u'MULTIEQUAL_-1204587982'), (u'MULTIEQUAL_-1204588636', u'COPY_-1204586421'), (u'INDIRECT_-1204589391', u'MULTIEQUAL_-1204589866'), ('tmp_3623', u'CBRANCH_-1204598268'), (u'CALL_-1204596934', u'INDIRECT_-1204590003'), (u'INDIRECT_-1204587699', u'MULTIEQUAL_-1204587563'), (u'MULTIEQUAL_-1204590972', u'MULTIEQUAL_-1204591229'), ('const-67', u'INT_SUB_-1204597947'), (u'CALL_-1204596253', u'INDIRECT_-1204588115'), (u'INDIRECT_-1204588394', u'MULTIEQUAL_-1204588410'), ('tmp_23333', u'LOAD_-1204595335'), ('tmp_23333', u'CALL_-1204596011'), ('const-0', u'COPY_-1204594521'), ('const-0', u'PTRSUB_-1204585893'), (u'CALL_-1204593272', u'INDIRECT_-1204586867'), ('const-0', u'PTRSUB_-1204586010'), ('const-95', u'INT_EQUAL_-1204598166'), (u'INDIRECT_-1204587535', u'MULTIEQUAL_-1204587350'), (u'INDIRECT_-1204588072', u'MULTIEQUAL_-1204589497'), ('const-433', u'STORE_-1204594349'), (u'INDIRECT_-1204589152', u'MULTIEQUAL_-1204590061'), ('const-1', u'PTRADD_-1204593608'), (u'CALL_-1204594503', u'INDIRECT_-1204587097'), (u'STORE_-1204598557', u'INDIRECT_-1204590324'), ('const-95', u'INT_NOTEQUAL_-1204594463'), ('const-1', u'PTRADD_-1204594256'), (u'LOAD_-1204598190', u'CAST_-1204587816'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594256'), (u'INDIRECT_-1204590189', u'MULTIEQUAL_-1204590022'), (u'CALL_-1204597985', u'INDIRECT_-1204590990'), (u'MULTIEQUAL_-1204589770', u'MULTIEQUAL_-1204590576'), (u'STORE_-1204593658', u'INDIRECT_-1204587290'), (u'CALL_-1204597596', u'INDIRECT_-1204590136'), (u'MULTIEQUAL_-1204590774', u'MULTIEQUAL_-1204591031'), (u'STORE_-1204598557', u'INDIRECT_-1204590126'), (u'CALL_-1204598460', u'INDIRECT_-1204589902'), (u'INDIRECT_-1204590194', u'MULTIEQUAL_-1204590061'), (u'INDIRECT_-1204590810', u'MULTIEQUAL_-1204590690'), (u'COPY_-1204589308', u'MULTIEQUAL_-1204590308'), (u'CALL_-1204594377', u'INDIRECT_-1204588231'), (u'INDIRECT_-1204589229', u'MULTIEQUAL_-1204589104'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204595435'), ('tmp_40525', u'MULTIEQUAL_-1204589640'), (u'INDIRECT_-1204590954', u'MULTIEQUAL_-1204591229'), (u'INDIRECT_-1204586899', u'MULTIEQUAL_-1204586752'), (u'INDIRECT_-1204588631', u'MULTIEQUAL_-1204588708'), (u'CALL_-1204597603', u'INDIRECT_-1204589600'), (u'CALL_-1204598460', u'INDIRECT_-1204590100'), (u'INDIRECT_-1204588523', u'SUBPIECE_-1204591263'), (u'CALL_-1204594124', u'INDIRECT_-1204587279'), (u'INDIRECT_-1204589512', u'MULTIEQUAL_-1204590635'), (u'CALL_-1204595490', u'INDIRECT_-1204588670'), ('const-8', u'PTRADD_-1204585959'), (u'INT_AND_-1204588037', u'INT_EQUAL_-1204598009'), (u'CALL_-1204596125', u'INDIRECT_-1204588945'), ('tmp_3268', u'CBRANCH_-1204596872'), (u'STORE_-1204594541', u'INDIRECT_-1204587046'), (u'COPY_-1204587731', u'MULTIEQUAL_-1204594781'), (u'COPY_-1204585627', u'MULTIEQUAL_-1204590804'), (u'INDIRECT_-1204589581', u'MULTIEQUAL_-1204590261'), (u'COPY_-1204587117', u'MULTIEQUAL_-1204590972'), (u'MULTIEQUAL_-1204588472', u'MULTIEQUAL_-1204589230'), (u'INT_ADD_-1204598321', u'CAST_-1204587338'), (u'COPY_-1204584866', u'CALL_-1204593908'), (u'STORE_-1204599219', u'INDIRECT_-1204590155'), (u'STORE_-1204595403', u'INDIRECT_-1204587209'), (u'INDIRECT_-1204590250', u'MULTIEQUAL_-1204590080'), (u'INT_NOTEQUAL_-1204593632', u'CBRANCH_-1204593631'), (u'STORE_-1204597942', u'INDIRECT_-1204589559'), (u'INDIRECT_-1204590291', u'MULTIEQUAL_-1204590200'), (u'CALL_-1204598671', u'INDIRECT_-1204589817'), ('const-433', u'STORE_-1204599805'), ('tmp_40530', u'MULTIEQUAL_-1204591229'), (u'MULTIEQUAL_-1204590036', u'MULTIEQUAL_-1204588471'), ('tmp_6201', u'BRANCH_-1204594223'), (u'INDIRECT_-1204591636', u'MULTIEQUAL_-1204592062'), ('const-8', u'PTRADD_-1204585782'), (u'INDIRECT_-1204587620', u'MULTIEQUAL_-1204587581'), ('const--136', u'PTRSUB_-1204587931'), ('const-3687070', u'COPY_-1204585616'), (u'INDIRECT_-1204588987', u'MULTIEQUAL_-1204589104'), ('const-0', u'PTRSUB_-1204584921'), (u'INT_NOTEQUAL_-1204595510', u'CBRANCH_-1204595509'), ('const-433', u'LOAD_-1204593762'), (u'INDIRECT_-1204590697', u'MULTIEQUAL_-1204590576'), (u'CALL_-1204596206', u'INDIRECT_-1204588186'), (u'PTRADD_-1204594541', u'CALL_-1204593292'), (u'CAST_-1204588028', u'PTRADD_-1204598509'), ('const-433', u'STORE_-1204597706'), (u'CALL_-1204596280', u'INDIRECT_-1204589525'), ('const-3691167', u'PTRSUB_-1204585055'), (u'INDIRECT_-1204587629', u'MULTIEQUAL_-1204587476'), (u'PTRSUB_-1204586082', u'CALL_-1204595893'), (u'CAST_-1204585326', u'CALL_-1204594329'), (u'CALL_-1204594275', u'INDIRECT_-1204587777'), (u'CALL_-1204597991', u'INDIRECT_-1204590938'), ('tmp_6746', u'BRANCH_-1204593683'), ('const-433', u'LOAD_-1204597576'), (u'MULTIEQUAL_-1204588608', u'MULTIEQUAL_-1204588360'), (u'CALL_-1204594275', u'INDIRECT_-1204587376'), (u'STORE_-1204594306', u'INDIRECT_-1204587098'), (u'INT_MULT_-1204596048', u'INT_ADD_-1204596060'), (u'INDIRECT_-1204588204', u'MULTIEQUAL_-1204588041'), (u'CALL_-1204594604', u'INDIRECT_-1204588163'), (u'CALL_-1204597616', u'INDIRECT_-1204588559'), ('const--152', u'PTRSUB_-1204586082'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594364'), (u'CALL_-1204598460', u'INDIRECT_-1204590694'), ('tmp_4839', u'CBRANCH_-1204595828'), (u'MULTIEQUAL_-1204587811', u'MULTIEQUAL_-1204587583'), (u'CALL_-1204594377', u'INDIRECT_-1204588627'), (u'LOAD_-1204595431', u'INT_NOTEQUAL_-1204595409'), (u'CALL_-1204593692', u'INDIRECT_-1204587007'), ('tmp_2942', u'BRANCH_-1204596723'), (u'INDIRECT_-1204589360', u'MULTIEQUAL_-1204591229'), (u'PTRSUB_-1204587914', u'CALL_-1204597920'), (u'LOAD_-1204594333', u'INT_AND_-1204594307'), (u'CALL_-1204596008', u'INDIRECT_-1204588403'), ('tmp_23328', u'CALL_-1204596786'), (u'CALL_-1204597775', u'INDIRECT_-1204589236'), (u'INDIRECT_-1204587761', u'MULTIEQUAL_-1204588670'), (u'MULTIEQUAL_-1204590674', u'MULTIEQUAL_-1204590668'), (u'STORE_-1204594541', u'INDIRECT_-1204588239'), (u'STORE_-1204594198', u'INDIRECT_-1204587229'), ('const-2', u'INT_LESS_-1204598306'), ('const-8', u'INT_MULT_-1204596048'), (u'INDIRECT_-1204586572', u'MULTIEQUAL_-1204586413'), (u'INDIRECT_-1204590298', u'MULTIEQUAL_-1204589905'), (u'STORE_-1204594596', u'INDIRECT_-1204587864'), (u'INDIRECT_-1204590499', u'MULTIEQUAL_-1204590635'), (u'CALL_-1204595528', u'INDIRECT_-1204588379'), ('const-112', u'PTRADD_-1204598734'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204587742'), (u'PTRSUB_-1204585484', u'CALL_-1204594219'), (u'COPY_-1204592039', u'MULTIEQUAL_-1204592569'), ('const-433', u'LOAD_-1204594345'), ('tmp_5296', u'CBRANCH_-1204595509'), (u'INDIRECT_-1204589789', u'MULTIEQUAL_-1204590700'), (u'INDIRECT_-1204587178', u'MULTIEQUAL_-1204587048'), (u'STORE_-1204593766', u'INDIRECT_-1204586763'), (u'INDIRECT_-1204591878', u'MULTIEQUAL_-1204591497'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204590022'), (u'MULTIEQUAL_-1204588906', u'MULTIEQUAL_-1204589667'), (u'CALL_-1204596206', u'INDIRECT_-1204587790'), (u'INDIRECT_-1204590945', u'MULTIEQUAL_-1204591229'), (u'MULTIEQUAL_-1204587246', u'SUBPIECE_-1204587407'), (u'CALL_-1204594124', u'INDIRECT_-1204587081'), ('const-2', u'INT_AND_-1204597675'), ('tmp_1347', u'CBRANCH_-1204598541'), (u'CALL_-1204596280', u'INDIRECT_-1204590709'), (u'LOAD_-1204595535', u'INT_NOTEQUAL_-1204595519'), (u'INDIRECT_-1204588234', u'MULTIEQUAL_-1204588107'), (u'CAST_-1204586085', u'LOAD_-1204596180'), ('const-433', u'STORE_-1204594541'), ('const-0', u'CALL_-1204596786'), (u'CALL_-1204596914', u'INDIRECT_-1204589393'), (u'MULTIEQUAL_-1204588212', u'MULTIEQUAL_-1204587810'), (u'STORE_-1204597855', u'INDIRECT_-1204589449'), ('const-433', u'LOAD_-1204598423'), (u'INDIRECT_-1204588447', u'MULTIEQUAL_-1204588325'), (u'COPY_-1204589698', u'MULTIEQUAL_-1204590308'), (u'PTRADD_-1204584657', u'LOAD_-1204593762'), (u'STORE_-1204597942', u'INDIRECT_-1204590356'), ('const--104', u'PTRSUB_-1204585484'), (u'MULTIEQUAL_-1204589469', u'MULTIEQUAL_-1204589466'), (u'MULTIEQUAL_-1204588304', u'MULTIEQUAL_-1204588276'), (u'INDIRECT_-1204587280', u'MULTIEQUAL_-1204588705'), ('const-0', u'INT_NOTEQUAL_-1204596900'), (u'CALL_-1204594740', u'INDIRECT_-1204587857'), (u'MULTIEQUAL_-1204590635', u'INT_NOTEQUAL_-1204599337'), (u'STORE_-1204595634', u'INDIRECT_-1204588448'), ('tmp_2447', u'CBRANCH_-1204597873'), (u'MULTIEQUAL_-1204589838', u'MULTIEQUAL_-1204589686'), (u'CALL_-1204594604', u'INDIRECT_-1204589545'), (u'INDIRECT_-1204589001', u'MULTIEQUAL_-1204588868'), (u'INDIRECT_-1204587097', u'MULTIEQUAL_-1204586950'), (u'MULTIEQUAL_-1204588636', u'INT_NOTEQUAL_-1204596312'), (u'COPY_-1204587087', u'MULTIEQUAL_-1204590972'), (u'LOAD_-1204594080', u'INT_NOTEQUAL_-1204594064'), (u'CALL_-1204594835', u'INDIRECT_-1204588497'), (u'CALL_-1204597603', u'SUBPIECE_-1204594515'), (u'CALL_-1204593936', u'INDIRECT_-1204586967'), (u'INDIRECT_-1204590013', u'MULTIEQUAL_-1204589893'), (u'INDIRECT_-1204588393', u'MULTIEQUAL_-1204588510'), ('tmp_23328', u'LOAD_-1204595564'), (u'CAST_-1204588028', u'PTRADD_-1204598736'), (u'INDIRECT_-1204590153', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204587247', u'MULTIEQUAL_-1204587153'), (u'CALL_-1204594473', u'INDIRECT_-1204587077'), (u'INT_SUB_-1204588048', u'INT_AND_-1204588037'), ('tmp_5769', u'CBRANCH_-1204594651'), (u'STORE_-1204598291', u'INDIRECT_-1204590119'), (u'CALL_-1204594260', u'INDIRECT_-1204587369'), (u'INDIRECT_-1204587501', u'MULTIEQUAL_-1204587365'), (u'CALL_-1204595367', u'INDIRECT_-1204587795'), (u'COPY_-1204589269', u'MULTIEQUAL_-1204591095'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204598226'), ('const-8', u'PTRADD_-1204586613'), (u'CALL_-1204596651', u'INDIRECT_-1204588766'), (u'INDIRECT_-1204589141', u'MULTIEQUAL_-1204589003'), ('tmp_23333', u'CALL_-1204594473'), (u'CALL_-1204594420', u'INDIRECT_-1204586345'), (u'INDIRECT_-1204590317', u'MULTIEQUAL_-1204590200'), (u'CALL_-1204595588', u'INDIRECT_-1204589124'), (u'LOAD_-1204599705', u'INT_SEXT_-1204599688'), ('const-433', u'LOAD_-1204597404'), (u'CALL_-1204594377', u'INDIRECT_-1204587434'), (u'INT_NOTEQUAL_-1204595434', u'CBRANCH_-1204595434'), ('const-2', u'COPY_-1204592237'), (u'STORE_-1204593658', u'INDIRECT_-1204587092'), (u'INDIRECT_-1204588517', u'MULTIEQUAL_-1204589640'), (u'INDIRECT_-1204589277', u'MULTIEQUAL_-1204589133'), (u'CALL_-1204598460', u'INDIRECT_-1204590496'), (u'INDIRECT_-1204587669', u'MULTIEQUAL_-1204588472'), (u'INDIRECT_-1204587301', u'MULTIEQUAL_-1204587145'), (u'SUBPIECE_-1204587407', u'INT_EQUAL_-1204594250'), (u'INDIRECT_-1204589619', u'MULTIEQUAL_-1204589428'), (u'PTRSUB_-1204587593', u'CALL_-1204598226'), (u'INDIRECT_-1204589902', u'MULTIEQUAL_-1204589509'), ('tmp_6528', u'BRANCH_-1204593899'), (u'INDIRECT_-1204590033', u'MULTIEQUAL_-1204590992'), (u'CALL_-1204599308', u'INDIRECT_-1204589815'), (u'STORE_-1204593982', u'INDIRECT_-1204587293'), (u'INT_SUB_-1204588147', u'INT_AND_-1204588136'), ('const-3728503', u'PTRSUB_-1204586964'), (u'LOAD_-1204597576', u'INT_NOTEQUAL_-1204597560'), (u'CALL_-1204596786', u'INDIRECT_-1204588829'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204599307'), (u'STORE_-1204597970', u'INDIRECT_-1204590877'), (u'CAST_-1204586773', u'LOAD_-1204598361'), (u'INDIRECT_-1204590203', u'MULTIEQUAL_-1204590087'), ('tmp_23328', u'PTRADD_-1204596041'), (u'CALL_-1204594340', u'INDIRECT_-1204587217'), (u'INDIRECT_-1204589012', u'MULTIEQUAL_-1204586087'), (u'CALL_-1204594329', u'INDIRECT_-1204588006'), (u'STORE_-1204593658', u'INDIRECT_-1204586894'), (u'INDIRECT_-1204587545', u'MULTIEQUAL_-1204587680'), (u'PTRADD_-1204596170', u'CAST_-1204586106'), (u'CALL_-1204596011', u'INDIRECT_-1204588441'), ('tmp_6961', u'BRANCH_-1204594536'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594414'), (u'COPY_-1204588207', u'LOAD_-1204598048'), (u'MULTIEQUAL_-1204588175', u'MULTIEQUAL_-1204588165'), (u'CALL_-1204596206', u'INDIRECT_-1204587988'), (u'CALL_-1204595566', u'INDIRECT_-1204587518'), (u'INDIRECT_-1204589129', u'MULTIEQUAL_-1204589014'), ('tmp_7029', u'CBRANCH_-1204594462'), (u'CALL_-1204593720', u'INDIRECT_-1204587821'), (u'MULTIEQUAL_-1204590744', u'COPY_-1204590863'), (u'INDIRECT_-1204587752', u'MULTIEQUAL_-1204588075'), ('tmp_1275', u'BRANCH_-1204599214'), (u'INDIRECT_-1204590254', u'MULTIEQUAL_-1204589905'), (u'INDIRECT_-1204590298', u'MULTIEQUAL_-1204590066'), (u'CAST_-1204586077', u'LOAD_-1204596160'), ('tmp_23328', u'CALL_-1204598205'), (u'CALL_-1204594124', u'INDIRECT_-1204586878'), (u'CALL_-1204595367', u'INDIRECT_-1204587597'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594909'), (u'CALL_-1204594420', u'INDIRECT_-1204587340'), (u'PTRADD_-1204597789', u'LOAD_-1204597851'), ('const-433', u'LOAD_-1204598585'), (u'MULTIEQUAL_-1204589271', u'MULTIEQUAL_-1204588279'), (u'INDIRECT_-1204590226', u'MULTIEQUAL_-1204590065'), ('const-1', u'PTRADD_-1204594541'), ('tmp_23333', u'LOAD_-1204594296'), (u'CALL_-1204593828', u'INDIRECT_-1204586696'), (u'INDIRECT_-1204588165', u'MULTIEQUAL_-1204587987'), (u'CALL_-1204599288', u'INDIRECT_-1204591193'), (u'CALL_-1204595453', u'INDIRECT_-1204588523'), ('tmp_3689', u'CBRANCH_-1204598228'), (u'INDIRECT_-1204589771', u'MULTIEQUAL_-1204589669'), (u'INDIRECT_-1204588732', u'MULTIEQUAL_-1204588672'), (u'CALL_-1204597596', u'INDIRECT_-1204589938'), ('const-0', u'INT_NOTEQUAL_-1204594320'), (u'CALL_-1204598226', u'INDIRECT_-1204590371'), (u'CALL_-1204593908', u'INDIRECT_-1204587341'), (u'INDIRECT_-1204589858', u'MULTIEQUAL_-1204589509'), ('const-2', u'INT_MULT_-1204598332'), (u'MULTIEQUAL_-1204588674', u'MULTIEQUAL_-1204588586'), (u'CAST_-1204585431', u'STORE_-1204594356'), (u'INDIRECT_-1204588721', u'SUBPIECE_-1204591261'), (u'PTRSUB_-1204585122', u'CALL_-1204594368'), (u'MULTIEQUAL_-1204592872', u'MULTIEQUAL_-1204590949'), (u'INT_NOTEQUAL_-1204597560', u'CBRANCH_-1204597559'), (u'CALL_-1204596786', u'INDIRECT_-1204590607'), (u'CALL_-1204598226', u'INDIRECT_-1204590173'), (u'STORE_-1204594541', u'INDIRECT_-1204588041'), (u'INDIRECT_-1204589619', u'MULTIEQUAL_-1204589664'), (u'INDIRECT_-1204588418', u'MULTIEQUAL_-1204588872'), ('const-433', u'LOAD_-1204599307'), (u'CALL_-1204596914', u'INDIRECT_-1204589591'), (u'STORE_-1204596216', u'INDIRECT_-1204588881'), (u'INDIRECT_-1204589413', u'MULTIEQUAL_-1204589263'), (u'CALL_-1204595367', u'INDIRECT_-1204588790'), (u'CALL_-1204595357', u'INDIRECT_-1204588879'), (u'INDIRECT_-1204589951', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204586408', u'MULTIEQUAL_-1204587279'), ('const-24', u'PTRADD_-1204595761'), (u'LOAD_-1204598642', u'COPY_-1204598635'), (u'MULTIEQUAL_-1204588577', u'MULTIEQUAL_-1204589383'), (u'INDIRECT_-1204587514', u'MULTIEQUAL_-1204587424'), (u'INDIRECT_-1204590219', u'INT_NOTEQUAL_-1204598051'), ('tmp_2632', u'CBRANCH_-1204597725'), (u'CALL_-1204593908', u'INDIRECT_-1204587539'), (u'COPY_-1204589421', u'MULTIEQUAL_-1204590092'), (u'INDIRECT_-1204588748', u'MULTIEQUAL_-1204588577'), (u'CALL_-1204595303', u'INDIRECT_-1204589442'), ('tmp_23333', u'PTRADD_-1204584858'), (u'CAST_-1204587932', u'MULTIEQUAL_-1204593800'), ('const-0', u'INT_EQUAL_-1204598148'), (u'INDIRECT_-1204588497', u'MULTIEQUAL_-1204588670'), (u'LOAD_-1204594086', u'INT_NOTEQUAL_-1204594064'), (u'CAST_-1204587716', u'MULTIEQUAL_-1204594904'), (u'CALL_-1204596905', u'INDIRECT_-1204589229'), (u'STORE_-1204595435', u'INDIRECT_-1204587732'), (u'MULTIEQUAL_-1204588410', u'MULTIEQUAL_-1204588162'), (u'INDIRECT_-1204586746', u'MULTIEQUAL_-1204588438'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204596216'), (u'INDIRECT_-1204589244', u'MULTIEQUAL_-1204589122'), (u'CALL_-1204594503', u'INDIRECT_-1204587696'), (u'CALL_-1204597409', u'MULTIEQUAL_-1204592511'), (u'PTRSUB_-1204585154', u'CALL_-1204594503'), ('const-0', u'PTRSUB_-1204587868'), (u'LOAD_-1204595815', u'MULTIEQUAL_-1204586092'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588281'), (u'CAST_-1204586943', u'LOAD_-1204597743'), (u'INDIRECT_-1204590226', u'COPY_-1204587070'), (u'PTRSUB_-1204585632', u'PTRADD_-1204594273'), (u'MULTIEQUAL_-1204590239', u'MULTIEQUAL_-1204588014'), (u'CALL_-1204596914', u'INDIRECT_-1204591171'), (u'MULTIEQUAL_-1204589180', u'MULTIEQUAL_-1204589175'), (u'INDIRECT_-1204589105', u'MULTIEQUAL_-1204588873'), (u'CALL_-1204597775', u'INT_NOTEQUAL_-1204597760'), (u'INDIRECT_-1204586538', u'MULTIEQUAL_-1204587477'), ('const-1', u'PTRADD_-1204599164'), (u'INDIRECT_-1204588837', u'MULTIEQUAL_-1204589383'), ('const-433', u'LOAD_-1204599232'), (u'MULTIEQUAL_-1204588165', u'MULTIEQUAL_-1204589268'), ('tmp_23333', u'LOAD_-1204595526'), (u'MULTIEQUAL_-1204592569', u'INT_EQUAL_-1204598748'), ('tmp_23324', u'PTRSUB_-1204585484'), (u'INDIRECT_-1204586878', u'MULTIEQUAL_-1204587477'), (u'INT_NOTEQUAL_-1204595459', u'CBRANCH_-1204595458'), (u'CALL_-1204593612', u'INDIRECT_-1204586164'), (u'CALL_-1204593720', u'INDIRECT_-1204587227'), (u'CALL_-1204594329', u'INDIRECT_-1204587209'), (u'INDIRECT_-1204587903', u'MULTIEQUAL_-1204588076'), (u'INDIRECT_-1204587081', u'MULTIEQUAL_-1204587680'), (u'INT_NOTEQUAL_-1204599273', u'CBRANCH_-1204599272'), (u'INDIRECT_-1204589005', u'MULTIEQUAL_-1204588873'), (u'CALL_-1204599308', u'INDIRECT_-1204589617'), (u'LOAD_-1204594503', u'INT_EQUAL_-1204594387'), (u'COPY_-1204585537', u'LOAD_-1204594503'), (u'INDIRECT_-1204590066', u'MULTIEQUAL_-1204590833'), (u'CALL_-1204597409', u'INDIRECT_-1204590056'), (u'INDIRECT_-1204587143', u'MULTIEQUAL_-1204587878'), (u'MULTIEQUAL_-1204587883', u'MULTIEQUAL_-1204587878'), (u'MULTIEQUAL_-1204586092', u'INT_NOTEQUAL_-1204596050'), ('const-1125899907366913', u'INT_RIGHT_-1204597897'), (u'CALL_-1204596008', u'INDIRECT_-1204590978'), (u'INT_SUB_-1204595382', u'COPY_-1204586705'), (u'INDIRECT_-1204591576', u'MULTIEQUAL_-1204592168'), (u'INDIRECT_-1204587085', u'MULTIEQUAL_-1204587013'), (u'STORE_-1204593982', u'INDIRECT_-1204586298'), (u'INDIRECT_-1204590890', u'MULTIEQUAL_-1204590755'), (u'PTRADD_-1204598535', u'CAST_-1204587281'), (u'MULTIEQUAL_-1204588393', u'CBRANCH_-1204599739'), ('tmp_395', u'CBRANCH_-1204598370'), (u'CALL_-1204594473', u'INDIRECT_-1204587874'), (u'PTRSUB_-1204587931', u'CALL_-1204596934'), (u'INDIRECT_-1204588052', u'MULTIEQUAL_-1204587949'), (u'PTRADD_-1204598734', u'CAST_-1204587591'), (u'CAST_-1204585637', u'MULTIEQUAL_-1204591472'), (u'INDIRECT_-1204589473', u'MULTIEQUAL_-1204589320'), (u'INDIRECT_-1204586982', u'MULTIEQUAL_-1204586890'), (u'COPY_-1204587720', u'INT_EQUAL_-1204598710'), (u'CALL_-1204595528', u'CALL_-1204595357'), (u'INDIRECT_-1204589900', u'MULTIEQUAL_-1204590036'), (u'MULTIEQUAL_-1204591031', u'MULTIEQUAL_-1204589466'), ('const-1', u'PTRADD_-1204595353'), (u'CALL_-1204596285', u'INDIRECT_-1204588426'), ('const-1', u'PTRADD_-1204595761'), (u'INDIRECT_-1204588631', u'MULTIEQUAL_-1204590437'), (u'CALL_-1204593272', u'INDIRECT_-1204586669'), ('const-3727373', u'COPY_-1204585366'), (u'CALL_-1204597985', u'INDIRECT_-1204592174'), ('const-1', u'PTRADD_-1204597747'), ('const-433', u'LOAD_-1204595815'), (u'INDIRECT_-1204587416', u'MULTIEQUAL_-1204587237'), (u'PTRADD_-1204584992', u'LOAD_-1204594302'), (u'INDIRECT_-1204588704', u'MULTIEQUAL_-1204589014'), (u'INDIRECT_-1204590499', u'MULTIEQUAL_-1204590378'), ('const-0', u'INT_EQUAL_-1204598876'), ('const-1', u'PTRADD_-1204594273'), (u'INDIRECT_-1204588902', u'MULTIEQUAL_-1204589212'), (u'STORE_-1204597531', u'INDIRECT_-1204589727'), (u'INT_NOTEQUAL_-1204598271', u'CBRANCH_-1204598268'), ('const-251', u'INT_AND_-1204588037'), (u'CAST_-1204587176', u'LOAD_-1204597399'), (u'CALL_-1204598762', u'INDIRECT_-1204590153'), ('tmp_1241', u'CBRANCH_-1204599255'), (u'CALL_-1204595474', u'CAST_-1204585626'), (u'CALL_-1204598762', u'INDIRECT_-1204590945'), (u'MULTIEQUAL_-1204588708', u'MULTIEQUAL_-1204589469'), (u'MULTIEQUAL_-1204592338', u'MULTIEQUAL_-1204592872'), ('const-0', u'INT_NOTEQUAL_-1204596663'), (u'INDIRECT_-1204589200', u'MULTIEQUAL_-1204589073'), (u'CALL_-1204597603', u'INDIRECT_-1204588803'), (u'INT_SLESS_-1204595852', u'CBRANCH_-1204595852'), (u'CALL_-1204593800', u'INDIRECT_-1204586877'), (u'INDIRECT_-1204589591', u'MULTIEQUAL_-1204590502'), ('const-433', u'LOAD_-1204594503'), ('const-0', u'COPY_-1204597473'), (u'INDIRECT_-1204586560', u'MULTIEQUAL_-1204586484'), (u'MULTIEQUAL_-1204591443', u'PTRADD_-1204595353'), (u'INDIRECT_-1204587424', u'MULTIEQUAL_-1204587346'), (u'MULTIEQUAL_-1204588834', u'MULTIEQUAL_-1204588977'), (u'INT_NOTEQUAL_-1204594064', u'CBRANCH_-1204594063'), (u'INDIRECT_-1204589515', u'MULTIEQUAL_-1204589838'), ('tmp_3169', u'BRANCH_-1204596885'), (u'INDIRECT_-1204588833', u'MULTIEQUAL_-1204588507'), (u'INDIRECT_-1204587597', u'MULTIEQUAL_-1204587613'), (u'CALL_-1204595357', u'INDIRECT_-1204589473'), (u'INDIRECT_-1204590609', u'MULTIEQUAL_-1204591031'), (u'CALL_-1204597911', u'INDIRECT_-1204588914'), ('const--136', u'PTRSUB_-1204587642'), (u'INDIRECT_-1204589462', u'MULTIEQUAL_-1204589882'), (u'CALL_-1204598205', u'INDIRECT_-1204589900'), (u'INDIRECT_-1204587620', u'MULTIEQUAL_-1204587571'), (u'INDIRECT_-1204589199', u'MULTIEQUAL_-1204589779'), (u'CALL_-1204593828', u'INDIRECT_-1204589073'), (u'INDIRECT_-1204587172', u'MULTIEQUAL_-1204587143'), ('tmp_23328', u'PTRADD_-1204598734'), (u'INDIRECT_-1204589996', u'MULTIEQUAL_-1204589863'), ('const-433', u'STORE_-1204597785'), (u'INDIRECT_-1204589259', u'MULTIEQUAL_-1204589679'), (u'CAST_-1204585750', u'STORE_-1204595435'), ('const-8', u'PTRADD_-1204585345'), (u'STORE_-1204598784', u'INDIRECT_-1204589931'), (u'CALL_-1204594152', u'INDIRECT_-1204586504'), (u'CALL_-1204595263', u'INDIRECT_-1204588221'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204598366'), (u'MULTIEQUAL_-1204592193', u'INT_ADD_-1204585600'), ('tmp_7528', u'CBRANCH_-1204593237'), (u'INDIRECT_-1204590452', u'MULTIEQUAL_-1204590103'), (u'INDIRECT_-1204589704', u'MULTIEQUAL_-1204589472'), ('const-3691167', u'PTRSUB_-1204586463'), ('tmp_23333', u'LOAD_-1204595624'), (u'INDIRECT_-1204587995', u'MULTIEQUAL_-1204587894'), (u'CALL_-1204593828', u'INDIRECT_-1204587691'), (u'CALL_-1204597596', u'INDIRECT_-1204589542'), (u'INDIRECT_-1204587376', u'MULTIEQUAL_-1204587246'), ('const-36', u'INT_NOTEQUAL_-1204594338'), ('const-433', u'LOAD_-1204597971'), (u'LOAD_-1204598661', u'INT_ADD_-1204598626'), (u'INDIRECT_-1204589996', u'MULTIEQUAL_-1204590576'), (u'INDIRECT_-1204586164', u'MULTIEQUAL_-1204586088'), (u'MULTIEQUAL_-1204587571', u'MULTIEQUAL_-1204588674'), (u'LOAD_-1204597455', u'MULTIEQUAL_-1204585885'), (u'INDIRECT_-1204589599', u'MULTIEQUAL_-1204589481'), ('tmp_23328', u'PTRADD_-1204598599'), ('const-2', u'COPY_-1204585824'), (u'MULTIEQUAL_-1204588816', u'MULTIEQUAL_-1204589640'), ('const-0', u'INT_EQUAL_-1204598208'), ('const-3733327', u'COPY_-1204585004'), (u'INDIRECT_-1204589119', u'MULTIEQUAL_-1204589866'), ('const-433', u'LOAD_-1204593756'), (u'INDIRECT_-1204587873', u'MULTIEQUAL_-1204588472'), (u'MULTIEQUAL_-1204589838', u'MULTIEQUAL_-1204588273'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588884'), (u'MULTIEQUAL_-1204590061', u'MULTIEQUAL_-1204590063'), (u'MULTIEQUAL_-1204592425', u'MULTIEQUAL_-1204591601'), (u'CALL_-1204594329', u'INDIRECT_-1204588600'), (u'CALL_-1204594377', u'INDIRECT_-1204588033'), (u'STORE_-1204594198', u'INDIRECT_-1204587625'), (u'LOAD_-1204593756', u'INT_NOTEQUAL_-1204593740'), ('tmp_4386', u'CBRANCH_-1204596108'), (u'INDIRECT_-1204587992', u'MULTIEQUAL_-1204588672'), (u'CAST_-1204586425', u'STORE_-1204597880'), (u'CALL_-1204597540', u'INDIRECT_-1204589512'), (u'INDIRECT_-1204588032', u'MULTIEQUAL_-1204587906'), (u'STORE_-1204593874', u'INDIRECT_-1204586231'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204593220'), (u'MULTIEQUAL_-1204591248', u'PTRADD_-1204594393'), (u'CALL_-1204596888', u'INDIRECT_-1204588789'), (u'CALL_-1204594044', u'INDIRECT_-1204586634'), (u'INDIRECT_-1204588790', u'MULTIEQUAL_-1204588806'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204598900'), (u'MULTIEQUAL_-1204589428', u'MULTIEQUAL_-1204589571'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204593932'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204587937'), (u'INDIRECT_-1204588389', u'MULTIEQUAL_-1204588674'), (u'CALL_-1204596011', u'INDIRECT_-1204588639'), (u'MULTIEQUAL_-1204587246', u'MULTIEQUAL_-1204587484'), (u'INDIRECT_-1204588234', u'SUBPIECE_-1204586633'), (u'INT_ADD_-1204585545', u'CAST_-1204585390'), (u'INDIRECT_-1204586717', u'MULTIEQUAL_-1204586627'), (u'INDIRECT_-1204588997', u'MULTIEQUAL_-1204589908'), (u'CALL_-1204596905', u'INDIRECT_-1204588833'), (u'MULTIEQUAL_-1204589014', u'MULTIEQUAL_-1204589838'), ('tmp_2898', u'CBRANCH_-1204596217'), (u'INDIRECT_-1204588600', u'MULTIEQUAL_-1204588437'), ('const-433', u'LOAD_-1204595630'), (u'INDIRECT_-1204588017', u'MULTIEQUAL_-1204586082'), (u'INDIRECT_-1204590301', u'MULTIEQUAL_-1204590180'), (u'CALL_-1204599233', u'INDIRECT_-1204590374'), (u'INDIRECT_-1204590103', u'MULTIEQUAL_-1204590239'), (u'CAST_-1204586049', u'LOAD_-1204596103'), (u'CALL_-1204595893', u'INDIRECT_-1204589012'), (u'CALL_-1204593612', u'INDIRECT_-1204587159'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204595423'), ('const-433', u'LOAD_-1204595823'), (u'CALL_-1204597409', u'INDIRECT_-1204589858'), ('const-65', u'INT_SUB_-1204599680'), (u'COPY_-1204587727', u'MULTIEQUAL_-1204594351'), ('const-433', u'STORE_-1204598590'), (u'MULTIEQUAL_-1204587613', u'MULTIEQUAL_-1204588273'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204594541'), (u'INDIRECT_-1204587190', u'MULTIEQUAL_-1204587023'), (u'STORE_-1204595903', u'INDIRECT_-1204588166'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204593766'), (u'INDIRECT_-1204588134', u'MULTIEQUAL_-1204587949'), ('const-0', u'COPY_-1204592385'), (u'INDIRECT_-1204589002', u'MULTIEQUAL_-1204588875'), (u'STORE_-1204595435', u'INDIRECT_-1204588529'), (u'PTRSUB_-1204586822', u'CALL_-1204595453'), (u'PTRSUB_-1204585480', u'CALL_-1204594377'), (u'CAST_-1204587512', u'LOAD_-1204598642'), (u'CALL_-1204594016', u'INDIRECT_-1204586414'), ('tmp_1455', u'CBRANCH_-1204598849'), (u'INDIRECT_-1204588419', u'MULTIEQUAL_-1204588304'), (u'INDIRECT_-1204587873', u'MULTIEQUAL_-1204587691'), ('const-1', u'PTRADD_-1204594503'), (u'INDIRECT_-1204590650', u'COPY_-1204587457'), (u'CAST_-1204587130', u'MULTIEQUAL_-1204593579'), ('const-0', u'CALL_-1204598226'), (u'CALL_-1204596934', u'INDIRECT_-1204588414'), (u'INDIRECT_-1204589797', u'MULTIEQUAL_-1204589679'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204598190'), ('const-0', u'INT_EQUAL_-1204598229'), (u'INDIRECT_-1204589810', u'MULTIEQUAL_-1204589695'), (u'INDIRECT_-1204587217', u'MULTIEQUAL_-1204587680'), (u'PTRSUB_-1204587007', u'CALL_-1204598093'), (u'INDIRECT_-1204588351', u'MULTIEQUAL_-1204588674'), (u'CALL_-1204595474', u'INDIRECT_-1204587902'), ('tmp_23324', u'PTRSUB_-1204586357'), (u'CALL_-1204595490', u'INDIRECT_-1204587477'), (u'INT_ADD_-1204585600', u'CAST_-1204585444'), (u'INT_NOTEQUAL_-1204595551', u'CBRANCH_-1204595548'), ('const-8', u'PTRADD_-1204585421'), (u'INDIRECT_-1204588757', u'MULTIEQUAL_-1204588674'), (u'INT_SEXT_-1204595470', u'CALL_-1204595474'), (u'INDIRECT_-1204590803', u'MULTIEQUAL_-1204590624'), (u'INDIRECT_-1204587977', u'MULTIEQUAL_-1204587885'), (u'CALL_-1204595468', u'INDIRECT_-1204588059'), (u'INT_NOTEQUAL_-1204598296', u'CBRANCH_-1204598295'), (u'MULTIEQUAL_-1204591712', u'PTRADD_-1204594302'), (u'CALL_-1204596285', u'INDIRECT_-1204589025'), (u'INDIRECT_-1204589752', u'MULTIEQUAL_-1204590036'), (u'STORE_-1204594786', u'INDIRECT_-1204586982'), (u'MULTIEQUAL_-1204590036', u'MULTIEQUAL_-1204589893'), (u'INDIRECT_-1204587821', u'MULTIEQUAL_-1204587677'), (u'CALL_-1204595588', u'INDIRECT_-1204588134'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204597756'), (u'INT_ZEXT_-1204594730', u'PTRADD_-1204587733'), (u'INDIRECT_-1204587561', u'MULTIEQUAL_-1204587473'), (u'CAST_-1204585825', u'MULTIEQUAL_-1204591712'), (u'INDIRECT_-1204589225', u'MULTIEQUAL_-1204589101'), (u'CALL_-1204594368', u'INDIRECT_-1204587239'), (u'INDIRECT_-1204589035', u'MULTIEQUAL_-1204589581'), ('tmp_23333', u'PTRADD_-1204585211'), (u'INDIRECT_-1204587931', u'MULTIEQUAL_-1204587746'), ('const-7', u'COPY_-1204589503'), (u'CALL_-1204594420', u'INDIRECT_-1204587142'), (u'CALL_-1204598535', u'INDIRECT_-1204589753'), (u'CALL_-1204599288', u'INDIRECT_-1204590000'), (u'CAST_-1204585626', u'CALL_-1204595424'), (u'INDIRECT_-1204588578', u'MULTIEQUAL_-1204588476'), ('const-433', u'STORE_-1204599815'), ('const-5', u'COPY_-1204589086'), (u'COPY_-1204586543', u'MULTIEQUAL_-1204591212'), (u'CAST_-1204586943', u'PTRADD_-1204597656'), (u'CALL_-1204595389', u'INDIRECT_-1204588609'), (u'CALL_-1204594473', u'INDIRECT_-1204586879'), (u'PTRSUB_-1204587531', u'PTRADD_-1204598298'), (u'CAST_-1204585353', u'CALL_-1204594377'), (u'INDIRECT_-1204586498', u'MULTIEQUAL_-1204586351'), (u'MULTIEQUAL_-1204590891', u'MULTIEQUAL_-1204590863'), ('const-8', u'PTRADD_-1204584657'), (u'PTRADD_-1204594283', u'LOAD_-1204594345'), (u'CALL_-1204594712', u'INDIRECT_-1204588429'), ('const-1', u'PTRADD_-1204597789'), (u'INDIRECT_-1204587477', u'MULTIEQUAL_-1204588076'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204587872'), ('const-433', u'LOAD_-1204596103'), (u'INDIRECT_-1204590650', u'MULTIEQUAL_-1204590462'), (u'CALL_-1204596786', u'INT_EQUAL_-1204596760'), (u'COPY_-1204585532', u'MULTIEQUAL_-1204591248'), (u'INDIRECT_-1204587233', u'MULTIEQUAL_-1204587080'), ('tmp_6310', u'BRANCH_-1204594115'), (u'INDIRECT_-1204587651', u'MULTIEQUAL_-1204587548'), (u'INDIRECT_-1204591166', u'MULTIEQUAL_-1204591077'), (u'INDIRECT_-1204587258', u'MULTIEQUAL_-1204587088'), ('tmp_23324', u'PTRSUB_-1204585480'), ('const-8', u'PTRADD_-1204585059'), ('const-0', u'PTRSUB_-1204584854'), (u'INDIRECT_-1204590371', u'MULTIEQUAL_-1204590063'), (u'CALL_-1204595893', u'INDIRECT_-1204590394'), ('tmp_23333', u'PTRADD_-1204585782'), ('tmp_23328', u'LOAD_-1204598585'), (u'CALL_-1204593800', u'INDIRECT_-1204587273'), (u'CALL_-1204595453', u'INDIRECT_-1204589122'), (u'INT_EQUAL_-1204594387', u'CBRANCH_-1204594386'), (u'CALL_-1204599288', u'INDIRECT_-1204590599'), (u'CALL_-1204594473', u'INDIRECT_-1204586681'), (u'CALL_-1204596125', u'INDIRECT_-1204589341'), ('const-3727381', u'COPY_-1204585083'), (u'INDIRECT_-1204588249', u'MULTIEQUAL_-1204588127'), (u'CALL_-1204595453', u'INDIRECT_-1204589914'), ('const-433', u'LOAD_-1204598454'), (u'CALL_-1204595468', u'INDIRECT_-1204588257'), (u'CALL_-1204598226', u'INDIRECT_-1204591753'), ('const-95', u'INT_NOTEQUAL_-1204597383'), (u'CALL_-1204597603', u'INDIRECT_-1204590392'), (u'CALL_-1204593936', u'INDIRECT_-1204587561'), ('const-0', u'RETURN_-1204597760'), ('tmp_23333', u'PTRADD_-1204588279'), ('const-1', u'PTRADD_-1204598031'), (u'LOAD_-1204595458', u'INT_NOTEQUAL_-1204595442'), (u'MULTIEQUAL_-1204591601', u'MULTIEQUAL_-1204592425'), (u'INDIRECT_-1204586696', u'MULTIEQUAL_-1204586549'), (u'CALL_-1204598382', u'INDIRECT_-1204589259'), ('tmp_23333', u'CALL_-1204594340'), (u'INT_NOTEQUAL_-1204597852', u'CBRANCH_-1204597852'), (u'INDIRECT_-1204589027', u'MULTIEQUAL_-1204589104'), (u'CALL_-1204596934', u'INDIRECT_-1204589805'), ('tmp_23333', u'CALL_-1204595468'), (u'STORE_-1204597942', u'INDIRECT_-1204590158'), ('tmp_1145', u'CBRANCH_-1204599334'), (u'CALL_-1204594016', u'INDIRECT_-1204589187'), (u'INDIRECT_-1204588432', u'MULTIEQUAL_-1204588104'), (u'COPY_-1204586192', u'MULTIEQUAL_-1204587425'), (u'INDIRECT_-1204587874', u'MULTIEQUAL_-1204589299'), (u'CALL_-1204596786', u'INDIRECT_-1204588433'), (u'INDIRECT_-1204588036', u'MULTIEQUAL_-1204587708'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588686'), (u'INDIRECT_-1204587209', u'MULTIEQUAL_-1204587415'), (u'INDIRECT_-1204587180', u'MULTIEQUAL_-1204587088'), (u'INDIRECT_-1204588478', u'MULTIEQUAL_-1204588325'), ('const-433', u'LOAD_-1204594296'), (u'CALL_-1204595389', u'INDIRECT_-1204588015'), (u'MULTIEQUAL_-1204591313', u'PTRADD_-1204594541'), (u'CALL_-1204598535', u'INDIRECT_-1204590743'), (u'INDIRECT_-1204590124', u'MULTIEQUAL_-1204590009'), ('const--152', u'PTRSUB_-1204587799'), (u'INDIRECT_-1204588945', u'MULTIEQUAL_-1204589268'), ('const-3728503', u'PTRSUB_-1204586923'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204597706'), (u'LOAD_-1204598368', u'INT_ADD_-1204598321'), (u'LOAD_-1204597743', u'INT_EQUAL_-1204597728'), ('const-433', u'STORE_-1204594678'), (u'INDIRECT_-1204586298', u'MULTIEQUAL_-1204586218'), (u'INDIRECT_-1204590301', u'MULTIEQUAL_-1204590437'), (u'CALL_-1204594152', u'INDIRECT_-1204587895'), (u'STORE_-1204595634', u'INDIRECT_-1204587651'), ('const-1', u'PTRADD_-1204593204'), (u'MULTIEQUAL_-1204586081', u'MULTIEQUAL_-1204588037'), (u'INDIRECT_-1204590100', u'MULTIEQUAL_-1204589707'), ('tmp_23333', u'CALL_-1204595389'), (u'LOAD_-1204596103', u'INT_ADD_-1204596060'), (u'MULTIEQUAL_-1204587613', u'MULTIEQUAL_-1204587286'), (u'PTRADD_-1204594541', u'CALL_-1204593272'), (u'CALL_-1204597985', u'INDIRECT_-1204589599'), (u'MULTIEQUAL_-1204589268', u'MULTIEQUAL_-1204589180'), (u'CALL_-1204594473', u'INDIRECT_-1204587478'), ('const-3733374', u'COPY_-1204585414'), (u'CALL_-1204594260', u'INDIRECT_-1204586572'), (u'INT_NOTEQUAL_-1204594463', u'CBRANCH_-1204594462'), (u'INDIRECT_-1204589376', u'MULTIEQUAL_-1204590036'), (u'INDIRECT_-1204586147', u'MULTIEQUAL_-1204587839'), (u'CALL_-1204595893', u'INDIRECT_-1204589210'), ('const-433', u'LOAD_-1204598661'), ('const-1', u'PTRADD_-1204594628'), ('tmp_23333', u'PTRADD_-1204584925'), (u'PTRSUB_-1204587868', u'CALL_-1204598762'), (u'CALL_-1204594275', u'INDIRECT_-1204589753'), (u'STORE_-1204598900', u'INDIRECT_-1204590277'), (u'LOAD_-1204595366', u'CAST_-1204585706'), (u'CALL_-1204594377', u'INDIRECT_-1204589811'), (u'STORE_-1204594090', u'INDIRECT_-1204586761'), ('const-3691167', u'PTRSUB_-1204585492'), (u'INDIRECT_-1204589259', u'MULTIEQUAL_-1204589673'), (u'STORE_-1204597785', u'INDIRECT_-1204589011'), ('tmp_23328', u'CALL_-1204596905'), (u'MULTIEQUAL_-1204587613', u'MULTIEQUAL_-1204587211'), (u'PTRADD_-1204599164', u'CAST_-1204587884'), ('tmp_23333', u'CALL_-1204593612'), ('const-1', u'PTRADD_-1204595385'), (u'COPY_-1204597473', u'MULTIEQUAL_-1204588806'), (u'CALL_-1204595566', u'INDIRECT_-1204588513'), (u'CALL_-1204595528', u'INDIRECT_-1204588577'), (u'CALL_-1204596253', u'INDIRECT_-1204589506'), (u'INDIRECT_-1204591636', u'MULTIEQUAL_-1204592068'), (u'CALL_-1204596280', u'INDIRECT_-1204589129'), (u'CALL_-1204597920', u'INDIRECT_-1204589563'), ('const-1', u'PTRADD_-1204585959'), (u'PTRADD_-1204593932', u'CAST_-1204584711'), (u'STORE_-1204593766', u'INDIRECT_-1204586164'), (u'INDIRECT_-1204592129', u'MULTIEQUAL_-1204592425'), ('const-70', u'INT_EQUAL_-1204597819'), (u'CALL_-1204594420', u'INDIRECT_-1204587538'), (u'PTRADD_-1204594503', u'COPY_-1204585573'), (u'CALL_-1204593720', u'INDIRECT_-1204586831'), (u'STORE_-1204594306', u'INDIRECT_-1204586499'), ('tmp_4196', u'BRANCH_-1204596911'), (u'INDIRECT_-1204588426', u'MULTIEQUAL_-1204588471'), ('const-1', u'PTRADD_-1204594364'), (u'INDIRECT_-1204589210', u'INT_SEXT_-1204595856'), (u'PTRADD_-1204594314', u'CAST_-1204585431'), (u'CALL_-1204594863', u'INDIRECT_-1204588519'), (u'INDIRECT_-1204588033', u'MULTIEQUAL_-1204588274'), (u'LOAD_-1204598820', u'INT_SLESS_-1204598790'), (u'INDIRECT_-1204589908', u'MULTIEQUAL_-1204591031'), (u'MULTIEQUAL_-1204592872', u'INT_EQUAL_-1204598371'), (u'MULTIEQUAL_-1204592569', u'COPY_-1204586102'), (u'INDIRECT_-1204588596', u'MULTIEQUAL_-1204589507'), ('const-8', u'PTRADD_-1204588279'), (u'INDIRECT_-1204589347', u'MULTIEQUAL_-1204589176'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589068'), (u'INDIRECT_-1204587969', u'MULTIEQUAL_-1204587940'), (u'CAST_-1204587130', u'CALL_-1204597603'), ('const-1', u'PTRADD_-1204595584'), ('tmp_23328', u'PTRADD_-1204596098'), (u'INDIRECT_-1204589719', u'MULTIEQUAL_-1204589866'), (u'COPY_-1204592711', u'MULTIEQUAL_-1204592569'), (u'INDIRECT_-1204588578', u'MULTIEQUAL_-1204589640'), ('tmp_3539', u'BRANCH_-1204596500'), (u'MULTIEQUAL_-1204590437', u'MULTIEQUAL_-1204590285'), (u'CALL_-1204594420', u'INDIRECT_-1204586543'), (u'CALL_-1204598671', u'INDIRECT_-1204589218'), (u'INDIRECT_-1204589436', u'MULTIEQUAL_-1204589982'), (u'INDIRECT_-1204587736', u'MULTIEQUAL_-1204589428'), (u'STORE_-1204594090', u'INDIRECT_-1204587162'), (u'CALL_-1204594152', u'INDIRECT_-1204586702'), (u'CALL_-1204599288', u'INDIRECT_-1204590203'), (u'INDIRECT_-1204590607', u'MULTIEQUAL_-1204590696'), (u'CAST_-1204586773', u'MULTIEQUAL_-1204591712'), (u'CALL_-1204599308', u'INDIRECT_-1204590013'), (u'MULTIEQUAL_-1204587286', u'MULTIEQUAL_-1204587279'), (u'MULTIEQUAL_-1204592168', u'MULTIEQUAL_-1204592425'), (u'CALL_-1204596516', u'INDIRECT_-1204588157'), ('tmp_3947', u'CBRANCH_-1204598048'), ('tmp_23333', u'LOAD_-1204594307'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204598291'), (u'PTRADD_-1204594541', u'PTRADD_-1204593169'), (u'CALL_-1204597094', u'INDIRECT_-1204589257'), (u'LOAD_-1204595847', u'INT_SLESSEQUAL_-1204595820'), (u'MULTIEQUAL_-1204590863', u'MULTIEQUAL_-1204589871'), (u'MULTIEQUAL_-1204591229', u'MULTIEQUAL_-1204591086'), ('const-433', u'LOAD_-1204593972'), ('const-1', u'PTRADD_-1204598434'), (u'STORE_-1204594356', u'INDIRECT_-1204587021'), (u'CALL_-1204594604', u'INDIRECT_-1204586772'), (u'CALL_-1204596253', u'INDIRECT_-1204587917'), (u'INDIRECT_-1204590549', u'MULTIEQUAL_-1204590833'), ('const-1', u'PTRADD_-1204599164'), (u'INDIRECT_-1204590392', u'MULTIEQUAL_-1204590259'), (u'MULTIEQUAL_-1204592872', u'MULTIEQUAL_-1204592326'), (u'INDIRECT_-1204590906', u'COPY_-1204587731'), (u'STORE_-1204594786', u'INDIRECT_-1204586784'), (u'INDIRECT_-1204588361', u'MULTIEQUAL_-1204588670'), ('tmp_23324', u'PTRSUB_-1204587914'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204590080'), (u'INDIRECT_-1204586761', u'MULTIEQUAL_-1204586679'), (u'INDIRECT_-1204590103', u'MULTIEQUAL_-1204589982'), (u'MULTIEQUAL_-1204587769', u'MULTIEQUAL_-1204588872'), (u'CALL_-1204597662', u'INDIRECT_-1204589634'), (u'CALL_-1204595303', u'INDIRECT_-1204589046'), (u'INDIRECT_-1204589604', u'MULTIEQUAL_-1204589488'), (u'CALL_-1204597540', u'INDIRECT_-1204588517'), ('const-433', u'LOAD_-1204595467'), (u'CALL_-1204594368', u'INDIRECT_-1204588031'), (u'INDIRECT_-1204590092', u'MULTIEQUAL_-1204589972'), (u'INDIRECT_-1204587236', u'MULTIEQUAL_-1204587477'), ('const-433', u'LOAD_-1204597756'), (u'INDIRECT_-1204591753', u'MULTIEQUAL_-1204591457'), (u'CALL_-1204596206', u'CALL_-1204594420'), (u'CAST_-1204587338', u'INT_LESS_-1204598306'), (u'CALL_-1204594503', u'MULTIEQUAL_-1204591314'), (u'INDIRECT_-1204586429', u'MULTIEQUAL_-1204586351'), (u'CALL_-1204596888', u'INDIRECT_-1204588987'), (u'CAST_-1204584711', u'STORE_-1204593982'), (u'CALL_-1204594503', u'INDIRECT_-1204587300'), (u'INDIRECT_-1204590558', u'MULTIEQUAL_-1204590833'), (u'CALL_-1204595893', u'INDIRECT_-1204588220'), ('tmp_23333', u'CALL_-1204595588'), (u'INDIRECT_-1204586627', u'MULTIEQUAL_-1204586549'), (u'INDIRECT_-1204588207', u'MULTIEQUAL_-1204588670'), (u'MULTIEQUAL_-1204591547', u'PTRADD_-1204593169'), (u'CALL_-1204598535', u'INDIRECT_-1204589550'), ('tmp_2141', u'CBRANCH_-1204598315'), (u'INDIRECT_-1204589383', u'MULTIEQUAL_-1204590063'), ('const-0', u'INT_NOTEQUAL_-1204595442'), ('tmp_5330', u'BRANCH_-1204595460'), (u'INDIRECT_-1204588946', u'MULTIEQUAL_-1204588775'), (u'MULTIEQUAL_-1204593915', u'MULTIEQUAL_-1204593915'), (u'COPY_-1204585004', u'CALL_-1204594124'), (u'INDIRECT_-1204589423', u'MULTIEQUAL_-1204589500'), ('const-433', u'LOAD_-1204595425'), ('const-1', u'INT_ADD_-1204594352'), (u'INDIRECT_-1204589195', u'MULTIEQUAL_-1204590106'), (u'INDIRECT_-1204590906', u'COPY_-1204587742'), (u'INDIRECT_-1204589647', u'MULTIEQUAL_-1204589572'), (u'CALL_-1204595499', u'INDIRECT_-1204587517'), (u'STORE_-1204594678', u'INDIRECT_-1204586915'), ('const-433', u'LOAD_-1204598381'), (u'CALL_-1204596905', u'INDIRECT_-1204588635'), (u'CALL_-1204594368', u'INDIRECT_-1204586640'), ('const-433', u'LOAD_-1204599378'), (u'CALL_-1204593936', u'INDIRECT_-1204589141'), (u'STORE_-1204598291', u'INDIRECT_-1204590713'), (u'STORE_-1204593982', u'INDIRECT_-1204586897'), (u'STORE_-1204594349', u'INDIRECT_-1204587684'), (u'CALL_-1204594632', u'INDIRECT_-1204588383'), (u'CALL_-1204599233', u'INDIRECT_-1204589577'), (u'INDIRECT_-1204588041', u'MULTIEQUAL_-1204587977'), (u'INDIRECT_-1204588418', u'MULTIEQUAL_-1204586084'), (u'INDIRECT_-1204587902', u'MULTIEQUAL_-1204587766'), (u'MULTIEQUAL_-1204590635', u'MULTIEQUAL_-1204588410'), (u'LOAD_-1204595498', u'CAST_-1204585637'), (u'INDIRECT_-1204586742', u'MULTIEQUAL_-1204587477'), (u'INT_EQUAL_-1204597728', u'CBRANCH_-1204597725'), ('const-1', u'PTRADD_-1204594393'), (u'CALL_-1204594420', u'INDIRECT_-1204586147'), (u'LOAD_-1204598368', u'INT_NOTEQUAL_-1204598296'), (u'INT_NOTEQUAL_-1204596029', u'CBRANCH_-1204596028'), (u'INDIRECT_-1204587789', u'MULTIEQUAL_-1204587622'), (u'CALL_-1204596786', u'MULTIEQUAL_-1204592872'), ('const-8', u'INT_MULT_-1204598614'), ('const-433', u'LOAD_-1204594410'), (u'INDIRECT_-1204589612', u'MULTIEQUAL_-1204589497'), (u'LOAD_-1204599272', u'INT_NOTEQUAL_-1204599256'), ('tmp_1806', u'BRANCH_-1204598908'), (u'PTRSUB_-1204587593', u'CALL_-1204597616'), (u'CALL_-1204594329', u'INDIRECT_-1204589784'), (u'CALL_-1204595499', u'INDIRECT_-1204587918'), (u'INDIRECT_-1204589955', u'MULTIEQUAL_-1204590239'), ('const-0', u'COPY_-1204598921'), (u'MULTIEQUAL_-1204589640', u'MULTIEQUAL_-1204588075'), ('const-3691167', u'PTRSUB_-1204587105'), ('tmp_23333', u'CALL_-1204593908'), ('tmp_6713', u'CBRANCH_-1204593739'), ('tmp_23333', u'PTRADD_-1204584590'), (u'INDIRECT_-1204589529', u'MULTIEQUAL_-1204589469'), (u'LOAD_-1204597979', u'INT_NOTEQUAL_-1204597963'), (u'CALL_-1204597616', u'INDIRECT_-1204589554'), (u'CALL_-1204597920', u'INDIRECT_-1204590954'), (u'INDIRECT_-1204590392', u'MULTIEQUAL_-1204590972'), (u'MULTIEQUAL_-1204589073', u'MULTIEQUAL_-1204588081'), (u'INDIRECT_-1204590417', u'MULTIEQUAL_-1204590624'), (u'CALL_-1204598382', u'INDIRECT_-1204590452'), ('tmp_3564', u'CBRANCH_-1204597585'), ('const-4', u'COPY_-1204590166'), (u'CALL_-1204597977', u'INDIRECT_-1204588748'), (u'CALL_-1204593800', u'INDIRECT_-1204586278'), (u'STORE_-1204594678', u'INDIRECT_-1204587910'), ('tmp_7294', u'CBRANCH_-1204594246'), (u'CALL_-1204594503', u'INDIRECT_-1204587498'), (u'MULTIEQUAL_-1204588274', u'MULTIEQUAL_-1204589032'), (u'CALL_-1204594632', u'INDIRECT_-1204587393'), ('tmp_23324', u'PTRSUB_-1204586519'), (u'INDIRECT_-1204590515', u'MULTIEQUAL_-1204590398'), (u'STORE_-1204594909', u'INDIRECT_-1204587247'), (u'STORE_-1204594596', u'INDIRECT_-1204587067'), ('const-1', u'COPY_-1204585835'), ('const-3630027', u'PTRSUB_-1204587974'), (u'INDIRECT_-1204590173', u'MULTIEQUAL_-1204589865'), (u'INDIRECT_-1204588402', u'MULTIEQUAL_-1204588239'), (u'MULTIEQUAL_-1204589500', u'MULTIEQUAL_-1204590261'), (u'CAST_-1204586426', u'LOAD_-1204597883'), (u'INDIRECT_-1204587336', u'MULTIEQUAL_-1204587237'), (u'STORE_-1204594349', u'INDIRECT_-1204587481'), (u'MULTIEQUAL_-1204586090', u'MULTIEQUAL_-1204591095'), (u'CALL_-1204598671', u'INDIRECT_-1204589416'), ('tmp_6822', u'CBRANCH_-1204593631'), (u'STORE_-1204593982', u'INDIRECT_-1204587095'), (u'PTRSUB_-1204584787', u'CALL_-1204593828'), (u'INDIRECT_-1204587518', u'MULTIEQUAL_-1204587415'), (u'CALL_-1204593612', u'INDIRECT_-1204588937'), (u'CALL_-1204595588', u'INDIRECT_-1204587733'), (u'INT_EQUAL_-1204596084', u'CBRANCH_-1204596082'), (u'CALL_-1204593720', u'INDIRECT_-1204586430'), ('const-1', u'PTRADD_-1204595486'), ('const-0', u'INT_NOTEQUAL_-1204595551'), (u'STORE_-1204598900', u'INDIRECT_-1204589480'), ('const-0', u'COPY_-1204599829'), (u'MULTIEQUAL_-1204591229', u'MULTIEQUAL_-1204590405'), (u'CALL_-1204593828', u'INDIRECT_-1204586899'), (u'INDIRECT_-1204587635', u'MULTIEQUAL_-1204587473'), (u'CALL_-1204596905', u'INDIRECT_-1204588432'), (u'CALL_-1204596206', u'INDIRECT_-1204588785'), (u'INDIRECT_-1204587031', u'MULTIEQUAL_-1204586947'), (u'INDIRECT_-1204589160', u'MULTIEQUAL_-1204588982'), (u'INDIRECT_-1204589457', u'MULTIEQUAL_-1204589779'), (u'INT_SLESSEQUAL_-1204595820', u'CBRANCH_-1204595828'), (u'INDIRECT_-1204588003', u'MULTIEQUAL_-1204588670'), (u'STORE_-1204594090', u'INDIRECT_-1204586365'), (u'CALL_-1204596285', u'INDIRECT_-1204588827'), (u'CALL_-1204596651', u'INDIRECT_-1204590544'), (u'CALL_-1204594340', u'INDIRECT_-1204586618'), ('tmp_23328', u'CALL_-1204596285'), ('const--136', u'PTRSUB_-1204588029'), (u'COPY_-1204585414', u'CALL_-1204594835'), (u'CALL_-1204596914', u'INDIRECT_-1204588398'), (u'INDIRECT_-1204589916', u'MULTIEQUAL_-1204590239'), (u'INDIRECT_-1204587011', u'MULTIEQUAL_-1204586850'), (u'CAST_-1204584979', u'STORE_-1204594414'), (u'CALL_-1204597603', u'INDIRECT_-1204589402'), (u'INDIRECT_-1204588745', u'MULTIEQUAL_-1204589838'), (u'COPY_-1204599841', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204590360', u'MULTIEQUAL_-1204590635'), ('tmp_7619', u'CBRANCH_-1204594318'), ('const-1', u'PTRADD_-1204585345'), (u'INDIRECT_-1204592277', u'MULTIEQUAL_-1204592425'), (u'INDIRECT_-1204589347', u'MULTIEQUAL_-1204589982'), (u'INDIRECT_-1204588230', u'CALL_-1204596651'), (u'CALL_-1204596786', u'INDIRECT_-1204589027'), ('tmp_2039', u'CBRANCH_-1204598392'), (u'CALL_-1204596253', u'INDIRECT_-1204589110'), (u'CALL_-1204594232', u'INDIRECT_-1204586550'), (u'INDIRECT_-1204588229', u'MULTIEQUAL_-1204588067'), (u'COPY_-1204584817', u'CALL_-1204593800'), (u'CALL_-1204598093', u'INDIRECT_-1204589699'), (u'CALL_-1204597596', u'INDIRECT_-1204588943'), (u'CAST_-1204585455', u'STORE_-1204594541'), ('const-1', u'PTRADD_-1204597747'), (u'INDIRECT_-1204590028', u'MULTIEQUAL_-1204591031'), ('const-8', u'PTRADD_-1204584858'), (u'INDIRECT_-1204590114', u'MULTIEQUAL_-1204590437'), (u'INDIRECT_-1204587759', u'MULTIEQUAL_-1204587671'), (u'MULTIEQUAL_-1204591455', u'MULTIEQUAL_-1204591457'), (u'MULTIEQUAL_-1204591712', u'MULTIEQUAL_-1204591443'), (u'CAST_-1204587176', u'MULTIEQUAL_-1204594904'), (u'INDIRECT_-1204588030', u'MULTIEQUAL_-1204588075'), (u'CALL_-1204594219', u'INDIRECT_-1204586946'), (u'CALL_-1204594232', u'INDIRECT_-1204587347'), (u'SUBPIECE_-1204594515', u'INT_SLESSEQUAL_-1204597568'), (u'MULTIEQUAL_-1204586089', u'MULTIEQUAL_-1204590624'), (u'COPY_-1204587083', u'CALL_-1204597094'), ('const-4', u'COPY_-1204589707'), (u'INDIRECT_-1204588803', u'MULTIEQUAL_-1204588670'), (u'COPY_-1204593135', u'COPY_-1204586543'), (u'INT_MULT_-1204595787', u'INT_ADD_-1204595799'), ('const-3727346', u'COPY_-1204585984'), (u'MULTIEQUAL_-1204589968', u'INT_NOTEQUAL_-1204594463'), ('tmp_23333', u'CALL_-1204593800'), (u'CALL_-1204594377', u'INDIRECT_-1204587236'), (u'CALL_-1204599233', u'INDIRECT_-1204589775'), (u'CALL_-1204596285', u'INDIRECT_-1204588030'), ('tmp_23328', u'PTRADD_-1204597825'), ('const-433', u'LOAD_-1204597455'), (u'INDIRECT_-1204589902', u'MULTIEQUAL_-1204589670'), (u'CALL_-1204594152', u'INDIRECT_-1204588093'), (u'MULTIEQUAL_-1204588875', u'MULTIEQUAL_-1204588872'), (u'PTRADD_-1204594302', u'CAST_-1204585505'), ('const-433', u'LOAD_-1204598268'), (u'INDIRECT_-1204590056', u'MULTIEQUAL_-1204589868'), (u'INDIRECT_-1204589259', u'MULTIEQUAL_-1204589071'), (u'INDIRECT_-1204586628', u'MULTIEQUAL_-1204586484'), ('tmp_23324', u'PTRSUB_-1204588135'), (u'CAST_-1204588028', u'MULTIEQUAL_-1204593800'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204596285'), (u'INDIRECT_-1204588448', u'MULTIEQUAL_-1204588345'), (u'INDIRECT_-1204587950', u'MULTIEQUAL_-1204586081'), (u'INDIRECT_-1204587737', u'MULTIEQUAL_-1204588472'), ('const-4', u'COPY_-1204593135'), ('const-3727900', u'PTRSUB_-1204587007'), (u'COPY_-1204590119', u'MULTIEQUAL_-1204590308'), (u'INDIRECT_-1204587342', u'MULTIEQUAL_-1204587477'), (u'INDIRECT_-1204587226', u'MULTIEQUAL_-1204587148'), (u'CALL_-1204597616', u'INDIRECT_-1204589356'), (u'INDIRECT_-1204589199', u'MULTIEQUAL_-1204589066'), (u'INT_LESS_-1204593243', u'CBRANCH_-1204593237'), (u'PTRADD_-1204597656', u'CAST_-1204586922'), (u'PTRSUB_-1204588092', u'CALL_-1204599233'), (u'STORE_-1204598291', u'INDIRECT_-1204589718'), (u'INDIRECT_-1204588185', u'MULTIEQUAL_-1204588018'), (u'INDIRECT_-1204589973', u'MULTIEQUAL_-1204589884'), (u'CALL_-1204595468', u'INDIRECT_-1204589049'), (u'CALL_-1204598226', u'INDIRECT_-1204589178'), (u'STORE_-1204593766', u'INDIRECT_-1204586961'), (u'CALL_-1204595389', u'INDIRECT_-1204588807'), (u'LOAD_-1204593972', u'INT_NOTEQUAL_-1204593956'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204597409'), (u'INT_NOTEQUAL_-1204597383', u'CBRANCH_-1204597381'), (u'MULTIEQUAL_-1204589101', u'MULTIEQUAL_-1204589073'), ('const-3732601', u'COPY_-1204598411'), ('const-1', u'PTRADD_-1204594736'), (u'INDIRECT_-1204589660', u'MULTIEQUAL_-1204589982'), (u'CALL_-1204596706', u'INDIRECT_-1204588591'), ('tmp_23328', u'CALL_-1204598226'), ('const-433', u'STORE_-1204598291'), (u'CALL_-1204596008', u'INDIRECT_-1204589794'), (u'COPY_-1204586554', u'MULTIEQUAL_-1204591212'), (u'CALL_-1204597094', u'INDIRECT_-1204589653'), (u'INDIRECT_-1204589210', u'MULTIEQUAL_-1204586088'), (u'PTRSUB_-1204587642', u'CALL_-1204598535'), (u'CALL_-1204597775', u'INDIRECT_-1204589830'), (u'STORE_-1204597542', u'INDIRECT_-1204589670'), (u'INDIRECT_-1204590351', u'MULTIEQUAL_-1204590635'), (u'INDIRECT_-1204587209', u'MULTIEQUAL_-1204587048'), (u'INDIRECT_-1204590173', u'MULTIEQUAL_-1204590833'), (u'PTRADD_-1204595486', u'CAST_-1204585811'), (u'CALL_-1204594124', u'INDIRECT_-1204589255'), ('const-433', u'LOAD_-1204598366'), (u'CAST_-1204586773', u'PTRADD_-1204595864'), (u'INDIRECT_-1204586347', u'MULTIEQUAL_-1204587341'), ('tmp_2367', u'CBRANCH_-1204597941'), (u'STORE_-1204597706', u'INDIRECT_-1204588776'), (u'MULTIEQUAL_-1204587415', u'MULTIEQUAL_-1204587088'), ('const-1', u'PTRADD_-1204594302'), ('const-433', u'LOAD_-1204597851'), (u'CALL_-1204596285', u'INT_NOTEQUAL_-1204596266'), (u'INDIRECT_-1204588117', u'MULTIEQUAL_-1204588014'), (u'PTRADD_-1204585959', u'LOAD_-1204595630'), (u'CALL_-1204596210', u'INDIRECT_-1204588003'), (u'CALL_-1204593936', u'INDIRECT_-1204587759'), (u'INDIRECT_-1204589702', u'MULTIEQUAL_-1204589581'), (u'INT_EQUAL_-1204597896', u'CBRANCH_-1204597894'), (u'INDIRECT_-1204589275', u'MULTIEQUAL_-1204589122'), (u'INDIRECT_-1204588937', u'MULTIEQUAL_-1204588808'), (u'CAST_-1204587415', u'LOAD_-1204598454'), (u'LOAD_-1204598796', u'COPY_-1204587727'), (u'INDIRECT_-1204588270', u'MULTIEQUAL_-1204589695'), ('tmp_23328', u'CALL_-1204598671'), (u'PTRADD_-1204584925', u'LOAD_-1204594194'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588939'), (u'CALL_-1204595468', u'INDIRECT_-1204588455'), (u'CALL_-1204595453', u'INDIRECT_-1204588721'), ('const-3691167', u'PTRSUB_-1204584921'), (u'INDIRECT_-1204587029', u'MULTIEQUAL_-1204586885'), (u'COPY_-1204587698', u'MULTIEQUAL_-1204592338'), ('const-433', u'STORE_-1204597531'), (u'PTRADD_-1204598251', u'CAST_-1204587864'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204588741'), ('tmp_3769', u'CBRANCH_-1204598165'), (u'INT_EQUAL_-1204598573', u'CBRANCH_-1204598569'), (u'CALL_-1204597596', u'INDIRECT_-1204589344'), (u'INT_EQUAL_-1204598439', u'CBRANCH_-1204598437'), (u'INDIRECT_-1204586748', u'MULTIEQUAL_-1204587279'), (u'INDIRECT_-1204588204', u'MULTIEQUAL_-1204588410'), ('const-0', u'STORE_-1204599805'), ('const-0', u'COPY_-1204597944'), (u'LOAD_-1204595425', u'INT_NOTEQUAL_-1204595409'), (u'CALL_-1204594740', u'INDIRECT_-1204587060'), (u'INDIRECT_-1204589979', u'COPY_-1204590022'), (u'INT_EQUAL_-1204594250', u'CBRANCH_-1204594246'), (u'CALL_-1204595528', u'INDIRECT_-1204589176'), (u'LOAD_-1204597455', u'BRANCHIND_-1204597393'), (u'CALL_-1204594712', u'INDIRECT_-1204588231'), ('tmp_23326', u'MULTIEQUAL_-1204593915'), ('const-433', u'STORE_-1204594786'), ('tmp_23333', u'CALL_-1204594124'), (u'STORE_-1204594786', u'INDIRECT_-1204587779'), (u'INDIRECT_-1204591576', u'MULTIEQUAL_-1204591455'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204596515'), (u'INDIRECT_-1204588930', u'MULTIEQUAL_-1204588870'), ('const-0', u'INT_NOTEQUAL_-1204597688'), (u'STORE_-1204598482', u'INDIRECT_-1204589879'), (u'CALL_-1204596011', u'INDIRECT_-1204588243'), (u'CALL_-1204595528', u'INDIRECT_-1204588978'), (u'CALL_-1204595389', u'INDIRECT_-1204587416'), (u'INDIRECT_-1204589327', u'MULTIEQUAL_-1204589212'), ('const-2', u'INT_AND_-1204599352'), (u'CALL_-1204598890', u'INDIRECT_-1204590510'), (u'INDIRECT_-1204590417', u'MULTIEQUAL_-1204590304'), ('const-1', u'PTRADD_-1204594530'), (u'INDIRECT_-1204587357', u'MULTIEQUAL_-1204587281'), (u'PTRSUB_-1204587691', u'MULTIEQUAL_-1204593915'), (u'CALL_-1204598226', u'INDIRECT_-1204589579'), (u'INDIRECT_-1204586544', u'MULTIEQUAL_-1204587279'), (u'INDIRECT_-1204587910', u'MULTIEQUAL_-1204587820'), (u'INT_NOTEQUAL_-1204598190', u'CBRANCH_-1204598190'), (u'INT_NOTEQUAL_-1204596016', u'CBRANCH_-1204596015'), ('tmp_6419', u'BRANCH_-1204594007'), (u'INDIRECT_-1204587834', u'MULTIEQUAL_-1204587708'), (u'MULTIEQUAL_-1204591712', u'MULTIEQUAL_-1204591472'), (u'COPY_-1204586086', u'MULTIEQUAL_-1204590804'), (u'CALL_-1204595893', u'INDIRECT_-1204588814'), (u'MULTIEQUAL_-1204589032', u'MULTIEQUAL_-1204589175'), (u'MULTIEQUAL_-1204589952', u'MULTIEQUAL_-1204590200'), (u'INDIRECT_-1204590308', u'MULTIEQUAL_-1204590135'), (u'CALL_-1204595389', u'INDIRECT_-1204587614'), (u'INT_AND_-1204599651', u'BRANCHIND_-1204599647'), (u'LOAD_-1204598844', u'INT_SLESSEQUAL_-1204598817'), (u'CALL_-1204593272', u'INDIRECT_-1204588843'), (u'INDIRECT_-1204592277', u'MULTIEQUAL_-1204592168'), (u'CALL_-1204597409', u'INDIRECT_-1204589660'), ('const-433', u'STORE_-1204597960'), ('tmp_4420', u'CBRANCH_-1204596082'), ('const--144', u'PTRSUB_-1204587691'), (u'STORE_-1204594596', u'INDIRECT_-1204588062'), (u'MULTIEQUAL_-1204588806', u'MULTIEQUAL_-1204587739'), (u'INT_NOTEQUAL_-1204596873', u'CBRANCH_-1204596872'), ('tmp_2511', u'CBRANCH_-1204597816'), ('const-433', u'STORE_-1204598071'), (u'COPY_-1204599829', u'MULTIEQUAL_-1204590635'), (u'STORE_-1204597706', u'INDIRECT_-1204588974'), (u'CALL_-1204598205', u'INDIRECT_-1204592277'), (u'INDIRECT_-1204589162', u'MULTIEQUAL_-1204591031'), (u'INDIRECT_-1204591878', u'MULTIEQUAL_-1204591658'), (u'CALL_-1204595303', u'INDIRECT_-1204588645'), (u'PTRSUB_-1204586463', u'CALL_-1204596280'), (u'INDIRECT_-1204586340', u'MULTIEQUAL_-1204587279'), (u'CALL_-1204594632', u'INDIRECT_-1204587987'), (u'CAST_-1204587932', u'LOAD_-1204599302'), ('const-0', u'INT_NOTEQUAL_-1204597590'), ('tmp_2385', u'CBRANCH_-1204597914'), (u'INT_NOTEQUAL_-1204595319', u'CBRANCH_-1204595318'), ('const-433', u'STORE_-1204593766'), (u'CALL_-1204595566', u'INDIRECT_-1204590291'), (u'CALL_-1204597991', u'INDIRECT_-1204588363'), (u'CAST_-1204587063', u'LOAD_-1204597971'), (u'MULTIEQUAL_-1204587415', u'MULTIEQUAL_-1204588075'), (u'INDIRECT_-1204587227', u'MULTIEQUAL_-1204587083'), (u'INDIRECT_-1204586295', u'MULTIEQUAL_-1204586221'), (u'INDIRECT_-1204588230', u'MULTIEQUAL_-1204588305'), (u'INDIRECT_-1204590056', u'MULTIEQUAL_-1204590378'), (u'LOAD_-1204597399', u'INT_NOTEQUAL_-1204597383'), (u'COPY_-1204589841', u'MULTIEQUAL_-1204590092'), (u'STORE_-1204594678', u'INDIRECT_-1204587712'), ('const-433', u'STORE_-1204593658'), (u'CAST_-1204587924', u'CALL_-1204599233'), ('const-4', u'PTRADD_-1204587721'), ('tmp_7240', u'CBRANCH_-1204594290'), (u'INDIRECT_-1204586606', u'MULTIEQUAL_-1204587477'), (u'CALL_-1204593720', u'INDIRECT_-1204586628'), (u'STORE_-1204597855', u'INDIRECT_-1204589647'), ('tmp_2718', u'CBRANCH_-1204597667'), (u'MULTIEQUAL_-1204593915', u'STORE_-1204595403'), (u'CAST_-1204585444', u'STORE_-1204594381'), (u'INDIRECT_-1204589987', u'MULTIEQUAL_-1204590898'), (u'PTRSUB_-1204586822', u'CALL_-1204595263'), ('tmp_23324', u'PTRSUB_-1204588012'), (u'INDIRECT_-1204589818', u'MULTIEQUAL_-1204589705'), (u'CALL_-1204596651', u'INDIRECT_-1204587771'), (u'CALL_-1204594604', u'INDIRECT_-1204586970'), (u'STORE_-1204595435', u'INDIRECT_-1204587935'), (u'INDIRECT_-1204587171', u'MULTIEQUAL_-1204587012'), ('const-6', u'COPY_-1204589153'), (u'CALL_-1204593720', u'INDIRECT_-1204587623'), (u'INDIRECT_-1204590747', u'MULTIEQUAL_-1204591031'), (u'LOAD_-1204599378', u'INT_AND_-1204599352'), ('tmp_1536', u'CBRANCH_-1204598797'), (u'INDIRECT_-1204588426', u'MULTIEQUAL_-1204588235'), (u'MULTIEQUAL_-1204593915', u'CALL_-1204596786'), (u'CALL_-1204597662', u'INDIRECT_-1204591610'), (u'MULTIEQUAL_-1204592872', u'MULTIEQUAL_-1204591876'), (u'MULTIEQUAL_-1204592425', u'MULTIEQUAL_-1204592094'), ('const-1', u'PTRADD_-1204597789'), (u'STORE_-1204597706', u'INDIRECT_-1204588578'), (u'CALL_-1204593828', u'INDIRECT_-1204587889'), ('tmp_1633', u'CBRANCH_-1204598726'), (u'INDIRECT_-1204588044', u'MULTIEQUAL_-1204587950'), (u'INDIRECT_-1204590401', u'MULTIEQUAL_-1204590285'), (u'INDIRECT_-1204589439', u'MULTIEQUAL_-1204590398'), (u'INDIRECT_-1204588616', u'MULTIEQUAL_-1204589070'), ('const-1', u'PTRADD_-1204584925'), (u'COPY_-1204587720', u'PTRADD_-1204587721'), (u'COPY_-1204587720', u'COPY_-1204587721'), (u'CALL_-1204597920', u'INDIRECT_-1204590756'), (u'INT_EQUAL_-1204595142', u'CBRANCH_-1204595137'), (u'MULTIEQUAL_-1204592368', u'INT_ADD_-1204585545'), (u'CALL_-1204599308', u'INDIRECT_-1204590414'), (u'CALL_-1204594340', u'INDIRECT_-1204587014'), (u'CALL_-1204593720', u'INDIRECT_-1204587425'), (u'STORE_-1204593766', u'INDIRECT_-1204587159'), (u'PTRADD_-1204587733', u'INT_EQUAL_-1204598710'), (u'CALL_-1204596210', u'INDIRECT_-1204588201'), (u'CALL_-1204593936', u'INDIRECT_-1204587363'), (u'INDIRECT_-1204589784', u'MULTIEQUAL_-1204589633'), ('tmp_23333', u'LOAD_-1204593972'), (u'SUBPIECE_-1204586424', u'INT_NOTEQUAL_-1204596725'), (u'CALL_-1204594740', u'INDIRECT_-1204586862'), (u'INDIRECT_-1204591991', u'MULTIEQUAL_-1204592425'), (u'INDIRECT_-1204589012', u'MULTIEQUAL_-1204589466'), (u'CALL_-1204597662', u'INDIRECT_-1204589436'), (u'INDIRECT_-1204589670', u'MULTIEQUAL_-1204590437'), (u'CAST_-1204587371', u'LOAD_-1204598368'), (u'CALL_-1204594712', u'INDIRECT_-1204587236'), (u'STORE_-1204595536', u'INDIRECT_-1204587396'), (u'INDIRECT_-1204588228', u'MULTIEQUAL_-1204588273'), (u'INT_ADD_-1204595799', u'CAST_-1204585899'), (u'INDIRECT_-1204587914', u'MULTIEQUAL_-1204587811'), ('tmp_23328', u'CALL_-1204594503'), ('const-0', u'INT_NOTEQUAL_-1204598345'), (u'INT_EQUAL_-1204598277', u'CBRANCH_-1204598274'), (u'STORE_-1204596216', u'INDIRECT_-1204587688'), (u'STORE_-1204594440', u'INDIRECT_-1204587183'), (u'LOAD_-1204595823', u'INT_ADD_-1204595799'), (u'INDIRECT_-1204588139', u'MULTIEQUAL_-1204588274'), (u'CALL_-1204596706', u'INDIRECT_-1204588393'), (u'INDIRECT_-1204588635', u'MULTIEQUAL_-1204588510'), (u'CALL_-1204596210', u'INDIRECT_-1204588399'), (u'INDIRECT_-1204587794', u'MULTIEQUAL_-1204587909'), (u'MULTIEQUAL_-1204588041', u'MULTIEQUAL_-1204588279'), ('tmp_23333', u'CALL_-1204596280'), (u'MULTIEQUAL_-1204587180', u'MULTIEQUAL_-1204587170'), ('const-0', u'STORE_-1204599868'), (u'INDIRECT_-1204588512', u'MULTIEQUAL_-1204588380'), (u'CALL_-1204597094', u'INDIRECT_-1204589851'), (u'MULTIEQUAL_-1204589640', u'MULTIEQUAL_-1204589488'), (u'INDIRECT_-1204587539', u'MULTIEQUAL_-1204588274'), (u'STORE_-1204597706', u'INDIRECT_-1204589771'), ('const-0', u'INT_EQUAL_-1204596760'), (u'CALL_-1204596125', u'INDIRECT_-1204590525'), (u'COPY_-1204586419', u'MULTIEQUAL_-1204592756'), (u'CALL_-1204595499', u'INDIRECT_-1204588908'), (u'CALL_-1204594260', u'INDIRECT_-1204587567'), (u'MULTIEQUAL_-1204589838', u'MULTIEQUAL_-1204589695'), (u'MULTIEQUAL_-1204588903', u'MULTIEQUAL_-1204588875'), (u'INDIRECT_-1204589798', u'MULTIEQUAL_-1204589665'), (u'PTRSUB_-1204586768', u'CALL_-1204595303'), (u'LOAD_-1204594503', u'STORE_-1204594381'), (u'INDIRECT_-1204589423', u'MULTIEQUAL_-1204589299'), ('const--136', u'PTRSUB_-1204588092'), ('const-1', u'PTRADD_-1204593169'), (u'MULTIEQUAL_-1204588279', u'MULTIEQUAL_-1204588274'), (u'COPY_-1204586542', u'MULTIEQUAL_-1204591212'), (u'PTRSUB_-1204585340', u'CALL_-1204594740'), (u'INDIRECT_-1204588804', u'MULTIEQUAL_-1204588677'), (u'CALL_-1204594124', u'INDIRECT_-1204586680'), (u'INDIRECT_-1204588506', u'MULTIEQUAL_-1204588816'), (u'INDIRECT_-1204587691', u'MULTIEQUAL_-1204587544'), (u'CALL_-1204594124', u'INDIRECT_-1204587477'), (u'STORE_-1204597706', u'INDIRECT_-1204589375'), (u'CALL_-1204594219', u'INDIRECT_-1204587342'), ('tmp_23333', u'CALL_-1204593828'), (u'CALL_-1204593936', u'INDIRECT_-1204587957'), (u'INDIRECT_-1204588747', u'MULTIEQUAL_-1204589070'), ('tmp_2912', u'BRANCH_-1204596193'), (u'STORE_-1204599219', u'INDIRECT_-1204589754'), (u'INDIRECT_-1204592174', u'MULTIEQUAL_-1204592068'), (u'CALL_-1204595453', u'INDIRECT_-1204588325'), (u'PTRADD_-1204594530', u'LOAD_-1204594592'), (u'INDIRECT_-1204586772', u'MULTIEQUAL_-1204587081'), (u'INDIRECT_-1204590809', u'MULTIEQUAL_-1204590696'), ('tmp_1693', u'CBRANCH_-1204598693'), (u'CALL_-1204594275', u'INDIRECT_-1204586980'), (u'COPY_-1204584744', u'CALL_-1204593692'), (u'CALL_-1204594604', u'INDIRECT_-1204587569'), ('tmp_5440', u'BRANCH_-1204595359'), (u'MULTIEQUAL_-1204590200', u'MULTIEQUAL_-1204589263'), ('const-0', u'INT_NOTEQUAL_-1204595993'), (u'CALL_-1204595893', u'INDIRECT_-1204588017'), (u'INDIRECT_-1204588234', u'INT_NOTEQUAL_-1204596873'), (u'MULTIEQUAL_-1204591152', u'MULTIEQUAL_-1204591876'), ('tmp_23333', u'CALL_-1204594232'), (u'MULTIEQUAL_-1204592386', u'COPY_-1204587698'), (u'CALL_-1204596210', u'INDIRECT_-1204589979'), (u'MULTIEQUAL_-1204593915', u'LOAD_-1204599716'), (u'CALL_-1204594219', u'INDIRECT_-1204588139'), ('tmp_5516', u'CBRANCH_-1204594882'), (u'INDIRECT_-1204587340', u'MULTIEQUAL_-1204589032'), ('const-1', u'PTRADD_-1204595864'), ('const-1', u'COPY_-1204587815'), ('const-3738080', u'PTRSUB_-1204587531'), (u'MULTIEQUAL_-1204589004', u'MULTIEQUAL_-1204588756'), (u'INDIRECT_-1204589356', u'MULTIEQUAL_-1204589640'), (u'LOAD_-1204598361', u'BRANCHIND_-1204598284'), (u'INDIRECT_-1204590545', u'MULTIEQUAL_-1204591031'), (u'LOAD_-1204598454', u'INT_EQUAL_-1204598439'), (u'INDIRECT_-1204587450', u'MULTIEQUAL_-1204587356'), ('const-433', u'LOAD_-1204598185'), (u'CALL_-1204599288', u'INDIRECT_-1204590401'), (u'INDIRECT_-1204587561', u'MULTIEQUAL_-1204587411'), (u'CALL_-1204595453', u'INDIRECT_-1204588924'), (u'INDIRECT_-1204590000', u'MULTIEQUAL_-1204589882'), (u'INDIRECT_-1204587399', u'MULTIEQUAL_-1204587415'), ('const-0', u'SUBPIECE_-1204586631'), (u'SUBPIECE_-1204586508', u'PIECE_-1204586506'), (u'INDIRECT_-1204588829', u'MULTIEQUAL_-1204588705'), (u'INDIRECT_-1204586838', u'MULTIEQUAL_-1204586676'), (u'MULTIEQUAL_-1204591229', u'MULTIEQUAL_-1204590898'), (u'MULTIEQUAL_-1204591472', u'MULTIEQUAL_-1204591443'), (u'CALL_-1204597977', u'INDIRECT_-1204589144'), (u'INDIRECT_-1204588017', u'MULTIEQUAL_-1204588471'), (u'INDIRECT_-1204587461', u'MULTIEQUAL_-1204587291'), (u'INDIRECT_-1204588549', u'MULTIEQUAL_-1204588872'), (u'LOAD_-1204594404', u'INT_NOTEQUAL_-1204594388'), (u'MULTIEQUAL_-1204590860', u'MULTIEQUAL_-1204590771'), ('tmp_5693', u'BRANCH_-1204594703'), (u'MULTIEQUAL_-1204594781', u'COPY_-1204587720'), (u'INDIRECT_-1204588444', u'MULTIEQUAL_-1204589403'), (u'INDIRECT_-1204588568', u'MULTIEQUAL_-1204590437'), (u'MULTIEQUAL_-1204592756', u'INT_NOTEQUAL_-1204597919'), (u'INDIRECT_-1204586894', u'MULTIEQUAL_-1204586820'), (u'CALL_-1204597991', u'INDIRECT_-1204589754'), (u'CALL_-1204596125', u'INT_EQUAL_-1204596110'), (u'CALL_-1204594275', u'INDIRECT_-1204587579'), (u'MULTIEQUAL_-1204587170', u'MULTIEQUAL_-1204588273'), (u'MULTIEQUAL_-1204591212', u'COPY_-1204586749'), (u'INDIRECT_-1204588733', u'CALL_-1204596253'), (u'CALL_-1204594604', u'INDIRECT_-1204587371'), ('tmp_246', u'CBRANCH_-1204599739'), (u'PTRSUB_-1204587914', u'CALL_-1204597409'), (u'MULTIEQUAL_-1204590696', u'MULTIEQUAL_-1204591457'), (u'CALL_-1204597074', u'INDIRECT_-1204588642'), ('const-433', u'STORE_-1204593982'), (u'MULTIEQUAL_-1204588756', u'MULTIEQUAL_-1204589004'), (u'INDIRECT_-1204588441', u'MULTIEQUAL_-1204588636'), (u'CALL_-1204593272', u'INDIRECT_-1204587065'), ('const-1', u'PTRADD_-1204588239'), (u'MULTIEQUAL_-1204588608', u'MULTIEQUAL_-1204588380'), ('const-433', u'LOAD_-1204594776'), (u'STORE_-1204595903', u'INDIRECT_-1204587567'), (u'CALL_-1204599308', u'INDIRECT_-1204591008'), ('const-95', u'INT_NOTEQUAL_-1204597963'), (u'LOAD_-1204599307', u'CAST_-1204587932'), ('const-1', u'INT_LESS_-1204593243'), (u'INDIRECT_-1204589554', u'MULTIEQUAL_-1204589838'), (u'COPY_-1204587815', u'MULTIEQUAL_-1204588284'), (u'MULTIEQUAL_-1204588872', u'MULTIEQUAL_-1204588784'), (u'INDIRECT_-1204589457', u'MULTIEQUAL_-1204589269'), (u'STORE_-1204594426', u'INDIRECT_-1204587771'), (u'CALL_-1204597596', u'CAST_-1204586866'), (u'INDIRECT_-1204586232', u'MULTIEQUAL_-1204586088'), ('const-0', u'INT_SLESS_-1204595852')]
null
null
002c4370
x64
O2
(translation_unit "int FUN_002c4370(byte *param_1,long *param_2,long *param_3)\n\n{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n undefined4 uVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n int local_98;\n uint local_94;\n long local_90;\n char *local_88;\n char *local_80;\n undefined8 local_78;\n void *local_68;\n void *local_60;\n undefined8 local_58;\n \n iVar19 = 0;\n iVar17 = 1;\n param_3[2] = 0;\n local_78 = 0;\n local_80 = (char *)0x0;\n local_88 = (char *)0x0;\n param_3[1] = 0;\n *param_3 = 0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = local_88;\n bVar2 = false;\nswitchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = (char *)*param_2;\n bVar2 = true;\n iVar18 = (int)*pcVar12;\n switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );\nswitchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n FUN_002c2e90(&local_88,&DAT_003763cb);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *param_2 = (long)(pcVar8 + 1);\nLAB_002c451d:\n FUN_002c2e90(&local_88,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }\n if (iVar19 == 0) {\n iVar19 = iVar18;\n }\nLAB_002c4ac1:\n pcVar8 = local_80;\n if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }\n return iVar17;\n}\n\n" (function_definition "int FUN_002c4370(byte *param_1,long *param_2,long *param_3)\n\n{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n undefined4 uVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n int local_98;\n uint local_94;\n long local_90;\n char *local_88;\n char *local_80;\n undefined8 local_78;\n void *local_68;\n void *local_60;\n undefined8 local_58;\n \n iVar19 = 0;\n iVar17 = 1;\n param_3[2] = 0;\n local_78 = 0;\n local_80 = (char *)0x0;\n local_88 = (char *)0x0;\n param_3[1] = 0;\n *param_3 = 0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = local_88;\n bVar2 = false;\nswitchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = (char *)*param_2;\n bVar2 = true;\n iVar18 = (int)*pcVar12;\n switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );\nswitchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n FUN_002c2e90(&local_88,&DAT_003763cb);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *param_2 = (long)(pcVar8 + 1);\nLAB_002c451d:\n FUN_002c2e90(&local_88,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }\n if (iVar19 == 0) {\n iVar19 = iVar18;\n }\nLAB_002c4ac1:\n pcVar8 = local_80;\n if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }\n return iVar17;\n}" primitive_type (function_declarator "FUN_002c4370(byte *param_1,long *param_2,long *param_3)" identifier (parameter_list "(byte *param_1,long *param_2,long *param_3)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n undefined4 uVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n int local_98;\n uint local_94;\n long local_90;\n char *local_88;\n char *local_80;\n undefined8 local_78;\n void *local_68;\n void *local_60;\n undefined8 local_58;\n \n iVar19 = 0;\n iVar17 = 1;\n param_3[2] = 0;\n local_78 = 0;\n local_80 = (char *)0x0;\n local_88 = (char *)0x0;\n param_3[1] = 0;\n *param_3 = 0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = local_88;\n bVar2 = false;\nswitchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = (char *)*param_2;\n bVar2 = true;\n iVar18 = (int)*pcVar12;\n switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );\nswitchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n FUN_002c2e90(&local_88,&DAT_003763cb);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *param_2 = (long)(pcVar8 + 1);\nLAB_002c451d:\n FUN_002c2e90(&local_88,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }\n if (iVar19 == 0) {\n iVar19 = iVar18;\n }\nLAB_002c4ac1:\n pcVar8 = local_80;\n if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }\n return iVar17;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar14;" type_identifier identifier ;) (declaration "int *piVar15;" primitive_type (pointer_declarator "*piVar15" * identifier) ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "int iVar19;" primitive_type identifier ;) (declaration "int local_98;" primitive_type identifier ;) (declaration "uint local_94;" type_identifier identifier ;) (declaration "long local_90;" (sized_type_specifier "long" long) identifier ;) (declaration "char *local_88;" primitive_type (pointer_declarator "*local_88" * identifier) ;) (declaration "char *local_80;" primitive_type (pointer_declarator "*local_80" * identifier) ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "void *local_68;" primitive_type (pointer_declarator "*local_68" * identifier) ;) (declaration "void *local_60;" primitive_type (pointer_declarator "*local_60" * identifier) ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (expression_statement "iVar19 = 0;" (assignment_expression "iVar19 = 0" identifier = number_literal) ;) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = 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 "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) (expression_statement "local_80 = (char *)0x0;" (assignment_expression "local_80 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_88 = (char *)0x0;" (assignment_expression "local_88 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) 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 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (labeled_statement "LAB_002c43d8:\n pcVar8 = local_88;" statement_identifier : (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" identifier = identifier) ;)) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) (labeled_statement "switchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" statement_identifier : (if_statement "if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" if (parenthesized_expression "((bVar2) || (iVar17 == 0))" ( (binary_expression "(bVar2) || (iVar17 == 0)" (parenthesized_expression "(bVar2)" ( identifier )) || (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) ))) )) (compound_statement "{\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" { (if_statement "if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (switch_statement "switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }" switch (parenthesized_expression "(*pcVar8)" ( (pointer_expression "*pcVar8" * identifier) )) (compound_statement "{\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }" { (case_statement "case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;" case (char_literal "'B'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar18 = FUN_002c2650(param_2,&local_98);" (assignment_expression "iVar18 = FUN_002c2650(param_2,&local_98)" identifier = (call_expression "FUN_002c2650(param_2,&local_98)" identifier (argument_list "(param_2,&local_98)" ( identifier , (pointer_expression "&local_98" & identifier) )))) ;) (if_statement "if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))" ( (binary_expression "((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98)" (parenthesized_expression "((iVar18 == 0) || (local_98 < 0))" ( (binary_expression "(iVar18 == 0) || (local_98 < 0)" (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) || (parenthesized_expression "(local_98 < 0)" ( (binary_expression "local_98 < 0" identifier < number_literal) ))) )) || (parenthesized_expression "(*(int *)(param_1 + 0x24) <= local_98)" ( (binary_expression "*(int *)(param_1 + 0x24) <= local_98" (pointer_expression "*(int *)(param_1 + 0x24)" * (cast_expression "(int *)(param_1 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) <= identifier) ))) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (expression_statement "pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);" (assignment_expression "pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" identifier = (pointer_expression "*(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" * (cast_expression "(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" ( (binary_expression "*(long *)(param_1 + 0x18) + (long)local_98 * 8" (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) )))) + (binary_expression "(long)local_98 * 8" (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) ;) (break_statement "break;" break ;)) (case_statement "default:\n local_94 = 0;\n goto LAB_002c4c67;" default : (expression_statement "local_94 = 0;" (assignment_expression "local_94 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_002c4c67;" goto statement_identifier ;)) (case_statement "case 'K':" case (char_literal "'K'" ' character ') :) (case_statement "case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;" case (char_literal "'Q'" ' character ') : (expression_statement "iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);" (assignment_expression "iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1)" identifier = (call_expression "FUN_002c6810(param_1,param_2,param_3,0,1)" identifier (argument_list "(param_1,param_2,param_3,0,1)" ( identifier , identifier , identifier , number_literal , number_literal )))) ;) (if_statement "if (iVar17 != 0) goto LAB_002c4ac1;" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;)) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (case_statement "case 'X':" case (char_literal "'X'" ' character ') :) (case_statement "case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;" case (char_literal "'Y'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar18 = FUN_002c2b50(param_2);" (assignment_expression "iVar18 = FUN_002c2b50(param_2)" identifier = (call_expression "FUN_002c2b50(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (if_statement "if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1))))" ( (binary_expression "(iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))" (parenthesized_expression "(iVar18 == -1)" ( (binary_expression "iVar18 == -1" identifier == number_literal) )) || (parenthesized_expression "(((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))" ( (parenthesized_expression "((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1))" ( (binary_expression "(*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)" (parenthesized_expression "(*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18))" ( (binary_expression "*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)" (binary_expression "*(long *)(param_1 + 0x50) != 0" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) != number_literal) && (parenthesized_expression "(*(int *)(param_1 + 0x58) <= iVar18)" ( (binary_expression "*(int *)(param_1 + 0x58) <= iVar18" (pointer_expression "*(int *)(param_1 + 0x58)" * (cast_expression "(int *)(param_1 + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) )))) <= identifier) ))) )) || (parenthesized_expression "(iVar17 = FUN_002c2b50(param_2), iVar17 == -1)" ( (comma_expression "iVar17 = FUN_002c2b50(param_2), iVar17 == -1" (assignment_expression "iVar17 = FUN_002c2b50(param_2)" identifier = (call_expression "FUN_002c2b50(param_2)" identifier (argument_list "(param_2)" ( identifier )))) , (binary_expression "iVar17 == -1" identifier == number_literal)) ))) )) ))) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (if_statement "if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x50) == 0)" ( (binary_expression "*(long *)(param_1 + 0x50) == 0" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }" { (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;) (expression_statement "FUN_002c2ed0(param_3,iVar18);" (call_expression "FUN_002c2ed0(param_3,iVar18)" identifier (argument_list "(param_3,iVar18)" ( identifier , identifier ))) ;) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;) })) (expression_statement "pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);" (assignment_expression "pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" identifier = (pointer_expression "*(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" * (cast_expression "(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" ( (binary_expression "*(long *)(param_1 + 0x50) + (long)iVar18 * 8" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) + (binary_expression "(long)iVar18 * 8" (cast_expression "(long)iVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) ;) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;)) })) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_002c2e90(param_3);\n }" { (expression_statement "FUN_002c2e90(param_3);" (call_expression "FUN_002c2e90(param_3)" identifier (argument_list "(param_3)" ( identifier ))) ;) })) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;) }))) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (expression_statement "iVar18 = (int)*pcVar12;" (assignment_expression "iVar18 = (int)*pcVar12" identifier = (cast_expression "(int)*pcVar12" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar12" * identifier))) ;) (switch_statement "switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }" switch (parenthesized_expression "(iVar18 - 0x41U & 0xff)" ( (binary_expression "iVar18 - 0x41U & 0xff" (binary_expression "iVar18 - 0x41U" identifier - number_literal) & number_literal) )) (compound_statement "{\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }" { (case_statement "case 0:\n goto switchD_002c440e_caseD_0;" case number_literal : (goto_statement "goto switchD_002c440e_caseD_0;" goto statement_identifier ;)) (case_statement "default:\n goto switchD_002c440e_caseD_1;" default : (goto_statement "goto switchD_002c440e_caseD_1;" goto statement_identifier ;)) (case_statement "case 2:" case number_literal :) (case_statement "case 0x15:" case number_literal :) (case_statement "case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" case number_literal : (if_statement "if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" if (parenthesized_expression "((*param_1 & 2) != 0)" ( (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" ( (binary_expression "*param_1 & 2" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" { (if_statement "if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }" if (parenthesized_expression "(local_88 != local_80)" ( (binary_expression "local_88 != local_80" identifier != identifier) )) (compound_statement "{\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }" { (expression_statement "FUN_002c2e60(&local_88,&DAT_0038529f);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038529f)" identifier (argument_list "(&local_88,&DAT_0038529f)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "iVar18 = (int)*pcVar12;" (assignment_expression "iVar18 = (int)*pcVar12" identifier = (cast_expression "(int)*pcVar12" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar12" * identifier))) ;) })) (expression_statement "pcVar8 = (char *)FUN_002c2a50(iVar18);" (assignment_expression "pcVar8 = (char *)FUN_002c2a50(iVar18)" identifier = (cast_expression "(char *)FUN_002c2a50(iVar18)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002c2a50(iVar18)" identifier (argument_list "(iVar18)" ( identifier ))))) ;) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }" { (expression_statement "FUN_002c2e60(&local_88,pcVar8);" (call_expression "FUN_002c2e60(&local_88,pcVar8)" identifier (argument_list "(&local_88,pcVar8)" ( (pointer_expression "&local_88" & identifier) , identifier ))) ;) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) })) }))) (case_statement "case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (if_statement "if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" if (parenthesized_expression "((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0))" ( (binary_expression "(pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)" (parenthesized_expression "(pcVar8 != local_80)" ( (binary_expression "pcVar8 != local_80" identifier != identifier) )) && (parenthesized_expression "((*pcVar8 - 0x26U & 0xfb) == 0)" ( (binary_expression "(*pcVar8 - 0x26U & 0xfb) == 0" (parenthesized_expression "(*pcVar8 - 0x26U & 0xfb)" ( (binary_expression "*pcVar8 - 0x26U & 0xfb" (binary_expression "*pcVar8 - 0x26U" (pointer_expression "*pcVar8" * identifier) - number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" { (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" identifier (argument_list "(&local_88,"(")" ( (pointer_expression "&local_88" & identifier) , (string_literal ""("" " string_content ") ))) ;) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" identifier (argument_list "(&local_88,&DAT_0038e477)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038e477" & identifier) ))) ;) })) (expression_statement "iVar18 = FUN_002c71b0(param_1,param_2,&local_88);" (assignment_expression "iVar18 = FUN_002c71b0(param_1,param_2,&local_88)" identifier = (call_expression "FUN_002c71b0(param_1,param_2,&local_88)" identifier (argument_list "(param_1,param_2,&local_88)" ( identifier , identifier , (pointer_expression "&local_88" & identifier) )))) ;) (if_statement "if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }" if (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) (compound_statement "{\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }" { (expression_statement "cVar5 = *(char *)*param_2;" (assignment_expression "cVar5 = *(char *)*param_2" identifier = (pointer_expression "*(char *)*param_2" * (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)))) ;) (if_statement "if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "((cVar5 == '_') || (cVar5 == '\0'))" ( (binary_expression "(cVar5 == '_') || (cVar5 == '\0')" (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) || (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }" { (if_statement "if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }" if (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) (compound_statement "{\n *param_2 = (long)((char *)*param_2 + 1);\n }" { (expression_statement "*param_2 = (long)((char *)*param_2 + 1);" (assignment_expression "*param_2 = (long)((char *)*param_2 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)((char *)*param_2 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((char *)*param_2 + 1)" ( (binary_expression "(char *)*param_2 + 1" (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) + number_literal) )))) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) })) (break_statement "break;" break ;)) (case_statement "case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" identifier (argument_list "(&local_88,&DAT_0038e477)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038e477" & identifier) ))) ;) (if_statement "if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" if (parenthesized_expression "(*(char *)*param_2 == 'Q')" ( (binary_expression "*(char *)*param_2 == 'Q'" (pointer_expression "*(char *)*param_2" * (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) == (char_literal "'Q'" ' character ')) )) (compound_statement "{\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }" { (if_statement "if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;" if (parenthesized_expression "((DAT_00390a82 & 4) != 0)" ( (binary_expression "(DAT_00390a82 & 4) != 0" (parenthesized_expression "(DAT_00390a82 & 4)" ( (binary_expression "DAT_00390a82 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_002c474d;" goto statement_identifier ;)) (labeled_statement "LAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);" statement_identifier : (expression_statement "iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);" (assignment_expression "iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0)" identifier = (call_expression "FUN_002c6810(param_1,param_2,&local_88,0,0)" identifier (argument_list "(param_1,param_2,&local_88,0,0)" ( identifier , identifier , (pointer_expression "&local_88" & identifier) , number_literal , number_literal )))) ;)) (if_statement "if (iVar17 == 0) goto LAB_002c43d8;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) }) (else_clause "else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" else (compound_statement "{\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" { (expression_statement "pcVar8 = "::";" (assignment_expression "pcVar8 = "::"" identifier = (string_literal ""::"" " string_content ")) ;) (if_statement "if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }" if (parenthesized_expression "((*param_1 & 4) != 0)" ( (binary_expression "(*param_1 & 4) != 0" (parenthesized_expression "(*param_1 & 4)" ( (binary_expression "*param_1 & 4" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar8 = ".";\n }" { (expression_statement "pcVar8 = ".";" (assignment_expression "pcVar8 = "."" identifier = (string_literal ""."" " string_content ")) ;) })) (expression_statement "FUN_002c2e60(&local_88,pcVar8);" (call_expression "FUN_002c2e60(&local_88,pcVar8)" identifier (argument_list "(&local_88,pcVar8)" ( (pointer_expression "&local_88" & identifier) , identifier ))) ;) (expression_statement "bVar14 = *(byte *)*param_2;" (assignment_expression "bVar14 = *(byte *)*param_2" identifier = (pointer_expression "*(byte *)*param_2" * (cast_expression "(byte *)*param_2" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)))) ;) (if_statement "if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }" if (parenthesized_expression "(((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0)" ( (binary_expression "((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0" (parenthesized_expression "((&DAT_003909e0)[(ulong)bVar14 * 2] & 4)" ( (binary_expression "(&DAT_003909e0)[(ulong)bVar14 * 2] & 4" (subscript_expression "(&DAT_003909e0)[(ulong)bVar14 * 2]" (parenthesized_expression "(&DAT_003909e0)" ( (pointer_expression "&DAT_003909e0" & identifier) )) [ (binary_expression "(ulong)bVar14 * 2" (cast_expression "(ulong)bVar14" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) ]) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }" { (labeled_statement "LAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);" statement_identifier : (expression_statement "iVar18 = FUN_002c2aa0(param_2);" (assignment_expression "iVar18 = FUN_002c2aa0(param_2)" identifier = (call_expression "FUN_002c2aa0(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;)) (expression_statement "local_98 = iVar18;" (assignment_expression "local_98 = iVar18" identifier = identifier) ;) (if_statement "if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }" if (parenthesized_expression "(iVar18 != -1)" ( (binary_expression "iVar18 != -1" identifier != number_literal) )) (compound_statement "{\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }" { (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }" if (parenthesized_expression "(iVar18 <= (int)sVar10)" ( (binary_expression "iVar18 <= (int)sVar10" identifier <= (cast_expression "(int)sVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }" { (if_statement "if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }" if (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }" { (expression_statement "FUN_002c2e10(&local_88);" (call_expression "FUN_002c2e10(&local_88)" identifier (argument_list "(&local_88)" ( (pointer_expression "&local_88" & identifier) ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "iVar18 = local_98;" (assignment_expression "iVar18 = local_98" identifier = identifier) ;) })) (expression_statement "*param_2 = (long)(pcVar8 + iVar18);" (assignment_expression "*param_2 = (long)(pcVar8 + iVar18)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + iVar18)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + iVar18)" ( (binary_expression "pcVar8 + iVar18" identifier + identifier) )))) ;) (goto_statement "goto LAB_002c4796;" goto statement_identifier ;) })) })) (break_statement "break;" break ;) })) (if_statement "if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" if (parenthesized_expression "((byte)(bVar14 + 0xa8) < 2)" ( (binary_expression "(byte)(bVar14 + 0xa8) < 2" (call_expression "(byte)(bVar14 + 0xa8)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar14 + 0xa8)" ( (binary_expression "bVar14 + 0xa8" identifier + number_literal) ))) < number_literal) )) (compound_statement "{\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }" { (expression_statement "FUN_002c4370(param_1,param_2,&local_68);" (call_expression "FUN_002c4370(param_1,param_2,&local_68)" identifier (argument_list "(param_1,param_2,&local_68)" ( identifier , identifier , (pointer_expression "&local_68" & identifier) ))) ;) (if_statement "if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }" if (parenthesized_expression "((local_68 != local_60) && ((int)local_60 != (int)local_68))" ( (binary_expression "(local_68 != local_60) && ((int)local_60 != (int)local_68)" (parenthesized_expression "(local_68 != local_60)" ( (binary_expression "local_68 != local_60" identifier != identifier) )) && (parenthesized_expression "((int)local_60 != (int)local_68)" ( (binary_expression "(int)local_60 != (int)local_68" (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) != (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier)) ))) )) (compound_statement "{\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }" { (labeled_statement "LAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);" statement_identifier : (expression_statement "FUN_002c2e10(&local_88,local_68);" (call_expression "FUN_002c2e10(&local_88,local_68)" identifier (argument_list "(&local_88,local_68)" ( (pointer_expression "&local_88" & identifier) , identifier ))) ;)) })) }) (else_clause "else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" else (compound_statement "{\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" { (if_statement "if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }" if (parenthesized_expression "(bVar14 != 0x74)" ( (binary_expression "bVar14 != 0x74" identifier != number_literal) )) (compound_statement "{\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }" { (if_statement "if (bVar14 == 0x51) goto LAB_002c46ab;" if (parenthesized_expression "(bVar14 == 0x51)" ( (binary_expression "bVar14 == 0x51" identifier == number_literal) )) (goto_statement "goto LAB_002c46ab;" goto statement_identifier ;)) (break_statement "break;" break ;) })) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);" (assignment_expression "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1)" identifier = (call_expression "FUN_002c6110(param_1,param_2,&local_68,0,1,1)" identifier (argument_list "(param_1,param_2,&local_68,0,1,1)" ( identifier , identifier , (pointer_expression "&local_68" & identifier) , number_literal , number_literal , number_literal )))) ;) (if_statement "if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (compound_statement "{\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }" { (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" if (parenthesized_expression "(local_68 != (void *)0x0)" ( (binary_expression "local_68 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_68);\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) (if_statement "if ((int)local_60 != (int)local_68) goto LAB_002c4b57;" if (parenthesized_expression "((int)local_60 != (int)local_68)" ( (binary_expression "(int)local_60 != (int)local_68" (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) != (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_002c4b57;" goto statement_identifier ;)) }))) (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" if (parenthesized_expression "(local_68 != (void *)0x0)" ( (binary_expression "local_68 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_68);\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) })) }))) (labeled_statement "LAB_002c4796:\n FUN_002c2e60(&local_88,"(");" statement_identifier : (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" identifier (argument_list "(&local_88,"(")" ( (pointer_expression "&local_88" & identifier) , (string_literal ""("" " string_content ") ))) ;)) (expression_statement "pbVar11 = (byte *)*param_2;" (assignment_expression "pbVar11 = (byte *)*param_2" identifier = (cast_expression "(byte *)*param_2" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "bVar14 = *pbVar11;" (assignment_expression "bVar14 = *pbVar11" identifier = (pointer_expression "*pbVar11" * identifier)) ;) (if_statement "if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }" if (parenthesized_expression "((byte)(bVar14 - 0x43) < 0x33)" ( (binary_expression "(byte)(bVar14 - 0x43) < 0x33" (call_expression "(byte)(bVar14 - 0x43)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar14 - 0x43)" ( (binary_expression "bVar14 - 0x43" identifier - number_literal) ))) < number_literal) )) (compound_statement "{\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }" { (if_statement "if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" if (parenthesized_expression "((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0)" ( (binary_expression "(0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0" (parenthesized_expression "(0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1)" ( (binary_expression "0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1" (binary_expression "0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f)" number_literal >> (parenthesized_expression "((ulong)(bVar14 - 0x43) & 0x3f)" ( (binary_expression "(ulong)(bVar14 - 0x43) & 0x3f" (call_expression "(ulong)(bVar14 - 0x43)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar14 - 0x43)" ( (binary_expression "bVar14 - 0x43" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar18 = 0;\n }" { (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" else (compound_statement "{\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" { (if_statement "if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }" if (parenthesized_expression "(bVar14 == 0x56)" ( (binary_expression "bVar14 == 0x56" identifier == number_literal) )) (compound_statement "{\n iVar18 = 2;\n }" { (expression_statement "iVar18 = 2;" (assignment_expression "iVar18 = 2" identifier = number_literal) ;) }) (else_clause "else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }" else (if_statement "if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }" if (parenthesized_expression "(bVar14 == 0x75)" ( (binary_expression "bVar14 == 0x75" identifier == number_literal) )) (compound_statement "{\n iVar18 = 4;\n }" { (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }" else (compound_statement "{\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar18 = 1;\n }" { (if_statement "if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "(bVar14 != 0x43)" ( (binary_expression "bVar14 != 0x43" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar18 = 1;" (assignment_expression "iVar18 = 1" identifier = number_literal) ;) }))))) (expression_statement "*param_2 = (long)(pbVar11 + 1);" (assignment_expression "*param_2 = (long)(pbVar11 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pbVar11 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pbVar11 + 1)" ( (binary_expression "pbVar11 + 1" identifier + number_literal) )))) ;) (expression_statement "bVar14 = pbVar11[1];" (assignment_expression "bVar14 = pbVar11[1]" identifier = (subscript_expression "pbVar11[1]" identifier [ number_literal ])) ;) (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) }))) (if_statement "if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }" if (parenthesized_expression "(bVar14 == 0x46)" ( (binary_expression "bVar14 == 0x46" identifier == number_literal) )) (compound_statement "{\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }" { (expression_statement "*param_2 = (long)(pbVar11 + 1);" (assignment_expression "*param_2 = (long)(pbVar11 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pbVar11 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pbVar11 + 1)" ( (binary_expression "pbVar11 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar6 = FUN_002c71b0(param_1,param_2,&local_88);" (assignment_expression "iVar6 = FUN_002c71b0(param_1,param_2,&local_88)" identifier = (call_expression "FUN_002c71b0(param_1,param_2,&local_88)" identifier (argument_list "(param_1,param_2,&local_88)" ( identifier , identifier , (pointer_expression "&local_88" & identifier) )))) ;) (if_statement "if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "((iVar6 != 0) && (*(char *)*param_2 == '_'))" ( (binary_expression "(iVar6 != 0) && (*(char *)*param_2 == '_')" (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(char *)*param_2 == '_')" ( (binary_expression "*(char *)*param_2 == '_'" (pointer_expression "*(char *)*param_2" * (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) == (char_literal "'_'" ' character ')) ))) )) (compound_statement "{\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }" { (expression_statement "*param_2 = (long)((char *)*param_2 + 1);" (assignment_expression "*param_2 = (long)((char *)*param_2 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)((char *)*param_2 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((char *)*param_2 + 1)" ( (binary_expression "(char *)*param_2 + 1" (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) + number_literal) )))) ;) (if_statement "if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }" if (parenthesized_expression "(((*param_1 & 2) != 0) && (iVar18 != 0))" ( (binary_expression "((*param_1 & 2) != 0) && (iVar18 != 0)" (parenthesized_expression "((*param_1 & 2) != 0)" ( (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" ( (binary_expression "*param_1 & 2" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) && (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }" { (if_statement "if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }" if (parenthesized_expression "(local_88 != local_80)" ( (binary_expression "local_88 != local_80" identifier != identifier) )) (compound_statement "{\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(&local_88,&DAT_0038529f);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038529f)" identifier (argument_list "(&local_88,&DAT_0038529f)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "pcVar8 = (char *)FUN_002c29b0(iVar18);" (assignment_expression "pcVar8 = (char *)FUN_002c29b0(iVar18)" identifier = (cast_expression "(char *)FUN_002c29b0(iVar18)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002c29b0(iVar18)" identifier (argument_list "(iVar18)" ( identifier ))))) ;) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_002c2e90(&local_88,pcVar8);\n }" { (expression_statement "FUN_002c2e90(&local_88,pcVar8);" (call_expression "FUN_002c2e90(&local_88,pcVar8)" identifier (argument_list "(&local_88,pcVar8)" ( (pointer_expression "&local_88" & identifier) , identifier ))) ;) })) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) })) })) (break_statement "break;" break ;)) (case_statement "case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002c2e60(&local_88,&DAT_0038c385);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038c385)" identifier (argument_list "(&local_88,&DAT_0038c385)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038c385" & identifier) ))) ;) (if_statement "if (iVar19 == 0) {\n iVar19 = 3;\n }" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (compound_statement "{\n iVar19 = 3;\n }" { (expression_statement "iVar19 = 3;" (assignment_expression "iVar19 = 3" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 0xf:" case number_literal :) (case_statement "case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (if_statement "if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }" if (parenthesized_expression "((*param_1 & 4) == 0)" ( (binary_expression "(*param_1 & 4) == 0" (parenthesized_expression "(*param_1 & 4)" ( (binary_expression "*param_1 & 4" (pointer_expression "*param_1" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }" { (expression_statement "FUN_002c2e60(&local_88,&DAT_0038e21c);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038e21c)" identifier (argument_list "(&local_88,&DAT_0038e21c)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038e21c" & identifier) ))) ;) })) (if_statement "if (iVar19 == 0) {\n iVar19 = 1;\n }" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (compound_statement "{\n iVar19 = 1;\n }" { (expression_statement "iVar19 = 1;" (assignment_expression "iVar19 = 1" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002c2e60(&local_88,&DAT_0038c386);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038c386)" identifier (argument_list "(&local_88,&DAT_0038c386)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038c386" & identifier) ))) ;) (if_statement "if (iVar19 == 0) {\n iVar19 = 2;\n }" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (compound_statement "{\n iVar19 = 2;\n }" { (expression_statement "iVar19 = 2;" (assignment_expression "iVar19 = 2" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar18 = FUN_002c2650(param_2,&local_98);" (assignment_expression "iVar18 = FUN_002c2650(param_2,&local_98)" identifier = (call_expression "FUN_002c2650(param_2,&local_98)" identifier (argument_list "(param_2,&local_98)" ( identifier , (pointer_expression "&local_98" & identifier) )))) ;) (if_statement "if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;" if (parenthesized_expression "(((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98))" ( (binary_expression "((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)" (parenthesized_expression "((iVar18 == 0) || (local_98 < 0))" ( (binary_expression "(iVar18 == 0) || (local_98 < 0)" (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) || (parenthesized_expression "(local_98 < 0)" ( (binary_expression "local_98 < 0" identifier < number_literal) ))) )) || (parenthesized_expression "(*(int *)(param_1 + 0x30) <= local_98)" ( (binary_expression "*(int *)(param_1 + 0x30) <= local_98" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) <= identifier) ))) )) (break_statement "break;" break ;)) (if_statement "if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;" if (parenthesized_expression "(*(int *)(param_1 + 0x7c) < 1)" ( (binary_expression "*(int *)(param_1 + 0x7c) < 1" (pointer_expression "*(int *)(param_1 + 0x7c)" * (cast_expression "(int *)(param_1 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x7c)" ( (binary_expression "param_1 + 0x7c" identifier + number_literal) )))) < number_literal) )) (goto_statement "goto LAB_002c45d1;" goto statement_identifier ;)) (expression_statement "piVar1 = *(int **)(param_1 + 0x70) + 1;" (assignment_expression "piVar1 = *(int **)(param_1 + 0x70) + 1" identifier = (binary_expression "*(int **)(param_1 + 0x70) + 1" (pointer_expression "*(int **)(param_1 + 0x70)" * (cast_expression "(int **)(param_1 + 0x70)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "piVar4 = piVar1;" (assignment_expression "piVar4 = piVar1" identifier = identifier) ;) (expression_statement "piVar15 = *(int **)(param_1 + 0x70);" (assignment_expression "piVar15 = *(int **)(param_1 + 0x70)" identifier = (pointer_expression "*(int **)(param_1 + 0x70)" * (cast_expression "(int **)(param_1 + 0x70)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) ))))) ;) (while_statement "while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }" { (expression_statement "piVar9 = piVar4;" (assignment_expression "piVar9 = piVar4" identifier = identifier) ;) (if_statement "if (local_98 == *piVar15) {\n iVar17 = 0;\n }" if (parenthesized_expression "(local_98 == *piVar15)" ( (binary_expression "local_98 == *piVar15" identifier == (pointer_expression "*piVar15" * identifier)) )) (compound_statement "{\n iVar17 = 0;\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) })) (if_statement "if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;" if (parenthesized_expression "(piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1))" ( (binary_expression "piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)" identifier == (binary_expression "piVar1 + (*(int *)(param_1 + 0x7c) - 1)" identifier + (parenthesized_expression "(*(int *)(param_1 + 0x7c) - 1)" ( (binary_expression "*(int *)(param_1 + 0x7c) - 1" (pointer_expression "*(int *)(param_1 + 0x7c)" * (cast_expression "(int *)(param_1 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x7c)" ( (binary_expression "param_1 + 0x7c" identifier + number_literal) )))) - number_literal) )))) )) (break_statement "break;" break ;)) (expression_statement "piVar4 = piVar9 + 1;" (assignment_expression "piVar4 = piVar9 + 1" identifier = (binary_expression "piVar9 + 1" identifier + number_literal)) ;) (expression_statement "piVar15 = piVar9;" (assignment_expression "piVar15 = piVar9" identifier = identifier) ;) })) (if_statement "if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }" { (labeled_statement "LAB_002c45d1:\n param_2 = &local_90;" statement_identifier : (expression_statement "param_2 = &local_90;" (assignment_expression "param_2 = &local_90" identifier = (pointer_expression "&local_90" & identifier)) ;)) (expression_statement "FUN_002c27d0(param_1);" (call_expression "FUN_002c27d0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "bVar3 = true;" (assignment_expression "bVar3 = true" identifier = true) ;) (expression_statement "local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);" (assignment_expression "local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" * (cast_expression "(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 8) + (long)local_98 * 8)" ( (binary_expression "*(long *)(param_1 + 8) + (long)local_98 * 8" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + (binary_expression "(long)local_98 * 8" (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) })) (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) (labeled_statement "LAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );" statement_identifier : (do_statement "do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );" do (compound_statement "{\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n }" { (expression_statement "cVar5 = *pcVar8;" (assignment_expression "cVar5 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (switch_statement "switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }" switch (parenthesized_expression "(cVar5)" ( identifier )) (compound_statement "{\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }" { (case_statement "case 'C':" case (char_literal "'C'" ' character ') :) (case_statement "case 'V':" case (char_literal "'V'" ' character ') :) (case_statement "case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;" case (char_literal "'u'" ' character ') : (if_statement "if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }" if (parenthesized_expression "((*param_1 & 2) != 0)" ( (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" ( (binary_expression "*param_1 & 2" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }" { (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }" { (expression_statement "FUN_002c2e60(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e60(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "cVar5 = *pcVar8;" (assignment_expression "cVar5 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) })) (expression_statement "pcVar12 = (char *)FUN_002c2a50((int)cVar5);" (assignment_expression "pcVar12 = (char *)FUN_002c2a50((int)cVar5)" identifier = (cast_expression "(char *)FUN_002c2a50((int)cVar5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002c2a50((int)cVar5)" identifier (argument_list "((int)cVar5)" ( (cast_expression "(int)cVar5" ( (type_descriptor "int" primitive_type) ) identifier) ))))) ;) (if_statement "if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }" if (parenthesized_expression "((pcVar12 != (char *)0x0) && (*pcVar12 != '\0'))" ( (binary_expression "(pcVar12 != (char *)0x0) && (*pcVar12 != '\0')" (parenthesized_expression "(pcVar12 != (char *)0x0)" ( (binary_expression "pcVar12 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar12 != '\0')" ( (binary_expression "*pcVar12 != '\0'" (pointer_expression "*pcVar12" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }" { (expression_statement "FUN_002c2e60(param_3,pcVar12);" (call_expression "FUN_002c2e60(param_3,pcVar12)" identifier (argument_list "(param_3,pcVar12)" ( identifier , identifier ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) })) })) (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)pcVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (break_statement "break;" break ;)) (case_statement "default:\n goto code_r0x002c4d90;" default : (goto_statement "goto code_r0x002c4d90;" goto statement_identifier ;)) (case_statement "case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;" case (char_literal "'J'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "FUN_002c2e90(param_3,"__complex");" (call_expression "FUN_002c2e90(param_3,"__complex")" identifier (argument_list "(param_3,"__complex")" ( identifier , (string_literal ""__complex"" " string_content ") ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;" case (char_literal "'S'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "FUN_002c2e90(param_3,"signed");" (call_expression "FUN_002c2e90(param_3,"signed")" identifier (argument_list "(param_3,"signed")" ( identifier , (string_literal ""signed"" " string_content ") ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;" case (char_literal "'U'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "FUN_002c2e90(param_3,"unsigned");" (call_expression "FUN_002c2e90(param_3,"unsigned")" identifier (argument_list "(param_3,"unsigned")" ( identifier , (string_literal ""unsigned"" " string_content ") ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;)) (labeled_statement "switchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);" statement_identifier : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;)) (if_statement "if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" if (parenthesized_expression "((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0))" ( (binary_expression "(pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)" (parenthesized_expression "(pcVar8 != local_80)" ( (binary_expression "pcVar8 != local_80" identifier != identifier) )) && (parenthesized_expression "((*pcVar8 - 0x26U & 0xfb) == 0)" ( (binary_expression "(*pcVar8 - 0x26U & 0xfb) == 0" (parenthesized_expression "(*pcVar8 - 0x26U & 0xfb)" ( (binary_expression "*pcVar8 - 0x26U & 0xfb" (binary_expression "*pcVar8 - 0x26U" (pointer_expression "*pcVar8" * identifier) - number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" { (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" identifier (argument_list "(&local_88,"(")" ( (pointer_expression "&local_88" & identifier) , (string_literal ""("" " string_content ") ))) ;) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" identifier (argument_list "(&local_88,&DAT_0038e477)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038e477" & identifier) ))) ;) })) (expression_statement "FUN_002c2e90(&local_88,&DAT_003763cb);" (call_expression "FUN_002c2e90(&local_88,&DAT_003763cb)" identifier (argument_list "(&local_88,&DAT_003763cb)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_003763cb" & identifier) ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (if_statement "if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }" if (parenthesized_expression "(*pcVar8 != '_')" ( (binary_expression "*pcVar8 != '_'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }" { (expression_statement "iVar17 = FUN_002c3c60(param_1,param_2,&local_88);" (assignment_expression "iVar17 = FUN_002c3c60(param_1,param_2,&local_88)" identifier = (call_expression "FUN_002c3c60(param_1,param_2,&local_88)" identifier (argument_list "(param_1,param_2,&local_88)" ( identifier , identifier , (pointer_expression "&local_88" & identifier) )))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (if_statement "if (*pcVar8 != '_') goto LAB_002c451d;" if (parenthesized_expression "(*pcVar8 != '_')" ( (binary_expression "*pcVar8 != '_'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'_'" ' character ')) )) (goto_statement "goto LAB_002c451d;" goto statement_identifier ;)) })) (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (labeled_statement "LAB_002c451d:\n FUN_002c2e90(&local_88,"]");" statement_identifier : (expression_statement "FUN_002c2e90(&local_88,"]");" (call_expression "FUN_002c2e90(&local_88,"]")" identifier (argument_list "(&local_88,"]")" ( (pointer_expression "&local_88" & identifier) , (string_literal ""]"" " string_content ") ))) ;)) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) (labeled_statement "code_r0x002c4d90:\n pcVar12 = pcVar8;" statement_identifier : (expression_statement "pcVar12 = pcVar8;" (assignment_expression "pcVar12 = pcVar8" identifier = identifier) ;)) (switch_statement "switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }" switch (parenthesized_expression "(cVar5)" ( identifier )) (compound_statement "{\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }" { (case_statement "case '\0':" case (char_literal "'\0'" ' escape_sequence ') :) (case_statement "case '_':\n goto switchD_002c4d9e_caseD_0;" case (char_literal "'_'" ' character ') : (goto_statement "goto switchD_002c4d9e_caseD_0;" goto statement_identifier ;)) (case_statement "default:\n goto switchD_002c4d9e_caseD_1;" default : (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (case_statement "case '0':" case (char_literal "'0'" ' character ') :) (case_statement "case '1':" case (char_literal "'1'" ' character ') :) (case_statement "case '2':" case (char_literal "'2'" ' character ') :) (case_statement "case '3':" case (char_literal "'3'" ' character ') :) (case_statement "case '4':" case (char_literal "'4'" ' character ') :) (case_statement "case '5':" case (char_literal "'5'" ' character ') :) (case_statement "case '6':" case (char_literal "'6'" ' character ') :) (case_statement "case '7':" case (char_literal "'7'" ' character ') :) (case_statement "case '8':" case (char_literal "'8'" ' character ') :) (case_statement "case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;" case (char_literal "'9'" ' character ') : (expression_statement "uVar7 = FUN_002c2890(param_1);" (assignment_expression "uVar7 = FUN_002c2890(param_1)" identifier = (call_expression "FUN_002c2890(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);" (assignment_expression "iVar17 = FUN_002c5ac0(param_1,param_2,&local_68)" identifier = (call_expression "FUN_002c5ac0(param_1,param_2,&local_68)" identifier (argument_list "(param_1,param_2,&local_68)" ( identifier , identifier , (pointer_expression "&local_68" & identifier) )))) ;) (if_statement "if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (if_statement "if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }" if (parenthesized_expression "(local_68 != local_60)" ( (binary_expression "local_68 != local_60" identifier != identifier) )) (compound_statement "{\n iVar17 = (int)local_60 - (int)local_68;\n }" { (expression_statement "iVar17 = (int)local_60 - (int)local_68;" (assignment_expression "iVar17 = (int)local_60 - (int)local_68" identifier = (binary_expression "(int)local_60 - (int)local_68" (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier))) ;) })) (expression_statement "FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);" (call_expression "FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7)" identifier (argument_list "(param_1 + 0x18,local_68,iVar17,uVar7)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , identifier , identifier , identifier ))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;) (expression_statement "FUN_002c2fd0(param_3,&local_68,local_60);" (call_expression "FUN_002c2fd0(param_3,&local_68,local_60)" identifier (argument_list "(param_3,&local_68,local_60)" ( identifier , (pointer_expression "&local_68" & identifier) , identifier ))) ;) })) (goto_statement "goto LAB_002c49cf;" goto statement_identifier ;)) (case_statement "case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;" case (char_literal "'G'" ' character ') : (expression_statement "pcVar12 = pcVar8 + 1;" (assignment_expression "pcVar12 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (long)pcVar12;" (assignment_expression "*param_2 = (long)pcVar12" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)pcVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;" if (parenthesized_expression "(((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0)" ( (binary_expression "((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0" (parenthesized_expression "((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4)" ( (binary_expression "(&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4" (subscript_expression "(&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2]" (parenthesized_expression "(&DAT_003909e0)" ( (pointer_expression "&DAT_003909e0" & identifier) )) [ (binary_expression "(ulong)(byte)pcVar8[1] * 2" (cast_expression "(ulong)(byte)pcVar8[1]" ( (type_descriptor "ulong" type_identifier) ) (cast_expression "(byte)pcVar8[1]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "pcVar8[1]" identifier [ number_literal ]))) * number_literal) ]) & number_literal) )) != number_literal) )) (goto_statement "goto switchD_002c4d9e_caseD_49;" goto statement_identifier ;)) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (case_statement "case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;" case (char_literal "'I'" ' character ') : (labeled_statement "switchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;" statement_identifier : (expression_statement "pcVar8 = pcVar12 + 1;" (assignment_expression "pcVar8 = pcVar12 + 1" identifier = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;)) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)pcVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" if (parenthesized_expression "(pcVar12[1] == '_')" ( (binary_expression "pcVar12[1] == '_'" (subscript_expression "pcVar12[1]" identifier [ number_literal ]) == (char_literal "'_'" ' character ')) )) (compound_statement "{\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "*param_2 = (long)(pcVar12 + 2);" (assignment_expression "*param_2 = (long)(pcVar12 + 2)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 2)" ( (binary_expression "pcVar12 + 2" identifier + number_literal) )))) ;) (expression_statement "pcVar8 = pcVar12 + 2;" (assignment_expression "pcVar8 = pcVar12 + 2" identifier = (binary_expression "pcVar12 + 2" identifier + number_literal)) ;) (do_statement "do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);" do (compound_statement "{\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n }" { (expression_statement "pcVar12 = pcVar8;" (assignment_expression "pcVar12 = pcVar8" identifier = identifier) ;) (expression_statement "cVar5 = *pcVar12;" (assignment_expression "cVar5 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) (expression_statement "lVar13 = (long)(int)lVar16;" (assignment_expression "lVar13 = (long)(int)lVar16" identifier = (cast_expression "(long)(int)lVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)lVar16" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "pcVar8 = pcVar12;" (assignment_expression "pcVar8 = pcVar12" identifier = identifier) ;) (if_statement "if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;" if (parenthesized_expression "((cVar5 == '_') || (cVar5 == '\0'))" ( (binary_expression "(cVar5 == '_') || (cVar5 == '\0')" (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) || (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) )) (goto_statement "goto LAB_002c4e42;" goto statement_identifier ;)) (expression_statement "*(char *)((long)&local_68 + lVar16) = cVar5;" (assignment_expression "*(char *)((long)&local_68 + lVar16) = cVar5" (pointer_expression "*(char *)((long)&local_68 + lVar16)" * (cast_expression "(char *)((long)&local_68 + lVar16)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&local_68 + lVar16)" ( (binary_expression "(long)&local_68 + lVar16" (cast_expression "(long)&local_68" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&local_68" & identifier)) + identifier) )))) = identifier) ;) (expression_statement "pcVar8 = pcVar12 + 1;" (assignment_expression "pcVar8 = pcVar12 + 1" identifier = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)pcVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) while (parenthesized_expression "(lVar16 != 0x24)" ( (binary_expression "lVar16 != 0x24" identifier != number_literal) )) ;) (expression_statement "cVar5 = pcVar12[1];" (assignment_expression "cVar5 = pcVar12[1]" identifier = (subscript_expression "pcVar12[1]" identifier [ number_literal ])) ;) (expression_statement "lVar13 = 0x24;" (assignment_expression "lVar13 = 0x24" identifier = number_literal) ;) (labeled_statement "LAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;" statement_identifier : (if_statement "if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(cVar5 != '_')" ( (binary_expression "cVar5 != '_'" identifier != (char_literal "'_'" ' character ')) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;))) (expression_statement "*(undefined1 *)((long)&local_68 + lVar13) = 0;" (assignment_expression "*(undefined1 *)((long)&local_68 + lVar13) = 0" (pointer_expression "*(undefined1 *)((long)&local_68 + lVar13)" * (cast_expression "(undefined1 *)((long)&local_68 + lVar13)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&local_68 + lVar13)" ( (binary_expression "(long)&local_68 + lVar13" (cast_expression "(long)&local_68" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&local_68" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) }) (else_clause "else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" else (compound_statement "{\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" { (expression_statement "strncpy((char *)&local_68,pcVar8,2);" (call_expression "strncpy((char *)&local_68,pcVar8,2)" identifier (argument_list "((char *)&local_68,pcVar8,2)" ( (cast_expression "(char *)&local_68" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_68" & identifier)) , identifier , number_literal ))) ;) (expression_statement "local_68._0_3_ = (uint3)(ushort)local_68;" (assignment_expression "local_68._0_3_ = (uint3)(ushort)local_68" (field_expression "local_68._0_3_" identifier . field_identifier) = (cast_expression "(uint3)(ushort)local_68" ( (type_descriptor "uint3" type_identifier) ) (cast_expression "(ushort)local_68" ( (type_descriptor "ushort" type_identifier) ) identifier))) ;) (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (1 < sVar10) {\n sVar10 = 2;\n }" if (parenthesized_expression "(1 < sVar10)" ( (binary_expression "1 < sVar10" number_literal < identifier) )) (compound_statement "{\n sVar10 = 2;\n }" { (expression_statement "sVar10 = 2;" (assignment_expression "sVar10 = 2" identifier = number_literal) ;) })) (expression_statement "*param_2 = (long)(pcVar8 + sVar10);" (assignment_expression "*param_2 = (long)(pcVar8 + sVar10)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + sVar10)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + sVar10)" ( (binary_expression "pcVar8 + sVar10" identifier + identifier) )))) ;) }))) (expression_statement "sscanf((char *)&local_68,"%x",&local_94);" (call_expression "sscanf((char *)&local_68,"%x",&local_94)" identifier (argument_list "((char *)&local_68,"%x",&local_94)" ( (cast_expression "(char *)&local_68" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_68" & identifier)) , (string_literal ""%x"" " string_content ") , (pointer_expression "&local_94" & identifier) ))) ;) (expression_statement "sprintf((char *)&local_68,"int%u_t",(ulong)local_94);" (call_expression "sprintf((char *)&local_68,"int%u_t",(ulong)local_94)" identifier (argument_list "((char *)&local_68,"int%u_t",(ulong)local_94)" ( (cast_expression "(char *)&local_68" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_68" & identifier)) , (string_literal ""int%u_t"" " string_content ") , (cast_expression "(ulong)local_94" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (if_statement "if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;" if (parenthesized_expression "((char)local_68 == '\0')" ( (binary_expression "(char)local_68 == '\0'" (cast_expression "(char)local_68" ( (type_descriptor "char" primitive_type) ) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto switchD_002c4d9e_caseD_0;" goto statement_identifier ;)) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,&local_68);" (call_expression "FUN_002c2e90(param_3,&local_68)" identifier (argument_list "(param_3,&local_68)" ( identifier , (pointer_expression "&local_68" & identifier) ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;" case (char_literal "'b'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 5;" (assignment_expression "iVar17 = 5" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,&DAT_0038e008);" (call_expression "FUN_002c2e90(param_3,&DAT_0038e008)" identifier (argument_list "(param_3,&DAT_0038e008)" ( identifier , (pointer_expression "&DAT_0038e008" & identifier) ))) ;) (expression_statement "iVar18 = 5;" (assignment_expression "iVar18 = 5" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;" case (char_literal "'c'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 6;" (assignment_expression "iVar17 = 6" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"char");" (call_expression "FUN_002c2e90(param_3,"char")" identifier (argument_list "(param_3,"char")" ( identifier , (string_literal ""char"" " string_content ") ))) ;) (expression_statement "iVar18 = 6;" (assignment_expression "iVar18 = 6" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;" case (char_literal "'d'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"double");" (call_expression "FUN_002c2e90(param_3,"double")" identifier (argument_list "(param_3,"double")" ( identifier , (string_literal ""double"" " string_content ") ))) ;) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;" case (char_literal "'f'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"float");" (call_expression "FUN_002c2e90(param_3,"float")" identifier (argument_list "(param_3,"float")" ( identifier , (string_literal ""float"" " string_content ") ))) ;) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;" case (char_literal "'i'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"int");" (call_expression "FUN_002c2e90(param_3,"int")" identifier (argument_list "(param_3,"int")" ( identifier , (string_literal ""int"" " string_content ") ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;" case (char_literal "'l'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"long");" (call_expression "FUN_002c2e90(param_3,"long")" identifier (argument_list "(param_3,"long")" ( identifier , (string_literal ""long"" " string_content ") ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;" case (char_literal "'r'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"long double");" (call_expression "FUN_002c2e90(param_3,"long double")" identifier (argument_list "(param_3,"long double")" ( identifier , (string_literal ""long double"" " string_content ") ))) ;) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;" case (char_literal "'s'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"short");" (call_expression "FUN_002c2e90(param_3,"short")" identifier (argument_list "(param_3,"short")" ( identifier , (string_literal ""short"" " string_content ") ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;" case (char_literal "'t'" ' character ') : (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);" (assignment_expression "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1)" identifier = (call_expression "FUN_002c6110(param_1,param_2,&local_68,0,1,1)" identifier (argument_list "(param_1,param_2,&local_68,0,1,1)" ( identifier , identifier , (pointer_expression "&local_68" & identifier) , number_literal , number_literal , number_literal )))) ;) (expression_statement "FUN_002c2fd0(param_3,&local_68,local_60);" (call_expression "FUN_002c2fd0(param_3,&local_68,local_60)" identifier (argument_list "(param_3,&local_68,local_60)" ( identifier , (pointer_expression "&local_68" & identifier) , identifier ))) ;) (labeled_statement "LAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }" statement_identifier : (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" if (parenthesized_expression "(local_68 != (void *)0x0)" ( (binary_expression "local_68 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_68);\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) }))) (if_statement "if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }" { (labeled_statement "switchD_002c4d9e_caseD_0:\n iVar17 = 4;" statement_identifier : (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;)) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;) })) (labeled_statement "switchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }" statement_identifier : (if_statement "if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }" if (parenthesized_expression "((void *)*param_3 != (void *)0x0)" ( (binary_expression "(void *)*param_3 != (void *)0x0" (cast_expression "(void *)*param_3" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * 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[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\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[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 "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) }))) (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" identifier = identifier) ;) (goto_statement "goto LAB_002c4a23;" goto statement_identifier ;)) (case_statement "case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;" case (char_literal "'v'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,&DAT_0038e003);" (call_expression "FUN_002c2e90(param_3,&DAT_0038e003)" identifier (argument_list "(param_3,&DAT_0038e003)" ( identifier , (pointer_expression "&DAT_0038e003" & identifier) ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;" case (char_literal "'w'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 6;" (assignment_expression "iVar17 = 6" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"wchar_t");" (call_expression "FUN_002c2e90(param_3,"wchar_t")" identifier (argument_list "(param_3,"wchar_t")" ( identifier , (string_literal ""wchar_t"" " string_content ") ))) ;) (expression_statement "iVar18 = 6;" (assignment_expression "iVar18 = 6" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;" case (char_literal "'x'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"long long");" (call_expression "FUN_002c2e90(param_3,"long long")" identifier (argument_list "(param_3,"long long")" ( identifier , (string_literal ""long long"" " string_content ") ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;)) })) (if_statement "if (iVar19 == 0) {\n iVar19 = iVar18;\n }" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (compound_statement "{\n iVar19 = iVar18;\n }" { (expression_statement "iVar19 = iVar18;" (assignment_expression "iVar19 = iVar18" identifier = identifier) ;) })) (labeled_statement "LAB_002c4ac1:\n pcVar8 = local_80;" statement_identifier : (expression_statement "pcVar8 = local_80;" (assignment_expression "pcVar8 = local_80" identifier = identifier) ;)) (if_statement "if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }" if (parenthesized_expression "(local_88 != local_80)" ( (binary_expression "local_88 != local_80" identifier != identifier) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) (expression_statement "FUN_002c2fd0(param_3,&local_88,local_80);" (call_expression "FUN_002c2fd0(param_3,&local_88,local_80)" identifier (argument_list "(param_3,&local_88,local_80)" ( identifier , (pointer_expression "&local_88" & identifier) , identifier ))) ;) (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" identifier = identifier) ;) })) (labeled_statement "LAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }" statement_identifier : (if_statement "if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }" if (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(pcVar8);\n }" { (expression_statement "free(pcVar8);" (call_expression "free(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier ))) ;) }))) (if_statement "if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }" { (expression_statement "*(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;" (assignment_expression "*(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1" (pointer_expression "*(int *)(param_1 + 0x7c)" * (cast_expression "(int *)(param_1 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x7c)" ( (binary_expression "param_1 + 0x7c" identifier + number_literal) )))) = (binary_expression "*(int *)(param_1 + 0x7c) + -1" (pointer_expression "*(int *)(param_1 + 0x7c)" * (cast_expression "(int *)(param_1 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x7c)" ( (binary_expression "param_1 + 0x7c" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }" if (parenthesized_expression "((iVar17 != 0) && (iVar17 = 4, iVar19 != 0))" ( (binary_expression "(iVar17 != 0) && (iVar17 = 4, iVar19 != 0)" (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar17 = 4, iVar19 != 0)" ( (comma_expression "iVar17 = 4, iVar19 != 0" (assignment_expression "iVar17 = 4" identifier = number_literal) , (binary_expression "iVar19 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar17 = iVar19;\n }" { (expression_statement "iVar17 = iVar19;" (assignment_expression "iVar17 = iVar19" identifier = identifier) ;) })) (return_statement "return iVar17;" return identifier ;) })))
(translation_unit "int do_type(work_stuff *work,char **mangled,string *result)\n\n{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n int iVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int n;\n uint dec;\n char *remembered_type;\n string decl;\n string temp;\n \n iVar18 = 0;\n iVar17 = 1;\n result->e = (char *)0x0;\n decl.e = (char *)0x0;\n decl.p = (char *)0x0;\n decl.b = (char *)0x0;\n result->p = (char *)0x0;\n result->b = (char *)0x0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = decl.b;\n bVar2 = false;\nswitchD_002c440e_caseD_42:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = *mangled;\n switch(*pcVar8) {\n case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;\n default:\n dec = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;\n case 'X':\n case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(result,pcVar8);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = *mangled;\n bVar2 = true;\n cVar5 = *pcVar12;\n switch(cVar5) {\n case 'A':\n goto switchD_002c440e_caseD_41;\n default:\n goto switchD_002c440e_caseD_42;\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }\n pcVar8 = demangle_qualifier((int)cVar5);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }\n }\n case 'G':\n *mangled = pcVar12 + 1;\n goto LAB_002c43d8;\n case 'F':\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n iVar6 = demangle_nested_args(work,mangled,&decl);\n if (iVar6 != 0) {\n cVar5 = **mangled;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 'M':\n *mangled = pcVar12 + 1;\n string_append(&decl,")");\n if (**mangled == 'Q') {\n if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }\nLAB_002c4796:\n string_prepend(&decl,"(");\n pbVar11 = (byte *)*mangled;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 'O':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&&");\n if (iVar18 == 0) {\n iVar18 = 3;\n }\n goto LAB_002c43d8;\n case 'P':\n case 'p':\n *mangled = pcVar12 + 1;\n if ((work->options & 4) == 0) {\n string_prepend(&decl,"*");\n }\n if (iVar18 == 0) {\n iVar18 = 1;\n }\n goto LAB_002c43d8;\n case 'R':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&");\n if (iVar18 == 0) {\n iVar18 = 2;\n }\n goto LAB_002c43d8;\n case 'T':\n *mangled = pcVar12 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)) break;\n if (work->nproctypes < 1) goto LAB_002c45d1;\n piVar1 = work->proctypevec + 1;\n piVar4 = piVar1;\n piVar15 = work->proctypevec;\n while( true ) {\n piVar9 = piVar4;\n if (n == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (work->nproctypes - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n mangled = &remembered_type;\n push_processed_type(work,n);\n bVar3 = true;\n remembered_type = work->typevec[n];\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;\n case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;\n case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;\n }\n } while( true );\nswitchD_002c440e_caseD_41:\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n string_append(&decl,"[");\n pcVar8 = *mangled;\n if (*pcVar8 != '_') {\n iVar17 = demangle_template_value_parm(work,mangled,&decl,tk_integral);\n pcVar8 = *mangled;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *mangled = pcVar8 + 1;\nLAB_002c451d:\n string_append(&decl,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n iVar6 = register_Btype(work);\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_class_name(work,mangled,&temp);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }\n remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 1;\n string_appends(result,&temp,(string *)temp.p);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *mangled = pcVar12;\n if ((_sch_istable[(byte)pcVar8[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *mangled = pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *mangled = pcVar12 + 2;\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&temp.b + lVar13) = 0;\n *mangled = pcVar8 + 1;\n }\n else {\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }\n sscanf((char *)&temp,"%x",&dec);\n sprintf((char *)&temp,"int%u_t",(ulong)dec);\n if (result->b != result->p) {\n string_append(result," ");\n }\n if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n string_append(result,(char *)&temp);\n iVar6 = 4;\n break;\n case 'b':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 5;\n string_append(result,"bool");\n iVar6 = 5;\n break;\n case 'c':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"char");\n iVar6 = 6;\n break;\n case 'd':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"double");\n iVar6 = 7;\n break;\n case 'f':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"float");\n iVar6 = 7;\n break;\n case 'i':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"int");\n iVar6 = 4;\n break;\n case 'l':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long");\n iVar6 = 4;\n break;\n case 'r':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"long double");\n iVar6 = 7;\n break;\n case 's':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"short");\n iVar6 = 4;\n break;\n case 't':\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n string_appends(result,&temp,(string *)temp.p);\nLAB_002c49cf:\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar6 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if (result->b != (char *)0x0) {\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }\n iVar17 = 0;\n pcVar8 = decl.b;\n goto LAB_002c4a23;\n case 'v':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"void");\n iVar6 = 4;\n break;\n case 'w':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"wchar_t");\n iVar6 = 6;\n break;\n case 'x':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long long");\n iVar6 = 4;\n }\n if (iVar18 == 0) {\n iVar18 = iVar6;\n }\nLAB_002c4ac1:\n pcVar8 = decl.p;\n if (decl.b != decl.p) {\n string_append(result," ");\n string_appends(result,&decl,(string *)decl.p);\n pcVar8 = decl.b;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n work->nproctypes = work->nproctypes + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar18 != 0)) {\n iVar17 = iVar18;\n }\n return iVar17;\n}\n\n" (function_definition "int do_type(work_stuff *work,char **mangled,string *result)\n\n{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n int iVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int n;\n uint dec;\n char *remembered_type;\n string decl;\n string temp;\n \n iVar18 = 0;\n iVar17 = 1;\n result->e = (char *)0x0;\n decl.e = (char *)0x0;\n decl.p = (char *)0x0;\n decl.b = (char *)0x0;\n result->p = (char *)0x0;\n result->b = (char *)0x0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = decl.b;\n bVar2 = false;\nswitchD_002c440e_caseD_42:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = *mangled;\n switch(*pcVar8) {\n case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;\n default:\n dec = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;\n case 'X':\n case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(result,pcVar8);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = *mangled;\n bVar2 = true;\n cVar5 = *pcVar12;\n switch(cVar5) {\n case 'A':\n goto switchD_002c440e_caseD_41;\n default:\n goto switchD_002c440e_caseD_42;\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }\n pcVar8 = demangle_qualifier((int)cVar5);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }\n }\n case 'G':\n *mangled = pcVar12 + 1;\n goto LAB_002c43d8;\n case 'F':\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n iVar6 = demangle_nested_args(work,mangled,&decl);\n if (iVar6 != 0) {\n cVar5 = **mangled;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 'M':\n *mangled = pcVar12 + 1;\n string_append(&decl,")");\n if (**mangled == 'Q') {\n if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }\nLAB_002c4796:\n string_prepend(&decl,"(");\n pbVar11 = (byte *)*mangled;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 'O':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&&");\n if (iVar18 == 0) {\n iVar18 = 3;\n }\n goto LAB_002c43d8;\n case 'P':\n case 'p':\n *mangled = pcVar12 + 1;\n if ((work->options & 4) == 0) {\n string_prepend(&decl,"*");\n }\n if (iVar18 == 0) {\n iVar18 = 1;\n }\n goto LAB_002c43d8;\n case 'R':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&");\n if (iVar18 == 0) {\n iVar18 = 2;\n }\n goto LAB_002c43d8;\n case 'T':\n *mangled = pcVar12 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)) break;\n if (work->nproctypes < 1) goto LAB_002c45d1;\n piVar1 = work->proctypevec + 1;\n piVar4 = piVar1;\n piVar15 = work->proctypevec;\n while( true ) {\n piVar9 = piVar4;\n if (n == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (work->nproctypes - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n mangled = &remembered_type;\n push_processed_type(work,n);\n bVar3 = true;\n remembered_type = work->typevec[n];\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;\n case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;\n case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;\n }\n } while( true );\nswitchD_002c440e_caseD_41:\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n string_append(&decl,"[");\n pcVar8 = *mangled;\n if (*pcVar8 != '_') {\n iVar17 = demangle_template_value_parm(work,mangled,&decl,tk_integral);\n pcVar8 = *mangled;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *mangled = pcVar8 + 1;\nLAB_002c451d:\n string_append(&decl,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n iVar6 = register_Btype(work);\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_class_name(work,mangled,&temp);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }\n remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 1;\n string_appends(result,&temp,(string *)temp.p);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *mangled = pcVar12;\n if ((_sch_istable[(byte)pcVar8[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *mangled = pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *mangled = pcVar12 + 2;\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&temp.b + lVar13) = 0;\n *mangled = pcVar8 + 1;\n }\n else {\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }\n sscanf((char *)&temp,"%x",&dec);\n sprintf((char *)&temp,"int%u_t",(ulong)dec);\n if (result->b != result->p) {\n string_append(result," ");\n }\n if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n string_append(result,(char *)&temp);\n iVar6 = 4;\n break;\n case 'b':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 5;\n string_append(result,"bool");\n iVar6 = 5;\n break;\n case 'c':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"char");\n iVar6 = 6;\n break;\n case 'd':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"double");\n iVar6 = 7;\n break;\n case 'f':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"float");\n iVar6 = 7;\n break;\n case 'i':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"int");\n iVar6 = 4;\n break;\n case 'l':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long");\n iVar6 = 4;\n break;\n case 'r':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"long double");\n iVar6 = 7;\n break;\n case 's':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"short");\n iVar6 = 4;\n break;\n case 't':\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n string_appends(result,&temp,(string *)temp.p);\nLAB_002c49cf:\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar6 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if (result->b != (char *)0x0) {\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }\n iVar17 = 0;\n pcVar8 = decl.b;\n goto LAB_002c4a23;\n case 'v':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"void");\n iVar6 = 4;\n break;\n case 'w':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"wchar_t");\n iVar6 = 6;\n break;\n case 'x':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long long");\n iVar6 = 4;\n }\n if (iVar18 == 0) {\n iVar18 = iVar6;\n }\nLAB_002c4ac1:\n pcVar8 = decl.p;\n if (decl.b != decl.p) {\n string_append(result," ");\n string_appends(result,&decl,(string *)decl.p);\n pcVar8 = decl.b;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n work->nproctypes = work->nproctypes + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar18 != 0)) {\n iVar17 = iVar18;\n }\n return iVar17;\n}" primitive_type (function_declarator "do_type(work_stuff *work,char **mangled,string *result)" identifier (parameter_list "(work_stuff *work,char **mangled,string *result)" ( (parameter_declaration "work_stuff *work" type_identifier (pointer_declarator "*work" * identifier)) , (parameter_declaration "char **mangled" primitive_type (pointer_declarator "**mangled" * (pointer_declarator "*mangled" * identifier))) , (parameter_declaration "string *result" type_identifier (pointer_declarator "*result" * identifier)) ))) (compound_statement "{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n int iVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int n;\n uint dec;\n char *remembered_type;\n string decl;\n string temp;\n \n iVar18 = 0;\n iVar17 = 1;\n result->e = (char *)0x0;\n decl.e = (char *)0x0;\n decl.p = (char *)0x0;\n decl.b = (char *)0x0;\n result->p = (char *)0x0;\n result->b = (char *)0x0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = decl.b;\n bVar2 = false;\nswitchD_002c440e_caseD_42:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = *mangled;\n switch(*pcVar8) {\n case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;\n default:\n dec = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;\n case 'X':\n case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(result,pcVar8);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = *mangled;\n bVar2 = true;\n cVar5 = *pcVar12;\n switch(cVar5) {\n case 'A':\n goto switchD_002c440e_caseD_41;\n default:\n goto switchD_002c440e_caseD_42;\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }\n pcVar8 = demangle_qualifier((int)cVar5);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }\n }\n case 'G':\n *mangled = pcVar12 + 1;\n goto LAB_002c43d8;\n case 'F':\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n iVar6 = demangle_nested_args(work,mangled,&decl);\n if (iVar6 != 0) {\n cVar5 = **mangled;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 'M':\n *mangled = pcVar12 + 1;\n string_append(&decl,")");\n if (**mangled == 'Q') {\n if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }\nLAB_002c4796:\n string_prepend(&decl,"(");\n pbVar11 = (byte *)*mangled;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 'O':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&&");\n if (iVar18 == 0) {\n iVar18 = 3;\n }\n goto LAB_002c43d8;\n case 'P':\n case 'p':\n *mangled = pcVar12 + 1;\n if ((work->options & 4) == 0) {\n string_prepend(&decl,"*");\n }\n if (iVar18 == 0) {\n iVar18 = 1;\n }\n goto LAB_002c43d8;\n case 'R':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&");\n if (iVar18 == 0) {\n iVar18 = 2;\n }\n goto LAB_002c43d8;\n case 'T':\n *mangled = pcVar12 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)) break;\n if (work->nproctypes < 1) goto LAB_002c45d1;\n piVar1 = work->proctypevec + 1;\n piVar4 = piVar1;\n piVar15 = work->proctypevec;\n while( true ) {\n piVar9 = piVar4;\n if (n == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (work->nproctypes - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n mangled = &remembered_type;\n push_processed_type(work,n);\n bVar3 = true;\n remembered_type = work->typevec[n];\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;\n case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;\n case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;\n }\n } while( true );\nswitchD_002c440e_caseD_41:\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n string_append(&decl,"[");\n pcVar8 = *mangled;\n if (*pcVar8 != '_') {\n iVar17 = demangle_template_value_parm(work,mangled,&decl,tk_integral);\n pcVar8 = *mangled;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *mangled = pcVar8 + 1;\nLAB_002c451d:\n string_append(&decl,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n iVar6 = register_Btype(work);\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_class_name(work,mangled,&temp);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }\n remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 1;\n string_appends(result,&temp,(string *)temp.p);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *mangled = pcVar12;\n if ((_sch_istable[(byte)pcVar8[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *mangled = pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *mangled = pcVar12 + 2;\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&temp.b + lVar13) = 0;\n *mangled = pcVar8 + 1;\n }\n else {\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }\n sscanf((char *)&temp,"%x",&dec);\n sprintf((char *)&temp,"int%u_t",(ulong)dec);\n if (result->b != result->p) {\n string_append(result," ");\n }\n if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n string_append(result,(char *)&temp);\n iVar6 = 4;\n break;\n case 'b':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 5;\n string_append(result,"bool");\n iVar6 = 5;\n break;\n case 'c':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"char");\n iVar6 = 6;\n break;\n case 'd':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"double");\n iVar6 = 7;\n break;\n case 'f':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"float");\n iVar6 = 7;\n break;\n case 'i':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"int");\n iVar6 = 4;\n break;\n case 'l':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long");\n iVar6 = 4;\n break;\n case 'r':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"long double");\n iVar6 = 7;\n break;\n case 's':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"short");\n iVar6 = 4;\n break;\n case 't':\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n string_appends(result,&temp,(string *)temp.p);\nLAB_002c49cf:\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar6 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if (result->b != (char *)0x0) {\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }\n iVar17 = 0;\n pcVar8 = decl.b;\n goto LAB_002c4a23;\n case 'v':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"void");\n iVar6 = 4;\n break;\n case 'w':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"wchar_t");\n iVar6 = 6;\n break;\n case 'x':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long long");\n iVar6 = 4;\n }\n if (iVar18 == 0) {\n iVar18 = iVar6;\n }\nLAB_002c4ac1:\n pcVar8 = decl.p;\n if (decl.b != decl.p) {\n string_append(result," ");\n string_appends(result,&decl,(string *)decl.p);\n pcVar8 = decl.b;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n work->nproctypes = work->nproctypes + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar18 != 0)) {\n iVar17 = iVar18;\n }\n return iVar17;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar14;" type_identifier identifier ;) (declaration "int *piVar15;" primitive_type (pointer_declarator "*piVar15" * identifier) ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "int n;" primitive_type identifier ;) (declaration "uint dec;" type_identifier identifier ;) (declaration "char *remembered_type;" primitive_type (pointer_declarator "*remembered_type" * identifier) ;) (declaration "string decl;" type_identifier identifier ;) (declaration "string temp;" type_identifier identifier ;) (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;) (expression_statement "result->e = (char *)0x0;" (assignment_expression "result->e = (char *)0x0" (field_expression "result->e" identifier -> field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "decl.e = (char *)0x0;" (assignment_expression "decl.e = (char *)0x0" (field_expression "decl.e" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "decl.p = (char *)0x0;" (assignment_expression "decl.p = (char *)0x0" (field_expression "decl.p" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "decl.b = (char *)0x0;" (assignment_expression "decl.b = (char *)0x0" (field_expression "decl.b" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "result->p = (char *)0x0;" (assignment_expression "result->p = (char *)0x0" (field_expression "result->p" identifier -> field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "result->b = (char *)0x0;" (assignment_expression "result->b = (char *)0x0" (field_expression "result->b" identifier -> field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (labeled_statement "LAB_002c43d8:\n pcVar8 = decl.b;" statement_identifier : (expression_statement "pcVar8 = decl.b;" (assignment_expression "pcVar8 = decl.b" identifier = (field_expression "decl.b" identifier . field_identifier)) ;)) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) (labeled_statement "switchD_002c440e_caseD_42:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = *mangled;\n switch(*pcVar8) {\n case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;\n default:\n dec = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;\n case 'X':\n case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(result,pcVar8);\n }\n goto LAB_002c4ac1;\n }" statement_identifier : (if_statement "if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = *mangled;\n switch(*pcVar8) {\n case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;\n default:\n dec = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;\n case 'X':\n case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(result,pcVar8);\n }\n goto LAB_002c4ac1;\n }" if (parenthesized_expression "((bVar2) || (iVar17 == 0))" ( (binary_expression "(bVar2) || (iVar17 == 0)" (parenthesized_expression "(bVar2)" ( identifier )) || (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) ))) )) (compound_statement "{\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = *mangled;\n switch(*pcVar8) {\n case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;\n default:\n dec = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;\n case 'X':\n case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(result,pcVar8);\n }\n goto LAB_002c4ac1;\n }" { (if_statement "if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (switch_statement "switch(*pcVar8) {\n case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;\n default:\n dec = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;\n case 'X':\n case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;\n }" switch (parenthesized_expression "(*pcVar8)" ( (pointer_expression "*pcVar8" * identifier) )) (compound_statement "{\n case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;\n default:\n dec = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;\n case 'X':\n case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;\n }" { (case_statement "case 'B':\n *mangled = pcVar8 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;\n pcVar8 = work->btypevec[n];\n break;" case (char_literal "'B'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "iVar6 = get_count(mangled,&n);" (assignment_expression "iVar6 = get_count(mangled,&n)" identifier = (call_expression "get_count(mangled,&n)" identifier (argument_list "(mangled,&n)" ( identifier , (pointer_expression "&n" & identifier) )))) ;) (if_statement "if (((iVar6 == 0) || (n < 0)) || (work->numb <= n)) goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(((iVar6 == 0) || (n < 0)) || (work->numb <= n))" ( (binary_expression "((iVar6 == 0) || (n < 0)) || (work->numb <= n)" (parenthesized_expression "((iVar6 == 0) || (n < 0))" ( (binary_expression "(iVar6 == 0) || (n < 0)" (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) || (parenthesized_expression "(n < 0)" ( (binary_expression "n < 0" identifier < number_literal) ))) )) || (parenthesized_expression "(work->numb <= n)" ( (binary_expression "work->numb <= n" (field_expression "work->numb" identifier -> field_identifier) <= identifier) ))) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (expression_statement "pcVar8 = work->btypevec[n];" (assignment_expression "pcVar8 = work->btypevec[n]" identifier = (subscript_expression "work->btypevec[n]" (field_expression "work->btypevec" identifier -> field_identifier) [ identifier ])) ;) (break_statement "break;" break ;)) (case_statement "default:\n dec = 0;\n goto LAB_002c4c67;" default : (expression_statement "dec = 0;" (assignment_expression "dec = 0" identifier = number_literal) ;) (goto_statement "goto LAB_002c4c67;" goto statement_identifier ;)) (case_statement "case 'K':" case (char_literal "'K'" ' character ') :) (case_statement "case 'Q':\n iVar17 = demangle_qualified(work,mangled,result,0,1);\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n goto LAB_002c4ac1;" case (char_literal "'Q'" ' character ') : (expression_statement "iVar17 = demangle_qualified(work,mangled,result,0,1);" (assignment_expression "iVar17 = demangle_qualified(work,mangled,result,0,1)" identifier = (call_expression "demangle_qualified(work,mangled,result,0,1)" identifier (argument_list "(work,mangled,result,0,1)" ( identifier , identifier , identifier , number_literal , number_literal )))) ;) (if_statement "if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;)) (case_statement "case 'X':" case (char_literal "'X'" ' character ') :) (case_statement "case 'Y':\n *mangled = pcVar8 + 1;\n iVar6 = consume_count_with_underscores(mangled);\n if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;\n if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }\n pcVar8 = work->tmpl_argvec[iVar6];\n iVar17 = 1;" case (char_literal "'Y'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "iVar6 = consume_count_with_underscores(mangled);" (assignment_expression "iVar6 = consume_count_with_underscores(mangled)" identifier = (call_expression "consume_count_with_underscores(mangled)" identifier (argument_list "(mangled)" ( identifier )))) ;) (if_statement "if ((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))\n goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "((iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))))" ( (binary_expression "(iVar6 == -1) ||\n (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1)))" (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) || (parenthesized_expression "(((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1)))" ( (parenthesized_expression "((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1))" ( (binary_expression "(work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)) ||\n (iVar17 = consume_count_with_underscores(mangled), iVar17 == -1)" (parenthesized_expression "(work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6))" ( (binary_expression "work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= iVar6)" (binary_expression "work->tmpl_argvec != (char **)0x0" (field_expression "work->tmpl_argvec" identifier -> field_identifier) != (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) && (parenthesized_expression "(work->ntmpl_args <= iVar6)" ( (binary_expression "work->ntmpl_args <= iVar6" (field_expression "work->ntmpl_args" identifier -> field_identifier) <= identifier) ))) )) || (parenthesized_expression "(iVar17 = consume_count_with_underscores(mangled), iVar17 == -1)" ( (comma_expression "iVar17 = consume_count_with_underscores(mangled), iVar17 == -1" (assignment_expression "iVar17 = consume_count_with_underscores(mangled)" identifier = (call_expression "consume_count_with_underscores(mangled)" identifier (argument_list "(mangled)" ( identifier )))) , (binary_expression "iVar17 == -1" identifier == number_literal)) ))) )) ))) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (if_statement "if (work->tmpl_argvec == (char **)0x0) {\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }" if (parenthesized_expression "(work->tmpl_argvec == (char **)0x0)" ( (binary_expression "work->tmpl_argvec == (char **)0x0" (field_expression "work->tmpl_argvec" identifier -> field_identifier) == (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n iVar17 = 1;\n string_append_template_idx(result,iVar6);\n goto LAB_002c4ac1;\n }" { (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;) (expression_statement "string_append_template_idx(result,iVar6);" (call_expression "string_append_template_idx(result,iVar6)" identifier (argument_list "(result,iVar6)" ( identifier , identifier ))) ;) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;) })) (expression_statement "pcVar8 = work->tmpl_argvec[iVar6];" (assignment_expression "pcVar8 = work->tmpl_argvec[iVar6]" identifier = (subscript_expression "work->tmpl_argvec[iVar6]" (field_expression "work->tmpl_argvec" identifier -> field_identifier) [ identifier ])) ;) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;)) })) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(result,pcVar8);\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n string_append(result,pcVar8);\n }" { (expression_statement "string_append(result,pcVar8);" (call_expression "string_append(result,pcVar8)" identifier (argument_list "(result,pcVar8)" ( identifier , identifier ))) ;) })) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;) }))) (expression_statement "pcVar12 = *mangled;" (assignment_expression "pcVar12 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (expression_statement "cVar5 = *pcVar12;" (assignment_expression "cVar5 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) (switch_statement "switch(cVar5) {\n case 'A':\n goto switchD_002c440e_caseD_41;\n default:\n goto switchD_002c440e_caseD_42;\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }\n pcVar8 = demangle_qualifier((int)cVar5);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }\n }\n case 'G':\n *mangled = pcVar12 + 1;\n goto LAB_002c43d8;\n case 'F':\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n iVar6 = demangle_nested_args(work,mangled,&decl);\n if (iVar6 != 0) {\n cVar5 = **mangled;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 'M':\n *mangled = pcVar12 + 1;\n string_append(&decl,")");\n if (**mangled == 'Q') {\n if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }\nLAB_002c4796:\n string_prepend(&decl,"(");\n pbVar11 = (byte *)*mangled;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 'O':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&&");\n if (iVar18 == 0) {\n iVar18 = 3;\n }\n goto LAB_002c43d8;\n case 'P':\n case 'p':\n *mangled = pcVar12 + 1;\n if ((work->options & 4) == 0) {\n string_prepend(&decl,"*");\n }\n if (iVar18 == 0) {\n iVar18 = 1;\n }\n goto LAB_002c43d8;\n case 'R':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&");\n if (iVar18 == 0) {\n iVar18 = 2;\n }\n goto LAB_002c43d8;\n case 'T':\n *mangled = pcVar12 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)) break;\n if (work->nproctypes < 1) goto LAB_002c45d1;\n piVar1 = work->proctypevec + 1;\n piVar4 = piVar1;\n piVar15 = work->proctypevec;\n while( true ) {\n piVar9 = piVar4;\n if (n == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (work->nproctypes - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n mangled = &remembered_type;\n push_processed_type(work,n);\n bVar3 = true;\n remembered_type = work->typevec[n];\n }\n goto LAB_002c43d8;\n }" switch (parenthesized_expression "(cVar5)" ( identifier )) (compound_statement "{\n case 'A':\n goto switchD_002c440e_caseD_41;\n default:\n goto switchD_002c440e_caseD_42;\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }\n pcVar8 = demangle_qualifier((int)cVar5);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }\n }\n case 'G':\n *mangled = pcVar12 + 1;\n goto LAB_002c43d8;\n case 'F':\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n iVar6 = demangle_nested_args(work,mangled,&decl);\n if (iVar6 != 0) {\n cVar5 = **mangled;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 'M':\n *mangled = pcVar12 + 1;\n string_append(&decl,")");\n if (**mangled == 'Q') {\n if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }\nLAB_002c4796:\n string_prepend(&decl,"(");\n pbVar11 = (byte *)*mangled;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 'O':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&&");\n if (iVar18 == 0) {\n iVar18 = 3;\n }\n goto LAB_002c43d8;\n case 'P':\n case 'p':\n *mangled = pcVar12 + 1;\n if ((work->options & 4) == 0) {\n string_prepend(&decl,"*");\n }\n if (iVar18 == 0) {\n iVar18 = 1;\n }\n goto LAB_002c43d8;\n case 'R':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&");\n if (iVar18 == 0) {\n iVar18 = 2;\n }\n goto LAB_002c43d8;\n case 'T':\n *mangled = pcVar12 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)) break;\n if (work->nproctypes < 1) goto LAB_002c45d1;\n piVar1 = work->proctypevec + 1;\n piVar4 = piVar1;\n piVar15 = work->proctypevec;\n while( true ) {\n piVar9 = piVar4;\n if (n == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (work->nproctypes - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n mangled = &remembered_type;\n push_processed_type(work,n);\n bVar3 = true;\n remembered_type = work->typevec[n];\n }\n goto LAB_002c43d8;\n }" { (case_statement "case 'A':\n goto switchD_002c440e_caseD_41;" case (char_literal "'A'" ' character ') : (goto_statement "goto switchD_002c440e_caseD_41;" goto statement_identifier ;)) (case_statement "default:\n goto switchD_002c440e_caseD_42;" default : (goto_statement "goto switchD_002c440e_caseD_42;" goto statement_identifier ;)) (case_statement "case 'C':" case (char_literal "'C'" ' character ') :) (case_statement "case 'V':" case (char_literal "'V'" ' character ') :) (case_statement "case 'u':\n if ((work->options & 2) != 0) {\n if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }\n pcVar8 = demangle_qualifier((int)cVar5);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }\n }" case (char_literal "'u'" ' character ') : (if_statement "if ((work->options & 2) != 0) {\n if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }\n pcVar8 = demangle_qualifier((int)cVar5);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }\n }" if (parenthesized_expression "((work->options & 2) != 0)" ( (binary_expression "(work->options & 2) != 0" (parenthesized_expression "(work->options & 2)" ( (binary_expression "work->options & 2" (field_expression "work->options" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }\n pcVar8 = demangle_qualifier((int)cVar5);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }\n }" { (if_statement "if (decl.b != decl.p) {\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }" if (parenthesized_expression "(decl.b != decl.p)" ( (binary_expression "decl.b != decl.p" (field_expression "decl.b" identifier . field_identifier) != (field_expression "decl.p" identifier . field_identifier)) )) (compound_statement "{\n string_prepend(&decl," ");\n pcVar12 = *mangled;\n cVar5 = *pcVar12;\n }" { (expression_statement "string_prepend(&decl," ");" (call_expression "string_prepend(&decl," ")" identifier (argument_list "(&decl," ")" ( (pointer_expression "&decl" & identifier) , (string_literal "" "" " string_content ") ))) ;) (expression_statement "pcVar12 = *mangled;" (assignment_expression "pcVar12 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (expression_statement "cVar5 = *pcVar12;" (assignment_expression "cVar5 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) })) (expression_statement "pcVar8 = demangle_qualifier((int)cVar5);" (assignment_expression "pcVar8 = demangle_qualifier((int)cVar5)" identifier = (call_expression "demangle_qualifier((int)cVar5)" identifier (argument_list "((int)cVar5)" ( (cast_expression "(int)cVar5" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n string_prepend(&decl,pcVar8);\n pcVar12 = *mangled;\n }" { (expression_statement "string_prepend(&decl,pcVar8);" (call_expression "string_prepend(&decl,pcVar8)" identifier (argument_list "(&decl,pcVar8)" ( (pointer_expression "&decl" & identifier) , identifier ))) ;) (expression_statement "pcVar12 = *mangled;" (assignment_expression "pcVar12 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) })) }))) (case_statement "case 'G':\n *mangled = pcVar12 + 1;\n goto LAB_002c43d8;" case (char_literal "'G'" ' character ') : (expression_statement "*mangled = pcVar12 + 1;" (assignment_expression "*mangled = pcVar12 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 'F':\n *mangled = pcVar12 + 1;\n if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }\n iVar6 = demangle_nested_args(work,mangled,&decl);\n if (iVar6 != 0) {\n cVar5 = **mangled;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }\n }\n break;" case (char_literal "'F'" ' character ') : (expression_statement "*mangled = pcVar12 + 1;" (assignment_expression "*mangled = pcVar12 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (if_statement "if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }" if (parenthesized_expression "((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0))" ( (binary_expression "(pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)" (parenthesized_expression "(pcVar8 != decl.p)" ( (binary_expression "pcVar8 != decl.p" identifier != (field_expression "decl.p" identifier . field_identifier)) )) && (parenthesized_expression "((*pcVar8 - 0x26U & 0xfb) == 0)" ( (binary_expression "(*pcVar8 - 0x26U & 0xfb) == 0" (parenthesized_expression "(*pcVar8 - 0x26U & 0xfb)" ( (binary_expression "*pcVar8 - 0x26U & 0xfb" (binary_expression "*pcVar8 - 0x26U" (pointer_expression "*pcVar8" * identifier) - number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }" { (expression_statement "string_prepend(&decl,"(");" (call_expression "string_prepend(&decl,"(")" identifier (argument_list "(&decl,"(")" ( (pointer_expression "&decl" & identifier) , (string_literal ""("" " string_content ") ))) ;) (expression_statement "string_append(&decl,")");" (call_expression "string_append(&decl,")")" identifier (argument_list "(&decl,")")" ( (pointer_expression "&decl" & identifier) , (string_literal "")"" " string_content ") ))) ;) })) (expression_statement "iVar6 = demangle_nested_args(work,mangled,&decl);" (assignment_expression "iVar6 = demangle_nested_args(work,mangled,&decl)" identifier = (call_expression "demangle_nested_args(work,mangled,&decl)" identifier (argument_list "(work,mangled,&decl)" ( identifier , identifier , (pointer_expression "&decl" & identifier) )))) ;) (if_statement "if (iVar6 != 0) {\n cVar5 = **mangled;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n cVar5 = **mangled;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }\n }" { (expression_statement "cVar5 = **mangled;" (assignment_expression "cVar5 = **mangled" identifier = (pointer_expression "**mangled" * (pointer_expression "*mangled" * identifier))) ;) (if_statement "if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "((cVar5 == '_') || (cVar5 == '\0'))" ( (binary_expression "(cVar5 == '_') || (cVar5 == '\0')" (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) || (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }\n goto LAB_002c43d8;\n }" { (if_statement "if (cVar5 == '_') {\n *mangled = *mangled + 1;\n }" if (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) (compound_statement "{\n *mangled = *mangled + 1;\n }" { (expression_statement "*mangled = *mangled + 1;" (assignment_expression "*mangled = *mangled + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "*mangled + 1" (pointer_expression "*mangled" * identifier) + number_literal)) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) })) (break_statement "break;" break ;)) (case_statement "case 'M':\n *mangled = pcVar12 + 1;\n string_append(&decl,")");\n if (**mangled == 'Q') {\n if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }\nLAB_002c4796:\n string_prepend(&decl,"(");\n pbVar11 = (byte *)*mangled;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;" case (char_literal "'M'" ' character ') : (expression_statement "*mangled = pcVar12 + 1;" (assignment_expression "*mangled = pcVar12 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (expression_statement "string_append(&decl,")");" (call_expression "string_append(&decl,")")" identifier (argument_list "(&decl,")")" ( (pointer_expression "&decl" & identifier) , (string_literal "")"" " string_content ") ))) ;) (if_statement "if (**mangled == 'Q') {\n if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }" if (parenthesized_expression "(**mangled == 'Q')" ( (binary_expression "**mangled == 'Q'" (pointer_expression "**mangled" * (pointer_expression "*mangled" * identifier)) == (char_literal "'Q'" ' character ')) )) (compound_statement "{\n if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }" { (if_statement "if (((byte)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d;" if (parenthesized_expression "(((byte)_sch_istable[0x51] & 4) != 0)" ( (binary_expression "((byte)_sch_istable[0x51] & 4) != 0" (parenthesized_expression "((byte)_sch_istable[0x51] & 4)" ( (binary_expression "(byte)_sch_istable[0x51] & 4" (cast_expression "(byte)_sch_istable[0x51]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "_sch_istable[0x51]" identifier [ number_literal ])) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_002c474d;" goto statement_identifier ;)) (labeled_statement "LAB_002c46ab:\n iVar17 = demangle_qualified(work,mangled,&decl,0,0);" statement_identifier : (expression_statement "iVar17 = demangle_qualified(work,mangled,&decl,0,0);" (assignment_expression "iVar17 = demangle_qualified(work,mangled,&decl,0,0)" identifier = (call_expression "demangle_qualified(work,mangled,&decl,0,0)" identifier (argument_list "(work,mangled,&decl,0,0)" ( identifier , identifier , (pointer_expression "&decl" & identifier) , number_literal , number_literal )))) ;)) (if_statement "if (iVar17 == 0) goto LAB_002c43d8;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) }) (else_clause "else {\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }" else (compound_statement "{\n pcVar8 = "::";\n if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }\n string_prepend(&decl,pcVar8);\n bVar14 = **mangled;\n if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n }" { (expression_statement "pcVar8 = "::";" (assignment_expression "pcVar8 = "::"" identifier = (string_literal ""::"" " string_content ")) ;) (if_statement "if ((work->options & 4) != 0) {\n pcVar8 = ".";\n }" if (parenthesized_expression "((work->options & 4) != 0)" ( (binary_expression "(work->options & 4) != 0" (parenthesized_expression "(work->options & 4)" ( (binary_expression "work->options & 4" (field_expression "work->options" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar8 = ".";\n }" { (expression_statement "pcVar8 = ".";" (assignment_expression "pcVar8 = "."" identifier = (string_literal ""."" " string_content ")) ;) })) (expression_statement "string_prepend(&decl,pcVar8);" (call_expression "string_prepend(&decl,pcVar8)" identifier (argument_list "(&decl,pcVar8)" ( (pointer_expression "&decl" & identifier) , identifier ))) ;) (expression_statement "bVar14 = **mangled;" (assignment_expression "bVar14 = **mangled" identifier = (pointer_expression "**mangled" * (pointer_expression "*mangled" * identifier))) ;) (if_statement "if ((_sch_istable[bVar14] & 4) != 0) {\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }" if (parenthesized_expression "((_sch_istable[bVar14] & 4) != 0)" ( (binary_expression "(_sch_istable[bVar14] & 4) != 0" (parenthesized_expression "(_sch_istable[bVar14] & 4)" ( (binary_expression "_sch_istable[bVar14] & 4" (subscript_expression "_sch_istable[bVar14]" identifier [ identifier ]) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_002c474d:\n iVar6 = consume_count(mangled);\n n = iVar6;\n if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }\n break;\n }" { (labeled_statement "LAB_002c474d:\n iVar6 = consume_count(mangled);" statement_identifier : (expression_statement "iVar6 = consume_count(mangled);" (assignment_expression "iVar6 = consume_count(mangled)" identifier = (call_expression "consume_count(mangled)" identifier (argument_list "(mangled)" ( identifier )))) ;)) (expression_statement "n = iVar6;" (assignment_expression "n = iVar6" identifier = identifier) ;) (if_statement "if (iVar6 != -1) {\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }" if (parenthesized_expression "(iVar6 != -1)" ( (binary_expression "iVar6 != -1" identifier != number_literal) )) (compound_statement "{\n pcVar8 = *mangled;\n sVar10 = strlen(pcVar8);\n if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }\n }" { (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (iVar6 <= (int)sVar10) {\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }" if (parenthesized_expression "(iVar6 <= (int)sVar10)" ( (binary_expression "iVar6 <= (int)sVar10" identifier <= (cast_expression "(int)sVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }\n *mangled = pcVar8 + iVar6;\n goto LAB_002c4796;\n }" { (if_statement "if (iVar6 != 0) {\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n string_prependn(&decl,pcVar8,iVar6);\n pcVar8 = *mangled;\n iVar6 = n;\n }" { (expression_statement "string_prependn(&decl,pcVar8,iVar6);" (call_expression "string_prependn(&decl,pcVar8,iVar6)" identifier (argument_list "(&decl,pcVar8,iVar6)" ( (pointer_expression "&decl" & identifier) , identifier , identifier ))) ;) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (expression_statement "iVar6 = n;" (assignment_expression "iVar6 = n" identifier = identifier) ;) })) (expression_statement "*mangled = pcVar8 + iVar6;" (assignment_expression "*mangled = pcVar8 + iVar6" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + iVar6" identifier + identifier)) ;) (goto_statement "goto LAB_002c4796;" goto statement_identifier ;) })) })) (break_statement "break;" break ;) })) (if_statement "if ((byte)(bVar14 + 0xa8) < 2) {\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }" if (parenthesized_expression "((byte)(bVar14 + 0xa8) < 2)" ( (binary_expression "(byte)(bVar14 + 0xa8) < 2" (call_expression "(byte)(bVar14 + 0xa8)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar14 + 0xa8)" ( (binary_expression "bVar14 + 0xa8" identifier + number_literal) ))) < number_literal) )) (compound_statement "{\n do_type(work,mangled,&temp);\n if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }\n }" { (expression_statement "do_type(work,mangled,&temp);" (call_expression "do_type(work,mangled,&temp)" identifier (argument_list "(work,mangled,&temp)" ( identifier , identifier , (pointer_expression "&temp" & identifier) ))) ;) (if_statement "if (temp.b != temp.p) {\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }" if (parenthesized_expression "(temp.b != temp.p)" ( (binary_expression "temp.b != temp.p" (field_expression "temp.b" identifier . field_identifier) != (field_expression "temp.p" identifier . field_identifier)) )) (compound_statement "{\n iVar6 = (int)temp.p - (int)temp.b;\n goto joined_r0x002c4a87;\n }" { (expression_statement "iVar6 = (int)temp.p - (int)temp.b;" (assignment_expression "iVar6 = (int)temp.p - (int)temp.b" identifier = (binary_expression "(int)temp.p - (int)temp.b" (cast_expression "(int)temp.p" ( (type_descriptor "int" primitive_type) ) (field_expression "temp.p" identifier . field_identifier)) - (cast_expression "(int)temp.b" ( (type_descriptor "int" primitive_type) ) (field_expression "temp.b" identifier . field_identifier)))) ;) (goto_statement "goto joined_r0x002c4a87;" goto statement_identifier ;) })) }) (else_clause "else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }" else (compound_statement "{\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }\n iVar6 = (int)temp.p - (int)temp.b;\njoined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }\n }" { (if_statement "if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }" if (parenthesized_expression "(bVar14 != 0x74)" ( (binary_expression "bVar14 != 0x74" identifier != number_literal) )) (compound_statement "{\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }" { (if_statement "if (bVar14 == 0x51) goto LAB_002c46ab;" if (parenthesized_expression "(bVar14 == 0x51)" ( (binary_expression "bVar14 == 0x51" identifier == number_literal) )) (goto_statement "goto LAB_002c46ab;" goto statement_identifier ;)) (break_statement "break;" break ;) })) (expression_statement "temp.e = (char *)0x0;" (assignment_expression "temp.e = (char *)0x0" (field_expression "temp.e" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "temp.p = (char *)0x0;" (assignment_expression "temp.p = (char *)0x0" (field_expression "temp.p" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "temp.b = (char *)0x0;" (assignment_expression "temp.b = (char *)0x0" (field_expression "temp.b" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);" (assignment_expression "iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1)" identifier = (call_expression "demangle_template(work,mangled,&temp,(string *)0x0,1,1)" identifier (argument_list "(work,mangled,&temp,(string *)0x0,1,1)" ( identifier , identifier , (pointer_expression "&temp" & identifier) , (cast_expression "(string *)0x0" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , number_literal , number_literal )))) ;) (if_statement "if (iVar17 == 0) {\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (compound_statement "{\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n goto LAB_002c43d8;\n }" { (if_statement "if (temp.b != (char *)0x0) {\n free(temp.b);\n }" if (parenthesized_expression "(temp.b != (char *)0x0)" ( (binary_expression "temp.b != (char *)0x0" (field_expression "temp.b" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(temp.b);\n }" { (expression_statement "free(temp.b);" (call_expression "free(temp.b)" identifier (argument_list "(temp.b)" ( (field_expression "temp.b" identifier . field_identifier) ))) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) (expression_statement "iVar6 = (int)temp.p - (int)temp.b;" (assignment_expression "iVar6 = (int)temp.p - (int)temp.b" identifier = (binary_expression "(int)temp.p - (int)temp.b" (cast_expression "(int)temp.p" ( (type_descriptor "int" primitive_type) ) (field_expression "temp.p" identifier . field_identifier)) - (cast_expression "(int)temp.b" ( (type_descriptor "int" primitive_type) ) (field_expression "temp.b" identifier . field_identifier)))) ;) (labeled_statement "joined_r0x002c4a87:\n if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }" statement_identifier : (if_statement "if (iVar6 != 0) {\n string_prependn(&decl,temp.b,iVar6);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n string_prependn(&decl,temp.b,iVar6);\n }" { (expression_statement "string_prependn(&decl,temp.b,iVar6);" (call_expression "string_prependn(&decl,temp.b,iVar6)" identifier (argument_list "(&decl,temp.b,iVar6)" ( (pointer_expression "&decl" & identifier) , (field_expression "temp.b" identifier . field_identifier) , identifier ))) ;) }))) }))) (if_statement "if (temp.b != (char *)0x0) {\n free(temp.b);\n }" if (parenthesized_expression "(temp.b != (char *)0x0)" ( (binary_expression "temp.b != (char *)0x0" (field_expression "temp.b" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(temp.b);\n }" { (expression_statement "free(temp.b);" (call_expression "free(temp.b)" identifier (argument_list "(temp.b)" ( (field_expression "temp.b" identifier . field_identifier) ))) ;) })) }))) (labeled_statement "LAB_002c4796:\n string_prepend(&decl,"(");" statement_identifier : (expression_statement "string_prepend(&decl,"(");" (call_expression "string_prepend(&decl,"(")" identifier (argument_list "(&decl,"(")" ( (pointer_expression "&decl" & identifier) , (string_literal ""("" " string_content ") ))) ;)) (expression_statement "pbVar11 = (byte *)*mangled;" (assignment_expression "pbVar11 = (byte *)*mangled" identifier = (cast_expression "(byte *)*mangled" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*mangled" * identifier))) ;) (expression_statement "bVar14 = *pbVar11;" (assignment_expression "bVar14 = *pbVar11" identifier = (pointer_expression "*pbVar11" * identifier)) ;) (if_statement "if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }" if (parenthesized_expression "((byte)(bVar14 - 0x43) < 0x33)" ( (binary_expression "(byte)(bVar14 - 0x43) < 0x33" (call_expression "(byte)(bVar14 - 0x43)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar14 - 0x43)" ( (binary_expression "bVar14 - 0x43" identifier - number_literal) ))) < number_literal) )) (compound_statement "{\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }" { (if_statement "if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar6 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" if (parenthesized_expression "((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0)" ( (binary_expression "(0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0" (parenthesized_expression "(0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1)" ( (binary_expression "0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1" (binary_expression "0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f)" number_literal >> (parenthesized_expression "((ulong)(bVar14 - 0x43) & 0x3f)" ( (binary_expression "(ulong)(bVar14 - 0x43) & 0x3f" (call_expression "(ulong)(bVar14 - 0x43)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar14 - 0x43)" ( (binary_expression "bVar14 - 0x43" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar6 = 0;\n }" { (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" else (compound_statement "{\n if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }\n *mangled = (char *)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" { (if_statement "if (bVar14 == 0x56) {\n iVar6 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }" if (parenthesized_expression "(bVar14 == 0x56)" ( (binary_expression "bVar14 == 0x56" identifier == number_literal) )) (compound_statement "{\n iVar6 = 2;\n }" { (expression_statement "iVar6 = 2;" (assignment_expression "iVar6 = 2" identifier = number_literal) ;) }) (else_clause "else if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }" else (if_statement "if (bVar14 == 0x75) {\n iVar6 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }" if (parenthesized_expression "(bVar14 == 0x75)" ( (binary_expression "bVar14 == 0x75" identifier == number_literal) )) (compound_statement "{\n iVar6 = 4;\n }" { (expression_statement "iVar6 = 4;" (assignment_expression "iVar6 = 4" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }" else (compound_statement "{\n if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n iVar6 = 1;\n }" { (if_statement "if (bVar14 != 0x43) {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "(bVar14 != 0x43)" ( (binary_expression "bVar14 != 0x43" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" identifier = number_literal) ;) }))))) (expression_statement "*mangled = (char *)(pbVar11 + 1);" (assignment_expression "*mangled = (char *)(pbVar11 + 1)" (pointer_expression "*mangled" * identifier) = (cast_expression "(char *)(pbVar11 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar11 + 1)" ( (binary_expression "pbVar11 + 1" identifier + number_literal) )))) ;) (expression_statement "bVar14 = pbVar11[1];" (assignment_expression "bVar14 = pbVar11[1]" identifier = (subscript_expression "pbVar11[1]" identifier [ number_literal ])) ;) (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) }))) (if_statement "if (bVar14 == 0x46) {\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }" if (parenthesized_expression "(bVar14 == 0x46)" ( (binary_expression "bVar14 == 0x46" identifier == number_literal) )) (compound_statement "{\n *mangled = (char *)(pbVar11 + 1);\n iVar7 = demangle_nested_args(work,mangled,&decl);\n if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }" { (expression_statement "*mangled = (char *)(pbVar11 + 1);" (assignment_expression "*mangled = (char *)(pbVar11 + 1)" (pointer_expression "*mangled" * identifier) = (cast_expression "(char *)(pbVar11 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar11 + 1)" ( (binary_expression "pbVar11 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar7 = demangle_nested_args(work,mangled,&decl);" (assignment_expression "iVar7 = demangle_nested_args(work,mangled,&decl)" identifier = (call_expression "demangle_nested_args(work,mangled,&decl)" identifier (argument_list "(work,mangled,&decl)" ( identifier , identifier , (pointer_expression "&decl" & identifier) )))) ;) (if_statement "if ((iVar7 != 0) && (**mangled == '_')) {\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "((iVar7 != 0) && (**mangled == '_'))" ( (binary_expression "(iVar7 != 0) && (**mangled == '_')" (parenthesized_expression "(iVar7 != 0)" ( (binary_expression "iVar7 != 0" identifier != number_literal) )) && (parenthesized_expression "(**mangled == '_')" ( (binary_expression "**mangled == '_'" (pointer_expression "**mangled" * (pointer_expression "*mangled" * identifier)) == (char_literal "'_'" ' character ')) ))) )) (compound_statement "{\n *mangled = *mangled + 1;\n if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }" { (expression_statement "*mangled = *mangled + 1;" (assignment_expression "*mangled = *mangled + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "*mangled + 1" (pointer_expression "*mangled" * identifier) + number_literal)) ;) (if_statement "if (((work->options & 2) != 0) && (iVar6 != 0)) {\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }" if (parenthesized_expression "(((work->options & 2) != 0) && (iVar6 != 0))" ( (binary_expression "((work->options & 2) != 0) && (iVar6 != 0)" (parenthesized_expression "((work->options & 2) != 0)" ( (binary_expression "(work->options & 2) != 0" (parenthesized_expression "(work->options & 2)" ( (binary_expression "work->options & 2" (field_expression "work->options" identifier -> field_identifier) & number_literal) )) != number_literal) )) && (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (decl.b != decl.p) {\n string_append(&decl," ");\n }\n pcVar8 = qualifier_string(iVar6);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }\n }" { (if_statement "if (decl.b != decl.p) {\n string_append(&decl," ");\n }" if (parenthesized_expression "(decl.b != decl.p)" ( (binary_expression "decl.b != decl.p" (field_expression "decl.b" identifier . field_identifier) != (field_expression "decl.p" identifier . field_identifier)) )) (compound_statement "{\n string_append(&decl," ");\n }" { (expression_statement "string_append(&decl," ");" (call_expression "string_append(&decl," ")" identifier (argument_list "(&decl," ")" ( (pointer_expression "&decl" & identifier) , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "pcVar8 = qualifier_string(iVar6);" (assignment_expression "pcVar8 = qualifier_string(iVar6)" identifier = (call_expression "qualifier_string(iVar6)" identifier (argument_list "(iVar6)" ( identifier )))) ;) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n string_append(&decl,pcVar8);\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n string_append(&decl,pcVar8);\n }" { (expression_statement "string_append(&decl,pcVar8);" (call_expression "string_append(&decl,pcVar8)" identifier (argument_list "(&decl,pcVar8)" ( (pointer_expression "&decl" & identifier) , identifier ))) ;) })) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) })) })) (break_statement "break;" break ;)) (case_statement "case 'O':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&&");\n if (iVar18 == 0) {\n iVar18 = 3;\n }\n goto LAB_002c43d8;" case (char_literal "'O'" ' character ') : (expression_statement "*mangled = pcVar12 + 1;" (assignment_expression "*mangled = pcVar12 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (expression_statement "string_prepend(&decl,"&&");" (call_expression "string_prepend(&decl,"&&")" identifier (argument_list "(&decl,"&&")" ( (pointer_expression "&decl" & identifier) , (string_literal ""&&"" " string_content ") ))) ;) (if_statement "if (iVar18 == 0) {\n iVar18 = 3;\n }" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (compound_statement "{\n iVar18 = 3;\n }" { (expression_statement "iVar18 = 3;" (assignment_expression "iVar18 = 3" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 'P':" case (char_literal "'P'" ' character ') :) (case_statement "case 'p':\n *mangled = pcVar12 + 1;\n if ((work->options & 4) == 0) {\n string_prepend(&decl,"*");\n }\n if (iVar18 == 0) {\n iVar18 = 1;\n }\n goto LAB_002c43d8;" case (char_literal "'p'" ' character ') : (expression_statement "*mangled = pcVar12 + 1;" (assignment_expression "*mangled = pcVar12 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (if_statement "if ((work->options & 4) == 0) {\n string_prepend(&decl,"*");\n }" if (parenthesized_expression "((work->options & 4) == 0)" ( (binary_expression "(work->options & 4) == 0" (parenthesized_expression "(work->options & 4)" ( (binary_expression "work->options & 4" (field_expression "work->options" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n string_prepend(&decl,"*");\n }" { (expression_statement "string_prepend(&decl,"*");" (call_expression "string_prepend(&decl,"*")" identifier (argument_list "(&decl,"*")" ( (pointer_expression "&decl" & identifier) , (string_literal ""*"" " string_content ") ))) ;) })) (if_statement "if (iVar18 == 0) {\n iVar18 = 1;\n }" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (compound_statement "{\n iVar18 = 1;\n }" { (expression_statement "iVar18 = 1;" (assignment_expression "iVar18 = 1" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 'R':\n *mangled = pcVar12 + 1;\n string_prepend(&decl,"&");\n if (iVar18 == 0) {\n iVar18 = 2;\n }\n goto LAB_002c43d8;" case (char_literal "'R'" ' character ') : (expression_statement "*mangled = pcVar12 + 1;" (assignment_expression "*mangled = pcVar12 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (expression_statement "string_prepend(&decl,"&");" (call_expression "string_prepend(&decl,"&")" identifier (argument_list "(&decl,"&")" ( (pointer_expression "&decl" & identifier) , (string_literal ""&"" " string_content ") ))) ;) (if_statement "if (iVar18 == 0) {\n iVar18 = 2;\n }" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (compound_statement "{\n iVar18 = 2;\n }" { (expression_statement "iVar18 = 2;" (assignment_expression "iVar18 = 2" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 'T':\n *mangled = pcVar12 + 1;\n iVar6 = get_count(mangled,&n);\n if (((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)) break;\n if (work->nproctypes < 1) goto LAB_002c45d1;\n piVar1 = work->proctypevec + 1;\n piVar4 = piVar1;\n piVar15 = work->proctypevec;\n while( true ) {\n piVar9 = piVar4;\n if (n == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (work->nproctypes - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n mangled = &remembered_type;\n push_processed_type(work,n);\n bVar3 = true;\n remembered_type = work->typevec[n];\n }\n goto LAB_002c43d8;" case (char_literal "'T'" ' character ') : (expression_statement "*mangled = pcVar12 + 1;" (assignment_expression "*mangled = pcVar12 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (expression_statement "iVar6 = get_count(mangled,&n);" (assignment_expression "iVar6 = get_count(mangled,&n)" identifier = (call_expression "get_count(mangled,&n)" identifier (argument_list "(mangled,&n)" ( identifier , (pointer_expression "&n" & identifier) )))) ;) (if_statement "if (((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)) break;" if (parenthesized_expression "(((iVar6 == 0) || (n < 0)) || (work->ntypes <= n))" ( (binary_expression "((iVar6 == 0) || (n < 0)) || (work->ntypes <= n)" (parenthesized_expression "((iVar6 == 0) || (n < 0))" ( (binary_expression "(iVar6 == 0) || (n < 0)" (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) || (parenthesized_expression "(n < 0)" ( (binary_expression "n < 0" identifier < number_literal) ))) )) || (parenthesized_expression "(work->ntypes <= n)" ( (binary_expression "work->ntypes <= n" (field_expression "work->ntypes" identifier -> field_identifier) <= identifier) ))) )) (break_statement "break;" break ;)) (if_statement "if (work->nproctypes < 1) goto LAB_002c45d1;" if (parenthesized_expression "(work->nproctypes < 1)" ( (binary_expression "work->nproctypes < 1" (field_expression "work->nproctypes" identifier -> field_identifier) < number_literal) )) (goto_statement "goto LAB_002c45d1;" goto statement_identifier ;)) (expression_statement "piVar1 = work->proctypevec + 1;" (assignment_expression "piVar1 = work->proctypevec + 1" identifier = (binary_expression "work->proctypevec + 1" (field_expression "work->proctypevec" identifier -> field_identifier) + number_literal)) ;) (expression_statement "piVar4 = piVar1;" (assignment_expression "piVar4 = piVar1" identifier = identifier) ;) (expression_statement "piVar15 = work->proctypevec;" (assignment_expression "piVar15 = work->proctypevec" identifier = (field_expression "work->proctypevec" identifier -> field_identifier)) ;) (while_statement "while( true ) {\n piVar9 = piVar4;\n if (n == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (work->nproctypes - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar9 = piVar4;\n if (n == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (work->nproctypes - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }" { (expression_statement "piVar9 = piVar4;" (assignment_expression "piVar9 = piVar4" identifier = identifier) ;) (if_statement "if (n == *piVar15) {\n iVar17 = 0;\n }" if (parenthesized_expression "(n == *piVar15)" ( (binary_expression "n == *piVar15" identifier == (pointer_expression "*piVar15" * identifier)) )) (compound_statement "{\n iVar17 = 0;\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) })) (if_statement "if (piVar9 == piVar1 + (work->nproctypes - 1)) break;" if (parenthesized_expression "(piVar9 == piVar1 + (work->nproctypes - 1))" ( (binary_expression "piVar9 == piVar1 + (work->nproctypes - 1)" identifier == (binary_expression "piVar1 + (work->nproctypes - 1)" identifier + (parenthesized_expression "(work->nproctypes - 1)" ( (binary_expression "work->nproctypes - 1" (field_expression "work->nproctypes" identifier -> field_identifier) - number_literal) )))) )) (break_statement "break;" break ;)) (expression_statement "piVar4 = piVar9 + 1;" (assignment_expression "piVar4 = piVar9 + 1" identifier = (binary_expression "piVar9 + 1" identifier + number_literal)) ;) (expression_statement "piVar15 = piVar9;" (assignment_expression "piVar15 = piVar9" identifier = identifier) ;) })) (if_statement "if (iVar17 != 0) {\nLAB_002c45d1:\n mangled = &remembered_type;\n push_processed_type(work,n);\n bVar3 = true;\n remembered_type = work->typevec[n];\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_002c45d1:\n mangled = &remembered_type;\n push_processed_type(work,n);\n bVar3 = true;\n remembered_type = work->typevec[n];\n }" { (labeled_statement "LAB_002c45d1:\n mangled = &remembered_type;" statement_identifier : (expression_statement "mangled = &remembered_type;" (assignment_expression "mangled = &remembered_type" identifier = (pointer_expression "&remembered_type" & identifier)) ;)) (expression_statement "push_processed_type(work,n);" (call_expression "push_processed_type(work,n)" identifier (argument_list "(work,n)" ( identifier , identifier ))) ;) (expression_statement "bVar3 = true;" (assignment_expression "bVar3 = true" identifier = true) ;) (expression_statement "remembered_type = work->typevec[n];" (assignment_expression "remembered_type = work->typevec[n]" identifier = (subscript_expression "work->typevec[n]" (field_expression "work->typevec" identifier -> field_identifier) [ identifier ])) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) })) (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) (labeled_statement "LAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;\n case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;\n case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;\n }\n } while( true );" statement_identifier : (do_statement "do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;\n case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;\n case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;\n }\n } while( true );" do (compound_statement "{\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;\n case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;\n case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;\n }\n }" { (expression_statement "cVar5 = *pcVar8;" (assignment_expression "cVar5 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (switch_statement "switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;\n case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;\n case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;\n }" switch (parenthesized_expression "(cVar5)" ( identifier )) (compound_statement "{\n case 'C':\n case 'V':\n case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;\n case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;\n case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;\n }" { (case_statement "case 'C':" case (char_literal "'C'" ' character ') :) (case_statement "case 'V':" case (char_literal "'V'" ' character ') :) (case_statement "case 'u':\n if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }\n pcVar8 = pcVar8 + 1;\n *mangled = pcVar8;\n break;" case (char_literal "'u'" ' character ') : (if_statement "if ((work->options & 2) != 0) {\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }" if (parenthesized_expression "((work->options & 2) != 0)" ( (binary_expression "(work->options & 2) != 0" (parenthesized_expression "(work->options & 2)" ( (binary_expression "work->options & 2" (field_expression "work->options" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }\n pcVar12 = demangle_qualifier((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }\n }" { (if_statement "if (result->b != result->p) {\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_prepend(result," ");\n pcVar8 = *mangled;\n cVar5 = *pcVar8;\n }" { (expression_statement "string_prepend(result," ");" (call_expression "string_prepend(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (expression_statement "cVar5 = *pcVar8;" (assignment_expression "cVar5 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) })) (expression_statement "pcVar12 = demangle_qualifier((int)cVar5);" (assignment_expression "pcVar12 = demangle_qualifier((int)cVar5)" identifier = (call_expression "demangle_qualifier((int)cVar5)" identifier (argument_list "((int)cVar5)" ( (cast_expression "(int)cVar5" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (if_statement "if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }" if (parenthesized_expression "((pcVar12 != (char *)0x0) && (*pcVar12 != '\0'))" ( (binary_expression "(pcVar12 != (char *)0x0) && (*pcVar12 != '\0')" (parenthesized_expression "(pcVar12 != (char *)0x0)" ( (binary_expression "pcVar12 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar12 != '\0')" ( (binary_expression "*pcVar12 != '\0'" (pointer_expression "*pcVar12" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n string_prepend(result,pcVar12);\n pcVar8 = *mangled;\n }" { (expression_statement "string_prepend(result,pcVar12);" (call_expression "string_prepend(result,pcVar12)" identifier (argument_list "(result,pcVar12)" ( identifier , identifier ))) ;) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) })) })) (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*mangled = pcVar8;" (assignment_expression "*mangled = pcVar8" (pointer_expression "*mangled" * identifier) = identifier) ;) (break_statement "break;" break ;)) (case_statement "default:\n goto code_r0x002c4d90;" default : (goto_statement "goto code_r0x002c4d90;" goto statement_identifier ;)) (case_statement "case 'J':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"__complex");\n pcVar8 = *mangled;\n break;" case (char_literal "'J'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "string_append(result,"__complex");" (call_expression "string_append(result,"__complex")" identifier (argument_list "(result,"__complex")" ( identifier , (string_literal ""__complex"" " string_content ") ))) ;) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (break_statement "break;" break ;)) (case_statement "case 'S':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"signed");\n pcVar8 = *mangled;\n break;" case (char_literal "'S'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "string_append(result,"signed");" (call_expression "string_append(result,"signed")" identifier (argument_list "(result,"signed")" ( identifier , (string_literal ""signed"" " string_content ") ))) ;) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (break_statement "break;" break ;)) (case_statement "case 'U':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n string_append(result,"unsigned");\n pcVar8 = *mangled;" case (char_literal "'U'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "string_append(result,"unsigned");" (call_expression "string_append(result,"unsigned")" identifier (argument_list "(result,"unsigned")" ( identifier , (string_literal ""unsigned"" " string_content ") ))) ;) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;)) (labeled_statement "switchD_002c440e_caseD_41:\n *mangled = pcVar12 + 1;" statement_identifier : (expression_statement "*mangled = pcVar12 + 1;" (assignment_expression "*mangled = pcVar12 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;)) (if_statement "if ((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }" if (parenthesized_expression "((pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0))" ( (binary_expression "(pcVar8 != decl.p) && ((*pcVar8 - 0x26U & 0xfb) == 0)" (parenthesized_expression "(pcVar8 != decl.p)" ( (binary_expression "pcVar8 != decl.p" identifier != (field_expression "decl.p" identifier . field_identifier)) )) && (parenthesized_expression "((*pcVar8 - 0x26U & 0xfb) == 0)" ( (binary_expression "(*pcVar8 - 0x26U & 0xfb) == 0" (parenthesized_expression "(*pcVar8 - 0x26U & 0xfb)" ( (binary_expression "*pcVar8 - 0x26U & 0xfb" (binary_expression "*pcVar8 - 0x26U" (pointer_expression "*pcVar8" * identifier) - number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n string_prepend(&decl,"(");\n string_append(&decl,")");\n }" { (expression_statement "string_prepend(&decl,"(");" (call_expression "string_prepend(&decl,"(")" identifier (argument_list "(&decl,"(")" ( (pointer_expression "&decl" & identifier) , (string_literal ""("" " string_content ") ))) ;) (expression_statement "string_append(&decl,")");" (call_expression "string_append(&decl,")")" identifier (argument_list "(&decl,")")" ( (pointer_expression "&decl" & identifier) , (string_literal "")"" " string_content ") ))) ;) })) (expression_statement "string_append(&decl,"[");" (call_expression "string_append(&decl,"[")" identifier (argument_list "(&decl,"[")" ( (pointer_expression "&decl" & identifier) , (string_literal ""["" " string_content ") ))) ;) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (if_statement "if (*pcVar8 != '_') {\n iVar17 = demangle_template_value_parm(work,mangled,&decl,tk_integral);\n pcVar8 = *mangled;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }" if (parenthesized_expression "(*pcVar8 != '_')" ( (binary_expression "*pcVar8 != '_'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n iVar17 = demangle_template_value_parm(work,mangled,&decl,tk_integral);\n pcVar8 = *mangled;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }" { (expression_statement "iVar17 = demangle_template_value_parm(work,mangled,&decl,tk_integral);" (assignment_expression "iVar17 = demangle_template_value_parm(work,mangled,&decl,tk_integral)" identifier = (call_expression "demangle_template_value_parm(work,mangled,&decl,tk_integral)" identifier (argument_list "(work,mangled,&decl,tk_integral)" ( identifier , identifier , (pointer_expression "&decl" & identifier) , identifier )))) ;) (expression_statement "pcVar8 = *mangled;" (assignment_expression "pcVar8 = *mangled" identifier = (pointer_expression "*mangled" * identifier)) ;) (if_statement "if (*pcVar8 != '_') goto LAB_002c451d;" if (parenthesized_expression "(*pcVar8 != '_')" ( (binary_expression "*pcVar8 != '_'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'_'" ' character ')) )) (goto_statement "goto LAB_002c451d;" goto statement_identifier ;)) })) (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (labeled_statement "LAB_002c451d:\n string_append(&decl,"]");" statement_identifier : (expression_statement "string_append(&decl,"]");" (call_expression "string_append(&decl,"]")" identifier (argument_list "(&decl,"]")" ( (pointer_expression "&decl" & identifier) , (string_literal ""]"" " string_content ") ))) ;)) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) (labeled_statement "code_r0x002c4d90:\n pcVar12 = pcVar8;" statement_identifier : (expression_statement "pcVar12 = pcVar8;" (assignment_expression "pcVar12 = pcVar8" identifier = identifier) ;)) (switch_statement "switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n iVar6 = register_Btype(work);\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_class_name(work,mangled,&temp);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }\n remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 1;\n string_appends(result,&temp,(string *)temp.p);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *mangled = pcVar12;\n if ((_sch_istable[(byte)pcVar8[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *mangled = pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *mangled = pcVar12 + 2;\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&temp.b + lVar13) = 0;\n *mangled = pcVar8 + 1;\n }\n else {\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }\n sscanf((char *)&temp,"%x",&dec);\n sprintf((char *)&temp,"int%u_t",(ulong)dec);\n if (result->b != result->p) {\n string_append(result," ");\n }\n if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n string_append(result,(char *)&temp);\n iVar6 = 4;\n break;\n case 'b':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 5;\n string_append(result,"bool");\n iVar6 = 5;\n break;\n case 'c':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"char");\n iVar6 = 6;\n break;\n case 'd':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"double");\n iVar6 = 7;\n break;\n case 'f':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"float");\n iVar6 = 7;\n break;\n case 'i':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"int");\n iVar6 = 4;\n break;\n case 'l':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long");\n iVar6 = 4;\n break;\n case 'r':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"long double");\n iVar6 = 7;\n break;\n case 's':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"short");\n iVar6 = 4;\n break;\n case 't':\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n string_appends(result,&temp,(string *)temp.p);\nLAB_002c49cf:\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar6 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if (result->b != (char *)0x0) {\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }\n iVar17 = 0;\n pcVar8 = decl.b;\n goto LAB_002c4a23;\n case 'v':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"void");\n iVar6 = 4;\n break;\n case 'w':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"wchar_t");\n iVar6 = 6;\n break;\n case 'x':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long long");\n iVar6 = 4;\n }" switch (parenthesized_expression "(cVar5)" ( identifier )) (compound_statement "{\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n iVar6 = register_Btype(work);\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_class_name(work,mangled,&temp);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }\n remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 1;\n string_appends(result,&temp,(string *)temp.p);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *mangled = pcVar12;\n if ((_sch_istable[(byte)pcVar8[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *mangled = pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *mangled = pcVar12 + 2;\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&temp.b + lVar13) = 0;\n *mangled = pcVar8 + 1;\n }\n else {\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }\n sscanf((char *)&temp,"%x",&dec);\n sprintf((char *)&temp,"int%u_t",(ulong)dec);\n if (result->b != result->p) {\n string_append(result," ");\n }\n if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n string_append(result,(char *)&temp);\n iVar6 = 4;\n break;\n case 'b':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 5;\n string_append(result,"bool");\n iVar6 = 5;\n break;\n case 'c':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"char");\n iVar6 = 6;\n break;\n case 'd':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"double");\n iVar6 = 7;\n break;\n case 'f':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"float");\n iVar6 = 7;\n break;\n case 'i':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"int");\n iVar6 = 4;\n break;\n case 'l':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long");\n iVar6 = 4;\n break;\n case 'r':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"long double");\n iVar6 = 7;\n break;\n case 's':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"short");\n iVar6 = 4;\n break;\n case 't':\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n string_appends(result,&temp,(string *)temp.p);\nLAB_002c49cf:\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar6 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if (result->b != (char *)0x0) {\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }\n iVar17 = 0;\n pcVar8 = decl.b;\n goto LAB_002c4a23;\n case 'v':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"void");\n iVar6 = 4;\n break;\n case 'w':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"wchar_t");\n iVar6 = 6;\n break;\n case 'x':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long long");\n iVar6 = 4;\n }" { (case_statement "case '\0':" case (char_literal "'\0'" ' escape_sequence ') :) (case_statement "case '_':\n goto switchD_002c4d9e_caseD_0;" case (char_literal "'_'" ' character ') : (goto_statement "goto switchD_002c4d9e_caseD_0;" goto statement_identifier ;)) (case_statement "default:\n goto switchD_002c4d9e_caseD_1;" default : (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (case_statement "case '0':" case (char_literal "'0'" ' character ') :) (case_statement "case '1':" case (char_literal "'1'" ' character ') :) (case_statement "case '2':" case (char_literal "'2'" ' character ') :) (case_statement "case '3':" case (char_literal "'3'" ' character ') :) (case_statement "case '4':" case (char_literal "'4'" ' character ') :) (case_statement "case '5':" case (char_literal "'5'" ' character ') :) (case_statement "case '6':" case (char_literal "'6'" ' character ') :) (case_statement "case '7':" case (char_literal "'7'" ' character ') :) (case_statement "case '8':" case (char_literal "'8'" ' character ') :) (case_statement "case '9':\n iVar6 = register_Btype(work);\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_class_name(work,mangled,&temp);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }\n remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 1;\n string_appends(result,&temp,(string *)temp.p);\n }\n goto LAB_002c49cf;" case (char_literal "'9'" ' character ') : (expression_statement "iVar6 = register_Btype(work);" (assignment_expression "iVar6 = register_Btype(work)" identifier = (call_expression "register_Btype(work)" identifier (argument_list "(work)" ( identifier )))) ;) (expression_statement "temp.e = (char *)0x0;" (assignment_expression "temp.e = (char *)0x0" (field_expression "temp.e" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "temp.p = (char *)0x0;" (assignment_expression "temp.p = (char *)0x0" (field_expression "temp.p" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "temp.b = (char *)0x0;" (assignment_expression "temp.b = (char *)0x0" (field_expression "temp.b" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = demangle_class_name(work,mangled,&temp);" (assignment_expression "iVar17 = demangle_class_name(work,mangled,&temp)" identifier = (call_expression "demangle_class_name(work,mangled,&temp)" identifier (argument_list "(work,mangled,&temp)" ( identifier , identifier , (pointer_expression "&temp" & identifier) )))) ;) (if_statement "if (iVar17 != 0) {\n iVar17 = 0;\n if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }\n remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 1;\n string_appends(result,&temp,(string *)temp.p);\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\n iVar17 = 0;\n if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }\n remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 1;\n string_appends(result,&temp,(string *)temp.p);\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (if_statement "if (temp.b != temp.p) {\n iVar17 = (int)temp.p - (int)temp.b;\n }" if (parenthesized_expression "(temp.b != temp.p)" ( (binary_expression "temp.b != temp.p" (field_expression "temp.b" identifier . field_identifier) != (field_expression "temp.p" identifier . field_identifier)) )) (compound_statement "{\n iVar17 = (int)temp.p - (int)temp.b;\n }" { (expression_statement "iVar17 = (int)temp.p - (int)temp.b;" (assignment_expression "iVar17 = (int)temp.p - (int)temp.b" identifier = (binary_expression "(int)temp.p - (int)temp.b" (cast_expression "(int)temp.p" ( (type_descriptor "int" primitive_type) ) (field_expression "temp.p" identifier . field_identifier)) - (cast_expression "(int)temp.b" ( (type_descriptor "int" primitive_type) ) (field_expression "temp.b" identifier . field_identifier)))) ;) })) (expression_statement "remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6);" (call_expression "remember_Btype((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6)" identifier (argument_list "((work_stuff *)&work->btypevec,temp.b,iVar17,iVar6)" ( (cast_expression "(work_stuff *)&work->btypevec" ( (type_descriptor "work_stuff *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&work->btypevec" & (field_expression "work->btypevec" identifier -> field_identifier))) , (field_expression "temp.b" identifier . field_identifier) , identifier , identifier ))) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;) (expression_statement "string_appends(result,&temp,(string *)temp.p);" (call_expression "string_appends(result,&temp,(string *)temp.p)" identifier (argument_list "(result,&temp,(string *)temp.p)" ( identifier , (pointer_expression "&temp" & identifier) , (cast_expression "(string *)temp.p" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "temp.p" identifier . field_identifier)) ))) ;) })) (goto_statement "goto LAB_002c49cf;" goto statement_identifier ;)) (case_statement "case 'G':\n pcVar12 = pcVar8 + 1;\n *mangled = pcVar12;\n if ((_sch_istable[(byte)pcVar8[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;" case (char_literal "'G'" ' character ') : (expression_statement "pcVar12 = pcVar8 + 1;" (assignment_expression "pcVar12 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*mangled = pcVar12;" (assignment_expression "*mangled = pcVar12" (pointer_expression "*mangled" * identifier) = identifier) ;) (if_statement "if ((_sch_istable[(byte)pcVar8[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49;" if (parenthesized_expression "((_sch_istable[(byte)pcVar8[1]] & 4) != 0)" ( (binary_expression "(_sch_istable[(byte)pcVar8[1]] & 4) != 0" (parenthesized_expression "(_sch_istable[(byte)pcVar8[1]] & 4)" ( (binary_expression "_sch_istable[(byte)pcVar8[1]] & 4" (subscript_expression "_sch_istable[(byte)pcVar8[1]]" identifier [ (cast_expression "(byte)pcVar8[1]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "pcVar8[1]" identifier [ number_literal ])) ]) & number_literal) )) != number_literal) )) (goto_statement "goto switchD_002c4d9e_caseD_49;" goto statement_identifier ;)) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (case_statement "case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *mangled = pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *mangled = pcVar12 + 2;\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&temp.b + lVar13) = 0;\n *mangled = pcVar8 + 1;\n }\n else {\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }\n sscanf((char *)&temp,"%x",&dec);\n sprintf((char *)&temp,"int%u_t",(ulong)dec);\n if (result->b != result->p) {\n string_append(result," ");\n }\n if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n string_append(result,(char *)&temp);\n iVar6 = 4;\n break;" case (char_literal "'I'" ' character ') : (labeled_statement "switchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;" statement_identifier : (expression_statement "pcVar8 = pcVar12 + 1;" (assignment_expression "pcVar8 = pcVar12 + 1" identifier = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;)) (expression_statement "*mangled = pcVar8;" (assignment_expression "*mangled = pcVar8" (pointer_expression "*mangled" * identifier) = identifier) ;) (if_statement "if (pcVar12[1] == '_') {\n lVar16 = 0;\n *mangled = pcVar12 + 2;\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&temp.b + lVar13) = 0;\n *mangled = pcVar8 + 1;\n }\n else {\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }" if (parenthesized_expression "(pcVar12[1] == '_')" ( (binary_expression "pcVar12[1] == '_'" (subscript_expression "pcVar12[1]" identifier [ number_literal ]) == (char_literal "'_'" ' character ')) )) (compound_statement "{\n lVar16 = 0;\n *mangled = pcVar12 + 2;\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&temp.b + lVar13) = 0;\n *mangled = pcVar8 + 1;\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "*mangled = pcVar12 + 2;" (assignment_expression "*mangled = pcVar12 + 2" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar12 + 2" identifier + number_literal)) ;) (expression_statement "pcVar8 = pcVar12 + 2;" (assignment_expression "pcVar8 = pcVar12 + 2" identifier = (binary_expression "pcVar12 + 2" identifier + number_literal)) ;) (do_statement "do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n } while (lVar16 != 0x24);" do (compound_statement "{\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&temp.b + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *mangled = pcVar8;\n }" { (expression_statement "pcVar12 = pcVar8;" (assignment_expression "pcVar12 = pcVar8" identifier = identifier) ;) (expression_statement "cVar5 = *pcVar12;" (assignment_expression "cVar5 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) (expression_statement "lVar13 = (long)(int)lVar16;" (assignment_expression "lVar13 = (long)(int)lVar16" identifier = (cast_expression "(long)(int)lVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)lVar16" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "pcVar8 = pcVar12;" (assignment_expression "pcVar8 = pcVar12" identifier = identifier) ;) (if_statement "if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;" if (parenthesized_expression "((cVar5 == '_') || (cVar5 == '\0'))" ( (binary_expression "(cVar5 == '_') || (cVar5 == '\0')" (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) || (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) )) (goto_statement "goto LAB_002c4e42;" goto statement_identifier ;)) (expression_statement "*(char *)((long)&temp.b + lVar16) = cVar5;" (assignment_expression "*(char *)((long)&temp.b + lVar16) = cVar5" (pointer_expression "*(char *)((long)&temp.b + lVar16)" * (cast_expression "(char *)((long)&temp.b + lVar16)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&temp.b + lVar16)" ( (binary_expression "(long)&temp.b + lVar16" (cast_expression "(long)&temp.b" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&temp.b" & (field_expression "temp.b" identifier . field_identifier))) + identifier) )))) = identifier) ;) (expression_statement "pcVar8 = pcVar12 + 1;" (assignment_expression "pcVar8 = pcVar12 + 1" identifier = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "*mangled = pcVar8;" (assignment_expression "*mangled = pcVar8" (pointer_expression "*mangled" * identifier) = identifier) ;) }) while (parenthesized_expression "(lVar16 != 0x24)" ( (binary_expression "lVar16 != 0x24" identifier != number_literal) )) ;) (expression_statement "cVar5 = pcVar12[1];" (assignment_expression "cVar5 = pcVar12[1]" identifier = (subscript_expression "pcVar12[1]" identifier [ number_literal ])) ;) (expression_statement "lVar13 = 0x24;" (assignment_expression "lVar13 = 0x24" identifier = number_literal) ;) (labeled_statement "LAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;" statement_identifier : (if_statement "if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(cVar5 != '_')" ( (binary_expression "cVar5 != '_'" identifier != (char_literal "'_'" ' character ')) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;))) (expression_statement "*(undefined1 *)((long)&temp.b + lVar13) = 0;" (assignment_expression "*(undefined1 *)((long)&temp.b + lVar13) = 0" (pointer_expression "*(undefined1 *)((long)&temp.b + lVar13)" * (cast_expression "(undefined1 *)((long)&temp.b + lVar13)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&temp.b + lVar13)" ( (binary_expression "(long)&temp.b + lVar13" (cast_expression "(long)&temp.b" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&temp.b" & (field_expression "temp.b" identifier . field_identifier))) + identifier) )))) = number_literal) ;) (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) }) (else_clause "else {\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }" else (compound_statement "{\n strncpy((char *)&temp,pcVar8,2);\n temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *mangled = pcVar8 + sVar10;\n }" { (expression_statement "strncpy((char *)&temp,pcVar8,2);" (call_expression "strncpy((char *)&temp,pcVar8,2)" identifier (argument_list "((char *)&temp,pcVar8,2)" ( (cast_expression "(char *)&temp" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&temp" & identifier)) , identifier , number_literal ))) ;) (expression_statement "temp.b._0_3_ = CONCAT12(0,(ushort)temp.b);" (assignment_expression "temp.b._0_3_ = CONCAT12(0,(ushort)temp.b)" (field_expression "temp.b._0_3_" (field_expression "temp.b" identifier . field_identifier) . field_identifier) = (call_expression "CONCAT12(0,(ushort)temp.b)" identifier (argument_list "(0,(ushort)temp.b)" ( number_literal , (cast_expression "(ushort)temp.b" ( (type_descriptor "ushort" type_identifier) ) (field_expression "temp.b" identifier . field_identifier)) )))) ;) (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (1 < sVar10) {\n sVar10 = 2;\n }" if (parenthesized_expression "(1 < sVar10)" ( (binary_expression "1 < sVar10" number_literal < identifier) )) (compound_statement "{\n sVar10 = 2;\n }" { (expression_statement "sVar10 = 2;" (assignment_expression "sVar10 = 2" identifier = number_literal) ;) })) (expression_statement "*mangled = pcVar8 + sVar10;" (assignment_expression "*mangled = pcVar8 + sVar10" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + sVar10" identifier + identifier)) ;) }))) (expression_statement "sscanf((char *)&temp,"%x",&dec);" (call_expression "sscanf((char *)&temp,"%x",&dec)" identifier (argument_list "((char *)&temp,"%x",&dec)" ( (cast_expression "(char *)&temp" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&temp" & identifier)) , (string_literal ""%x"" " string_content ") , (pointer_expression "&dec" & identifier) ))) ;) (expression_statement "sprintf((char *)&temp,"int%u_t",(ulong)dec);" (call_expression "sprintf((char *)&temp,"int%u_t",(ulong)dec)" identifier (argument_list "((char *)&temp,"int%u_t",(ulong)dec)" ( (cast_expression "(char *)&temp" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&temp" & identifier)) , (string_literal ""int%u_t"" " string_content ") , (cast_expression "(ulong)dec" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (if_statement "if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0;" if (parenthesized_expression "((char)temp.b == '\0')" ( (binary_expression "(char)temp.b == '\0'" (cast_expression "(char)temp.b" ( (type_descriptor "char" primitive_type) ) (field_expression "temp.b" identifier . field_identifier)) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto switchD_002c4d9e_caseD_0;" goto statement_identifier ;)) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "string_append(result,(char *)&temp);" (call_expression "string_append(result,(char *)&temp)" identifier (argument_list "(result,(char *)&temp)" ( identifier , (cast_expression "(char *)&temp" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&temp" & identifier)) ))) ;) (expression_statement "iVar6 = 4;" (assignment_expression "iVar6 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'b':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 5;\n string_append(result,"bool");\n iVar6 = 5;\n break;" case (char_literal "'b'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 5;" (assignment_expression "iVar17 = 5" identifier = number_literal) ;) (expression_statement "string_append(result,"bool");" (call_expression "string_append(result,"bool")" identifier (argument_list "(result,"bool")" ( identifier , (string_literal ""bool"" " string_content ") ))) ;) (expression_statement "iVar6 = 5;" (assignment_expression "iVar6 = 5" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'c':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"char");\n iVar6 = 6;\n break;" case (char_literal "'c'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 6;" (assignment_expression "iVar17 = 6" identifier = number_literal) ;) (expression_statement "string_append(result,"char");" (call_expression "string_append(result,"char")" identifier (argument_list "(result,"char")" ( identifier , (string_literal ""char"" " string_content ") ))) ;) (expression_statement "iVar6 = 6;" (assignment_expression "iVar6 = 6" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'd':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"double");\n iVar6 = 7;\n break;" case (char_literal "'d'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "string_append(result,"double");" (call_expression "string_append(result,"double")" identifier (argument_list "(result,"double")" ( identifier , (string_literal ""double"" " string_content ") ))) ;) (expression_statement "iVar6 = 7;" (assignment_expression "iVar6 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'f':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"float");\n iVar6 = 7;\n break;" case (char_literal "'f'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "string_append(result,"float");" (call_expression "string_append(result,"float")" identifier (argument_list "(result,"float")" ( identifier , (string_literal ""float"" " string_content ") ))) ;) (expression_statement "iVar6 = 7;" (assignment_expression "iVar6 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'i':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"int");\n iVar6 = 4;\n break;" case (char_literal "'i'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "string_append(result,"int");" (call_expression "string_append(result,"int")" identifier (argument_list "(result,"int")" ( identifier , (string_literal ""int"" " string_content ") ))) ;) (expression_statement "iVar6 = 4;" (assignment_expression "iVar6 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'l':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long");\n iVar6 = 4;\n break;" case (char_literal "'l'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "string_append(result,"long");" (call_expression "string_append(result,"long")" identifier (argument_list "(result,"long")" ( identifier , (string_literal ""long"" " string_content ") ))) ;) (expression_statement "iVar6 = 4;" (assignment_expression "iVar6 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'r':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 7;\n string_append(result,"long double");\n iVar6 = 7;\n break;" case (char_literal "'r'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "string_append(result,"long double");" (call_expression "string_append(result,"long double")" identifier (argument_list "(result,"long double")" ( identifier , (string_literal ""long double"" " string_content ") ))) ;) (expression_statement "iVar6 = 7;" (assignment_expression "iVar6 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 's':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"short");\n iVar6 = 4;\n break;" case (char_literal "'s'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "string_append(result,"short");" (call_expression "string_append(result,"short")" identifier (argument_list "(result,"short")" ( identifier , (string_literal ""short"" " string_content ") ))) ;) (expression_statement "iVar6 = 4;" (assignment_expression "iVar6 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 't':\n temp.e = (char *)0x0;\n temp.p = (char *)0x0;\n temp.b = (char *)0x0;\n iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);\n string_appends(result,&temp,(string *)temp.p);\nLAB_002c49cf:\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar6 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if (result->b != (char *)0x0) {\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }\n iVar17 = 0;\n pcVar8 = decl.b;\n goto LAB_002c4a23;" case (char_literal "'t'" ' character ') : (expression_statement "temp.e = (char *)0x0;" (assignment_expression "temp.e = (char *)0x0" (field_expression "temp.e" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "temp.p = (char *)0x0;" (assignment_expression "temp.p = (char *)0x0" (field_expression "temp.p" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "temp.b = (char *)0x0;" (assignment_expression "temp.b = (char *)0x0" (field_expression "temp.b" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1);" (assignment_expression "iVar17 = demangle_template(work,mangled,&temp,(string *)0x0,1,1)" identifier = (call_expression "demangle_template(work,mangled,&temp,(string *)0x0,1,1)" identifier (argument_list "(work,mangled,&temp,(string *)0x0,1,1)" ( identifier , identifier , (pointer_expression "&temp" & identifier) , (cast_expression "(string *)0x0" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , number_literal , number_literal )))) ;) (expression_statement "string_appends(result,&temp,(string *)temp.p);" (call_expression "string_appends(result,&temp,(string *)temp.p)" identifier (argument_list "(result,&temp,(string *)temp.p)" ( identifier , (pointer_expression "&temp" & identifier) , (cast_expression "(string *)temp.p" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "temp.p" identifier . field_identifier)) ))) ;) (labeled_statement "LAB_002c49cf:\n if (temp.b != (char *)0x0) {\n free(temp.b);\n }" statement_identifier : (if_statement "if (temp.b != (char *)0x0) {\n free(temp.b);\n }" if (parenthesized_expression "(temp.b != (char *)0x0)" ( (binary_expression "temp.b != (char *)0x0" (field_expression "temp.b" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(temp.b);\n }" { (expression_statement "free(temp.b);" (call_expression "free(temp.b)" identifier (argument_list "(temp.b)" ( (field_expression "temp.b" identifier . field_identifier) ))) ;) }))) (if_statement "if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar6 = 4;\n break;\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar6 = 4;\n break;\n }" { (labeled_statement "switchD_002c4d9e_caseD_0:\n iVar17 = 4;" statement_identifier : (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;)) (expression_statement "iVar6 = 4;" (assignment_expression "iVar6 = 4" identifier = number_literal) ;) (break_statement "break;" break ;) })) (labeled_statement "switchD_002c4d9e_caseD_1:\n if (result->b != (char *)0x0) {\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }" statement_identifier : (if_statement "if (result->b != (char *)0x0) {\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }" if (parenthesized_expression "(result->b != (char *)0x0)" ( (binary_expression "result->b != (char *)0x0" (field_expression "result->b" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(result->b);\n result->p = (char *)0x0;\n result->e = (char *)0x0;\n result->b = (char *)0x0;\n }" { (expression_statement "free(result->b);" (call_expression "free(result->b)" identifier (argument_list "(result->b)" ( (field_expression "result->b" identifier -> field_identifier) ))) ;) (expression_statement "result->p = (char *)0x0;" (assignment_expression "result->p = (char *)0x0" (field_expression "result->p" identifier -> field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "result->e = (char *)0x0;" (assignment_expression "result->e = (char *)0x0" (field_expression "result->e" identifier -> field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "result->b = (char *)0x0;" (assignment_expression "result->b = (char *)0x0" (field_expression "result->b" identifier -> field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }))) (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (expression_statement "pcVar8 = decl.b;" (assignment_expression "pcVar8 = decl.b" identifier = (field_expression "decl.b" identifier . field_identifier)) ;) (goto_statement "goto LAB_002c4a23;" goto statement_identifier ;)) (case_statement "case 'v':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"void");\n iVar6 = 4;\n break;" case (char_literal "'v'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "string_append(result,"void");" (call_expression "string_append(result,"void")" identifier (argument_list "(result,"void")" ( identifier , (string_literal ""void"" " string_content ") ))) ;) (expression_statement "iVar6 = 4;" (assignment_expression "iVar6 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'w':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 6;\n string_append(result,"wchar_t");\n iVar6 = 6;\n break;" case (char_literal "'w'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 6;" (assignment_expression "iVar17 = 6" identifier = number_literal) ;) (expression_statement "string_append(result,"wchar_t");" (call_expression "string_append(result,"wchar_t")" identifier (argument_list "(result,"wchar_t")" ( identifier , (string_literal ""wchar_t"" " string_content ") ))) ;) (expression_statement "iVar6 = 6;" (assignment_expression "iVar6 = 6" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'x':\n *mangled = pcVar8 + 1;\n if (result->b != result->p) {\n string_append(result," ");\n }\n iVar17 = 4;\n string_append(result,"long long");\n iVar6 = 4;" case (char_literal "'x'" ' character ') : (expression_statement "*mangled = pcVar8 + 1;" (assignment_expression "*mangled = pcVar8 + 1" (pointer_expression "*mangled" * identifier) = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (if_statement "if (result->b != result->p) {\n string_append(result," ");\n }" if (parenthesized_expression "(result->b != result->p)" ( (binary_expression "result->b != result->p" (field_expression "result->b" identifier -> field_identifier) != (field_expression "result->p" identifier -> field_identifier)) )) (compound_statement "{\n string_append(result," ");\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "string_append(result,"long long");" (call_expression "string_append(result,"long long")" identifier (argument_list "(result,"long long")" ( identifier , (string_literal ""long long"" " string_content ") ))) ;) (expression_statement "iVar6 = 4;" (assignment_expression "iVar6 = 4" identifier = number_literal) ;)) })) (if_statement "if (iVar18 == 0) {\n iVar18 = iVar6;\n }" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (compound_statement "{\n iVar18 = iVar6;\n }" { (expression_statement "iVar18 = iVar6;" (assignment_expression "iVar18 = iVar6" identifier = identifier) ;) })) (labeled_statement "LAB_002c4ac1:\n pcVar8 = decl.p;" statement_identifier : (expression_statement "pcVar8 = decl.p;" (assignment_expression "pcVar8 = decl.p" identifier = (field_expression "decl.p" identifier . field_identifier)) ;)) (if_statement "if (decl.b != decl.p) {\n string_append(result," ");\n string_appends(result,&decl,(string *)decl.p);\n pcVar8 = decl.b;\n }" if (parenthesized_expression "(decl.b != decl.p)" ( (binary_expression "decl.b != decl.p" (field_expression "decl.b" identifier . field_identifier) != (field_expression "decl.p" identifier . field_identifier)) )) (compound_statement "{\n string_append(result," ");\n string_appends(result,&decl,(string *)decl.p);\n pcVar8 = decl.b;\n }" { (expression_statement "string_append(result," ");" (call_expression "string_append(result," ")" identifier (argument_list "(result," ")" ( identifier , (string_literal "" "" " string_content ") ))) ;) (expression_statement "string_appends(result,&decl,(string *)decl.p);" (call_expression "string_appends(result,&decl,(string *)decl.p)" identifier (argument_list "(result,&decl,(string *)decl.p)" ( identifier , (pointer_expression "&decl" & identifier) , (cast_expression "(string *)decl.p" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "decl.p" identifier . field_identifier)) ))) ;) (expression_statement "pcVar8 = decl.b;" (assignment_expression "pcVar8 = decl.b" identifier = (field_expression "decl.b" identifier . field_identifier)) ;) })) (labeled_statement "LAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }" statement_identifier : (if_statement "if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }" if (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(pcVar8);\n }" { (expression_statement "free(pcVar8);" (call_expression "free(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier ))) ;) }))) (if_statement "if (bVar3) {\n work->nproctypes = work->nproctypes + -1;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n work->nproctypes = work->nproctypes + -1;\n }" { (expression_statement "work->nproctypes = work->nproctypes + -1;" (assignment_expression "work->nproctypes = work->nproctypes + -1" (field_expression "work->nproctypes" identifier -> field_identifier) = (binary_expression "work->nproctypes + -1" (field_expression "work->nproctypes" identifier -> field_identifier) + number_literal)) ;) })) (if_statement "if ((iVar17 != 0) && (iVar17 = 4, iVar18 != 0)) {\n iVar17 = iVar18;\n }" if (parenthesized_expression "((iVar17 != 0) && (iVar17 = 4, iVar18 != 0))" ( (binary_expression "(iVar17 != 0) && (iVar17 = 4, iVar18 != 0)" (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar17 = 4, iVar18 != 0)" ( (comma_expression "iVar17 = 4, iVar18 != 0" (assignment_expression "iVar17 = 4" identifier = number_literal) , (binary_expression "iVar18 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar17 = iVar18;\n }" { (expression_statement "iVar17 = iVar18;" (assignment_expression "iVar17 = iVar18" identifier = identifier) ;) })) (return_statement "return iVar17;" return identifier ;) })))
(translation_unit "int FUN_002c4370(byte *param_1,long *param_2,long *param_3)\n\n{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n undefined4 uVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n int local_98;\n uint local_94;\n long local_90;\n char *local_88;\n char *local_80;\n undefined8 local_78;\n void *local_68;\n void *local_60;\n undefined8 local_58;\n \n iVar19 = 0;\n iVar17 = 1;\n param_3[2] = 0;\n local_78 = 0;\n local_80 = (char *)0x0;\n local_88 = (char *)0x0;\n param_3[1] = 0;\n *param_3 = 0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = local_88;\n bVar2 = false;\nswitchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = (char *)*param_2;\n bVar2 = true;\n iVar18 = (int)*pcVar12;\n switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );\nswitchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n FUN_002c2e90(&local_88,&DAT_003763cb);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *param_2 = (long)(pcVar8 + 1);\nLAB_002c451d:\n FUN_002c2e90(&local_88,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }\n if (iVar19 == 0) {\n iVar19 = iVar18;\n }\nLAB_002c4ac1:\n pcVar8 = local_80;\n if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }\n return iVar17;\n}\n\n" (function_definition "int FUN_002c4370(byte *param_1,long *param_2,long *param_3)\n\n{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n undefined4 uVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n int local_98;\n uint local_94;\n long local_90;\n char *local_88;\n char *local_80;\n undefined8 local_78;\n void *local_68;\n void *local_60;\n undefined8 local_58;\n \n iVar19 = 0;\n iVar17 = 1;\n param_3[2] = 0;\n local_78 = 0;\n local_80 = (char *)0x0;\n local_88 = (char *)0x0;\n param_3[1] = 0;\n *param_3 = 0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = local_88;\n bVar2 = false;\nswitchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = (char *)*param_2;\n bVar2 = true;\n iVar18 = (int)*pcVar12;\n switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );\nswitchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n FUN_002c2e90(&local_88,&DAT_003763cb);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *param_2 = (long)(pcVar8 + 1);\nLAB_002c451d:\n FUN_002c2e90(&local_88,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }\n if (iVar19 == 0) {\n iVar19 = iVar18;\n }\nLAB_002c4ac1:\n pcVar8 = local_80;\n if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }\n return iVar17;\n}" primitive_type (function_declarator "FUN_002c4370(byte *param_1,long *param_2,long *param_3)" identifier (parameter_list "(byte *param_1,long *param_2,long *param_3)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n undefined4 uVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n int local_98;\n uint local_94;\n long local_90;\n char *local_88;\n char *local_80;\n undefined8 local_78;\n void *local_68;\n void *local_60;\n undefined8 local_58;\n \n iVar19 = 0;\n iVar17 = 1;\n param_3[2] = 0;\n local_78 = 0;\n local_80 = (char *)0x0;\n local_88 = (char *)0x0;\n param_3[1] = 0;\n *param_3 = 0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = local_88;\n bVar2 = false;\nswitchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = (char *)*param_2;\n bVar2 = true;\n iVar18 = (int)*pcVar12;\n switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );\nswitchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n FUN_002c2e90(&local_88,&DAT_003763cb);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *param_2 = (long)(pcVar8 + 1);\nLAB_002c451d:\n FUN_002c2e90(&local_88,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }\n if (iVar19 == 0) {\n iVar19 = iVar18;\n }\nLAB_002c4ac1:\n pcVar8 = local_80;\n if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }\n return iVar17;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar14;" type_identifier identifier ;) (declaration "int *piVar15;" primitive_type (pointer_declarator "*piVar15" * identifier) ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "int iVar19;" primitive_type identifier ;) (declaration "int local_98;" primitive_type identifier ;) (declaration "uint local_94;" type_identifier identifier ;) (declaration "long local_90;" (sized_type_specifier "long" long) identifier ;) (declaration "char *local_88;" primitive_type (pointer_declarator "*local_88" * identifier) ;) (declaration "char *local_80;" primitive_type (pointer_declarator "*local_80" * identifier) ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "void *local_68;" primitive_type (pointer_declarator "*local_68" * identifier) ;) (declaration "void *local_60;" primitive_type (pointer_declarator "*local_60" * identifier) ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (expression_statement "iVar19 = 0;" (assignment_expression "iVar19 = 0" identifier = number_literal) ;) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = 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 "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) (expression_statement "local_80 = (char *)0x0;" (assignment_expression "local_80 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_88 = (char *)0x0;" (assignment_expression "local_88 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) 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 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (labeled_statement "LAB_002c43d8:\n pcVar8 = local_88;" statement_identifier : (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" identifier = identifier) ;)) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) (labeled_statement "switchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" statement_identifier : (if_statement "if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" if (parenthesized_expression "((bVar2) || (iVar17 == 0))" ( (binary_expression "(bVar2) || (iVar17 == 0)" (parenthesized_expression "(bVar2)" ( identifier )) || (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) ))) )) (compound_statement "{\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" { (if_statement "if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (switch_statement "switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }" switch (parenthesized_expression "(*pcVar8)" ( (pointer_expression "*pcVar8" * identifier) )) (compound_statement "{\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }" { (case_statement "case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;" case (char_literal "'B'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar18 = FUN_002c2650(param_2,&local_98);" (assignment_expression "iVar18 = FUN_002c2650(param_2,&local_98)" identifier = (call_expression "FUN_002c2650(param_2,&local_98)" identifier (argument_list "(param_2,&local_98)" ( identifier , (pointer_expression "&local_98" & identifier) )))) ;) (if_statement "if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))" ( (binary_expression "((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98)" (parenthesized_expression "((iVar18 == 0) || (local_98 < 0))" ( (binary_expression "(iVar18 == 0) || (local_98 < 0)" (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) || (parenthesized_expression "(local_98 < 0)" ( (binary_expression "local_98 < 0" identifier < number_literal) ))) )) || (parenthesized_expression "(*(int *)(param_1 + 0x24) <= local_98)" ( (binary_expression "*(int *)(param_1 + 0x24) <= local_98" (pointer_expression "*(int *)(param_1 + 0x24)" * (cast_expression "(int *)(param_1 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) <= identifier) ))) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (expression_statement "pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);" (assignment_expression "pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" identifier = (pointer_expression "*(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" * (cast_expression "(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" ( (binary_expression "*(long *)(param_1 + 0x18) + (long)local_98 * 8" (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) )))) + (binary_expression "(long)local_98 * 8" (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) ;) (break_statement "break;" break ;)) (case_statement "default:\n local_94 = 0;\n goto LAB_002c4c67;" default : (expression_statement "local_94 = 0;" (assignment_expression "local_94 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_002c4c67;" goto statement_identifier ;)) (case_statement "case 'K':" case (char_literal "'K'" ' character ') :) (case_statement "case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;" case (char_literal "'Q'" ' character ') : (expression_statement "iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);" (assignment_expression "iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1)" identifier = (call_expression "FUN_002c6810(param_1,param_2,param_3,0,1)" identifier (argument_list "(param_1,param_2,param_3,0,1)" ( identifier , identifier , identifier , number_literal , number_literal )))) ;) (if_statement "if (iVar17 != 0) goto LAB_002c4ac1;" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;)) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (case_statement "case 'X':" case (char_literal "'X'" ' character ') :) (case_statement "case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;" case (char_literal "'Y'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar18 = FUN_002c2b50(param_2);" (assignment_expression "iVar18 = FUN_002c2b50(param_2)" identifier = (call_expression "FUN_002c2b50(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (if_statement "if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1))))" ( (binary_expression "(iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))" (parenthesized_expression "(iVar18 == -1)" ( (binary_expression "iVar18 == -1" identifier == number_literal) )) || (parenthesized_expression "(((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))" ( (parenthesized_expression "((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1))" ( (binary_expression "(*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)" (parenthesized_expression "(*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18))" ( (binary_expression "*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)" (binary_expression "*(long *)(param_1 + 0x50) != 0" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) != number_literal) && (parenthesized_expression "(*(int *)(param_1 + 0x58) <= iVar18)" ( (binary_expression "*(int *)(param_1 + 0x58) <= iVar18" (pointer_expression "*(int *)(param_1 + 0x58)" * (cast_expression "(int *)(param_1 + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) )))) <= identifier) ))) )) || (parenthesized_expression "(iVar17 = FUN_002c2b50(param_2), iVar17 == -1)" ( (comma_expression "iVar17 = FUN_002c2b50(param_2), iVar17 == -1" (assignment_expression "iVar17 = FUN_002c2b50(param_2)" identifier = (call_expression "FUN_002c2b50(param_2)" identifier (argument_list "(param_2)" ( identifier )))) , (binary_expression "iVar17 == -1" identifier == number_literal)) ))) )) ))) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (if_statement "if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x50) == 0)" ( (binary_expression "*(long *)(param_1 + 0x50) == 0" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }" { (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;) (expression_statement "FUN_002c2ed0(param_3,iVar18);" (call_expression "FUN_002c2ed0(param_3,iVar18)" identifier (argument_list "(param_3,iVar18)" ( identifier , identifier ))) ;) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;) })) (expression_statement "pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);" (assignment_expression "pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" identifier = (pointer_expression "*(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" * (cast_expression "(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" ( (binary_expression "*(long *)(param_1 + 0x50) + (long)iVar18 * 8" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) + (binary_expression "(long)iVar18 * 8" (cast_expression "(long)iVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) ;) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;)) })) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_002c2e90(param_3);\n }" { (expression_statement "FUN_002c2e90(param_3);" (call_expression "FUN_002c2e90(param_3)" identifier (argument_list "(param_3)" ( identifier ))) ;) })) (goto_statement "goto LAB_002c4ac1;" goto statement_identifier ;) }))) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (expression_statement "iVar18 = (int)*pcVar12;" (assignment_expression "iVar18 = (int)*pcVar12" identifier = (cast_expression "(int)*pcVar12" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar12" * identifier))) ;) (switch_statement "switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }" switch (parenthesized_expression "(iVar18 - 0x41U & 0xff)" ( (binary_expression "iVar18 - 0x41U & 0xff" (binary_expression "iVar18 - 0x41U" identifier - number_literal) & number_literal) )) (compound_statement "{\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }" { (case_statement "case 0:\n goto switchD_002c440e_caseD_0;" case number_literal : (goto_statement "goto switchD_002c440e_caseD_0;" goto statement_identifier ;)) (case_statement "default:\n goto switchD_002c440e_caseD_1;" default : (goto_statement "goto switchD_002c440e_caseD_1;" goto statement_identifier ;)) (case_statement "case 2:" case number_literal :) (case_statement "case 0x15:" case number_literal :) (case_statement "case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" case number_literal : (if_statement "if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" if (parenthesized_expression "((*param_1 & 2) != 0)" ( (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" ( (binary_expression "*param_1 & 2" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" { (if_statement "if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }" if (parenthesized_expression "(local_88 != local_80)" ( (binary_expression "local_88 != local_80" identifier != identifier) )) (compound_statement "{\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }" { (expression_statement "FUN_002c2e60(&local_88,&DAT_0038529f);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038529f)" identifier (argument_list "(&local_88,&DAT_0038529f)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "iVar18 = (int)*pcVar12;" (assignment_expression "iVar18 = (int)*pcVar12" identifier = (cast_expression "(int)*pcVar12" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar12" * identifier))) ;) })) (expression_statement "pcVar8 = (char *)FUN_002c2a50(iVar18);" (assignment_expression "pcVar8 = (char *)FUN_002c2a50(iVar18)" identifier = (cast_expression "(char *)FUN_002c2a50(iVar18)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002c2a50(iVar18)" identifier (argument_list "(iVar18)" ( identifier ))))) ;) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }" { (expression_statement "FUN_002c2e60(&local_88,pcVar8);" (call_expression "FUN_002c2e60(&local_88,pcVar8)" identifier (argument_list "(&local_88,pcVar8)" ( (pointer_expression "&local_88" & identifier) , identifier ))) ;) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) })) }))) (case_statement "case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (if_statement "if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" if (parenthesized_expression "((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0))" ( (binary_expression "(pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)" (parenthesized_expression "(pcVar8 != local_80)" ( (binary_expression "pcVar8 != local_80" identifier != identifier) )) && (parenthesized_expression "((*pcVar8 - 0x26U & 0xfb) == 0)" ( (binary_expression "(*pcVar8 - 0x26U & 0xfb) == 0" (parenthesized_expression "(*pcVar8 - 0x26U & 0xfb)" ( (binary_expression "*pcVar8 - 0x26U & 0xfb" (binary_expression "*pcVar8 - 0x26U" (pointer_expression "*pcVar8" * identifier) - number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" { (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" identifier (argument_list "(&local_88,"(")" ( (pointer_expression "&local_88" & identifier) , (string_literal ""("" " string_content ") ))) ;) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" identifier (argument_list "(&local_88,&DAT_0038e477)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038e477" & identifier) ))) ;) })) (expression_statement "iVar18 = FUN_002c71b0(param_1,param_2,&local_88);" (assignment_expression "iVar18 = FUN_002c71b0(param_1,param_2,&local_88)" identifier = (call_expression "FUN_002c71b0(param_1,param_2,&local_88)" identifier (argument_list "(param_1,param_2,&local_88)" ( identifier , identifier , (pointer_expression "&local_88" & identifier) )))) ;) (if_statement "if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }" if (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) (compound_statement "{\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }" { (expression_statement "cVar5 = *(char *)*param_2;" (assignment_expression "cVar5 = *(char *)*param_2" identifier = (pointer_expression "*(char *)*param_2" * (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)))) ;) (if_statement "if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "((cVar5 == '_') || (cVar5 == '\0'))" ( (binary_expression "(cVar5 == '_') || (cVar5 == '\0')" (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) || (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }" { (if_statement "if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }" if (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) (compound_statement "{\n *param_2 = (long)((char *)*param_2 + 1);\n }" { (expression_statement "*param_2 = (long)((char *)*param_2 + 1);" (assignment_expression "*param_2 = (long)((char *)*param_2 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)((char *)*param_2 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((char *)*param_2 + 1)" ( (binary_expression "(char *)*param_2 + 1" (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) + number_literal) )))) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) })) (break_statement "break;" break ;)) (case_statement "case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" identifier (argument_list "(&local_88,&DAT_0038e477)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038e477" & identifier) ))) ;) (if_statement "if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" if (parenthesized_expression "(*(char *)*param_2 == 'Q')" ( (binary_expression "*(char *)*param_2 == 'Q'" (pointer_expression "*(char *)*param_2" * (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) == (char_literal "'Q'" ' character ')) )) (compound_statement "{\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }" { (if_statement "if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;" if (parenthesized_expression "((DAT_00390a82 & 4) != 0)" ( (binary_expression "(DAT_00390a82 & 4) != 0" (parenthesized_expression "(DAT_00390a82 & 4)" ( (binary_expression "DAT_00390a82 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_002c474d;" goto statement_identifier ;)) (labeled_statement "LAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);" statement_identifier : (expression_statement "iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);" (assignment_expression "iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0)" identifier = (call_expression "FUN_002c6810(param_1,param_2,&local_88,0,0)" identifier (argument_list "(param_1,param_2,&local_88,0,0)" ( identifier , identifier , (pointer_expression "&local_88" & identifier) , number_literal , number_literal )))) ;)) (if_statement "if (iVar17 == 0) goto LAB_002c43d8;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) }) (else_clause "else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" else (compound_statement "{\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" { (expression_statement "pcVar8 = "::";" (assignment_expression "pcVar8 = "::"" identifier = (string_literal ""::"" " string_content ")) ;) (if_statement "if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }" if (parenthesized_expression "((*param_1 & 4) != 0)" ( (binary_expression "(*param_1 & 4) != 0" (parenthesized_expression "(*param_1 & 4)" ( (binary_expression "*param_1 & 4" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar8 = ".";\n }" { (expression_statement "pcVar8 = ".";" (assignment_expression "pcVar8 = "."" identifier = (string_literal ""."" " string_content ")) ;) })) (expression_statement "FUN_002c2e60(&local_88,pcVar8);" (call_expression "FUN_002c2e60(&local_88,pcVar8)" identifier (argument_list "(&local_88,pcVar8)" ( (pointer_expression "&local_88" & identifier) , identifier ))) ;) (expression_statement "bVar14 = *(byte *)*param_2;" (assignment_expression "bVar14 = *(byte *)*param_2" identifier = (pointer_expression "*(byte *)*param_2" * (cast_expression "(byte *)*param_2" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)))) ;) (if_statement "if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }" if (parenthesized_expression "(((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0)" ( (binary_expression "((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0" (parenthesized_expression "((&DAT_003909e0)[(ulong)bVar14 * 2] & 4)" ( (binary_expression "(&DAT_003909e0)[(ulong)bVar14 * 2] & 4" (subscript_expression "(&DAT_003909e0)[(ulong)bVar14 * 2]" (parenthesized_expression "(&DAT_003909e0)" ( (pointer_expression "&DAT_003909e0" & identifier) )) [ (binary_expression "(ulong)bVar14 * 2" (cast_expression "(ulong)bVar14" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) ]) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }" { (labeled_statement "LAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);" statement_identifier : (expression_statement "iVar18 = FUN_002c2aa0(param_2);" (assignment_expression "iVar18 = FUN_002c2aa0(param_2)" identifier = (call_expression "FUN_002c2aa0(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;)) (expression_statement "local_98 = iVar18;" (assignment_expression "local_98 = iVar18" identifier = identifier) ;) (if_statement "if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }" if (parenthesized_expression "(iVar18 != -1)" ( (binary_expression "iVar18 != -1" identifier != number_literal) )) (compound_statement "{\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }" { (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }" if (parenthesized_expression "(iVar18 <= (int)sVar10)" ( (binary_expression "iVar18 <= (int)sVar10" identifier <= (cast_expression "(int)sVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }" { (if_statement "if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }" if (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }" { (expression_statement "FUN_002c2e10(&local_88);" (call_expression "FUN_002c2e10(&local_88)" identifier (argument_list "(&local_88)" ( (pointer_expression "&local_88" & identifier) ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "iVar18 = local_98;" (assignment_expression "iVar18 = local_98" identifier = identifier) ;) })) (expression_statement "*param_2 = (long)(pcVar8 + iVar18);" (assignment_expression "*param_2 = (long)(pcVar8 + iVar18)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + iVar18)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + iVar18)" ( (binary_expression "pcVar8 + iVar18" identifier + identifier) )))) ;) (goto_statement "goto LAB_002c4796;" goto statement_identifier ;) })) })) (break_statement "break;" break ;) })) (if_statement "if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" if (parenthesized_expression "((byte)(bVar14 + 0xa8) < 2)" ( (binary_expression "(byte)(bVar14 + 0xa8) < 2" (call_expression "(byte)(bVar14 + 0xa8)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar14 + 0xa8)" ( (binary_expression "bVar14 + 0xa8" identifier + number_literal) ))) < number_literal) )) (compound_statement "{\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }" { (expression_statement "FUN_002c4370(param_1,param_2,&local_68);" (call_expression "FUN_002c4370(param_1,param_2,&local_68)" identifier (argument_list "(param_1,param_2,&local_68)" ( identifier , identifier , (pointer_expression "&local_68" & identifier) ))) ;) (if_statement "if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }" if (parenthesized_expression "((local_68 != local_60) && ((int)local_60 != (int)local_68))" ( (binary_expression "(local_68 != local_60) && ((int)local_60 != (int)local_68)" (parenthesized_expression "(local_68 != local_60)" ( (binary_expression "local_68 != local_60" identifier != identifier) )) && (parenthesized_expression "((int)local_60 != (int)local_68)" ( (binary_expression "(int)local_60 != (int)local_68" (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) != (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier)) ))) )) (compound_statement "{\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }" { (labeled_statement "LAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);" statement_identifier : (expression_statement "FUN_002c2e10(&local_88,local_68);" (call_expression "FUN_002c2e10(&local_88,local_68)" identifier (argument_list "(&local_88,local_68)" ( (pointer_expression "&local_88" & identifier) , identifier ))) ;)) })) }) (else_clause "else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" else (compound_statement "{\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" { (if_statement "if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }" if (parenthesized_expression "(bVar14 != 0x74)" ( (binary_expression "bVar14 != 0x74" identifier != number_literal) )) (compound_statement "{\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }" { (if_statement "if (bVar14 == 0x51) goto LAB_002c46ab;" if (parenthesized_expression "(bVar14 == 0x51)" ( (binary_expression "bVar14 == 0x51" identifier == number_literal) )) (goto_statement "goto LAB_002c46ab;" goto statement_identifier ;)) (break_statement "break;" break ;) })) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);" (assignment_expression "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1)" identifier = (call_expression "FUN_002c6110(param_1,param_2,&local_68,0,1,1)" identifier (argument_list "(param_1,param_2,&local_68,0,1,1)" ( identifier , identifier , (pointer_expression "&local_68" & identifier) , number_literal , number_literal , number_literal )))) ;) (if_statement "if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (compound_statement "{\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }" { (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" if (parenthesized_expression "(local_68 != (void *)0x0)" ( (binary_expression "local_68 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_68);\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) (if_statement "if ((int)local_60 != (int)local_68) goto LAB_002c4b57;" if (parenthesized_expression "((int)local_60 != (int)local_68)" ( (binary_expression "(int)local_60 != (int)local_68" (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) != (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_002c4b57;" goto statement_identifier ;)) }))) (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" if (parenthesized_expression "(local_68 != (void *)0x0)" ( (binary_expression "local_68 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_68);\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) })) }))) (labeled_statement "LAB_002c4796:\n FUN_002c2e60(&local_88,"(");" statement_identifier : (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" identifier (argument_list "(&local_88,"(")" ( (pointer_expression "&local_88" & identifier) , (string_literal ""("" " string_content ") ))) ;)) (expression_statement "pbVar11 = (byte *)*param_2;" (assignment_expression "pbVar11 = (byte *)*param_2" identifier = (cast_expression "(byte *)*param_2" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "bVar14 = *pbVar11;" (assignment_expression "bVar14 = *pbVar11" identifier = (pointer_expression "*pbVar11" * identifier)) ;) (if_statement "if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }" if (parenthesized_expression "((byte)(bVar14 - 0x43) < 0x33)" ( (binary_expression "(byte)(bVar14 - 0x43) < 0x33" (call_expression "(byte)(bVar14 - 0x43)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar14 - 0x43)" ( (binary_expression "bVar14 - 0x43" identifier - number_literal) ))) < number_literal) )) (compound_statement "{\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }" { (if_statement "if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" if (parenthesized_expression "((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0)" ( (binary_expression "(0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0" (parenthesized_expression "(0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1)" ( (binary_expression "0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1" (binary_expression "0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f)" number_literal >> (parenthesized_expression "((ulong)(bVar14 - 0x43) & 0x3f)" ( (binary_expression "(ulong)(bVar14 - 0x43) & 0x3f" (call_expression "(ulong)(bVar14 - 0x43)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar14 - 0x43)" ( (binary_expression "bVar14 - 0x43" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar18 = 0;\n }" { (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" else (compound_statement "{\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" { (if_statement "if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" if (parenthesized_expression "(bVar14 == 0x56)" ( (binary_expression "bVar14 == 0x56" identifier == number_literal) )) (compound_statement "{\n iVar18 = 2;\n }" { (expression_statement "iVar18 = 2;" (assignment_expression "iVar18 = 2" identifier = number_literal) ;) }) (else_clause "else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" else (if_statement "if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" if (parenthesized_expression "(bVar14 == 0x75)" ( (binary_expression "bVar14 == 0x75" identifier == number_literal) )) (compound_statement "{\n iVar18 = 4;\n }" { (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" else (compound_statement "{\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" { (if_statement "if (bVar14 != 0x43) {\n \n abort();\n }" if (parenthesized_expression "(bVar14 != 0x43)" ( (binary_expression "bVar14 != 0x43" identifier != number_literal) )) (compound_statement "{\n \n abort();\n }" { (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar18 = 1;" (assignment_expression "iVar18 = 1" identifier = number_literal) ;) }))))) (expression_statement "*param_2 = (long)(pbVar11 + 1);" (assignment_expression "*param_2 = (long)(pbVar11 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pbVar11 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pbVar11 + 1)" ( (binary_expression "pbVar11 + 1" identifier + number_literal) )))) ;) (expression_statement "bVar14 = pbVar11[1];" (assignment_expression "bVar14 = pbVar11[1]" identifier = (subscript_expression "pbVar11[1]" identifier [ number_literal ])) ;) (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) }))) (if_statement "if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }" if (parenthesized_expression "(bVar14 == 0x46)" ( (binary_expression "bVar14 == 0x46" identifier == number_literal) )) (compound_statement "{\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }" { (expression_statement "*param_2 = (long)(pbVar11 + 1);" (assignment_expression "*param_2 = (long)(pbVar11 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pbVar11 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pbVar11 + 1)" ( (binary_expression "pbVar11 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar6 = FUN_002c71b0(param_1,param_2,&local_88);" (assignment_expression "iVar6 = FUN_002c71b0(param_1,param_2,&local_88)" identifier = (call_expression "FUN_002c71b0(param_1,param_2,&local_88)" identifier (argument_list "(param_1,param_2,&local_88)" ( identifier , identifier , (pointer_expression "&local_88" & identifier) )))) ;) (if_statement "if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }" if (parenthesized_expression "((iVar6 != 0) && (*(char *)*param_2 == '_'))" ( (binary_expression "(iVar6 != 0) && (*(char *)*param_2 == '_')" (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(char *)*param_2 == '_')" ( (binary_expression "*(char *)*param_2 == '_'" (pointer_expression "*(char *)*param_2" * (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) == (char_literal "'_'" ' character ')) ))) )) (compound_statement "{\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }" { (expression_statement "*param_2 = (long)((char *)*param_2 + 1);" (assignment_expression "*param_2 = (long)((char *)*param_2 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)((char *)*param_2 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((char *)*param_2 + 1)" ( (binary_expression "(char *)*param_2 + 1" (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) + number_literal) )))) ;) (if_statement "if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }" if (parenthesized_expression "(((*param_1 & 2) != 0) && (iVar18 != 0))" ( (binary_expression "((*param_1 & 2) != 0) && (iVar18 != 0)" (parenthesized_expression "((*param_1 & 2) != 0)" ( (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" ( (binary_expression "*param_1 & 2" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) && (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }" { (if_statement "if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }" if (parenthesized_expression "(local_88 != local_80)" ( (binary_expression "local_88 != local_80" identifier != identifier) )) (compound_statement "{\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(&local_88,&DAT_0038529f);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038529f)" identifier (argument_list "(&local_88,&DAT_0038529f)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "pcVar8 = (char *)FUN_002c29b0(iVar18);" (assignment_expression "pcVar8 = (char *)FUN_002c29b0(iVar18)" identifier = (cast_expression "(char *)FUN_002c29b0(iVar18)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002c29b0(iVar18)" identifier (argument_list "(iVar18)" ( identifier ))))) ;) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }" if (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" ( (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar8 != '\0')" ( (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_002c2e90(&local_88,pcVar8);\n }" { (expression_statement "FUN_002c2e90(&local_88,pcVar8);" (call_expression "FUN_002c2e90(&local_88,pcVar8)" identifier (argument_list "(&local_88,pcVar8)" ( (pointer_expression "&local_88" & identifier) , identifier ))) ;) })) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) })) })) })) (break_statement "break;" break ;)) (case_statement "case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002c2e60(&local_88,&DAT_0038c385);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038c385)" identifier (argument_list "(&local_88,&DAT_0038c385)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038c385" & identifier) ))) ;) (if_statement "if (iVar19 == 0) {\n iVar19 = 3;\n }" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (compound_statement "{\n iVar19 = 3;\n }" { (expression_statement "iVar19 = 3;" (assignment_expression "iVar19 = 3" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 0xf:" case number_literal :) (case_statement "case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (if_statement "if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }" if (parenthesized_expression "((*param_1 & 4) == 0)" ( (binary_expression "(*param_1 & 4) == 0" (parenthesized_expression "(*param_1 & 4)" ( (binary_expression "*param_1 & 4" (pointer_expression "*param_1" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }" { (expression_statement "FUN_002c2e60(&local_88,&DAT_0038e21c);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038e21c)" identifier (argument_list "(&local_88,&DAT_0038e21c)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038e21c" & identifier) ))) ;) })) (if_statement "if (iVar19 == 0) {\n iVar19 = 1;\n }" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (compound_statement "{\n iVar19 = 1;\n }" { (expression_statement "iVar19 = 1;" (assignment_expression "iVar19 = 1" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002c2e60(&local_88,&DAT_0038c386);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038c386)" identifier (argument_list "(&local_88,&DAT_0038c386)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038c386" & identifier) ))) ;) (if_statement "if (iVar19 == 0) {\n iVar19 = 2;\n }" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (compound_statement "{\n iVar19 = 2;\n }" { (expression_statement "iVar19 = 2;" (assignment_expression "iVar19 = 2" identifier = number_literal) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) (case_statement "case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;" case number_literal : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;) (expression_statement "iVar18 = FUN_002c2650(param_2,&local_98);" (assignment_expression "iVar18 = FUN_002c2650(param_2,&local_98)" identifier = (call_expression "FUN_002c2650(param_2,&local_98)" identifier (argument_list "(param_2,&local_98)" ( identifier , (pointer_expression "&local_98" & identifier) )))) ;) (if_statement "if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;" if (parenthesized_expression "(((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98))" ( (binary_expression "((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)" (parenthesized_expression "((iVar18 == 0) || (local_98 < 0))" ( (binary_expression "(iVar18 == 0) || (local_98 < 0)" (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) || (parenthesized_expression "(local_98 < 0)" ( (binary_expression "local_98 < 0" identifier < number_literal) ))) )) || (parenthesized_expression "(*(int *)(param_1 + 0x30) <= local_98)" ( (binary_expression "*(int *)(param_1 + 0x30) <= local_98" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) <= identifier) ))) )) (break_statement "break;" break ;)) (if_statement "if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;" if (parenthesized_expression "(*(int *)(param_1 + 0x7c) < 1)" ( (binary_expression "*(int *)(param_1 + 0x7c) < 1" (pointer_expression "*(int *)(param_1 + 0x7c)" * (cast_expression "(int *)(param_1 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x7c)" ( (binary_expression "param_1 + 0x7c" identifier + number_literal) )))) < number_literal) )) (goto_statement "goto LAB_002c45d1;" goto statement_identifier ;)) (expression_statement "piVar1 = *(int **)(param_1 + 0x70) + 1;" (assignment_expression "piVar1 = *(int **)(param_1 + 0x70) + 1" identifier = (binary_expression "*(int **)(param_1 + 0x70) + 1" (pointer_expression "*(int **)(param_1 + 0x70)" * (cast_expression "(int **)(param_1 + 0x70)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "piVar4 = piVar1;" (assignment_expression "piVar4 = piVar1" identifier = identifier) ;) (expression_statement "piVar15 = *(int **)(param_1 + 0x70);" (assignment_expression "piVar15 = *(int **)(param_1 + 0x70)" identifier = (pointer_expression "*(int **)(param_1 + 0x70)" * (cast_expression "(int **)(param_1 + 0x70)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) ))))) ;) (while_statement "while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }" { (expression_statement "piVar9 = piVar4;" (assignment_expression "piVar9 = piVar4" identifier = identifier) ;) (if_statement "if (local_98 == *piVar15) {\n iVar17 = 0;\n }" if (parenthesized_expression "(local_98 == *piVar15)" ( (binary_expression "local_98 == *piVar15" identifier == (pointer_expression "*piVar15" * identifier)) )) (compound_statement "{\n iVar17 = 0;\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) })) (if_statement "if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;" if (parenthesized_expression "(piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1))" ( (binary_expression "piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)" identifier == (binary_expression "piVar1 + (*(int *)(param_1 + 0x7c) - 1)" identifier + (parenthesized_expression "(*(int *)(param_1 + 0x7c) - 1)" ( (binary_expression "*(int *)(param_1 + 0x7c) - 1" (pointer_expression "*(int *)(param_1 + 0x7c)" * (cast_expression "(int *)(param_1 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x7c)" ( (binary_expression "param_1 + 0x7c" identifier + number_literal) )))) - number_literal) )))) )) (break_statement "break;" break ;)) (expression_statement "piVar4 = piVar9 + 1;" (assignment_expression "piVar4 = piVar9 + 1" identifier = (binary_expression "piVar9 + 1" identifier + number_literal)) ;) (expression_statement "piVar15 = piVar9;" (assignment_expression "piVar15 = piVar9" identifier = identifier) ;) })) (if_statement "if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }" { (labeled_statement "LAB_002c45d1:\n param_2 = &local_90;" statement_identifier : (expression_statement "param_2 = &local_90;" (assignment_expression "param_2 = &local_90" identifier = (pointer_expression "&local_90" & identifier)) ;)) (expression_statement "FUN_002c27d0(param_1);" (call_expression "FUN_002c27d0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "bVar3 = true;" (assignment_expression "bVar3 = true" identifier = true) ;) (expression_statement "local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);" (assignment_expression "local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" * (cast_expression "(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 8) + (long)local_98 * 8)" ( (binary_expression "*(long *)(param_1 + 8) + (long)local_98 * 8" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + (binary_expression "(long)local_98 * 8" (cast_expression "(long)local_98" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) ;) })) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;)) })) (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) (labeled_statement "LAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );" statement_identifier : (do_statement "do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );" do (compound_statement "{\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n }" { (expression_statement "cVar5 = *pcVar8;" (assignment_expression "cVar5 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (switch_statement "switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }" switch (parenthesized_expression "(cVar5)" ( identifier )) (compound_statement "{\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }" { (case_statement "case 'C':" case (char_literal "'C'" ' character ') :) (case_statement "case 'V':" case (char_literal "'V'" ' character ') :) (case_statement "case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;" case (char_literal "'u'" ' character ') : (if_statement "if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }" if (parenthesized_expression "((*param_1 & 2) != 0)" ( (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" ( (binary_expression "*param_1 & 2" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }" { (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }" { (expression_statement "FUN_002c2e60(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e60(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "cVar5 = *pcVar8;" (assignment_expression "cVar5 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) })) (expression_statement "pcVar12 = (char *)FUN_002c2a50((int)cVar5);" (assignment_expression "pcVar12 = (char *)FUN_002c2a50((int)cVar5)" identifier = (cast_expression "(char *)FUN_002c2a50((int)cVar5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002c2a50((int)cVar5)" identifier (argument_list "((int)cVar5)" ( (cast_expression "(int)cVar5" ( (type_descriptor "int" primitive_type) ) identifier) ))))) ;) (if_statement "if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }" if (parenthesized_expression "((pcVar12 != (char *)0x0) && (*pcVar12 != '\0'))" ( (binary_expression "(pcVar12 != (char *)0x0) && (*pcVar12 != '\0')" (parenthesized_expression "(pcVar12 != (char *)0x0)" ( (binary_expression "pcVar12 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar12 != '\0')" ( (binary_expression "*pcVar12 != '\0'" (pointer_expression "*pcVar12" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }" { (expression_statement "FUN_002c2e60(param_3,pcVar12);" (call_expression "FUN_002c2e60(param_3,pcVar12)" identifier (argument_list "(param_3,pcVar12)" ( identifier , identifier ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) })) })) (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)pcVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (break_statement "break;" break ;)) (case_statement "default:\n goto code_r0x002c4d90;" default : (goto_statement "goto code_r0x002c4d90;" goto statement_identifier ;)) (case_statement "case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;" case (char_literal "'J'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "FUN_002c2e90(param_3,"__complex");" (call_expression "FUN_002c2e90(param_3,"__complex")" identifier (argument_list "(param_3,"__complex")" ( identifier , (string_literal ""__complex"" " string_content ") ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;" case (char_literal "'S'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "FUN_002c2e90(param_3,"signed");" (call_expression "FUN_002c2e90(param_3,"signed")" identifier (argument_list "(param_3,"signed")" ( identifier , (string_literal ""signed"" " string_content ") ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;" case (char_literal "'U'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "FUN_002c2e90(param_3,"unsigned");" (call_expression "FUN_002c2e90(param_3,"unsigned")" identifier (argument_list "(param_3,"unsigned")" ( identifier , (string_literal ""unsigned"" " string_content ") ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;)) (labeled_statement "switchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);" statement_identifier : (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 1)" ( (binary_expression "pcVar12 + 1" identifier + number_literal) )))) ;)) (if_statement "if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" if (parenthesized_expression "((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0))" ( (binary_expression "(pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)" (parenthesized_expression "(pcVar8 != local_80)" ( (binary_expression "pcVar8 != local_80" identifier != identifier) )) && (parenthesized_expression "((*pcVar8 - 0x26U & 0xfb) == 0)" ( (binary_expression "(*pcVar8 - 0x26U & 0xfb) == 0" (parenthesized_expression "(*pcVar8 - 0x26U & 0xfb)" ( (binary_expression "*pcVar8 - 0x26U & 0xfb" (binary_expression "*pcVar8 - 0x26U" (pointer_expression "*pcVar8" * identifier) - number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" { (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" identifier (argument_list "(&local_88,"(")" ( (pointer_expression "&local_88" & identifier) , (string_literal ""("" " string_content ") ))) ;) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" identifier (argument_list "(&local_88,&DAT_0038e477)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_0038e477" & identifier) ))) ;) })) (expression_statement "FUN_002c2e90(&local_88,&DAT_003763cb);" (call_expression "FUN_002c2e90(&local_88,&DAT_003763cb)" identifier (argument_list "(&local_88,&DAT_003763cb)" ( (pointer_expression "&local_88" & identifier) , (pointer_expression "&DAT_003763cb" & identifier) ))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (if_statement "if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }" if (parenthesized_expression "(*pcVar8 != '_')" ( (binary_expression "*pcVar8 != '_'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'_'" ' character ')) )) (compound_statement "{\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }" { (expression_statement "iVar17 = FUN_002c3c60(param_1,param_2,&local_88);" (assignment_expression "iVar17 = FUN_002c3c60(param_1,param_2,&local_88)" identifier = (call_expression "FUN_002c3c60(param_1,param_2,&local_88)" identifier (argument_list "(param_1,param_2,&local_88)" ( identifier , identifier , (pointer_expression "&local_88" & identifier) )))) ;) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" identifier = (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (if_statement "if (*pcVar8 != '_') goto LAB_002c451d;" if (parenthesized_expression "(*pcVar8 != '_')" ( (binary_expression "*pcVar8 != '_'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'_'" ' character ')) )) (goto_statement "goto LAB_002c451d;" goto statement_identifier ;)) })) (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (labeled_statement "LAB_002c451d:\n FUN_002c2e90(&local_88,"]");" statement_identifier : (expression_statement "FUN_002c2e90(&local_88,"]");" (call_expression "FUN_002c2e90(&local_88,"]")" identifier (argument_list "(&local_88,"]")" ( (pointer_expression "&local_88" & identifier) , (string_literal ""]"" " string_content ") ))) ;)) (goto_statement "goto LAB_002c43d8;" goto statement_identifier ;) (labeled_statement "code_r0x002c4d90:\n pcVar12 = pcVar8;" statement_identifier : (expression_statement "pcVar12 = pcVar8;" (assignment_expression "pcVar12 = pcVar8" identifier = identifier) ;)) (switch_statement "switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }" switch (parenthesized_expression "(cVar5)" ( identifier )) (compound_statement "{\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }" { (case_statement "case '\0':" case (char_literal "'\0'" ' escape_sequence ') :) (case_statement "case '_':\n goto switchD_002c4d9e_caseD_0;" case (char_literal "'_'" ' character ') : (goto_statement "goto switchD_002c4d9e_caseD_0;" goto statement_identifier ;)) (case_statement "default:\n goto switchD_002c4d9e_caseD_1;" default : (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (case_statement "case '0':" case (char_literal "'0'" ' character ') :) (case_statement "case '1':" case (char_literal "'1'" ' character ') :) (case_statement "case '2':" case (char_literal "'2'" ' character ') :) (case_statement "case '3':" case (char_literal "'3'" ' character ') :) (case_statement "case '4':" case (char_literal "'4'" ' character ') :) (case_statement "case '5':" case (char_literal "'5'" ' character ') :) (case_statement "case '6':" case (char_literal "'6'" ' character ') :) (case_statement "case '7':" case (char_literal "'7'" ' character ') :) (case_statement "case '8':" case (char_literal "'8'" ' character ') :) (case_statement "case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;" case (char_literal "'9'" ' character ') : (expression_statement "uVar7 = FUN_002c2890(param_1);" (assignment_expression "uVar7 = FUN_002c2890(param_1)" identifier = (call_expression "FUN_002c2890(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);" (assignment_expression "iVar17 = FUN_002c5ac0(param_1,param_2,&local_68)" identifier = (call_expression "FUN_002c5ac0(param_1,param_2,&local_68)" identifier (argument_list "(param_1,param_2,&local_68)" ( identifier , identifier , (pointer_expression "&local_68" & identifier) )))) ;) (if_statement "if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (if_statement "if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }" if (parenthesized_expression "(local_68 != local_60)" ( (binary_expression "local_68 != local_60" identifier != identifier) )) (compound_statement "{\n iVar17 = (int)local_60 - (int)local_68;\n }" { (expression_statement "iVar17 = (int)local_60 - (int)local_68;" (assignment_expression "iVar17 = (int)local_60 - (int)local_68" identifier = (binary_expression "(int)local_60 - (int)local_68" (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier))) ;) })) (expression_statement "FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);" (call_expression "FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7)" identifier (argument_list "(param_1 + 0x18,local_68,iVar17,uVar7)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , identifier , identifier , identifier ))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" identifier = number_literal) ;) (expression_statement "FUN_002c2fd0(param_3,&local_68,local_60);" (call_expression "FUN_002c2fd0(param_3,&local_68,local_60)" identifier (argument_list "(param_3,&local_68,local_60)" ( identifier , (pointer_expression "&local_68" & identifier) , identifier ))) ;) })) (goto_statement "goto LAB_002c49cf;" goto statement_identifier ;)) (case_statement "case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;" case (char_literal "'G'" ' character ') : (expression_statement "pcVar12 = pcVar8 + 1;" (assignment_expression "pcVar12 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (long)pcVar12;" (assignment_expression "*param_2 = (long)pcVar12" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)pcVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;" if (parenthesized_expression "(((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0)" ( (binary_expression "((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0" (parenthesized_expression "((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4)" ( (binary_expression "(&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4" (subscript_expression "(&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2]" (parenthesized_expression "(&DAT_003909e0)" ( (pointer_expression "&DAT_003909e0" & identifier) )) [ (binary_expression "(ulong)(byte)pcVar8[1] * 2" (cast_expression "(ulong)(byte)pcVar8[1]" ( (type_descriptor "ulong" type_identifier) ) (cast_expression "(byte)pcVar8[1]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "pcVar8[1]" identifier [ number_literal ]))) * number_literal) ]) & number_literal) )) != number_literal) )) (goto_statement "goto switchD_002c4d9e_caseD_49;" goto statement_identifier ;)) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;)) (case_statement "case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;" case (char_literal "'I'" ' character ') : (labeled_statement "switchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;" statement_identifier : (expression_statement "pcVar8 = pcVar12 + 1;" (assignment_expression "pcVar8 = pcVar12 + 1" identifier = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;)) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)pcVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" if (parenthesized_expression "(pcVar12[1] == '_')" ( (binary_expression "pcVar12[1] == '_'" (subscript_expression "pcVar12[1]" identifier [ number_literal ]) == (char_literal "'_'" ' character ')) )) (compound_statement "{\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "*param_2 = (long)(pcVar12 + 2);" (assignment_expression "*param_2 = (long)(pcVar12 + 2)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar12 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar12 + 2)" ( (binary_expression "pcVar12 + 2" identifier + number_literal) )))) ;) (expression_statement "pcVar8 = pcVar12 + 2;" (assignment_expression "pcVar8 = pcVar12 + 2" identifier = (binary_expression "pcVar12 + 2" identifier + number_literal)) ;) (do_statement "do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);" do (compound_statement "{\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n }" { (expression_statement "pcVar12 = pcVar8;" (assignment_expression "pcVar12 = pcVar8" identifier = identifier) ;) (expression_statement "cVar5 = *pcVar12;" (assignment_expression "cVar5 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) (expression_statement "lVar13 = (long)(int)lVar16;" (assignment_expression "lVar13 = (long)(int)lVar16" identifier = (cast_expression "(long)(int)lVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)lVar16" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "pcVar8 = pcVar12;" (assignment_expression "pcVar8 = pcVar12" identifier = identifier) ;) (if_statement "if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;" if (parenthesized_expression "((cVar5 == '_') || (cVar5 == '\0'))" ( (binary_expression "(cVar5 == '_') || (cVar5 == '\0')" (parenthesized_expression "(cVar5 == '_')" ( (binary_expression "cVar5 == '_'" identifier == (char_literal "'_'" ' character ')) )) || (parenthesized_expression "(cVar5 == '\0')" ( (binary_expression "cVar5 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) )) (goto_statement "goto LAB_002c4e42;" goto statement_identifier ;)) (expression_statement "*(char *)((long)&local_68 + lVar16) = cVar5;" (assignment_expression "*(char *)((long)&local_68 + lVar16) = cVar5" (pointer_expression "*(char *)((long)&local_68 + lVar16)" * (cast_expression "(char *)((long)&local_68 + lVar16)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&local_68 + lVar16)" ( (binary_expression "(long)&local_68 + lVar16" (cast_expression "(long)&local_68" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&local_68" & identifier)) + identifier) )))) = identifier) ;) (expression_statement "pcVar8 = pcVar12 + 1;" (assignment_expression "pcVar8 = pcVar12 + 1" identifier = (binary_expression "pcVar12 + 1" identifier + number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)pcVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) while (parenthesized_expression "(lVar16 != 0x24)" ( (binary_expression "lVar16 != 0x24" identifier != number_literal) )) ;) (expression_statement "cVar5 = pcVar12[1];" (assignment_expression "cVar5 = pcVar12[1]" identifier = (subscript_expression "pcVar12[1]" identifier [ number_literal ])) ;) (expression_statement "lVar13 = 0x24;" (assignment_expression "lVar13 = 0x24" identifier = number_literal) ;) (labeled_statement "LAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;" statement_identifier : (if_statement "if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;" if (parenthesized_expression "(cVar5 != '_')" ( (binary_expression "cVar5 != '_'" identifier != (char_literal "'_'" ' character ')) )) (goto_statement "goto switchD_002c4d9e_caseD_1;" goto statement_identifier ;))) (expression_statement "*(undefined1 *)((long)&local_68 + lVar13) = 0;" (assignment_expression "*(undefined1 *)((long)&local_68 + lVar13) = 0" (pointer_expression "*(undefined1 *)((long)&local_68 + lVar13)" * (cast_expression "(undefined1 *)((long)&local_68 + lVar13)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&local_68 + lVar13)" ( (binary_expression "(long)&local_68 + lVar13" (cast_expression "(long)&local_68" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&local_68" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) }) (else_clause "else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" else (compound_statement "{\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" { (expression_statement "strncpy((char *)&local_68,pcVar8,2);" (call_expression "strncpy((char *)&local_68,pcVar8,2)" identifier (argument_list "((char *)&local_68,pcVar8,2)" ( (cast_expression "(char *)&local_68" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_68" & identifier)) , identifier , number_literal ))) ;) (expression_statement "local_68._0_3_ = (uint3)(ushort)local_68;" (assignment_expression "local_68._0_3_ = (uint3)(ushort)local_68" (field_expression "local_68._0_3_" identifier . field_identifier) = (cast_expression "(uint3)(ushort)local_68" ( (type_descriptor "uint3" type_identifier) ) (cast_expression "(ushort)local_68" ( (type_descriptor "ushort" type_identifier) ) identifier))) ;) (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (1 < sVar10) {\n sVar10 = 2;\n }" if (parenthesized_expression "(1 < sVar10)" ( (binary_expression "1 < sVar10" number_literal < identifier) )) (compound_statement "{\n sVar10 = 2;\n }" { (expression_statement "sVar10 = 2;" (assignment_expression "sVar10 = 2" identifier = number_literal) ;) })) (expression_statement "*param_2 = (long)(pcVar8 + sVar10);" (assignment_expression "*param_2 = (long)(pcVar8 + sVar10)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + sVar10)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + sVar10)" ( (binary_expression "pcVar8 + sVar10" identifier + identifier) )))) ;) }))) (expression_statement "sscanf((char *)&local_68,"%x",&local_94);" (call_expression "sscanf((char *)&local_68,"%x",&local_94)" identifier (argument_list "((char *)&local_68,"%x",&local_94)" ( (cast_expression "(char *)&local_68" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_68" & identifier)) , (string_literal ""%x"" " string_content ") , (pointer_expression "&local_94" & identifier) ))) ;) (expression_statement "sprintf((char *)&local_68,"int%u_t",(ulong)local_94);" (call_expression "sprintf((char *)&local_68,"int%u_t",(ulong)local_94)" identifier (argument_list "((char *)&local_68,"int%u_t",(ulong)local_94)" ( (cast_expression "(char *)&local_68" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_68" & identifier)) , (string_literal ""int%u_t"" " string_content ") , (cast_expression "(ulong)local_94" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (if_statement "if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;" if (parenthesized_expression "((char)local_68 == '\0')" ( (binary_expression "(char)local_68 == '\0'" (cast_expression "(char)local_68" ( (type_descriptor "char" primitive_type) ) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto switchD_002c4d9e_caseD_0;" goto statement_identifier ;)) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,&local_68);" (call_expression "FUN_002c2e90(param_3,&local_68)" identifier (argument_list "(param_3,&local_68)" ( identifier , (pointer_expression "&local_68" & identifier) ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;" case (char_literal "'b'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 5;" (assignment_expression "iVar17 = 5" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,&DAT_0038e008);" (call_expression "FUN_002c2e90(param_3,&DAT_0038e008)" identifier (argument_list "(param_3,&DAT_0038e008)" ( identifier , (pointer_expression "&DAT_0038e008" & identifier) ))) ;) (expression_statement "iVar18 = 5;" (assignment_expression "iVar18 = 5" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;" case (char_literal "'c'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 6;" (assignment_expression "iVar17 = 6" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"char");" (call_expression "FUN_002c2e90(param_3,"char")" identifier (argument_list "(param_3,"char")" ( identifier , (string_literal ""char"" " string_content ") ))) ;) (expression_statement "iVar18 = 6;" (assignment_expression "iVar18 = 6" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;" case (char_literal "'d'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"double");" (call_expression "FUN_002c2e90(param_3,"double")" identifier (argument_list "(param_3,"double")" ( identifier , (string_literal ""double"" " string_content ") ))) ;) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;" case (char_literal "'f'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"float");" (call_expression "FUN_002c2e90(param_3,"float")" identifier (argument_list "(param_3,"float")" ( identifier , (string_literal ""float"" " string_content ") ))) ;) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;" case (char_literal "'i'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"int");" (call_expression "FUN_002c2e90(param_3,"int")" identifier (argument_list "(param_3,"int")" ( identifier , (string_literal ""int"" " string_content ") ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;" case (char_literal "'l'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"long");" (call_expression "FUN_002c2e90(param_3,"long")" identifier (argument_list "(param_3,"long")" ( identifier , (string_literal ""long"" " string_content ") ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;" case (char_literal "'r'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"long double");" (call_expression "FUN_002c2e90(param_3,"long double")" identifier (argument_list "(param_3,"long double")" ( identifier , (string_literal ""long double"" " string_content ") ))) ;) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;" case (char_literal "'s'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"short");" (call_expression "FUN_002c2e90(param_3,"short")" identifier (argument_list "(param_3,"short")" ( identifier , (string_literal ""short"" " string_content ") ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;" case (char_literal "'t'" ' character ') : (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);" (assignment_expression "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1)" identifier = (call_expression "FUN_002c6110(param_1,param_2,&local_68,0,1,1)" identifier (argument_list "(param_1,param_2,&local_68,0,1,1)" ( identifier , identifier , (pointer_expression "&local_68" & identifier) , number_literal , number_literal , number_literal )))) ;) (expression_statement "FUN_002c2fd0(param_3,&local_68,local_60);" (call_expression "FUN_002c2fd0(param_3,&local_68,local_60)" identifier (argument_list "(param_3,&local_68,local_60)" ( identifier , (pointer_expression "&local_68" & identifier) , identifier ))) ;) (labeled_statement "LAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }" statement_identifier : (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" if (parenthesized_expression "(local_68 != (void *)0x0)" ( (binary_expression "local_68 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_68);\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) }))) (if_statement "if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }" if (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) (compound_statement "{\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }" { (labeled_statement "switchD_002c4d9e_caseD_0:\n iVar17 = 4;" statement_identifier : (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;)) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;) })) (labeled_statement "switchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }" statement_identifier : (if_statement "if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }" if (parenthesized_expression "((void *)*param_3 != (void *)0x0)" ( (binary_expression "(void *)*param_3 != (void *)0x0" (cast_expression "(void *)*param_3" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * 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[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\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[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 "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) }))) (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" identifier = identifier) ;) (goto_statement "goto LAB_002c4a23;" goto statement_identifier ;)) (case_statement "case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;" case (char_literal "'v'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,&DAT_0038e003);" (call_expression "FUN_002c2e90(param_3,&DAT_0038e003)" identifier (argument_list "(param_3,&DAT_0038e003)" ( identifier , (pointer_expression "&DAT_0038e003" & identifier) ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;" case (char_literal "'w'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 6;" (assignment_expression "iVar17 = 6" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"wchar_t");" (call_expression "FUN_002c2e90(param_3,"wchar_t")" identifier (argument_list "(param_3,"wchar_t")" ( identifier , (string_literal ""wchar_t"" " string_content ") ))) ;) (expression_statement "iVar18 = 6;" (assignment_expression "iVar18 = 6" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;" case (char_literal "'x'" ' character ') : (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(pcVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar8 + 1)" ( (binary_expression "pcVar8 + 1" identifier + number_literal) )))) ;) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" if (parenthesized_expression "(*param_3 != param_3[1])" ( (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" * identifier) != (subscript_expression "param_3[1]" identifier [ number_literal ])) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) })) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) (expression_statement "FUN_002c2e90(param_3,"long long");" (call_expression "FUN_002c2e90(param_3,"long long")" identifier (argument_list "(param_3,"long long")" ( identifier , (string_literal ""long long"" " string_content ") ))) ;) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" identifier = number_literal) ;)) })) (if_statement "if (iVar19 == 0) {\n iVar19 = iVar18;\n }" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (compound_statement "{\n iVar19 = iVar18;\n }" { (expression_statement "iVar19 = iVar18;" (assignment_expression "iVar19 = iVar18" identifier = identifier) ;) })) (labeled_statement "LAB_002c4ac1:\n pcVar8 = local_80;" statement_identifier : (expression_statement "pcVar8 = local_80;" (assignment_expression "pcVar8 = local_80" identifier = identifier) ;)) (if_statement "if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }" if (parenthesized_expression "(local_88 != local_80)" ( (binary_expression "local_88 != local_80" identifier != identifier) )) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }" { (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" identifier (argument_list "(param_3,&DAT_0038529f)" ( identifier , (pointer_expression "&DAT_0038529f" & identifier) ))) ;) (expression_statement "FUN_002c2fd0(param_3,&local_88,local_80);" (call_expression "FUN_002c2fd0(param_3,&local_88,local_80)" identifier (argument_list "(param_3,&local_88,local_80)" ( identifier , (pointer_expression "&local_88" & identifier) , identifier ))) ;) (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" identifier = identifier) ;) })) (labeled_statement "LAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }" statement_identifier : (if_statement "if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }" if (parenthesized_expression "(pcVar8 != (char *)0x0)" ( (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(pcVar8);\n }" { (expression_statement "free(pcVar8);" (call_expression "free(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier ))) ;) }))) (if_statement "if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }" { (expression_statement "*(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;" (assignment_expression "*(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1" (pointer_expression "*(int *)(param_1 + 0x7c)" * (cast_expression "(int *)(param_1 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x7c)" ( (binary_expression "param_1 + 0x7c" identifier + number_literal) )))) = (binary_expression "*(int *)(param_1 + 0x7c) + -1" (pointer_expression "*(int *)(param_1 + 0x7c)" * (cast_expression "(int *)(param_1 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x7c)" ( (binary_expression "param_1 + 0x7c" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }" if (parenthesized_expression "((iVar17 != 0) && (iVar17 = 4, iVar19 != 0))" ( (binary_expression "(iVar17 != 0) && (iVar17 = 4, iVar19 != 0)" (parenthesized_expression "(iVar17 != 0)" ( (binary_expression "iVar17 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar17 = 4, iVar19 != 0)" ( (comma_expression "iVar17 = 4, iVar19 != 0" (assignment_expression "iVar17 = 4" identifier = number_literal) , (binary_expression "iVar19 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar17 = iVar19;\n }" { (expression_statement "iVar17 = iVar19;" (assignment_expression "iVar17 = iVar19" identifier = identifier) ;) })) (return_statement "return iVar17;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) 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 TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = BOOL) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( IDENT )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (switch_statement switch (parenthesized_expression ( (pointer_expression * IDENT) )) (compound_statement { (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT < LIT) ))) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= IDENT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (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) )))) + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) ))))) ;) (break_statement break ;)) (case_statement default : (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;)) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;)) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= IDENT) ))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) , (binary_expression IDENT == LIT)) ))) )) ))) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (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) )))) + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (goto_statement goto statement_identifier ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT))) ;) (switch_statement switch (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) & LIT) )) (compound_statement { (case_statement case LIT : (goto_statement goto statement_identifier ;)) (case_statement default : (goto_statement goto statement_identifier ;)) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) })) }))) (case_statement case LIT : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != IDENT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) - LIT) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (string_literal " string_content ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) || (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) + LIT) )))) ;) })) (goto_statement goto statement_identifier ;) })) })) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) == (char_literal ' character ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) , LIT , LIT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) ]) & LIT) )) != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ;) (goto_statement goto statement_identifier ;) })) })) (break_statement break ;) })) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != IDENT) )) && (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT ))) ;)) })) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) , LIT , LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;)) }))) (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 ))) ;) })) }))) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (string_literal " string_content ") ))) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression LIT >> (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) & LIT) ))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) }))))) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) == (char_literal ' character ')) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT ))) ;) })) })) (goto_statement goto statement_identifier ;) })) })) })) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (goto_statement goto statement_identifier ;)) (case_statement case LIT :) (case_statement case LIT : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT < LIT) ))) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= IDENT) ))) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (binary_expression IDENT + (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - LIT) )))) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) ))))) ;) })) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * 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 ( (cast_expression ( (type_descriptor TYPE) ) IDENT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (break_statement break ;)) (case_statement default : (goto_statement goto statement_identifier ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;)) })) }) while (parenthesized_expression ( BOOL )) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != IDENT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) - LIT) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (string_literal " string_content ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' character ')) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (string_literal " string_content ") ))) ;)) (goto_statement goto statement_identifier ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' character ') : (goto_statement goto statement_identifier ;)) (case_statement default : (goto_statement goto statement_identifier ;)) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;) })) (goto_statement goto statement_identifier ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (binary_expression (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) * LIT) ]) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;)) (case_statement case (char_literal ' character ') : (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) || (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression & IDENT)) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' character ')) )) (goto_statement goto statement_identifier ;))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression & IDENT)) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT)) , IDENT , LIT ))) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT)) , (string_literal " string_content ") , (pointer_expression & IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT)) , (string_literal " string_content ") , (cast_expression ( (type_descriptor TYPE) ) IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) , LIT , LIT , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) }))) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case (char_literal ' character ') : (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = LIT) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (return_statement return IDENT ;) })))
(function_definition "int FUN_002c4370(byte *param_1,long *param_2,long *param_3)\n\n{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n undefined4 uVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n int local_98;\n uint local_94;\n long local_90;\n char *local_88;\n char *local_80;\n undefined8 local_78;\n void *local_68;\n void *local_60;\n undefined8 local_58;\n \n iVar19 = 0;\n iVar17 = 1;\n param_3[2] = 0;\n local_78 = 0;\n local_80 = (char *)0x0;\n local_88 = (char *)0x0;\n param_3[1] = 0;\n *param_3 = 0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = local_88;\n bVar2 = false;\nswitchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = (char *)*param_2;\n bVar2 = true;\n iVar18 = (int)*pcVar12;\n switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );\nswitchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n FUN_002c2e90(&local_88,&DAT_003763cb);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *param_2 = (long)(pcVar8 + 1);\nLAB_002c451d:\n FUN_002c2e90(&local_88,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }\n if (iVar19 == 0) {\n iVar19 = iVar18;\n }\nLAB_002c4ac1:\n pcVar8 = local_80;\n if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }\n return iVar17;\n}" (primitive_type "int") (function_declarator "FUN_002c4370(byte *param_1,long *param_2,long *param_3)" (identifier "FUN_002c4370") (parameter_list "(byte *param_1,long *param_2,long *param_3)" (( "(") (parameter_declaration "byte *param_1" (type_identifier "byte") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "long *param_3" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n int *piVar1;\n bool bVar2;\n bool bVar3;\n int *piVar4;\n char cVar5;\n int iVar6;\n undefined4 uVar7;\n char *pcVar8;\n int *piVar9;\n size_t sVar10;\n byte *pbVar11;\n char *pcVar12;\n long lVar13;\n byte bVar14;\n int *piVar15;\n long lVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n int local_98;\n uint local_94;\n long local_90;\n char *local_88;\n char *local_80;\n undefined8 local_78;\n void *local_68;\n void *local_60;\n undefined8 local_58;\n \n iVar19 = 0;\n iVar17 = 1;\n param_3[2] = 0;\n local_78 = 0;\n local_80 = (char *)0x0;\n local_88 = (char *)0x0;\n param_3[1] = 0;\n *param_3 = 0;\n bVar3 = false;\nLAB_002c43d8:\n pcVar8 = local_88;\n bVar2 = false;\nswitchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }\n pcVar12 = (char *)*param_2;\n bVar2 = true;\n iVar18 = (int)*pcVar12;\n switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }\n iVar17 = 0;\n goto LAB_002c43d8;\nLAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );\nswitchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n FUN_002c2e90(&local_88,&DAT_003763cb);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }\n *param_2 = (long)(pcVar8 + 1);\nLAB_002c451d:\n FUN_002c2e90(&local_88,"]");\n goto LAB_002c43d8;\ncode_r0x002c4d90:\n pcVar12 = pcVar8;\n switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }\n if (iVar19 == 0) {\n iVar19 = iVar18;\n }\nLAB_002c4ac1:\n pcVar8 = local_80;\n if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }\nLAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }\n if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }\n if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }\n return iVar17;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (declaration "bool bVar3;" (primitive_type "bool") (identifier "bVar3") (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "char cVar5;" (primitive_type "char") (identifier "cVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "undefined4 uVar7;" (type_identifier "undefined4") (identifier "uVar7") (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "int *piVar9;" (primitive_type "int") (pointer_declarator "*piVar9" (* "*") (identifier "piVar9")) (; ";")) (declaration "size_t sVar10;" (primitive_type "size_t") (identifier "sVar10") (; ";")) (declaration "byte *pbVar11;" (type_identifier "byte") (pointer_declarator "*pbVar11" (* "*") (identifier "pbVar11")) (; ";")) (declaration "char *pcVar12;" (primitive_type "char") (pointer_declarator "*pcVar12" (* "*") (identifier "pcVar12")) (; ";")) (declaration "long lVar13;" (sized_type_specifier "long" (long "long")) (identifier "lVar13") (; ";")) (declaration "byte bVar14;" (type_identifier "byte") (identifier "bVar14") (; ";")) (declaration "int *piVar15;" (primitive_type "int") (pointer_declarator "*piVar15" (* "*") (identifier "piVar15")) (; ";")) (declaration "long lVar16;" (sized_type_specifier "long" (long "long")) (identifier "lVar16") (; ";")) (declaration "int iVar17;" (primitive_type "int") (identifier "iVar17") (; ";")) (declaration "int iVar18;" (primitive_type "int") (identifier "iVar18") (; ";")) (declaration "int iVar19;" (primitive_type "int") (identifier "iVar19") (; ";")) (declaration "int local_98;" (primitive_type "int") (identifier "local_98") (; ";")) (declaration "uint local_94;" (type_identifier "uint") (identifier "local_94") (; ";")) (declaration "long local_90;" (sized_type_specifier "long" (long "long")) (identifier "local_90") (; ";")) (declaration "char *local_88;" (primitive_type "char") (pointer_declarator "*local_88" (* "*") (identifier "local_88")) (; ";")) (declaration "char *local_80;" (primitive_type "char") (pointer_declarator "*local_80" (* "*") (identifier "local_80")) (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "void *local_68;" (primitive_type "void") (pointer_declarator "*local_68" (* "*") (identifier "local_68")) (; ";")) (declaration "void *local_60;" (primitive_type "void") (pointer_declarator "*local_60" (* "*") (identifier "local_60")) (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (expression_statement "iVar19 = 0;" (assignment_expression "iVar19 = 0" (identifier "iVar19") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" (identifier "iVar17") (= "=") (number_literal "1")) (; ";")) (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 "local_78 = 0;" (assignment_expression "local_78 = 0" (identifier "local_78") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_80 = (char *)0x0;" (assignment_expression "local_80 = (char *)0x0" (identifier "local_80") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_88 = (char *)0x0;" (assignment_expression "local_88 = (char *)0x0" (identifier "local_88") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (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 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" (identifier "bVar3") (= "=") (false "false")) (; ";")) (labeled_statement "LAB_002c43d8:\n pcVar8 = local_88;" (statement_identifier "LAB_002c43d8") (: ":") (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" (identifier "pcVar8") (= "=") (identifier "local_88")) (; ";"))) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" (identifier "bVar2") (= "=") (false "false")) (; ";")) (labeled_statement "switchD_002c440e_caseD_1:\n if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" (statement_identifier "switchD_002c440e_caseD_1") (: ":") (if_statement "if ((bVar2) || (iVar17 == 0)) {\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" (if "if") (parenthesized_expression "((bVar2) || (iVar17 == 0))" (( "(") (binary_expression "(bVar2) || (iVar17 == 0)" (parenthesized_expression "(bVar2)" (( "(") (identifier "bVar2") () ")")) (|| "||") (parenthesized_expression "(iVar17 == 0)" (( "(") (binary_expression "iVar17 == 0" (identifier "iVar17") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;\n pcVar8 = (char *)*param_2;\n switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }\n goto LAB_002c4ac1;\n }" ({ "{") (if_statement "if (iVar17 == 0) goto switchD_002c4d9e_caseD_1;" (if "if") (parenthesized_expression "(iVar17 == 0)" (( "(") (binary_expression "iVar17 == 0" (identifier "iVar17") (== "==") (number_literal "0")) () ")")) (goto_statement "goto switchD_002c4d9e_caseD_1;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_1") (; ";"))) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (switch_statement "switch(*pcVar8) {\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }" (switch "switch") (parenthesized_expression "(*pcVar8)" (( "(") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) () ")")) (compound_statement "{\n case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;\n default:\n local_94 = 0;\n goto LAB_002c4c67;\n case 'K':\n case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;\n case 'X':\n case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;\n }" ({ "{") (case_statement "case 'B':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;\n pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);\n break;" (case "case") (char_literal "'B'" (' "'") (character "B") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "iVar18 = FUN_002c2650(param_2,&local_98);" (assignment_expression "iVar18 = FUN_002c2650(param_2,&local_98)" (identifier "iVar18") (= "=") (call_expression "FUN_002c2650(param_2,&local_98)" (identifier "FUN_002c2650") (argument_list "(param_2,&local_98)" (( "(") (identifier "param_2") (, ",") (pointer_expression "&local_98" (& "&") (identifier "local_98")) () ")")))) (; ";")) (if_statement "if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))\n goto switchD_002c4d9e_caseD_1;" (if "if") (parenthesized_expression "(((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98))" (( "(") (binary_expression "((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98)" (parenthesized_expression "((iVar18 == 0) || (local_98 < 0))" (( "(") (binary_expression "(iVar18 == 0) || (local_98 < 0)" (parenthesized_expression "(iVar18 == 0)" (( "(") (binary_expression "iVar18 == 0" (identifier "iVar18") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(local_98 < 0)" (( "(") (binary_expression "local_98 < 0" (identifier "local_98") (< "<") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(*(int *)(param_1 + 0x24) <= local_98)" (( "(") (binary_expression "*(int *)(param_1 + 0x24) <= local_98" (pointer_expression "*(int *)(param_1 + 0x24)" (* "*") (cast_expression "(int *)(param_1 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))) (<= "<=") (identifier "local_98")) () ")"))) () ")")) (goto_statement "goto switchD_002c4d9e_caseD_1;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_1") (; ";"))) (expression_statement "pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8);" (assignment_expression "pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" (identifier "pcVar8") (= "=") (pointer_expression "*(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" (* "*") (cast_expression "(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x18) + (long)local_98 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0x18) + (long)local_98 * 8" (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")) () ")")))) (+ "+") (binary_expression "(long)local_98 * 8" (cast_expression "(long)local_98" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_98")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "default:\n local_94 = 0;\n goto LAB_002c4c67;" (default "default") (: ":") (expression_statement "local_94 = 0;" (assignment_expression "local_94 = 0" (identifier "local_94") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_002c4c67;" (goto "goto") (statement_identifier "LAB_002c4c67") (; ";"))) (case_statement "case 'K':" (case "case") (char_literal "'K'" (' "'") (character "K") (' "'")) (: ":")) (case_statement "case 'Q':\n iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);\n if (iVar17 != 0) goto LAB_002c4ac1;\n goto switchD_002c4d9e_caseD_1;" (case "case") (char_literal "'Q'" (' "'") (character "Q") (' "'")) (: ":") (expression_statement "iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1);" (assignment_expression "iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1)" (identifier "iVar17") (= "=") (call_expression "FUN_002c6810(param_1,param_2,param_3,0,1)" (identifier "FUN_002c6810") (argument_list "(param_1,param_2,param_3,0,1)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (number_literal "0") (, ",") (number_literal "1") () ")")))) (; ";")) (if_statement "if (iVar17 != 0) goto LAB_002c4ac1;" (if "if") (parenthesized_expression "(iVar17 != 0)" (( "(") (binary_expression "iVar17 != 0" (identifier "iVar17") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_002c4ac1;" (goto "goto") (statement_identifier "LAB_002c4ac1") (; ";"))) (goto_statement "goto switchD_002c4d9e_caseD_1;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_1") (; ";"))) (case_statement "case 'X':" (case "case") (char_literal "'X'" (' "'") (character "X") (' "'")) (: ":")) (case_statement "case 'Y':\n *param_2 = (long)(pcVar8 + 1);\n iVar18 = FUN_002c2b50(param_2);\n if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;\n if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }\n pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);\n iVar17 = 1;" (case "case") (char_literal "'Y'" (' "'") (character "Y") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "iVar18 = FUN_002c2b50(param_2);" (assignment_expression "iVar18 = FUN_002c2b50(param_2)" (identifier "iVar18") (= "=") (call_expression "FUN_002c2b50(param_2)" (identifier "FUN_002c2b50") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (if_statement "if ((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1;" (if "if") (parenthesized_expression "((iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1))))" (( "(") (binary_expression "(iVar18 == -1) ||\n (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))" (parenthesized_expression "(iVar18 == -1)" (( "(") (binary_expression "iVar18 == -1" (identifier "iVar18") (== "==") (number_literal "-1")) () ")")) (|| "||") (parenthesized_expression "(((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))" (( "(") (parenthesized_expression "((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1))" (( "(") (binary_expression "(*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) ||\n (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)" (parenthesized_expression "(*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18))" (( "(") (binary_expression "*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)" (binary_expression "*(long *)(param_1 + 0x50) != 0" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (!= "!=") (number_literal "0")) (&& "&&") (parenthesized_expression "(*(int *)(param_1 + 0x58) <= iVar18)" (( "(") (binary_expression "*(int *)(param_1 + 0x58) <= iVar18" (pointer_expression "*(int *)(param_1 + 0x58)" (* "*") (cast_expression "(int *)(param_1 + 0x58)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")")))) (<= "<=") (identifier "iVar18")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(iVar17 = FUN_002c2b50(param_2), iVar17 == -1)" (( "(") (comma_expression "iVar17 = FUN_002c2b50(param_2), iVar17 == -1" (assignment_expression "iVar17 = FUN_002c2b50(param_2)" (identifier "iVar17") (= "=") (call_expression "FUN_002c2b50(param_2)" (identifier "FUN_002c2b50") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (, ",") (binary_expression "iVar17 == -1" (identifier "iVar17") (== "==") (number_literal "-1"))) () ")"))) () ")")) () ")"))) () ")")) (goto_statement "goto switchD_002c4d9e_caseD_1;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_1") (; ";"))) (if_statement "if (*(long *)(param_1 + 0x50) == 0) {\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x50) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x50) == 0" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar17 = 1;\n FUN_002c2ed0(param_3,iVar18);\n goto LAB_002c4ac1;\n }" ({ "{") (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" (identifier "iVar17") (= "=") (number_literal "1")) (; ";")) (expression_statement "FUN_002c2ed0(param_3,iVar18);" (call_expression "FUN_002c2ed0(param_3,iVar18)" (identifier "FUN_002c2ed0") (argument_list "(param_3,iVar18)" (( "(") (identifier "param_3") (, ",") (identifier "iVar18") () ")"))) (; ";")) (goto_statement "goto LAB_002c4ac1;" (goto "goto") (statement_identifier "LAB_002c4ac1") (; ";")) (} "}"))) (expression_statement "pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8);" (assignment_expression "pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" (identifier "pcVar8") (= "=") (pointer_expression "*(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" (* "*") (cast_expression "(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x50) + (long)iVar18 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0x50) + (long)iVar18 * 8" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (+ "+") (binary_expression "(long)iVar18 * 8" (cast_expression "(long)iVar18" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar18")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" (identifier "iVar17") (= "=") (number_literal "1")) (; ";"))) (} "}"))) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(param_3);\n }" (if "if") (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" (( "(") (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" (( "(") (binary_expression "pcVar8 != (char *)0x0" (identifier "pcVar8") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*pcVar8 != '\0')" (( "(") (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3);" (call_expression "FUN_002c2e90(param_3)" (identifier "FUN_002c2e90") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")"))) (; ";")) (} "}"))) (goto_statement "goto LAB_002c4ac1;" (goto "goto") (statement_identifier "LAB_002c4ac1") (; ";")) (} "}")))) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" (identifier "pcVar12") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" (identifier "bVar2") (= "=") (true "true")) (; ";")) (expression_statement "iVar18 = (int)*pcVar12;" (assignment_expression "iVar18 = (int)*pcVar12" (identifier "iVar18") (= "=") (cast_expression "(int)*pcVar12" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*pcVar12" (* "*") (identifier "pcVar12")))) (; ";")) (switch_statement "switch(iVar18 - 0x41U & 0xff) {\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }" (switch "switch") (parenthesized_expression "(iVar18 - 0x41U & 0xff)" (( "(") (binary_expression "iVar18 - 0x41U & 0xff" (binary_expression "iVar18 - 0x41U" (identifier "iVar18") (- "-") (number_literal "0x41U")) (& "&") (number_literal "0xff")) () ")")) (compound_statement "{\n case 0:\n goto switchD_002c440e_caseD_0;\n default:\n goto switchD_002c440e_caseD_1;\n case 2:\n case 0x15:\n case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }\n case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;\n case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;\n case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;\n case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;\n case 0xf:\n case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;\n case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;\n case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;\n }" ({ "{") (case_statement "case 0:\n goto switchD_002c440e_caseD_0;" (case "case") (number_literal "0") (: ":") (goto_statement "goto switchD_002c440e_caseD_0;" (goto "goto") (statement_identifier "switchD_002c440e_caseD_0") (; ";"))) (case_statement "default:\n goto switchD_002c440e_caseD_1;" (default "default") (: ":") (goto_statement "goto switchD_002c440e_caseD_1;" (goto "goto") (statement_identifier "switchD_002c440e_caseD_1") (; ";"))) (case_statement "case 2:" (case "case") (number_literal "2") (: ":")) (case_statement "case 0x15:" (case "case") (number_literal "0x15") (: ":")) (case_statement "case 0x34:\n if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" (case "case") (number_literal "0x34") (: ":") (if_statement "if ((*param_1 & 2) != 0) {\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" (if "if") (parenthesized_expression "((*param_1 & 2) != 0)" (( "(") (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" (( "(") (binary_expression "*param_1 & 2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }\n pcVar8 = (char *)FUN_002c2a50(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }\n }" ({ "{") (if_statement "if (local_88 != local_80) {\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }" (if "if") (parenthesized_expression "(local_88 != local_80)" (( "(") (binary_expression "local_88 != local_80" (identifier "local_88") (!= "!=") (identifier "local_80")) () ")")) (compound_statement "{\n FUN_002c2e60(&local_88,&DAT_0038529f);\n pcVar12 = (char *)*param_2;\n iVar18 = (int)*pcVar12;\n }" ({ "{") (expression_statement "FUN_002c2e60(&local_88,&DAT_0038529f);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038529f)" (identifier "FUN_002c2e60") (argument_list "(&local_88,&DAT_0038529f)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" (identifier "pcVar12") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "iVar18 = (int)*pcVar12;" (assignment_expression "iVar18 = (int)*pcVar12" (identifier "iVar18") (= "=") (cast_expression "(int)*pcVar12" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*pcVar12" (* "*") (identifier "pcVar12")))) (; ";")) (} "}"))) (expression_statement "pcVar8 = (char *)FUN_002c2a50(iVar18);" (assignment_expression "pcVar8 = (char *)FUN_002c2a50(iVar18)" (identifier "pcVar8") (= "=") (cast_expression "(char *)FUN_002c2a50(iVar18)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002c2a50(iVar18)" (identifier "FUN_002c2a50") (argument_list "(iVar18)" (( "(") (identifier "iVar18") () ")"))))) (; ";")) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }" (if "if") (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" (( "(") (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" (( "(") (binary_expression "pcVar8 != (char *)0x0" (identifier "pcVar8") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*pcVar8 != '\0')" (( "(") (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n FUN_002c2e60(&local_88,pcVar8);\n pcVar12 = (char *)*param_2;\n }" ({ "{") (expression_statement "FUN_002c2e60(&local_88,pcVar8);" (call_expression "FUN_002c2e60(&local_88,pcVar8)" (identifier "FUN_002c2e60") (argument_list "(&local_88,pcVar8)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (identifier "pcVar8") () ")"))) (; ";")) (expression_statement "pcVar12 = (char *)*param_2;" (assignment_expression "pcVar12 = (char *)*param_2" (identifier "pcVar12") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (} "}"))) (} "}")))) (case_statement "case 6:\n *param_2 = (long)(pcVar12 + 1);\n goto LAB_002c43d8;" (case "case") (number_literal "6") (: ":") (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 1)" (( "(") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1")) () ")")))) (; ";")) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";"))) (case_statement "case 5:\n *param_2 = (long)(pcVar12 + 1);\n if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }\n iVar18 = FUN_002c71b0(param_1,param_2,&local_88);\n if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }\n break;" (case "case") (number_literal "5") (: ":") (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 1)" (( "(") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" (if "if") (parenthesized_expression "((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0))" (( "(") (binary_expression "(pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)" (parenthesized_expression "(pcVar8 != local_80)" (( "(") (binary_expression "pcVar8 != local_80" (identifier "pcVar8") (!= "!=") (identifier "local_80")) () ")")) (&& "&&") (parenthesized_expression "((*pcVar8 - 0x26U & 0xfb) == 0)" (( "(") (binary_expression "(*pcVar8 - 0x26U & 0xfb) == 0" (parenthesized_expression "(*pcVar8 - 0x26U & 0xfb)" (( "(") (binary_expression "*pcVar8 - 0x26U & 0xfb" (binary_expression "*pcVar8 - 0x26U" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (- "-") (number_literal "0x26U")) (& "&") (number_literal "0xfb")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" ({ "{") (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" (identifier "FUN_002c2e60") (argument_list "(&local_88,"(")" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (string_literal ""("" (" """) (string_content "(") (" """)) () ")"))) (; ";")) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" (identifier "FUN_002c2e90") (argument_list "(&local_88,&DAT_0038e477)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_0038e477" (& "&") (identifier "DAT_0038e477")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar18 = FUN_002c71b0(param_1,param_2,&local_88);" (assignment_expression "iVar18 = FUN_002c71b0(param_1,param_2,&local_88)" (identifier "iVar18") (= "=") (call_expression "FUN_002c71b0(param_1,param_2,&local_88)" (identifier "FUN_002c71b0") (argument_list "(param_1,param_2,&local_88)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")")))) (; ";")) (if_statement "if (iVar18 != 0) {\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }" (if "if") (parenthesized_expression "(iVar18 != 0)" (( "(") (binary_expression "iVar18 != 0" (identifier "iVar18") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n cVar5 = *(char *)*param_2;\n if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }\n }" ({ "{") (expression_statement "cVar5 = *(char *)*param_2;" (assignment_expression "cVar5 = *(char *)*param_2" (identifier "cVar5") (= "=") (pointer_expression "*(char *)*param_2" (* "*") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))))) (; ";")) (if_statement "if ((cVar5 == '_') || (cVar5 == '\0')) {\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }" (if "if") (parenthesized_expression "((cVar5 == '_') || (cVar5 == '\0'))" (( "(") (binary_expression "(cVar5 == '_') || (cVar5 == '\0')" (parenthesized_expression "(cVar5 == '_')" (( "(") (binary_expression "cVar5 == '_'" (identifier "cVar5") (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(cVar5 == '\0')" (( "(") (binary_expression "cVar5 == '\0'" (identifier "cVar5") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }\n goto LAB_002c43d8;\n }" ({ "{") (if_statement "if (cVar5 == '_') {\n *param_2 = (long)((char *)*param_2 + 1);\n }" (if "if") (parenthesized_expression "(cVar5 == '_')" (( "(") (binary_expression "cVar5 == '_'" (identifier "cVar5") (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (compound_statement "{\n *param_2 = (long)((char *)*param_2 + 1);\n }" ({ "{") (expression_statement "*param_2 = (long)((char *)*param_2 + 1);" (assignment_expression "*param_2 = (long)((char *)*param_2 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)((char *)*param_2 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "((char *)*param_2 + 1)" (( "(") (binary_expression "(char *)*param_2 + 1" (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}"))) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";")) (} "}"))) (} "}"))) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0xc:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e90(&local_88,&DAT_0038e477);\n if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }\nLAB_002c4796:\n FUN_002c2e60(&local_88,"(");\n pbVar11 = (byte *)*param_2;\n bVar14 = *pbVar11;\n if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }\n break;" (case "case") (number_literal "0xc") (: ":") (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 1)" (( "(") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" (identifier "FUN_002c2e90") (argument_list "(&local_88,&DAT_0038e477)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_0038e477" (& "&") (identifier "DAT_0038e477")) () ")"))) (; ";")) (if_statement "if (*(char *)*param_2 == 'Q') {\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }\n else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" (if "if") (parenthesized_expression "(*(char *)*param_2 == 'Q')" (( "(") (binary_expression "*(char *)*param_2 == 'Q'" (pointer_expression "*(char *)*param_2" (* "*") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (== "==") (char_literal "'Q'" (' "'") (character "Q") (' "'"))) () ")")) (compound_statement "{\n if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;\nLAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);\n if (iVar17 == 0) goto LAB_002c43d8;\n }" ({ "{") (if_statement "if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d;" (if "if") (parenthesized_expression "((DAT_00390a82 & 4) != 0)" (( "(") (binary_expression "(DAT_00390a82 & 4) != 0" (parenthesized_expression "(DAT_00390a82 & 4)" (( "(") (binary_expression "DAT_00390a82 & 4" (identifier "DAT_00390a82") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_002c474d;" (goto "goto") (statement_identifier "LAB_002c474d") (; ";"))) (labeled_statement "LAB_002c46ab:\n iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);" (statement_identifier "LAB_002c46ab") (: ":") (expression_statement "iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0);" (assignment_expression "iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0)" (identifier "iVar17") (= "=") (call_expression "FUN_002c6810(param_1,param_2,&local_88,0,0)" (identifier "FUN_002c6810") (argument_list "(param_1,param_2,&local_88,0,0)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (number_literal "0") (, ",") (number_literal "0") () ")")))) (; ";"))) (if_statement "if (iVar17 == 0) goto LAB_002c43d8;" (if "if") (parenthesized_expression "(iVar17 == 0)" (( "(") (binary_expression "iVar17 == 0" (identifier "iVar17") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";"))) (} "}")) (else_clause "else {\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" (else "else") (compound_statement "{\n pcVar8 = "::";\n if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }\n FUN_002c2e60(&local_88,pcVar8);\n bVar14 = *(byte *)*param_2;\n if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }\n if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n }" ({ "{") (expression_statement "pcVar8 = "::";" (assignment_expression "pcVar8 = "::"" (identifier "pcVar8") (= "=") (string_literal ""::"" (" """) (string_content "::") (" """))) (; ";")) (if_statement "if ((*param_1 & 4) != 0) {\n pcVar8 = ".";\n }" (if "if") (parenthesized_expression "((*param_1 & 4) != 0)" (( "(") (binary_expression "(*param_1 & 4) != 0" (parenthesized_expression "(*param_1 & 4)" (( "(") (binary_expression "*param_1 & 4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pcVar8 = ".";\n }" ({ "{") (expression_statement "pcVar8 = ".";" (assignment_expression "pcVar8 = "."" (identifier "pcVar8") (= "=") (string_literal ""."" (" """) (string_content ".") (" """))) (; ";")) (} "}"))) (expression_statement "FUN_002c2e60(&local_88,pcVar8);" (call_expression "FUN_002c2e60(&local_88,pcVar8)" (identifier "FUN_002c2e60") (argument_list "(&local_88,pcVar8)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (identifier "pcVar8") () ")"))) (; ";")) (expression_statement "bVar14 = *(byte *)*param_2;" (assignment_expression "bVar14 = *(byte *)*param_2" (identifier "bVar14") (= "=") (pointer_expression "*(byte *)*param_2" (* "*") (cast_expression "(byte *)*param_2" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))))) (; ";")) (if_statement "if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) {\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }" (if "if") (parenthesized_expression "(((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0)" (( "(") (binary_expression "((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0" (parenthesized_expression "((&DAT_003909e0)[(ulong)bVar14 * 2] & 4)" (( "(") (binary_expression "(&DAT_003909e0)[(ulong)bVar14 * 2] & 4" (subscript_expression "(&DAT_003909e0)[(ulong)bVar14 * 2]" (parenthesized_expression "(&DAT_003909e0)" (( "(") (pointer_expression "&DAT_003909e0" (& "&") (identifier "DAT_003909e0")) () ")")) ([ "[") (binary_expression "(ulong)bVar14 * 2" (cast_expression "(ulong)bVar14" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar14")) (* "*") (number_literal "2")) (] "]")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);\n local_98 = iVar18;\n if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }\n break;\n }" ({ "{") (labeled_statement "LAB_002c474d:\n iVar18 = FUN_002c2aa0(param_2);" (statement_identifier "LAB_002c474d") (: ":") (expression_statement "iVar18 = FUN_002c2aa0(param_2);" (assignment_expression "iVar18 = FUN_002c2aa0(param_2)" (identifier "iVar18") (= "=") (call_expression "FUN_002c2aa0(param_2)" (identifier "FUN_002c2aa0") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";"))) (expression_statement "local_98 = iVar18;" (assignment_expression "local_98 = iVar18" (identifier "local_98") (= "=") (identifier "iVar18")) (; ";")) (if_statement "if (iVar18 != -1) {\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }" (if "if") (parenthesized_expression "(iVar18 != -1)" (( "(") (binary_expression "iVar18 != -1" (identifier "iVar18") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n pcVar8 = (char *)*param_2;\n sVar10 = strlen(pcVar8);\n if (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }\n }" ({ "{") (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (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 (iVar18 <= (int)sVar10) {\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }" (if "if") (parenthesized_expression "(iVar18 <= (int)sVar10)" (( "(") (binary_expression "iVar18 <= (int)sVar10" (identifier "iVar18") (<= "<=") (cast_expression "(int)sVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "sVar10"))) () ")")) (compound_statement "{\n if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }\n *param_2 = (long)(pcVar8 + iVar18);\n goto LAB_002c4796;\n }" ({ "{") (if_statement "if (iVar18 != 0) {\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }" (if "if") (parenthesized_expression "(iVar18 != 0)" (( "(") (binary_expression "iVar18 != 0" (identifier "iVar18") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002c2e10(&local_88);\n pcVar8 = (char *)*param_2;\n iVar18 = local_98;\n }" ({ "{") (expression_statement "FUN_002c2e10(&local_88);" (call_expression "FUN_002c2e10(&local_88)" (identifier "FUN_002c2e10") (argument_list "(&local_88)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")"))) (; ";")) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "iVar18 = local_98;" (assignment_expression "iVar18 = local_98" (identifier "iVar18") (= "=") (identifier "local_98")) (; ";")) (} "}"))) (expression_statement "*param_2 = (long)(pcVar8 + iVar18);" (assignment_expression "*param_2 = (long)(pcVar8 + iVar18)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + iVar18)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + iVar18)" (( "(") (binary_expression "pcVar8 + iVar18" (identifier "pcVar8") (+ "+") (identifier "iVar18")) () ")")))) (; ";")) (goto_statement "goto LAB_002c4796;" (goto "goto") (statement_identifier "LAB_002c4796") (; ";")) (} "}"))) (} "}"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (if_statement "if ((byte)(bVar14 + 0xa8) < 2) {\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }\n else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" (if "if") (parenthesized_expression "((byte)(bVar14 + 0xa8) < 2)" (( "(") (binary_expression "(byte)(bVar14 + 0xa8) < 2" (call_expression "(byte)(bVar14 + 0xa8)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(bVar14 + 0xa8)" (( "(") (binary_expression "bVar14 + 0xa8" (identifier "bVar14") (+ "+") (number_literal "0xa8")) () ")"))) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n FUN_002c4370(param_1,param_2,&local_68);\n if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }\n }" ({ "{") (expression_statement "FUN_002c4370(param_1,param_2,&local_68);" (call_expression "FUN_002c4370(param_1,param_2,&local_68)" (identifier "FUN_002c4370") (argument_list "(param_1,param_2,&local_68)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) () ")"))) (; ";")) (if_statement "if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) {\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }" (if "if") (parenthesized_expression "((local_68 != local_60) && ((int)local_60 != (int)local_68))" (( "(") (binary_expression "(local_68 != local_60) && ((int)local_60 != (int)local_68)" (parenthesized_expression "(local_68 != local_60)" (( "(") (binary_expression "local_68 != local_60" (identifier "local_68") (!= "!=") (identifier "local_60")) () ")")) (&& "&&") (parenthesized_expression "((int)local_60 != (int)local_68)" (( "(") (binary_expression "(int)local_60 != (int)local_68" (cast_expression "(int)local_60" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_60")) (!= "!=") (cast_expression "(int)local_68" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_68"))) () ")"))) () ")")) (compound_statement "{\nLAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);\n }" ({ "{") (labeled_statement "LAB_002c4b57:\n FUN_002c2e10(&local_88,local_68);" (statement_identifier "LAB_002c4b57") (: ":") (expression_statement "FUN_002c2e10(&local_88,local_68);" (call_expression "FUN_002c2e10(&local_88,local_68)" (identifier "FUN_002c2e10") (argument_list "(&local_88,local_68)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (identifier "local_68") () ")"))) (; ";"))) (} "}"))) (} "}")) (else_clause "else {\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" (else "else") (compound_statement "{\n if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }\n if ((int)local_60 != (int)local_68) goto LAB_002c4b57;\n }" ({ "{") (if_statement "if (bVar14 != 0x74) {\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }" (if "if") (parenthesized_expression "(bVar14 != 0x74)" (( "(") (binary_expression "bVar14 != 0x74" (identifier "bVar14") (!= "!=") (number_literal "0x74")) () ")")) (compound_statement "{\n if (bVar14 == 0x51) goto LAB_002c46ab;\n break;\n }" ({ "{") (if_statement "if (bVar14 == 0x51) goto LAB_002c46ab;" (if "if") (parenthesized_expression "(bVar14 == 0x51)" (( "(") (binary_expression "bVar14 == 0x51" (identifier "bVar14") (== "==") (number_literal "0x51")) () ")")) (goto_statement "goto LAB_002c46ab;" (goto "goto") (statement_identifier "LAB_002c46ab") (; ";"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" (identifier "local_58") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" (identifier "local_60") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" (identifier "local_68") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);" (assignment_expression "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1)" (identifier "iVar17") (= "=") (call_expression "FUN_002c6110(param_1,param_2,&local_68,0,1,1)" (identifier "FUN_002c6110") (argument_list "(param_1,param_2,&local_68,0,1,1)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (number_literal "0") (, ",") (number_literal "1") (, ",") (number_literal "1") () ")")))) (; ";")) (if_statement "if (iVar17 == 0) {\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }" (if "if") (parenthesized_expression "(iVar17 == 0)" (( "(") (binary_expression "iVar17 == 0" (identifier "iVar17") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n goto LAB_002c43d8;\n }" ({ "{") (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" (if "if") (parenthesized_expression "(local_68 != (void *)0x0)" (( "(") (binary_expression "local_68 != (void *)0x0" (identifier "local_68") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(local_68);\n }" ({ "{") (expression_statement "free(local_68);" (call_expression "free(local_68)" (identifier "free") (argument_list "(local_68)" (( "(") (identifier "local_68") () ")"))) (; ";")) (} "}"))) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";")) (} "}"))) (if_statement "if ((int)local_60 != (int)local_68) goto LAB_002c4b57;" (if "if") (parenthesized_expression "((int)local_60 != (int)local_68)" (( "(") (binary_expression "(int)local_60 != (int)local_68" (cast_expression "(int)local_60" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_60")) (!= "!=") (cast_expression "(int)local_68" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_68"))) () ")")) (goto_statement "goto LAB_002c4b57;" (goto "goto") (statement_identifier "LAB_002c4b57") (; ";"))) (} "}")))) (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" (if "if") (parenthesized_expression "(local_68 != (void *)0x0)" (( "(") (binary_expression "local_68 != (void *)0x0" (identifier "local_68") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(local_68);\n }" ({ "{") (expression_statement "free(local_68);" (call_expression "free(local_68)" (identifier "free") (argument_list "(local_68)" (( "(") (identifier "local_68") () ")"))) (; ";")) (} "}"))) (} "}")))) (labeled_statement "LAB_002c4796:\n FUN_002c2e60(&local_88,"(");" (statement_identifier "LAB_002c4796") (: ":") (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" (identifier "FUN_002c2e60") (argument_list "(&local_88,"(")" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (string_literal ""("" (" """) (string_content "(") (" """)) () ")"))) (; ";"))) (expression_statement "pbVar11 = (byte *)*param_2;" (assignment_expression "pbVar11 = (byte *)*param_2" (identifier "pbVar11") (= "=") (cast_expression "(byte *)*param_2" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "bVar14 = *pbVar11;" (assignment_expression "bVar14 = *pbVar11" (identifier "bVar14") (= "=") (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11"))) (; ";")) (if_statement "if ((byte)(bVar14 - 0x43) < 0x33) {\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }" (if "if") (parenthesized_expression "((byte)(bVar14 - 0x43) < 0x33)" (( "(") (binary_expression "(byte)(bVar14 - 0x43) < 0x33" (call_expression "(byte)(bVar14 - 0x43)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(bVar14 - 0x43)" (( "(") (binary_expression "bVar14 - 0x43" (identifier "bVar14") (- "-") (number_literal "0x43")) () ")"))) (< "<") (number_literal "0x33")) () ")")) (compound_statement "{\n if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }\n if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }\n }" ({ "{") (if_statement "if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) {\n iVar18 = 0;\n }\n else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" (if "if") (parenthesized_expression "((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0)" (( "(") (binary_expression "(0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0" (parenthesized_expression "(0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1)" (( "(") (binary_expression "0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1" (binary_expression "0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f)" (number_literal "0x4000000080001U") (>> ">>") (parenthesized_expression "((ulong)(bVar14 - 0x43) & 0x3f)" (( "(") (binary_expression "(ulong)(bVar14 - 0x43) & 0x3f" (call_expression "(ulong)(bVar14 - 0x43)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(bVar14 - 0x43)" (( "(") (binary_expression "bVar14 - 0x43" (identifier "bVar14") (- "-") (number_literal "0x43")) () ")"))) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar18 = 0;\n }" ({ "{") (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" (identifier "iVar18") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" (else "else") (compound_statement "{\n if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }\n *param_2 = (long)(pbVar11 + 1);\n bVar14 = pbVar11[1];\n pbVar11 = pbVar11 + 1;\n }" ({ "{") (if_statement "if (bVar14 == 0x56) {\n iVar18 = 2;\n }\n else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" (if "if") (parenthesized_expression "(bVar14 == 0x56)" (( "(") (binary_expression "bVar14 == 0x56" (identifier "bVar14") (== "==") (number_literal "0x56")) () ")")) (compound_statement "{\n iVar18 = 2;\n }" ({ "{") (expression_statement "iVar18 = 2;" (assignment_expression "iVar18 = 2" (identifier "iVar18") (= "=") (number_literal "2")) (; ";")) (} "}")) (else_clause "else if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" (else "else") (if_statement "if (bVar14 == 0x75) {\n iVar18 = 4;\n }\n else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" (if "if") (parenthesized_expression "(bVar14 == 0x75)" (( "(") (binary_expression "bVar14 == 0x75" (identifier "bVar14") (== "==") (number_literal "0x75")) () ")")) (compound_statement "{\n iVar18 = 4;\n }" ({ "{") (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" (identifier "iVar18") (= "=") (number_literal "4")) (; ";")) (} "}")) (else_clause "else {\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" (else "else") (compound_statement "{\n if (bVar14 != 0x43) {\n \n abort();\n }\n iVar18 = 1;\n }" ({ "{") (if_statement "if (bVar14 != 0x43) {\n \n abort();\n }" (if "if") (parenthesized_expression "(bVar14 != 0x43)" (( "(") (binary_expression "bVar14 != 0x43" (identifier "bVar14") (!= "!=") (number_literal "0x43")) () ")")) (compound_statement "{\n \n abort();\n }" ({ "{") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar18 = 1;" (assignment_expression "iVar18 = 1" (identifier "iVar18") (= "=") (number_literal "1")) (; ";")) (} "}")))))) (expression_statement "*param_2 = (long)(pbVar11 + 1);" (assignment_expression "*param_2 = (long)(pbVar11 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pbVar11 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pbVar11 + 1)" (( "(") (binary_expression "pbVar11 + 1" (identifier "pbVar11") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "bVar14 = pbVar11[1];" (assignment_expression "bVar14 = pbVar11[1]" (identifier "bVar14") (= "=") (subscript_expression "pbVar11[1]" (identifier "pbVar11") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar11 + 1" (identifier "pbVar11") (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (if_statement "if (bVar14 == 0x46) {\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }" (if "if") (parenthesized_expression "(bVar14 == 0x46)" (( "(") (binary_expression "bVar14 == 0x46" (identifier "bVar14") (== "==") (number_literal "0x46")) () ")")) (compound_statement "{\n *param_2 = (long)(pbVar11 + 1);\n iVar6 = FUN_002c71b0(param_1,param_2,&local_88);\n if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }\n }" ({ "{") (expression_statement "*param_2 = (long)(pbVar11 + 1);" (assignment_expression "*param_2 = (long)(pbVar11 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pbVar11 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pbVar11 + 1)" (( "(") (binary_expression "pbVar11 + 1" (identifier "pbVar11") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "iVar6 = FUN_002c71b0(param_1,param_2,&local_88);" (assignment_expression "iVar6 = FUN_002c71b0(param_1,param_2,&local_88)" (identifier "iVar6") (= "=") (call_expression "FUN_002c71b0(param_1,param_2,&local_88)" (identifier "FUN_002c71b0") (argument_list "(param_1,param_2,&local_88)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")")))) (; ";")) (if_statement "if ((iVar6 != 0) && (*(char *)*param_2 == '_')) {\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }" (if "if") (parenthesized_expression "((iVar6 != 0) && (*(char *)*param_2 == '_'))" (( "(") (binary_expression "(iVar6 != 0) && (*(char *)*param_2 == '_')" (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(char *)*param_2 == '_')" (( "(") (binary_expression "*(char *)*param_2 == '_'" (pointer_expression "*(char *)*param_2" (* "*") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")"))) () ")")) (compound_statement "{\n *param_2 = (long)((char *)*param_2 + 1);\n if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }\n goto LAB_002c43d8;\n }" ({ "{") (expression_statement "*param_2 = (long)((char *)*param_2 + 1);" (assignment_expression "*param_2 = (long)((char *)*param_2 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)((char *)*param_2 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "((char *)*param_2 + 1)" (( "(") (binary_expression "(char *)*param_2 + 1" (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (((*param_1 & 2) != 0) && (iVar18 != 0)) {\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }" (if "if") (parenthesized_expression "(((*param_1 & 2) != 0) && (iVar18 != 0))" (( "(") (binary_expression "((*param_1 & 2) != 0) && (iVar18 != 0)" (parenthesized_expression "((*param_1 & 2) != 0)" (( "(") (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" (( "(") (binary_expression "*param_1 & 2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar18 != 0)" (( "(") (binary_expression "iVar18 != 0" (identifier "iVar18") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }\n pcVar8 = (char *)FUN_002c29b0(iVar18);\n if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }\n }" ({ "{") (if_statement "if (local_88 != local_80) {\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(local_88 != local_80)" (( "(") (binary_expression "local_88 != local_80" (identifier "local_88") (!= "!=") (identifier "local_80")) () ")")) (compound_statement "{\n FUN_002c2e90(&local_88,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(&local_88,&DAT_0038529f);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(&local_88,&DAT_0038529f)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar8 = (char *)FUN_002c29b0(iVar18);" (assignment_expression "pcVar8 = (char *)FUN_002c29b0(iVar18)" (identifier "pcVar8") (= "=") (cast_expression "(char *)FUN_002c29b0(iVar18)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002c29b0(iVar18)" (identifier "FUN_002c29b0") (argument_list "(iVar18)" (( "(") (identifier "iVar18") () ")"))))) (; ";")) (if_statement "if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) {\n FUN_002c2e90(&local_88,pcVar8);\n }" (if "if") (parenthesized_expression "((pcVar8 != (char *)0x0) && (*pcVar8 != '\0'))" (( "(") (binary_expression "(pcVar8 != (char *)0x0) && (*pcVar8 != '\0')" (parenthesized_expression "(pcVar8 != (char *)0x0)" (( "(") (binary_expression "pcVar8 != (char *)0x0" (identifier "pcVar8") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*pcVar8 != '\0')" (( "(") (binary_expression "*pcVar8 != '\0'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n FUN_002c2e90(&local_88,pcVar8);\n }" ({ "{") (expression_statement "FUN_002c2e90(&local_88,pcVar8);" (call_expression "FUN_002c2e90(&local_88,pcVar8)" (identifier "FUN_002c2e90") (argument_list "(&local_88,pcVar8)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (identifier "pcVar8") () ")"))) (; ";")) (} "}"))) (} "}"))) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";")) (} "}"))) (} "}"))) (} "}"))) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0xe:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c385);\n if (iVar19 == 0) {\n iVar19 = 3;\n }\n goto LAB_002c43d8;" (case "case") (number_literal "0xe") (: ":") (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 1)" (( "(") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_002c2e60(&local_88,&DAT_0038c385);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038c385)" (identifier "FUN_002c2e60") (argument_list "(&local_88,&DAT_0038c385)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_0038c385" (& "&") (identifier "DAT_0038c385")) () ")"))) (; ";")) (if_statement "if (iVar19 == 0) {\n iVar19 = 3;\n }" (if "if") (parenthesized_expression "(iVar19 == 0)" (( "(") (binary_expression "iVar19 == 0" (identifier "iVar19") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar19 = 3;\n }" ({ "{") (expression_statement "iVar19 = 3;" (assignment_expression "iVar19 = 3" (identifier "iVar19") (= "=") (number_literal "3")) (; ";")) (} "}"))) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";"))) (case_statement "case 0xf:" (case "case") (number_literal "0xf") (: ":")) (case_statement "case 0x2f:\n *param_2 = (long)(pcVar12 + 1);\n if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }\n if (iVar19 == 0) {\n iVar19 = 1;\n }\n goto LAB_002c43d8;" (case "case") (number_literal "0x2f") (: ":") (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 1)" (( "(") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if ((*param_1 & 4) == 0) {\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }" (if "if") (parenthesized_expression "((*param_1 & 4) == 0)" (( "(") (binary_expression "(*param_1 & 4) == 0" (parenthesized_expression "(*param_1 & 4)" (( "(") (binary_expression "*param_1 & 4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002c2e60(&local_88,&DAT_0038e21c);\n }" ({ "{") (expression_statement "FUN_002c2e60(&local_88,&DAT_0038e21c);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038e21c)" (identifier "FUN_002c2e60") (argument_list "(&local_88,&DAT_0038e21c)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_0038e21c" (& "&") (identifier "DAT_0038e21c")) () ")"))) (; ";")) (} "}"))) (if_statement "if (iVar19 == 0) {\n iVar19 = 1;\n }" (if "if") (parenthesized_expression "(iVar19 == 0)" (( "(") (binary_expression "iVar19 == 0" (identifier "iVar19") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar19 = 1;\n }" ({ "{") (expression_statement "iVar19 = 1;" (assignment_expression "iVar19 = 1" (identifier "iVar19") (= "=") (number_literal "1")) (; ";")) (} "}"))) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";"))) (case_statement "case 0x11:\n *param_2 = (long)(pcVar12 + 1);\n FUN_002c2e60(&local_88,&DAT_0038c386);\n if (iVar19 == 0) {\n iVar19 = 2;\n }\n goto LAB_002c43d8;" (case "case") (number_literal "0x11") (: ":") (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 1)" (( "(") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_002c2e60(&local_88,&DAT_0038c386);" (call_expression "FUN_002c2e60(&local_88,&DAT_0038c386)" (identifier "FUN_002c2e60") (argument_list "(&local_88,&DAT_0038c386)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_0038c386" (& "&") (identifier "DAT_0038c386")) () ")"))) (; ";")) (if_statement "if (iVar19 == 0) {\n iVar19 = 2;\n }" (if "if") (parenthesized_expression "(iVar19 == 0)" (( "(") (binary_expression "iVar19 == 0" (identifier "iVar19") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar19 = 2;\n }" ({ "{") (expression_statement "iVar19 = 2;" (assignment_expression "iVar19 = 2" (identifier "iVar19") (= "=") (number_literal "2")) (; ";")) (} "}"))) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";"))) (case_statement "case 0x13:\n *param_2 = (long)(pcVar12 + 1);\n iVar18 = FUN_002c2650(param_2,&local_98);\n if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;\n if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;\n piVar1 = *(int **)(param_1 + 0x70) + 1;\n piVar4 = piVar1;\n piVar15 = *(int **)(param_1 + 0x70);\n while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }\n if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }\n goto LAB_002c43d8;" (case "case") (number_literal "0x13") (: ":") (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 1)" (( "(") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "iVar18 = FUN_002c2650(param_2,&local_98);" (assignment_expression "iVar18 = FUN_002c2650(param_2,&local_98)" (identifier "iVar18") (= "=") (call_expression "FUN_002c2650(param_2,&local_98)" (identifier "FUN_002c2650") (argument_list "(param_2,&local_98)" (( "(") (identifier "param_2") (, ",") (pointer_expression "&local_98" (& "&") (identifier "local_98")) () ")")))) (; ";")) (if_statement "if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break;" (if "if") (parenthesized_expression "(((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98))" (( "(") (binary_expression "((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)" (parenthesized_expression "((iVar18 == 0) || (local_98 < 0))" (( "(") (binary_expression "(iVar18 == 0) || (local_98 < 0)" (parenthesized_expression "(iVar18 == 0)" (( "(") (binary_expression "iVar18 == 0" (identifier "iVar18") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(local_98 < 0)" (( "(") (binary_expression "local_98 < 0" (identifier "local_98") (< "<") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(*(int *)(param_1 + 0x30) <= local_98)" (( "(") (binary_expression "*(int *)(param_1 + 0x30) <= local_98" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (<= "<=") (identifier "local_98")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1;" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x7c) < 1)" (( "(") (binary_expression "*(int *)(param_1 + 0x7c) < 1" (pointer_expression "*(int *)(param_1 + 0x7c)" (* "*") (cast_expression "(int *)(param_1 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x7c)" (( "(") (binary_expression "param_1 + 0x7c" (identifier "param_1") (+ "+") (number_literal "0x7c")) () ")")))) (< "<") (number_literal "1")) () ")")) (goto_statement "goto LAB_002c45d1;" (goto "goto") (statement_identifier "LAB_002c45d1") (; ";"))) (expression_statement "piVar1 = *(int **)(param_1 + 0x70) + 1;" (assignment_expression "piVar1 = *(int **)(param_1 + 0x70) + 1" (identifier "piVar1") (= "=") (binary_expression "*(int **)(param_1 + 0x70) + 1" (pointer_expression "*(int **)(param_1 + 0x70)" (* "*") (cast_expression "(int **)(param_1 + 0x70)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x70)" (( "(") (binary_expression "param_1 + 0x70" (identifier "param_1") (+ "+") (number_literal "0x70")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar4 = piVar1;" (assignment_expression "piVar4 = piVar1" (identifier "piVar4") (= "=") (identifier "piVar1")) (; ";")) (expression_statement "piVar15 = *(int **)(param_1 + 0x70);" (assignment_expression "piVar15 = *(int **)(param_1 + 0x70)" (identifier "piVar15") (= "=") (pointer_expression "*(int **)(param_1 + 0x70)" (* "*") (cast_expression "(int **)(param_1 + 0x70)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x70)" (( "(") (binary_expression "param_1 + 0x70" (identifier "param_1") (+ "+") (number_literal "0x70")) () ")"))))) (; ";")) (while_statement "while( true ) {\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n piVar9 = piVar4;\n if (local_98 == *piVar15) {\n iVar17 = 0;\n }\n if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;\n piVar4 = piVar9 + 1;\n piVar15 = piVar9;\n }" ({ "{") (expression_statement "piVar9 = piVar4;" (assignment_expression "piVar9 = piVar4" (identifier "piVar9") (= "=") (identifier "piVar4")) (; ";")) (if_statement "if (local_98 == *piVar15) {\n iVar17 = 0;\n }" (if "if") (parenthesized_expression "(local_98 == *piVar15)" (( "(") (binary_expression "local_98 == *piVar15" (identifier "local_98") (== "==") (pointer_expression "*piVar15" (* "*") (identifier "piVar15"))) () ")")) (compound_statement "{\n iVar17 = 0;\n }" ({ "{") (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" (identifier "iVar17") (= "=") (number_literal "0")) (; ";")) (} "}"))) (if_statement "if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break;" (if "if") (parenthesized_expression "(piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1))" (( "(") (binary_expression "piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)" (identifier "piVar9") (== "==") (binary_expression "piVar1 + (*(int *)(param_1 + 0x7c) - 1)" (identifier "piVar1") (+ "+") (parenthesized_expression "(*(int *)(param_1 + 0x7c) - 1)" (( "(") (binary_expression "*(int *)(param_1 + 0x7c) - 1" (pointer_expression "*(int *)(param_1 + 0x7c)" (* "*") (cast_expression "(int *)(param_1 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x7c)" (( "(") (binary_expression "param_1 + 0x7c" (identifier "param_1") (+ "+") (number_literal "0x7c")) () ")")))) (- "-") (number_literal "1")) () ")")))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "piVar4 = piVar9 + 1;" (assignment_expression "piVar4 = piVar9 + 1" (identifier "piVar4") (= "=") (binary_expression "piVar9 + 1" (identifier "piVar9") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar15 = piVar9;" (assignment_expression "piVar15 = piVar9" (identifier "piVar15") (= "=") (identifier "piVar9")) (; ";")) (} "}"))) (if_statement "if (iVar17 != 0) {\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }" (if "if") (parenthesized_expression "(iVar17 != 0)" (( "(") (binary_expression "iVar17 != 0" (identifier "iVar17") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_002c45d1:\n param_2 = &local_90;\n FUN_002c27d0(param_1);\n bVar3 = true;\n local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);\n }" ({ "{") (labeled_statement "LAB_002c45d1:\n param_2 = &local_90;" (statement_identifier "LAB_002c45d1") (: ":") (expression_statement "param_2 = &local_90;" (assignment_expression "param_2 = &local_90" (identifier "param_2") (= "=") (pointer_expression "&local_90" (& "&") (identifier "local_90"))) (; ";"))) (expression_statement "FUN_002c27d0(param_1);" (call_expression "FUN_002c27d0(param_1)" (identifier "FUN_002c27d0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "bVar3 = true;" (assignment_expression "bVar3 = true" (identifier "bVar3") (= "=") (true "true")) (; ";")) (expression_statement "local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8);" (assignment_expression "local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" (identifier "local_90") (= "=") (pointer_expression "*(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 8) + (long)local_98 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 8) + (long)local_98 * 8" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (+ "+") (binary_expression "(long)local_98 * 8" (cast_expression "(long)local_98" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_98")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (} "}"))) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";"))) (} "}"))) (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" (identifier "iVar17") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";")) (labeled_statement "LAB_002c4c67:\n do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );" (statement_identifier "LAB_002c4c67") (: ":") (do_statement "do {\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n } while( true );" (do "do") (compound_statement "{\n cVar5 = *pcVar8;\n switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }\n }" ({ "{") (expression_statement "cVar5 = *pcVar8;" (assignment_expression "cVar5 = *pcVar8" (identifier "cVar5") (= "=") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) (; ";")) (switch_statement "switch(cVar5) {\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }" (switch "switch") (parenthesized_expression "(cVar5)" (( "(") (identifier "cVar5") () ")")) (compound_statement "{\n case 'C':\n case 'V':\n case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;\n default:\n goto code_r0x002c4d90;\n case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;\n case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;\n case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;\n }" ({ "{") (case_statement "case 'C':" (case "case") (char_literal "'C'" (' "'") (character "C") (' "'")) (: ":")) (case_statement "case 'V':" (case "case") (char_literal "'V'" (' "'") (character "V") (' "'")) (: ":")) (case_statement "case 'u':\n if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }\n pcVar8 = pcVar8 + 1;\n *param_2 = (long)pcVar8;\n break;" (case "case") (char_literal "'u'" (' "'") (character "u") (' "'")) (: ":") (if_statement "if ((*param_1 & 2) != 0) {\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }" (if "if") (parenthesized_expression "((*param_1 & 2) != 0)" (( "(") (binary_expression "(*param_1 & 2) != 0" (parenthesized_expression "(*param_1 & 2)" (( "(") (binary_expression "*param_1 & 2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }\n pcVar12 = (char *)FUN_002c2a50((int)cVar5);\n if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }\n }" ({ "{") (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e60(param_3,&DAT_0038529f);\n pcVar8 = (char *)*param_2;\n cVar5 = *pcVar8;\n }" ({ "{") (expression_statement "FUN_002c2e60(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e60(param_3,&DAT_0038529f)" (identifier "FUN_002c2e60") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "cVar5 = *pcVar8;" (assignment_expression "cVar5 = *pcVar8" (identifier "cVar5") (= "=") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) (; ";")) (} "}"))) (expression_statement "pcVar12 = (char *)FUN_002c2a50((int)cVar5);" (assignment_expression "pcVar12 = (char *)FUN_002c2a50((int)cVar5)" (identifier "pcVar12") (= "=") (cast_expression "(char *)FUN_002c2a50((int)cVar5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002c2a50((int)cVar5)" (identifier "FUN_002c2a50") (argument_list "((int)cVar5)" (( "(") (cast_expression "(int)cVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "cVar5")) () ")"))))) (; ";")) (if_statement "if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) {\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }" (if "if") (parenthesized_expression "((pcVar12 != (char *)0x0) && (*pcVar12 != '\0'))" (( "(") (binary_expression "(pcVar12 != (char *)0x0) && (*pcVar12 != '\0')" (parenthesized_expression "(pcVar12 != (char *)0x0)" (( "(") (binary_expression "pcVar12 != (char *)0x0" (identifier "pcVar12") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*pcVar12 != '\0')" (( "(") (binary_expression "*pcVar12 != '\0'" (pointer_expression "*pcVar12" (* "*") (identifier "pcVar12")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n FUN_002c2e60(param_3,pcVar12);\n pcVar8 = (char *)*param_2;\n }" ({ "{") (expression_statement "FUN_002c2e60(param_3,pcVar12);" (call_expression "FUN_002c2e60(param_3,pcVar12)" (identifier "FUN_002c2e60") (argument_list "(param_3,pcVar12)" (( "(") (identifier "param_3") (, ",") (identifier "pcVar12") () ")"))) (; ";")) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (} "}"))) (} "}"))) (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" (identifier "pcVar8") (= "=") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)pcVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar8"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "default:\n goto code_r0x002c4d90;" (default "default") (: ":") (goto_statement "goto code_r0x002c4d90;" (goto "goto") (statement_identifier "code_r0x002c4d90") (; ";"))) (case_statement "case 'J':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"__complex");\n pcVar8 = (char *)*param_2;\n break;" (case "case") (char_literal "'J'" (' "'") (character "J") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_002c2e90(param_3,"__complex");" (call_expression "FUN_002c2e90(param_3,"__complex")" (identifier "FUN_002c2e90") (argument_list "(param_3,"__complex")" (( "(") (identifier "param_3") (, ",") (string_literal ""__complex"" (" """) (string_content "__complex") (" """)) () ")"))) (; ";")) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'S':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"signed");\n pcVar8 = (char *)*param_2;\n break;" (case "case") (char_literal "'S'" (' "'") (character "S") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_002c2e90(param_3,"signed");" (call_expression "FUN_002c2e90(param_3,"signed")" (identifier "FUN_002c2e90") (argument_list "(param_3,"signed")" (( "(") (identifier "param_3") (, ",") (string_literal ""signed"" (" """) (string_content "signed") (" """)) () ")"))) (; ";")) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'U':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n FUN_002c2e90(param_3,"unsigned");\n pcVar8 = (char *)*param_2;" (case "case") (char_literal "'U'" (' "'") (character "U") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_002c2e90(param_3,"unsigned");" (call_expression "FUN_002c2e90(param_3,"unsigned")" (identifier "FUN_002c2e90") (argument_list "(param_3,"unsigned")" (( "(") (identifier "param_3") (, ",") (string_literal ""unsigned"" (" """) (string_content "unsigned") (" """)) () ")"))) (; ";")) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";"))) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";"))) (labeled_statement "switchD_002c440e_caseD_0:\n *param_2 = (long)(pcVar12 + 1);" (statement_identifier "switchD_002c440e_caseD_0") (: ":") (expression_statement "*param_2 = (long)(pcVar12 + 1);" (assignment_expression "*param_2 = (long)(pcVar12 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 1)" (( "(") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1")) () ")")))) (; ";"))) (if_statement "if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) {\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" (if "if") (parenthesized_expression "((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0))" (( "(") (binary_expression "(pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)" (parenthesized_expression "(pcVar8 != local_80)" (( "(") (binary_expression "pcVar8 != local_80" (identifier "pcVar8") (!= "!=") (identifier "local_80")) () ")")) (&& "&&") (parenthesized_expression "((*pcVar8 - 0x26U & 0xfb) == 0)" (( "(") (binary_expression "(*pcVar8 - 0x26U & 0xfb) == 0" (parenthesized_expression "(*pcVar8 - 0x26U & 0xfb)" (( "(") (binary_expression "*pcVar8 - 0x26U & 0xfb" (binary_expression "*pcVar8 - 0x26U" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (- "-") (number_literal "0x26U")) (& "&") (number_literal "0xfb")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_002c2e60(&local_88,"(");\n FUN_002c2e90(&local_88,&DAT_0038e477);\n }" ({ "{") (expression_statement "FUN_002c2e60(&local_88,"(");" (call_expression "FUN_002c2e60(&local_88,"(")" (identifier "FUN_002c2e60") (argument_list "(&local_88,"(")" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (string_literal ""("" (" """) (string_content "(") (" """)) () ")"))) (; ";")) (expression_statement "FUN_002c2e90(&local_88,&DAT_0038e477);" (call_expression "FUN_002c2e90(&local_88,&DAT_0038e477)" (identifier "FUN_002c2e90") (argument_list "(&local_88,&DAT_0038e477)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_0038e477" (& "&") (identifier "DAT_0038e477")) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_002c2e90(&local_88,&DAT_003763cb);" (call_expression "FUN_002c2e90(&local_88,&DAT_003763cb)" (identifier "FUN_002c2e90") (argument_list "(&local_88,&DAT_003763cb)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (pointer_expression "&DAT_003763cb" (& "&") (identifier "DAT_003763cb")) () ")"))) (; ";")) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (if_statement "if (*pcVar8 != '_') {\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }" (if "if") (parenthesized_expression "(*pcVar8 != '_')" (( "(") (binary_expression "*pcVar8 != '_'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (!= "!=") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (compound_statement "{\n iVar17 = FUN_002c3c60(param_1,param_2,&local_88);\n pcVar8 = (char *)*param_2;\n if (*pcVar8 != '_') goto LAB_002c451d;\n }" ({ "{") (expression_statement "iVar17 = FUN_002c3c60(param_1,param_2,&local_88);" (assignment_expression "iVar17 = FUN_002c3c60(param_1,param_2,&local_88)" (identifier "iVar17") (= "=") (call_expression "FUN_002c3c60(param_1,param_2,&local_88)" (identifier "FUN_002c3c60") (argument_list "(param_1,param_2,&local_88)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")")))) (; ";")) (expression_statement "pcVar8 = (char *)*param_2;" (assignment_expression "pcVar8 = (char *)*param_2" (identifier "pcVar8") (= "=") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (if_statement "if (*pcVar8 != '_') goto LAB_002c451d;" (if "if") (parenthesized_expression "(*pcVar8 != '_')" (( "(") (binary_expression "*pcVar8 != '_'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (!= "!=") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (goto_statement "goto LAB_002c451d;" (goto "goto") (statement_identifier "LAB_002c451d") (; ";"))) (} "}"))) (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (labeled_statement "LAB_002c451d:\n FUN_002c2e90(&local_88,"]");" (statement_identifier "LAB_002c451d") (: ":") (expression_statement "FUN_002c2e90(&local_88,"]");" (call_expression "FUN_002c2e90(&local_88,"]")" (identifier "FUN_002c2e90") (argument_list "(&local_88,"]")" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (string_literal ""]"" (" """) (string_content "]") (" """)) () ")"))) (; ";"))) (goto_statement "goto LAB_002c43d8;" (goto "goto") (statement_identifier "LAB_002c43d8") (; ";")) (labeled_statement "code_r0x002c4d90:\n pcVar12 = pcVar8;" (statement_identifier "code_r0x002c4d90") (: ":") (expression_statement "pcVar12 = pcVar8;" (assignment_expression "pcVar12 = pcVar8" (identifier "pcVar12") (= "=") (identifier "pcVar8")) (; ";"))) (switch_statement "switch(cVar5) {\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }" (switch "switch") (parenthesized_expression "(cVar5)" (( "(") (identifier "cVar5") () ")")) (compound_statement "{\n case '\0':\n case '_':\n goto switchD_002c4d9e_caseD_0;\n default:\n goto switchD_002c4d9e_caseD_1;\n case '0':\n case '1':\n case '2':\n case '3':\n case '4':\n case '5':\n case '6':\n case '7':\n case '8':\n case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;\n case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;\n case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;\n case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;\n case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;\n case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;\n case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;\n case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;\n case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;\n case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;\n case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;\n case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;\n case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;\n case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;\n case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;\n }" ({ "{") (case_statement "case '\0':" (case "case") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")) (: ":")) (case_statement "case '_':\n goto switchD_002c4d9e_caseD_0;" (case "case") (char_literal "'_'" (' "'") (character "_") (' "'")) (: ":") (goto_statement "goto switchD_002c4d9e_caseD_0;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_0") (; ";"))) (case_statement "default:\n goto switchD_002c4d9e_caseD_1;" (default "default") (: ":") (goto_statement "goto switchD_002c4d9e_caseD_1;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_1") (; ";"))) (case_statement "case '0':" (case "case") (char_literal "'0'" (' "'") (character "0") (' "'")) (: ":")) (case_statement "case '1':" (case "case") (char_literal "'1'" (' "'") (character "1") (' "'")) (: ":")) (case_statement "case '2':" (case "case") (char_literal "'2'" (' "'") (character "2") (' "'")) (: ":")) (case_statement "case '3':" (case "case") (char_literal "'3'" (' "'") (character "3") (' "'")) (: ":")) (case_statement "case '4':" (case "case") (char_literal "'4'" (' "'") (character "4") (' "'")) (: ":")) (case_statement "case '5':" (case "case") (char_literal "'5'" (' "'") (character "5") (' "'")) (: ":")) (case_statement "case '6':" (case "case") (char_literal "'6'" (' "'") (character "6") (' "'")) (: ":")) (case_statement "case '7':" (case "case") (char_literal "'7'" (' "'") (character "7") (' "'")) (: ":")) (case_statement "case '8':" (case "case") (char_literal "'8'" (' "'") (character "8") (' "'")) (: ":")) (case_statement "case '9':\n uVar7 = FUN_002c2890(param_1);\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);\n if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }\n goto LAB_002c49cf;" (case "case") (char_literal "'9'" (' "'") (character "9") (' "'")) (: ":") (expression_statement "uVar7 = FUN_002c2890(param_1);" (assignment_expression "uVar7 = FUN_002c2890(param_1)" (identifier "uVar7") (= "=") (call_expression "FUN_002c2890(param_1)" (identifier "FUN_002c2890") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" (identifier "local_58") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" (identifier "local_60") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" (identifier "local_68") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar17 = FUN_002c5ac0(param_1,param_2,&local_68);" (assignment_expression "iVar17 = FUN_002c5ac0(param_1,param_2,&local_68)" (identifier "iVar17") (= "=") (call_expression "FUN_002c5ac0(param_1,param_2,&local_68)" (identifier "FUN_002c5ac0") (argument_list "(param_1,param_2,&local_68)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) () ")")))) (; ";")) (if_statement "if (iVar17 != 0) {\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }" (if "if") (parenthesized_expression "(iVar17 != 0)" (( "(") (binary_expression "iVar17 != 0" (identifier "iVar17") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar17 = 0;\n if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }\n FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 1;\n FUN_002c2fd0(param_3,&local_68,local_60);\n }" ({ "{") (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" (identifier "iVar17") (= "=") (number_literal "0")) (; ";")) (if_statement "if (local_68 != local_60) {\n iVar17 = (int)local_60 - (int)local_68;\n }" (if "if") (parenthesized_expression "(local_68 != local_60)" (( "(") (binary_expression "local_68 != local_60" (identifier "local_68") (!= "!=") (identifier "local_60")) () ")")) (compound_statement "{\n iVar17 = (int)local_60 - (int)local_68;\n }" ({ "{") (expression_statement "iVar17 = (int)local_60 - (int)local_68;" (assignment_expression "iVar17 = (int)local_60 - (int)local_68" (identifier "iVar17") (= "=") (binary_expression "(int)local_60 - (int)local_68" (cast_expression "(int)local_60" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_60")) (- "-") (cast_expression "(int)local_68" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_68")))) (; ";")) (} "}"))) (expression_statement "FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7);" (call_expression "FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7)" (identifier "FUN_002c2cf0") (argument_list "(param_1 + 0x18,local_68,iVar17,uVar7)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) (, ",") (identifier "local_68") (, ",") (identifier "iVar17") (, ",") (identifier "uVar7") () ")"))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 1;" (assignment_expression "iVar17 = 1" (identifier "iVar17") (= "=") (number_literal "1")) (; ";")) (expression_statement "FUN_002c2fd0(param_3,&local_68,local_60);" (call_expression "FUN_002c2fd0(param_3,&local_68,local_60)" (identifier "FUN_002c2fd0") (argument_list "(param_3,&local_68,local_60)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (identifier "local_60") () ")"))) (; ";")) (} "}"))) (goto_statement "goto LAB_002c49cf;" (goto "goto") (statement_identifier "LAB_002c49cf") (; ";"))) (case_statement "case 'G':\n pcVar12 = pcVar8 + 1;\n *param_2 = (long)pcVar12;\n if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;\n goto switchD_002c4d9e_caseD_1;" (case "case") (char_literal "'G'" (' "'") (character "G") (' "'")) (: ":") (expression_statement "pcVar12 = pcVar8 + 1;" (assignment_expression "pcVar12 = pcVar8 + 1" (identifier "pcVar12") (= "=") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_2 = (long)pcVar12;" (assignment_expression "*param_2 = (long)pcVar12" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)pcVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar12"))) (; ";")) (if_statement "if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49;" (if "if") (parenthesized_expression "(((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0)" (( "(") (binary_expression "((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0" (parenthesized_expression "((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4)" (( "(") (binary_expression "(&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4" (subscript_expression "(&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2]" (parenthesized_expression "(&DAT_003909e0)" (( "(") (pointer_expression "&DAT_003909e0" (& "&") (identifier "DAT_003909e0")) () ")")) ([ "[") (binary_expression "(ulong)(byte)pcVar8[1] * 2" (cast_expression "(ulong)(byte)pcVar8[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (cast_expression "(byte)pcVar8[1]" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (subscript_expression "pcVar8[1]" (identifier "pcVar8") ([ "[") (number_literal "1") (] "]")))) (* "*") (number_literal "2")) (] "]")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto switchD_002c4d9e_caseD_49;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_49") (; ";"))) (goto_statement "goto switchD_002c4d9e_caseD_1;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_1") (; ";"))) (case_statement "case 'I':\nswitchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;\n *param_2 = (long)pcVar8;\n if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }\n sscanf((char *)&local_68,"%x",&local_94);\n sprintf((char *)&local_68,"int%u_t",(ulong)local_94);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;\n iVar17 = 4;\n FUN_002c2e90(param_3,&local_68);\n iVar18 = 4;\n break;" (case "case") (char_literal "'I'" (' "'") (character "I") (' "'")) (: ":") (labeled_statement "switchD_002c4d9e_caseD_49:\n pcVar8 = pcVar12 + 1;" (statement_identifier "switchD_002c4d9e_caseD_49") (: ":") (expression_statement "pcVar8 = pcVar12 + 1;" (assignment_expression "pcVar8 = pcVar12 + 1" (identifier "pcVar8") (= "=") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1"))) (; ";"))) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)pcVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar8"))) (; ";")) (if_statement "if (pcVar12[1] == '_') {\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }\n else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" (if "if") (parenthesized_expression "(pcVar12[1] == '_')" (( "(") (binary_expression "pcVar12[1] == '_'" (subscript_expression "pcVar12[1]" (identifier "pcVar12") ([ "[") (number_literal "1") (] "]")) (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (compound_statement "{\n lVar16 = 0;\n *param_2 = (long)(pcVar12 + 2);\n pcVar8 = pcVar12 + 2;\n do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);\n cVar5 = pcVar12[1];\n lVar13 = 0x24;\nLAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;\n *(undefined1 *)((long)&local_68 + lVar13) = 0;\n *param_2 = (long)(pcVar8 + 1);\n }" ({ "{") (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" (identifier "lVar16") (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_2 = (long)(pcVar12 + 2);" (assignment_expression "*param_2 = (long)(pcVar12 + 2)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar12 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar12 + 2)" (( "(") (binary_expression "pcVar12 + 2" (identifier "pcVar12") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "pcVar8 = pcVar12 + 2;" (assignment_expression "pcVar8 = pcVar12 + 2" (identifier "pcVar8") (= "=") (binary_expression "pcVar12 + 2" (identifier "pcVar12") (+ "+") (number_literal "2"))) (; ";")) (do_statement "do {\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n } while (lVar16 != 0x24);" (do "do") (compound_statement "{\n pcVar12 = pcVar8;\n cVar5 = *pcVar12;\n lVar13 = (long)(int)lVar16;\n pcVar8 = pcVar12;\n if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;\n *(char *)((long)&local_68 + lVar16) = cVar5;\n pcVar8 = pcVar12 + 1;\n lVar16 = lVar16 + 1;\n *param_2 = (long)pcVar8;\n }" ({ "{") (expression_statement "pcVar12 = pcVar8;" (assignment_expression "pcVar12 = pcVar8" (identifier "pcVar12") (= "=") (identifier "pcVar8")) (; ";")) (expression_statement "cVar5 = *pcVar12;" (assignment_expression "cVar5 = *pcVar12" (identifier "cVar5") (= "=") (pointer_expression "*pcVar12" (* "*") (identifier "pcVar12"))) (; ";")) (expression_statement "lVar13 = (long)(int)lVar16;" (assignment_expression "lVar13 = (long)(int)lVar16" (identifier "lVar13") (= "=") (cast_expression "(long)(int)lVar16" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)lVar16" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar16")))) (; ";")) (expression_statement "pcVar8 = pcVar12;" (assignment_expression "pcVar8 = pcVar12" (identifier "pcVar8") (= "=") (identifier "pcVar12")) (; ";")) (if_statement "if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42;" (if "if") (parenthesized_expression "((cVar5 == '_') || (cVar5 == '\0'))" (( "(") (binary_expression "(cVar5 == '_') || (cVar5 == '\0')" (parenthesized_expression "(cVar5 == '_')" (( "(") (binary_expression "cVar5 == '_'" (identifier "cVar5") (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(cVar5 == '\0')" (( "(") (binary_expression "cVar5 == '\0'" (identifier "cVar5") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (goto_statement "goto LAB_002c4e42;" (goto "goto") (statement_identifier "LAB_002c4e42") (; ";"))) (expression_statement "*(char *)((long)&local_68 + lVar16) = cVar5;" (assignment_expression "*(char *)((long)&local_68 + lVar16) = cVar5" (pointer_expression "*(char *)((long)&local_68 + lVar16)" (* "*") (cast_expression "(char *)((long)&local_68 + lVar16)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&local_68 + lVar16)" (( "(") (binary_expression "(long)&local_68 + lVar16" (cast_expression "(long)&local_68" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&local_68" (& "&") (identifier "local_68"))) (+ "+") (identifier "lVar16")) () ")")))) (= "=") (identifier "cVar5")) (; ";")) (expression_statement "pcVar8 = pcVar12 + 1;" (assignment_expression "pcVar8 = pcVar12 + 1" (identifier "pcVar8") (= "=") (binary_expression "pcVar12 + 1" (identifier "pcVar12") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" (identifier "lVar16") (= "=") (binary_expression "lVar16 + 1" (identifier "lVar16") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_2 = (long)pcVar8;" (assignment_expression "*param_2 = (long)pcVar8" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)pcVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar8"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar16 != 0x24)" (( "(") (binary_expression "lVar16 != 0x24" (identifier "lVar16") (!= "!=") (number_literal "0x24")) () ")")) (; ";")) (expression_statement "cVar5 = pcVar12[1];" (assignment_expression "cVar5 = pcVar12[1]" (identifier "cVar5") (= "=") (subscript_expression "pcVar12[1]" (identifier "pcVar12") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "lVar13 = 0x24;" (assignment_expression "lVar13 = 0x24" (identifier "lVar13") (= "=") (number_literal "0x24")) (; ";")) (labeled_statement "LAB_002c4e42:\n if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;" (statement_identifier "LAB_002c4e42") (: ":") (if_statement "if (cVar5 != '_') goto switchD_002c4d9e_caseD_1;" (if "if") (parenthesized_expression "(cVar5 != '_')" (( "(") (binary_expression "cVar5 != '_'" (identifier "cVar5") (!= "!=") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (goto_statement "goto switchD_002c4d9e_caseD_1;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_1") (; ";")))) (expression_statement "*(undefined1 *)((long)&local_68 + lVar13) = 0;" (assignment_expression "*(undefined1 *)((long)&local_68 + lVar13) = 0" (pointer_expression "*(undefined1 *)((long)&local_68 + lVar13)" (* "*") (cast_expression "(undefined1 *)((long)&local_68 + lVar13)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&local_68 + lVar13)" (( "(") (binary_expression "(long)&local_68 + lVar13" (cast_expression "(long)&local_68" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&local_68" (& "&") (identifier "local_68"))) (+ "+") (identifier "lVar13")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" (else "else") (compound_statement "{\n strncpy((char *)&local_68,pcVar8,2);\n local_68._0_3_ = (uint3)(ushort)local_68;\n sVar10 = strlen(pcVar8);\n if (1 < sVar10) {\n sVar10 = 2;\n }\n *param_2 = (long)(pcVar8 + sVar10);\n }" ({ "{") (expression_statement "strncpy((char *)&local_68,pcVar8,2);" (call_expression "strncpy((char *)&local_68,pcVar8,2)" (identifier "strncpy") (argument_list "((char *)&local_68,pcVar8,2)" (( "(") (cast_expression "(char *)&local_68" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&local_68" (& "&") (identifier "local_68"))) (, ",") (identifier "pcVar8") (, ",") (number_literal "2") () ")"))) (; ";")) (expression_statement "local_68._0_3_ = (uint3)(ushort)local_68;" (assignment_expression "local_68._0_3_ = (uint3)(ushort)local_68" (field_expression "local_68._0_3_" (identifier "local_68") (. ".") (field_identifier "_0_3_")) (= "=") (cast_expression "(uint3)(ushort)local_68" (( "(") (type_descriptor "uint3" (type_identifier "uint3")) () ")") (cast_expression "(ushort)local_68" (( "(") (type_descriptor "ushort" (type_identifier "ushort")) () ")") (identifier "local_68")))) (; ";")) (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 (1 < sVar10) {\n sVar10 = 2;\n }" (if "if") (parenthesized_expression "(1 < sVar10)" (( "(") (binary_expression "1 < sVar10" (number_literal "1") (< "<") (identifier "sVar10")) () ")")) (compound_statement "{\n sVar10 = 2;\n }" ({ "{") (expression_statement "sVar10 = 2;" (assignment_expression "sVar10 = 2" (identifier "sVar10") (= "=") (number_literal "2")) (; ";")) (} "}"))) (expression_statement "*param_2 = (long)(pcVar8 + sVar10);" (assignment_expression "*param_2 = (long)(pcVar8 + sVar10)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + sVar10)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + sVar10)" (( "(") (binary_expression "pcVar8 + sVar10" (identifier "pcVar8") (+ "+") (identifier "sVar10")) () ")")))) (; ";")) (} "}")))) (expression_statement "sscanf((char *)&local_68,"%x",&local_94);" (call_expression "sscanf((char *)&local_68,"%x",&local_94)" (identifier "sscanf") (argument_list "((char *)&local_68,"%x",&local_94)" (( "(") (cast_expression "(char *)&local_68" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&local_68" (& "&") (identifier "local_68"))) (, ",") (string_literal ""%x"" (" """) (string_content "%x") (" """)) (, ",") (pointer_expression "&local_94" (& "&") (identifier "local_94")) () ")"))) (; ";")) (expression_statement "sprintf((char *)&local_68,"int%u_t",(ulong)local_94);" (call_expression "sprintf((char *)&local_68,"int%u_t",(ulong)local_94)" (identifier "sprintf") (argument_list "((char *)&local_68,"int%u_t",(ulong)local_94)" (( "(") (cast_expression "(char *)&local_68" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&local_68" (& "&") (identifier "local_68"))) (, ",") (string_literal ""int%u_t"" (" """) (string_content "int%u_t") (" """)) (, ",") (cast_expression "(ulong)local_94" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "local_94")) () ")"))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (if_statement "if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0;" (if "if") (parenthesized_expression "((char)local_68 == '\0')" (( "(") (binary_expression "(char)local_68 == '\0'" (cast_expression "(char)local_68" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_68")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto switchD_002c4d9e_caseD_0;" (goto "goto") (statement_identifier "switchD_002c4d9e_caseD_0") (; ";"))) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" (identifier "iVar17") (= "=") (number_literal "4")) (; ";")) (expression_statement "FUN_002c2e90(param_3,&local_68);" (call_expression "FUN_002c2e90(param_3,&local_68)" (identifier "FUN_002c2e90") (argument_list "(param_3,&local_68)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) () ")"))) (; ";")) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" (identifier "iVar18") (= "=") (number_literal "4")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'b':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 5;\n FUN_002c2e90(param_3,&DAT_0038e008);\n iVar18 = 5;\n break;" (case "case") (char_literal "'b'" (' "'") (character "b") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 5;" (assignment_expression "iVar17 = 5" (identifier "iVar17") (= "=") (number_literal "5")) (; ";")) (expression_statement "FUN_002c2e90(param_3,&DAT_0038e008);" (call_expression "FUN_002c2e90(param_3,&DAT_0038e008)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038e008)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038e008" (& "&") (identifier "DAT_0038e008")) () ")"))) (; ";")) (expression_statement "iVar18 = 5;" (assignment_expression "iVar18 = 5" (identifier "iVar18") (= "=") (number_literal "5")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'c':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"char");\n iVar18 = 6;\n break;" (case "case") (char_literal "'c'" (' "'") (character "c") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 6;" (assignment_expression "iVar17 = 6" (identifier "iVar17") (= "=") (number_literal "6")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"char");" (call_expression "FUN_002c2e90(param_3,"char")" (identifier "FUN_002c2e90") (argument_list "(param_3,"char")" (( "(") (identifier "param_3") (, ",") (string_literal ""char"" (" """) (string_content "char") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 6;" (assignment_expression "iVar18 = 6" (identifier "iVar18") (= "=") (number_literal "6")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'd':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"double");\n iVar18 = 7;\n break;" (case "case") (char_literal "'d'" (' "'") (character "d") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" (identifier "iVar17") (= "=") (number_literal "7")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"double");" (call_expression "FUN_002c2e90(param_3,"double")" (identifier "FUN_002c2e90") (argument_list "(param_3,"double")" (( "(") (identifier "param_3") (, ",") (string_literal ""double"" (" """) (string_content "double") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" (identifier "iVar18") (= "=") (number_literal "7")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'f':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"float");\n iVar18 = 7;\n break;" (case "case") (char_literal "'f'" (' "'") (character "f") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" (identifier "iVar17") (= "=") (number_literal "7")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"float");" (call_expression "FUN_002c2e90(param_3,"float")" (identifier "FUN_002c2e90") (argument_list "(param_3,"float")" (( "(") (identifier "param_3") (, ",") (string_literal ""float"" (" """) (string_content "float") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" (identifier "iVar18") (= "=") (number_literal "7")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'i':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"int");\n iVar18 = 4;\n break;" (case "case") (char_literal "'i'" (' "'") (character "i") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" (identifier "iVar17") (= "=") (number_literal "4")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"int");" (call_expression "FUN_002c2e90(param_3,"int")" (identifier "FUN_002c2e90") (argument_list "(param_3,"int")" (( "(") (identifier "param_3") (, ",") (string_literal ""int"" (" """) (string_content "int") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" (identifier "iVar18") (= "=") (number_literal "4")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'l':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long");\n iVar18 = 4;\n break;" (case "case") (char_literal "'l'" (' "'") (character "l") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" (identifier "iVar17") (= "=") (number_literal "4")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"long");" (call_expression "FUN_002c2e90(param_3,"long")" (identifier "FUN_002c2e90") (argument_list "(param_3,"long")" (( "(") (identifier "param_3") (, ",") (string_literal ""long"" (" """) (string_content "long") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" (identifier "iVar18") (= "=") (number_literal "4")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'r':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 7;\n FUN_002c2e90(param_3,"long double");\n iVar18 = 7;\n break;" (case "case") (char_literal "'r'" (' "'") (character "r") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 7;" (assignment_expression "iVar17 = 7" (identifier "iVar17") (= "=") (number_literal "7")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"long double");" (call_expression "FUN_002c2e90(param_3,"long double")" (identifier "FUN_002c2e90") (argument_list "(param_3,"long double")" (( "(") (identifier "param_3") (, ",") (string_literal ""long double"" (" """) (string_content "long double") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 7;" (assignment_expression "iVar18 = 7" (identifier "iVar18") (= "=") (number_literal "7")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 's':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"short");\n iVar18 = 4;\n break;" (case "case") (char_literal "'s'" (' "'") (character "s") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" (identifier "iVar17") (= "=") (number_literal "4")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"short");" (call_expression "FUN_002c2e90(param_3,"short")" (identifier "FUN_002c2e90") (argument_list "(param_3,"short")" (( "(") (identifier "param_3") (, ",") (string_literal ""short"" (" """) (string_content "short") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" (identifier "iVar18") (= "=") (number_literal "4")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 't':\n local_58 = 0;\n local_60 = (void *)0x0;\n local_68 = (void *)0x0;\n iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);\n FUN_002c2fd0(param_3,&local_68,local_60);\nLAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }\n if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }\nswitchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }\n iVar17 = 0;\n pcVar8 = local_88;\n goto LAB_002c4a23;" (case "case") (char_literal "'t'" (' "'") (character "t") (' "'")) (: ":") (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" (identifier "local_58") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_60 = (void *)0x0;" (assignment_expression "local_60 = (void *)0x0" (identifier "local_60") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_68 = (void *)0x0;" (assignment_expression "local_68 = (void *)0x0" (identifier "local_68") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1);" (assignment_expression "iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1)" (identifier "iVar17") (= "=") (call_expression "FUN_002c6110(param_1,param_2,&local_68,0,1,1)" (identifier "FUN_002c6110") (argument_list "(param_1,param_2,&local_68,0,1,1)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (number_literal "0") (, ",") (number_literal "1") (, ",") (number_literal "1") () ")")))) (; ";")) (expression_statement "FUN_002c2fd0(param_3,&local_68,local_60);" (call_expression "FUN_002c2fd0(param_3,&local_68,local_60)" (identifier "FUN_002c2fd0") (argument_list "(param_3,&local_68,local_60)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (identifier "local_60") () ")"))) (; ";")) (labeled_statement "LAB_002c49cf:\n if (local_68 != (void *)0x0) {\n free(local_68);\n }" (statement_identifier "LAB_002c49cf") (: ":") (if_statement "if (local_68 != (void *)0x0) {\n free(local_68);\n }" (if "if") (parenthesized_expression "(local_68 != (void *)0x0)" (( "(") (binary_expression "local_68 != (void *)0x0" (identifier "local_68") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(local_68);\n }" ({ "{") (expression_statement "free(local_68);" (call_expression "free(local_68)" (identifier "free") (argument_list "(local_68)" (( "(") (identifier "local_68") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar17 != 0) {\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }" (if "if") (parenthesized_expression "(iVar17 != 0)" (( "(") (binary_expression "iVar17 != 0" (identifier "iVar17") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nswitchD_002c4d9e_caseD_0:\n iVar17 = 4;\n iVar18 = 4;\n break;\n }" ({ "{") (labeled_statement "switchD_002c4d9e_caseD_0:\n iVar17 = 4;" (statement_identifier "switchD_002c4d9e_caseD_0") (: ":") (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" (identifier "iVar17") (= "=") (number_literal "4")) (; ";"))) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" (identifier "iVar18") (= "=") (number_literal "4")) (; ";")) (break_statement "break;" (break "break") (; ";")) (} "}"))) (labeled_statement "switchD_002c4d9e_caseD_1:\n if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }" (statement_identifier "switchD_002c4d9e_caseD_1") (: ":") (if_statement "if ((void *)*param_3 != (void *)0x0) {\n free((void *)*param_3);\n param_3[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\n }" (if "if") (parenthesized_expression "((void *)*param_3 != (void *)0x0)" (( "(") (binary_expression "(void *)*param_3 != (void *)0x0" (cast_expression "(void *)*param_3" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (!= "!=") (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[1] = 0;\n param_3[2] = 0;\n *param_3 = 0;\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[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 "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (number_literal "0")) (; ";")) (} "}")))) (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" (identifier "iVar17") (= "=") (number_literal "0")) (; ";")) (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" (identifier "pcVar8") (= "=") (identifier "local_88")) (; ";")) (goto_statement "goto LAB_002c4a23;" (goto "goto") (statement_identifier "LAB_002c4a23") (; ";"))) (case_statement "case 'v':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,&DAT_0038e003);\n iVar18 = 4;\n break;" (case "case") (char_literal "'v'" (' "'") (character "v") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" (identifier "iVar17") (= "=") (number_literal "4")) (; ";")) (expression_statement "FUN_002c2e90(param_3,&DAT_0038e003);" (call_expression "FUN_002c2e90(param_3,&DAT_0038e003)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038e003)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038e003" (& "&") (identifier "DAT_0038e003")) () ")"))) (; ";")) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" (identifier "iVar18") (= "=") (number_literal "4")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'w':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 6;\n FUN_002c2e90(param_3,"wchar_t");\n iVar18 = 6;\n break;" (case "case") (char_literal "'w'" (' "'") (character "w") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 6;" (assignment_expression "iVar17 = 6" (identifier "iVar17") (= "=") (number_literal "6")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"wchar_t");" (call_expression "FUN_002c2e90(param_3,"wchar_t")" (identifier "FUN_002c2e90") (argument_list "(param_3,"wchar_t")" (( "(") (identifier "param_3") (, ",") (string_literal ""wchar_t"" (" """) (string_content "wchar_t") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 6;" (assignment_expression "iVar18 = 6" (identifier "iVar18") (= "=") (number_literal "6")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 'x':\n *param_2 = (long)(pcVar8 + 1);\n if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }\n iVar17 = 4;\n FUN_002c2e90(param_3,"long long");\n iVar18 = 4;" (case "case") (char_literal "'x'" (' "'") (character "x") (' "'")) (: ":") (expression_statement "*param_2 = (long)(pcVar8 + 1);" (assignment_expression "*param_2 = (long)(pcVar8 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(pcVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar8 + 1)" (( "(") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (*param_3 != param_3[1]) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" (if "if") (parenthesized_expression "(*param_3 != param_3[1])" (( "(") (binary_expression "*param_3 != param_3[1]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" (identifier "iVar17") (= "=") (number_literal "4")) (; ";")) (expression_statement "FUN_002c2e90(param_3,"long long");" (call_expression "FUN_002c2e90(param_3,"long long")" (identifier "FUN_002c2e90") (argument_list "(param_3,"long long")" (( "(") (identifier "param_3") (, ",") (string_literal ""long long"" (" """) (string_content "long long") (" """)) () ")"))) (; ";")) (expression_statement "iVar18 = 4;" (assignment_expression "iVar18 = 4" (identifier "iVar18") (= "=") (number_literal "4")) (; ";"))) (} "}"))) (if_statement "if (iVar19 == 0) {\n iVar19 = iVar18;\n }" (if "if") (parenthesized_expression "(iVar19 == 0)" (( "(") (binary_expression "iVar19 == 0" (identifier "iVar19") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar19 = iVar18;\n }" ({ "{") (expression_statement "iVar19 = iVar18;" (assignment_expression "iVar19 = iVar18" (identifier "iVar19") (= "=") (identifier "iVar18")) (; ";")) (} "}"))) (labeled_statement "LAB_002c4ac1:\n pcVar8 = local_80;" (statement_identifier "LAB_002c4ac1") (: ":") (expression_statement "pcVar8 = local_80;" (assignment_expression "pcVar8 = local_80" (identifier "pcVar8") (= "=") (identifier "local_80")) (; ";"))) (if_statement "if (local_88 != local_80) {\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }" (if "if") (parenthesized_expression "(local_88 != local_80)" (( "(") (binary_expression "local_88 != local_80" (identifier "local_88") (!= "!=") (identifier "local_80")) () ")")) (compound_statement "{\n FUN_002c2e90(param_3,&DAT_0038529f);\n FUN_002c2fd0(param_3,&local_88,local_80);\n pcVar8 = local_88;\n }" ({ "{") (expression_statement "FUN_002c2e90(param_3,&DAT_0038529f);" (call_expression "FUN_002c2e90(param_3,&DAT_0038529f)" (identifier "FUN_002c2e90") (argument_list "(param_3,&DAT_0038529f)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&DAT_0038529f" (& "&") (identifier "DAT_0038529f")) () ")"))) (; ";")) (expression_statement "FUN_002c2fd0(param_3,&local_88,local_80);" (call_expression "FUN_002c2fd0(param_3,&local_88,local_80)" (identifier "FUN_002c2fd0") (argument_list "(param_3,&local_88,local_80)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&local_88" (& "&") (identifier "local_88")) (, ",") (identifier "local_80") () ")"))) (; ";")) (expression_statement "pcVar8 = local_88;" (assignment_expression "pcVar8 = local_88" (identifier "pcVar8") (= "=") (identifier "local_88")) (; ";")) (} "}"))) (labeled_statement "LAB_002c4a23:\n if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }" (statement_identifier "LAB_002c4a23") (: ":") (if_statement "if (pcVar8 != (char *)0x0) {\n free(pcVar8);\n }" (if "if") (parenthesized_expression "(pcVar8 != (char *)0x0)" (( "(") (binary_expression "pcVar8 != (char *)0x0" (identifier "pcVar8") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(pcVar8);\n }" ({ "{") (expression_statement "free(pcVar8);" (call_expression "free(pcVar8)" (identifier "free") (argument_list "(pcVar8)" (( "(") (identifier "pcVar8") () ")"))) (; ";")) (} "}")))) (if_statement "if (bVar3) {\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }" (if "if") (parenthesized_expression "(bVar3)" (( "(") (identifier "bVar3") () ")")) (compound_statement "{\n *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1;" (assignment_expression "*(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1" (pointer_expression "*(int *)(param_1 + 0x7c)" (* "*") (cast_expression "(int *)(param_1 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x7c)" (( "(") (binary_expression "param_1 + 0x7c" (identifier "param_1") (+ "+") (number_literal "0x7c")) () ")")))) (= "=") (binary_expression "*(int *)(param_1 + 0x7c) + -1" (pointer_expression "*(int *)(param_1 + 0x7c)" (* "*") (cast_expression "(int *)(param_1 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x7c)" (( "(") (binary_expression "param_1 + 0x7c" (identifier "param_1") (+ "+") (number_literal "0x7c")) () ")")))) (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (if_statement "if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) {\n iVar17 = iVar19;\n }" (if "if") (parenthesized_expression "((iVar17 != 0) && (iVar17 = 4, iVar19 != 0))" (( "(") (binary_expression "(iVar17 != 0) && (iVar17 = 4, iVar19 != 0)" (parenthesized_expression "(iVar17 != 0)" (( "(") (binary_expression "iVar17 != 0" (identifier "iVar17") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar17 = 4, iVar19 != 0)" (( "(") (comma_expression "iVar17 = 4, iVar19 != 0" (assignment_expression "iVar17 = 4" (identifier "iVar17") (= "=") (number_literal "4")) (, ",") (binary_expression "iVar19 != 0" (identifier "iVar19") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n iVar17 = iVar19;\n }" ({ "{") (expression_statement "iVar17 = iVar19;" (assignment_expression "iVar17 = iVar19" (identifier "iVar17") (= "=") (identifier "iVar19")) (; ";")) (} "}"))) (return_statement "return iVar17;" (return "return") (identifier "iVar17") (; ";")) (} "}")))
int function_1(type_1 *work,char **mangled,type_2 *result) { int *var_27; bool bVar2; bool bVar3; int *piVar4; char var_14; int var_4; int var_23; char *var_2; int *var_26; size_t var_38; type_3 *var_22; char *var_12; long var_35; type_3 var_18; int *piVar15; long var_34; int var_1; int var_25; int var_5; type_4 dec; char *remembered_type; type_2 decl; type_2 temp; var_25 = 0; var_1 = 1; result->e = (char *)0x0; decl.e = (char *)0x0; decl.p = (char *)0x0; decl.b = (char *)0x0; result->p = (char *)0x0; result->b = (char *)0x0; bVar3 = false; LAB_002c43d8: var_2 = decl.b; bVar2 = false; switchD_002c440e_caseD_42: if ((bVar2) || (var_1 == 0)) { if (var_1 == 0) goto switchD_002c4d9e_caseD_1; var_2 = *mangled; switch(*var_2) { case 'B': *mangled = var_2 + 1; var_4 = var_3(mangled,&var_5); if (((var_4 == 0) || (var_5 < 0)) || (work->numb <= var_5)) goto switchD_002c4d9e_caseD_1; var_2 = work->btypevec[var_5]; break; default: dec = 0; goto LAB_002c4c67; case 'K': case 'Q': var_1 = var_6(work,mangled,result,0,1); if (var_1 == 0) goto switchD_002c4d9e_caseD_1; goto LAB_002c4ac1; case 'X': case 'Y': *mangled = var_2 + 1; var_4 = var_7(mangled); if ((var_4 == -1) || (((work->tmpl_argvec != (char **)0x0 && (work->ntmpl_args <= var_4)) || (var_1 = var_7(mangled), var_1 == -1)))) goto switchD_002c4d9e_caseD_1; if (work->tmpl_argvec == (char **)0x0) { var_1 = 1; var_8(result,var_4); goto LAB_002c4ac1; } var_2 = work->tmpl_argvec[var_4]; var_1 = 1; } if ((var_2 != (char *)0x0) && (*var_2 != '\0')) { var_9(result,var_2); } goto LAB_002c4ac1; } var_12 = *mangled; bVar2 = true; var_14 = *var_12; switch(var_14) { case 'A': goto switchD_002c440e_caseD_41; default: goto switchD_002c440e_caseD_42; case 'C': case 'V': case 'u': if ((work->options & 2) != 0) { if (decl.b != decl.p) { var_10(&decl," "); var_12 = *mangled; var_14 = *var_12; } var_2 = var_11((int)var_14); if ((var_2 != (char *)0x0) && (*var_2 != '\0')) { var_10(&decl,var_2); var_12 = *mangled; } } case 'G': *mangled = var_12 + 1; goto LAB_002c43d8; case 'F': *mangled = var_12 + 1; if ((var_2 != decl.p) && ((*var_2 - 0x26U & 0xfb) == 0)) { var_10(&decl,"("); var_9(&decl,")"); } var_4 = var_13(work,mangled,&decl); if (var_4 != 0) { var_14 = **mangled; if ((var_14 == '_') || (var_14 == '\0')) { if (var_14 == '_') { *mangled = *mangled + 1; } goto LAB_002c43d8; } } break; case 'M': *mangled = var_12 + 1; var_9(&decl,")"); if (**mangled == 'Q') { if (((type_3)_sch_istable[0x51] & 4) != 0) goto LAB_002c474d; LAB_002c46ab: var_1 = var_6(work,mangled,&decl,0,0); if (var_1 == 0) goto LAB_002c43d8; } else { var_2 = "::"; if ((work->options & 4) != 0) { var_2 = "."; } var_10(&decl,var_2); var_18 = **mangled; if ((_sch_istable[var_18] & 4) != 0) { LAB_002c474d: var_4 = var_15(mangled); var_5 = var_4; if (var_4 != -1) { var_2 = *mangled; var_38 = var_16(var_2); if (var_4 <= (int)var_38) { if (var_4 != 0) { var_17(&decl,var_2,var_4); var_2 = *mangled; var_4 = var_5; } *mangled = var_2 + var_4; goto LAB_002c4796; } } break; } if ((type_3)(var_18 + 0xa8) < 2) { function_1(work,mangled,&temp); if (temp.b != temp.p) { var_4 = (int)temp.p - (int)temp.b; goto joined_r0x002c4a87; } } else { if (var_18 != 0x74) { if (var_18 == 0x51) goto LAB_002c46ab; break; } temp.e = (char *)0x0; temp.p = (char *)0x0; temp.b = (char *)0x0; var_1 = var_19(work,mangled,&temp,(type_2 *)0x0,1,1); if (var_1 == 0) { if (temp.b != (char *)0x0) { var_20(temp.b); } goto LAB_002c43d8; } var_4 = (int)temp.p - (int)temp.b; joined_r0x002c4a87: if (var_4 != 0) { var_17(&decl,temp.b,var_4); } } if (temp.b != (char *)0x0) { var_20(temp.b); } } LAB_002c4796: var_10(&decl,"("); var_22 = (type_3 *)*mangled; var_18 = *var_22; if ((type_3)(var_18 - 0x43) < 0x33) { if ((0x4000000080001U >> ((type_7)(var_18 - 0x43) & 0x3f) & 1) == 0) { var_4 = 0; } else { if (var_18 == 0x56) { var_4 = 2; } else if (var_18 == 0x75) { var_4 = 4; } else { if (var_18 != 0x43) { /* WARNING: Subroutine does not return */ var_21(); } var_4 = 1; } *mangled = (char *)(var_22 + 1); var_18 = var_22[1]; var_22 = var_22 + 1; } if (var_18 == 0x46) { *mangled = (char *)(var_22 + 1); var_23 = var_13(work,mangled,&decl); if ((var_23 != 0) && (**mangled == '_')) { *mangled = *mangled + 1; if (((work->options & 2) != 0) && (var_4 != 0)) { if (decl.b != decl.p) { var_9(&decl," "); } var_2 = var_24(var_4); if ((var_2 != (char *)0x0) && (*var_2 != '\0')) { var_9(&decl,var_2); } } goto LAB_002c43d8; } } } break; case 'O': *mangled = var_12 + 1; var_10(&decl,"&&"); if (var_25 == 0) { var_25 = 3; } goto LAB_002c43d8; case 'P': case 'p': *mangled = var_12 + 1; if ((work->options & 4) == 0) { var_10(&decl,"*"); } if (var_25 == 0) { var_25 = 1; } goto LAB_002c43d8; case 'R': *mangled = var_12 + 1; var_10(&decl,"&"); if (var_25 == 0) { var_25 = 2; } goto LAB_002c43d8; case 'T': *mangled = var_12 + 1; var_4 = var_3(mangled,&var_5); if (((var_4 == 0) || (var_5 < 0)) || (work->ntypes <= var_5)) break; if (work->nproctypes < 1) goto LAB_002c45d1; var_27 = work->proctypevec + 1; piVar4 = var_27; piVar15 = work->proctypevec; while( true ) { var_26 = piVar4; if (var_5 == *piVar15) { var_1 = 0; } if (var_26 == var_27 + (work->nproctypes - 1)) break; piVar4 = var_26 + 1; piVar15 = var_26; } if (var_1 != 0) { LAB_002c45d1: mangled = &remembered_type; var_28(work,var_5); bVar3 = true; remembered_type = work->typevec[var_5]; } goto LAB_002c43d8; } var_1 = 0; goto LAB_002c43d8; LAB_002c4c67: do { var_14 = *var_2; switch(var_14) { case 'C': case 'V': case 'u': if ((work->options & 2) != 0) { if (result->b != result->p) { var_10(result," "); var_2 = *mangled; var_14 = *var_2; } var_12 = var_11((int)var_14); if ((var_12 != (char *)0x0) && (*var_12 != '\0')) { var_10(result,var_12); var_2 = *mangled; } } var_2 = var_2 + 1; *mangled = var_2; break; default: goto code_r0x002c4d90; case 'J': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_9(result,"__complex"); var_2 = *mangled; break; case 'S': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_9(result,"signed"); var_2 = *mangled; break; case 'U': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_9(result,"unsigned"); var_2 = *mangled; } } while( true ); switchD_002c440e_caseD_41: *mangled = var_12 + 1; if ((var_2 != decl.p) && ((*var_2 - 0x26U & 0xfb) == 0)) { var_10(&decl,"("); var_9(&decl,")"); } var_9(&decl,"["); var_2 = *mangled; if (*var_2 != '_') { var_1 = var_29(work,mangled,&decl,tk_integral); var_2 = *mangled; if (*var_2 != '_') goto LAB_002c451d; } *mangled = var_2 + 1; LAB_002c451d: var_9(&decl,"]"); goto LAB_002c43d8; code_r0x002c4d90: var_12 = var_2; switch(var_14) { case '\0': case '_': goto switchD_002c4d9e_caseD_0; default: goto switchD_002c4d9e_caseD_1; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': var_4 = var_30(work); temp.e = (char *)0x0; temp.p = (char *)0x0; temp.b = (char *)0x0; var_1 = var_31(work,mangled,&temp); if (var_1 != 0) { var_1 = 0; if (temp.b != temp.p) { var_1 = (int)temp.p - (int)temp.b; } var_32((type_1 *)&work->btypevec,temp.b,var_1,var_4); if (result->b != result->p) { var_9(result," "); } var_1 = 1; var_33(result,&temp,(type_2 *)temp.p); } goto LAB_002c49cf; case 'G': var_12 = var_2 + 1; *mangled = var_12; if ((_sch_istable[(type_3)var_2[1]] & 4) != 0) goto switchD_002c4d9e_caseD_49; goto switchD_002c4d9e_caseD_1; case 'I': switchD_002c4d9e_caseD_49: var_2 = var_12 + 1; *mangled = var_2; if (var_12[1] == '_') { var_34 = 0; *mangled = var_12 + 2; var_2 = var_12 + 2; do { var_12 = var_2; var_14 = *var_12; var_35 = (long)(int)var_34; var_2 = var_12; if ((var_14 == '_') || (var_14 == '\0')) goto LAB_002c4e42; *(char *)((long)&temp.b + var_34) = var_14; var_2 = var_12 + 1; var_34 = var_34 + 1; *mangled = var_2; } while (var_34 != 0x24); var_14 = var_12[1]; var_35 = 0x24; LAB_002c4e42: if (var_14 != '_') goto switchD_002c4d9e_caseD_1; *(type_5 *)((long)&temp.b + var_35) = 0; *mangled = var_2 + 1; } else { var_36((char *)&temp,var_2,2); temp.b._0_3_ = var_37(0,(type_6)temp.b); var_38 = var_16(var_2); if (1 < var_38) { var_38 = 2; } *mangled = var_2 + var_38; } var_39((char *)&temp,"%x",&dec); var_40((char *)&temp,"int%u_t",(type_7)dec); if (result->b != result->p) { var_9(result," "); } if ((char)temp.b == '\0') goto switchD_002c4d9e_caseD_0; var_1 = 4; var_9(result,(char *)&temp); var_4 = 4; break; case 'b': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 5; var_9(result,"bool"); var_4 = 5; break; case 'c': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 6; var_9(result,"char"); var_4 = 6; break; case 'd': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 7; var_9(result,"double"); var_4 = 7; break; case 'f': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 7; var_9(result,"float"); var_4 = 7; break; case 'i': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 4; var_9(result,"int"); var_4 = 4; break; case 'l': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 4; var_9(result,"long"); var_4 = 4; break; case 'r': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 7; var_9(result,"long double"); var_4 = 7; break; case 's': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 4; var_9(result,"short"); var_4 = 4; break; case 't': temp.e = (char *)0x0; temp.p = (char *)0x0; temp.b = (char *)0x0; var_1 = var_19(work,mangled,&temp,(type_2 *)0x0,1,1); var_33(result,&temp,(type_2 *)temp.p); LAB_002c49cf: if (temp.b != (char *)0x0) { var_20(temp.b); } if (var_1 != 0) { switchD_002c4d9e_caseD_0: var_1 = 4; var_4 = 4; break; } switchD_002c4d9e_caseD_1: if (result->b != (char *)0x0) { var_20(result->b); result->p = (char *)0x0; result->e = (char *)0x0; result->b = (char *)0x0; } var_1 = 0; var_2 = decl.b; goto LAB_002c4a23; case 'v': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 4; var_9(result,"void"); var_4 = 4; break; case 'w': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 6; var_9(result,"wchar_t"); var_4 = 6; break; case 'x': *mangled = var_2 + 1; if (result->b != result->p) { var_9(result," "); } var_1 = 4; var_9(result,"long long"); var_4 = 4; } if (var_25 == 0) { var_25 = var_4; } LAB_002c4ac1: var_2 = decl.p; if (decl.b != decl.p) { var_9(result," "); var_33(result,&decl,(type_2 *)decl.p); var_2 = decl.b; } LAB_002c4a23: if (var_2 != (char *)0x0) { var_20(var_2); } if (bVar3) { work->nproctypes = work->nproctypes + -1; } if ((var_1 != 0) && (var_1 = 4, var_25 != 0)) { var_1 = var_25; } return 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: (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: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (false))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (identifier)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (switch_statement condition: (parenthesized_expression (pointer_expression argument: (identifier))) body: (compound_statement (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) 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: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))))) (break_statement)) (case_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (identifier))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) right: (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (true))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))))) (switch_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) body: (compound_statement (case_statement value: (number_literal) (goto_statement label: (statement_identifier))) (case_statement (goto_statement label: (statement_identifier))) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (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 (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (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)) (string_literal (string_content))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (number_literal)))))))) (goto_statement label: (statement_identifier)))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (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: (pointer_expression argument: (identifier)))) right: (char_literal (character)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) 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 (identifier) (identifier) (pointer_expression argument: (identifier)) (number_literal) (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (goto_statement label: (statement_identifier)))))) (break_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier)))))))) alternative: (else_clause (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: (goto_statement label: (statement_identifier))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)) (number_literal) (number_literal) (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (string_literal (string_content)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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: (binary_expression left: (number_literal) 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)))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (char_literal (character)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (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 (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier)))))))) (goto_statement label: (statement_identifier)))))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) 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: (identifier))))) consequence: (break_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: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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))))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (true))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))))))) (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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 (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (break_statement)) (case_statement (goto_statement label: (statement_identifier))) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))))) condition: (parenthesized_expression (true)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (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)) (string_literal (string_content))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (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: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (string_literal (string_content)))))) (goto_statement label: (statement_identifier)) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (character)) (goto_statement label: (statement_identifier))) (case_statement (goto_statement label: (statement_identifier))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))))) (goto_statement label: (statement_identifier))) (case_statement value: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier))) (case_statement value: (char_literal (character)) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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 (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))))) 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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) consequence: (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))))) (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))) (string_literal (string_content)) (pointer_expression argument: (identifier))))) (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))) (string_literal (string_content)) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)) (number_literal) (number_literal) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier))) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (number_literal))) (break_statement)) (case_statement value: (char_literal (character)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_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: (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))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (return_statement (identifier)))))
null
int MASKED(byte *param_1,long *param_2,long *param_3) { int *piVar1; bool bVar2; bool bVar3; int *piVar4; char cVar5; int iVar6; undefined4 uVar7; char *pcVar8; int *piVar9; size_t sVar10; byte *pbVar11; char *pcVar12; long lVar13; byte bVar14; int *piVar15; long lVar16; int iVar17; int iVar18; int iVar19; int local_98; uint local_94; long local_90; char *local_88; char *local_80; undefined8 local_78; void *local_68; void *local_60; undefined8 local_58; iVar19 = 0; iVar17 = 1; param_3[2] = 0; local_78 = 0; local_80 = (char *)0x0; local_88 = (char *)0x0; param_3[1] = 0; *param_3 = 0; bVar3 = false; LAB_002c43d8: pcVar8 = local_88; bVar2 = false; switchD_002c440e_caseD_1: if ((bVar2) || (iVar17 == 0)) { if (iVar17 == 0) goto switchD_002c4d9e_caseD_1; pcVar8 = (char *)*param_2; switch(*pcVar8) { case 'B': *param_2 = (long)(pcVar8 + 1); iVar18 = FUN_002c2650(param_2,&local_98); if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x24) <= local_98)) goto switchD_002c4d9e_caseD_1; pcVar8 = *(char **)(*(long *)(param_1 + 0x18) + (long)local_98 * 8); break; default: local_94 = 0; goto LAB_002c4c67; case 'K': case 'Q': iVar17 = FUN_002c6810(param_1,param_2,param_3,0,1); if (iVar17 != 0) goto LAB_002c4ac1; goto switchD_002c4d9e_caseD_1; case 'X': case 'Y': *param_2 = (long)(pcVar8 + 1); iVar18 = FUN_002c2b50(param_2); if ((iVar18 == -1) || (((*(long *)(param_1 + 0x50) != 0 && (*(int *)(param_1 + 0x58) <= iVar18)) || (iVar17 = FUN_002c2b50(param_2), iVar17 == -1)))) goto switchD_002c4d9e_caseD_1; if (*(long *)(param_1 + 0x50) == 0) { iVar17 = 1; FUN_002c2ed0(param_3,iVar18); goto LAB_002c4ac1; } pcVar8 = *(char **)(*(long *)(param_1 + 0x50) + (long)iVar18 * 8); iVar17 = 1; } if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { FUN_002c2e90(param_3); } goto LAB_002c4ac1; } pcVar12 = (char *)*param_2; bVar2 = true; iVar18 = (int)*pcVar12; switch(iVar18 - 0x41U & 0xff) { case 0: goto switchD_002c440e_caseD_0; default: goto switchD_002c440e_caseD_1; case 2: case 0x15: case 0x34: if ((*param_1 & 2) != 0) { if (local_88 != local_80) { FUN_002c2e60(&local_88,&DAT_0038529f); pcVar12 = (char *)*param_2; iVar18 = (int)*pcVar12; } pcVar8 = (char *)FUN_002c2a50(iVar18); if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { FUN_002c2e60(&local_88,pcVar8); pcVar12 = (char *)*param_2; } } case 6: *param_2 = (long)(pcVar12 + 1); goto LAB_002c43d8; case 5: *param_2 = (long)(pcVar12 + 1); if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) { FUN_002c2e60(&local_88,"("); FUN_002c2e90(&local_88,&DAT_0038e477); } iVar18 = FUN_002c71b0(param_1,param_2,&local_88); if (iVar18 != 0) { cVar5 = *(char *)*param_2; if ((cVar5 == '_') || (cVar5 == '\0')) { if (cVar5 == '_') { *param_2 = (long)((char *)*param_2 + 1); } goto LAB_002c43d8; } } break; case 0xc: *param_2 = (long)(pcVar12 + 1); FUN_002c2e90(&local_88,&DAT_0038e477); if (*(char *)*param_2 == 'Q') { if ((DAT_00390a82 & 4) != 0) goto LAB_002c474d; LAB_002c46ab: iVar17 = FUN_002c6810(param_1,param_2,&local_88,0,0); if (iVar17 == 0) goto LAB_002c43d8; } else { pcVar8 = "::"; if ((*param_1 & 4) != 0) { pcVar8 = "."; } FUN_002c2e60(&local_88,pcVar8); bVar14 = *(byte *)*param_2; if (((&DAT_003909e0)[(ulong)bVar14 * 2] & 4) != 0) { LAB_002c474d: iVar18 = FUN_002c2aa0(param_2); local_98 = iVar18; if (iVar18 != -1) { pcVar8 = (char *)*param_2; sVar10 = strlen(pcVar8); if (iVar18 <= (int)sVar10) { if (iVar18 != 0) { FUN_002c2e10(&local_88); pcVar8 = (char *)*param_2; iVar18 = local_98; } *param_2 = (long)(pcVar8 + iVar18); goto LAB_002c4796; } } break; } if ((byte)(bVar14 + 0xa8) < 2) { MASKED(param_1,param_2,&local_68); if ((local_68 != local_60) && ((int)local_60 != (int)local_68)) { LAB_002c4b57: FUN_002c2e10(&local_88,local_68); } } else { if (bVar14 != 0x74) { if (bVar14 == 0x51) goto LAB_002c46ab; break; } local_58 = 0; local_60 = (void *)0x0; local_68 = (void *)0x0; iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1); if (iVar17 == 0) { if (local_68 != (void *)0x0) { free(local_68); } goto LAB_002c43d8; } if ((int)local_60 != (int)local_68) goto LAB_002c4b57; } if (local_68 != (void *)0x0) { free(local_68); } } LAB_002c4796: FUN_002c2e60(&local_88,"("); pbVar11 = (byte *)*param_2; bVar14 = *pbVar11; if ((byte)(bVar14 - 0x43) < 0x33) { if ((0x4000000080001U >> ((ulong)(bVar14 - 0x43) & 0x3f) & 1) == 0) { iVar18 = 0; } else { if (bVar14 == 0x56) { iVar18 = 2; } else if (bVar14 == 0x75) { iVar18 = 4; } else { if (bVar14 != 0x43) { /* WARNING: Subroutine does not return */ abort(); } iVar18 = 1; } *param_2 = (long)(pbVar11 + 1); bVar14 = pbVar11[1]; pbVar11 = pbVar11 + 1; } if (bVar14 == 0x46) { *param_2 = (long)(pbVar11 + 1); iVar6 = FUN_002c71b0(param_1,param_2,&local_88); if ((iVar6 != 0) && (*(char *)*param_2 == '_')) { *param_2 = (long)((char *)*param_2 + 1); if (((*param_1 & 2) != 0) && (iVar18 != 0)) { if (local_88 != local_80) { FUN_002c2e90(&local_88,&DAT_0038529f); } pcVar8 = (char *)FUN_002c29b0(iVar18); if ((pcVar8 != (char *)0x0) && (*pcVar8 != '\0')) { FUN_002c2e90(&local_88,pcVar8); } } goto LAB_002c43d8; } } } break; case 0xe: *param_2 = (long)(pcVar12 + 1); FUN_002c2e60(&local_88,&DAT_0038c385); if (iVar19 == 0) { iVar19 = 3; } goto LAB_002c43d8; case 0xf: case 0x2f: *param_2 = (long)(pcVar12 + 1); if ((*param_1 & 4) == 0) { FUN_002c2e60(&local_88,&DAT_0038e21c); } if (iVar19 == 0) { iVar19 = 1; } goto LAB_002c43d8; case 0x11: *param_2 = (long)(pcVar12 + 1); FUN_002c2e60(&local_88,&DAT_0038c386); if (iVar19 == 0) { iVar19 = 2; } goto LAB_002c43d8; case 0x13: *param_2 = (long)(pcVar12 + 1); iVar18 = FUN_002c2650(param_2,&local_98); if (((iVar18 == 0) || (local_98 < 0)) || (*(int *)(param_1 + 0x30) <= local_98)) break; if (*(int *)(param_1 + 0x7c) < 1) goto LAB_002c45d1; piVar1 = *(int **)(param_1 + 0x70) + 1; piVar4 = piVar1; piVar15 = *(int **)(param_1 + 0x70); while( true ) { piVar9 = piVar4; if (local_98 == *piVar15) { iVar17 = 0; } if (piVar9 == piVar1 + (*(int *)(param_1 + 0x7c) - 1)) break; piVar4 = piVar9 + 1; piVar15 = piVar9; } if (iVar17 != 0) { LAB_002c45d1: param_2 = &local_90; FUN_002c27d0(param_1); bVar3 = true; local_90 = *(long *)(*(long *)(param_1 + 8) + (long)local_98 * 8); } goto LAB_002c43d8; } iVar17 = 0; goto LAB_002c43d8; LAB_002c4c67: do { cVar5 = *pcVar8; switch(cVar5) { case 'C': case 'V': case 'u': if ((*param_1 & 2) != 0) { if (*param_3 != param_3[1]) { FUN_002c2e60(param_3,&DAT_0038529f); pcVar8 = (char *)*param_2; cVar5 = *pcVar8; } pcVar12 = (char *)FUN_002c2a50((int)cVar5); if ((pcVar12 != (char *)0x0) && (*pcVar12 != '\0')) { FUN_002c2e60(param_3,pcVar12); pcVar8 = (char *)*param_2; } } pcVar8 = pcVar8 + 1; *param_2 = (long)pcVar8; break; default: goto code_r0x002c4d90; case 'J': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } FUN_002c2e90(param_3,"__complex"); pcVar8 = (char *)*param_2; break; case 'S': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } FUN_002c2e90(param_3,"signed"); pcVar8 = (char *)*param_2; break; case 'U': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } FUN_002c2e90(param_3,"unsigned"); pcVar8 = (char *)*param_2; } } while( true ); switchD_002c440e_caseD_0: *param_2 = (long)(pcVar12 + 1); if ((pcVar8 != local_80) && ((*pcVar8 - 0x26U & 0xfb) == 0)) { FUN_002c2e60(&local_88,"("); FUN_002c2e90(&local_88,&DAT_0038e477); } FUN_002c2e90(&local_88,&DAT_003763cb); pcVar8 = (char *)*param_2; if (*pcVar8 != '_') { iVar17 = FUN_002c3c60(param_1,param_2,&local_88); pcVar8 = (char *)*param_2; if (*pcVar8 != '_') goto LAB_002c451d; } *param_2 = (long)(pcVar8 + 1); LAB_002c451d: FUN_002c2e90(&local_88,"]"); goto LAB_002c43d8; code_r0x002c4d90: pcVar12 = pcVar8; switch(cVar5) { case '\0': case '_': goto switchD_002c4d9e_caseD_0; default: goto switchD_002c4d9e_caseD_1; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': uVar7 = FUN_002c2890(param_1); local_58 = 0; local_60 = (void *)0x0; local_68 = (void *)0x0; iVar17 = FUN_002c5ac0(param_1,param_2,&local_68); if (iVar17 != 0) { iVar17 = 0; if (local_68 != local_60) { iVar17 = (int)local_60 - (int)local_68; } FUN_002c2cf0(param_1 + 0x18,local_68,iVar17,uVar7); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 1; FUN_002c2fd0(param_3,&local_68,local_60); } goto LAB_002c49cf; case 'G': pcVar12 = pcVar8 + 1; *param_2 = (long)pcVar12; if (((&DAT_003909e0)[(ulong)(byte)pcVar8[1] * 2] & 4) != 0) goto switchD_002c4d9e_caseD_49; goto switchD_002c4d9e_caseD_1; case 'I': switchD_002c4d9e_caseD_49: pcVar8 = pcVar12 + 1; *param_2 = (long)pcVar8; if (pcVar12[1] == '_') { lVar16 = 0; *param_2 = (long)(pcVar12 + 2); pcVar8 = pcVar12 + 2; do { pcVar12 = pcVar8; cVar5 = *pcVar12; lVar13 = (long)(int)lVar16; pcVar8 = pcVar12; if ((cVar5 == '_') || (cVar5 == '\0')) goto LAB_002c4e42; *(char *)((long)&local_68 + lVar16) = cVar5; pcVar8 = pcVar12 + 1; lVar16 = lVar16 + 1; *param_2 = (long)pcVar8; } while (lVar16 != 0x24); cVar5 = pcVar12[1]; lVar13 = 0x24; LAB_002c4e42: if (cVar5 != '_') goto switchD_002c4d9e_caseD_1; *(undefined1 *)((long)&local_68 + lVar13) = 0; *param_2 = (long)(pcVar8 + 1); } else { strncpy((char *)&local_68,pcVar8,2); local_68._0_3_ = (uint3)(ushort)local_68; sVar10 = strlen(pcVar8); if (1 < sVar10) { sVar10 = 2; } *param_2 = (long)(pcVar8 + sVar10); } sscanf((char *)&local_68,"%x",&local_94); sprintf((char *)&local_68,"int%u_t",(ulong)local_94); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } if ((char)local_68 == '\0') goto switchD_002c4d9e_caseD_0; iVar17 = 4; FUN_002c2e90(param_3,&local_68); iVar18 = 4; break; case 'b': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 5; FUN_002c2e90(param_3,&DAT_0038e008); iVar18 = 5; break; case 'c': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 6; FUN_002c2e90(param_3,"char"); iVar18 = 6; break; case 'd': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 7; FUN_002c2e90(param_3,"double"); iVar18 = 7; break; case 'f': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 7; FUN_002c2e90(param_3,"float"); iVar18 = 7; break; case 'i': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,"int"); iVar18 = 4; break; case 'l': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,"long"); iVar18 = 4; break; case 'r': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 7; FUN_002c2e90(param_3,"long double"); iVar18 = 7; break; case 's': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,"short"); iVar18 = 4; break; case 't': local_58 = 0; local_60 = (void *)0x0; local_68 = (void *)0x0; iVar17 = FUN_002c6110(param_1,param_2,&local_68,0,1,1); FUN_002c2fd0(param_3,&local_68,local_60); LAB_002c49cf: if (local_68 != (void *)0x0) { free(local_68); } if (iVar17 != 0) { switchD_002c4d9e_caseD_0: iVar17 = 4; iVar18 = 4; break; } switchD_002c4d9e_caseD_1: if ((void *)*param_3 != (void *)0x0) { free((void *)*param_3); param_3[1] = 0; param_3[2] = 0; *param_3 = 0; } iVar17 = 0; pcVar8 = local_88; goto LAB_002c4a23; case 'v': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,&DAT_0038e003); iVar18 = 4; break; case 'w': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 6; FUN_002c2e90(param_3,"wchar_t"); iVar18 = 6; break; case 'x': *param_2 = (long)(pcVar8 + 1); if (*param_3 != param_3[1]) { FUN_002c2e90(param_3,&DAT_0038529f); } iVar17 = 4; FUN_002c2e90(param_3,"long long"); iVar18 = 4; } if (iVar19 == 0) { iVar19 = iVar18; } LAB_002c4ac1: pcVar8 = local_80; if (local_88 != local_80) { FUN_002c2e90(param_3,&DAT_0038529f); FUN_002c2fd0(param_3,&local_88,local_80); pcVar8 = local_88; } LAB_002c4a23: if (pcVar8 != (char *)0x0) { free(pcVar8); } if (bVar3) { *(int *)(param_1 + 0x7c) = *(int *)(param_1 + 0x7c) + -1; } if ((iVar17 != 0) && (iVar17 = 4, iVar19 != 0)) { iVar17 = iVar19; } return iVar17; }
95_libmicrohttpd.so.12.49_and_libmicrohttpd.so.12.49_strip.c
memmove
memmove
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memmove(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memmove(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)(); return pvVar1; }
JMP qword ptr [0x00120ec0]
null
null
null
null
[(u'CAST_-1206958531', u'CALLIND_-1206958600'), (u'CAST_-1206958530', u'RETURN_-1206958597'), ('const-0', u'RETURN_-1206958597'), (u'CALLIND_-1206958600', u'INDIRECT_-1206958536'), (u'INDIRECT_-1206958536', u'COPY_-1206958595'), ('tmp_44', u'CAST_-1206958531'), (u'CALLIND_-1206958600', u'CAST_-1206958530')]
[(u'CAST_-1206958531', u'CALLIND_-1206958600'), (u'CAST_-1206958530', u'RETURN_-1206958597'), ('const-0', u'RETURN_-1206958597'), (u'CALLIND_-1206958600', u'INDIRECT_-1206958536'), (u'INDIRECT_-1206958536', u'COPY_-1206958595'), ('tmp_44', u'CAST_-1206958531'), (u'CALLIND_-1206958600', u'CAST_-1206958530')]
null
null
001045f0
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_00120ec0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_00120ec0)()" (parenthesized_expression "(*(code *)PTR_memmove_00120ec0)" ( (pointer_expression "*(code *)PTR_memmove_00120ec0" * (cast_expression "(code *)PTR_memmove_00120ec0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_00120ec0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_00120ec0)()" (parenthesized_expression "(*(code *)PTR_memmove_00120ec0)" ( (pointer_expression "*(code *)PTR_memmove_00120ec0" * (cast_expression "(code *)PTR_memmove_00120ec0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}\n\n" (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_00120ec0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_00120ec0)()" (parenthesized_expression "(*(code *)PTR_memmove_00120ec0)" ( (pointer_expression "*(code *)PTR_memmove_00120ec0" * (cast_expression "(code *)PTR_memmove_00120ec0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
(function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "memmove(void *__dest,void *__src,size_t __n)" (identifier "memmove") (parameter_list "(void *__dest,void *__src,size_t __n)" (( "(") (parameter_declaration "void *__dest" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest"))) (, ",") (parameter_declaration "void *__src" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")")))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();\n return pvVar1;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_00120ec0)()" (identifier "pvVar1") (= "=") (cast_expression "(void *)(*(code *)PTR_memmove_00120ec0)()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_memmove_00120ec0)()" (parenthesized_expression "(*(code *)PTR_memmove_00120ec0)" (( "(") (pointer_expression "*(code *)PTR_memmove_00120ec0" (* "*") (cast_expression "(code *)PTR_memmove_00120ec0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_memmove_00120ec0"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memmove_00120ec0)(); return pvVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_00120ec0)(); return pvVar1; }
2165_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
_M_realloc_insert<const_gold::Dwarf_die::Attribute_value&>
FUN_0016ef60
/* DWARF original name: _M_realloc_insert<const gold::Dwarf_die::Attribute_value&> DWARF original prototype: void _M_realloc_insert<const_gold::Dwarf_die::Attribute_value&>(vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> * this, iterator __position, Attribute_value * __args#0) */ void __thiscall std::vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>:: _M_realloc_insert<const_gold::Dwarf_die::Attribute_value&> (vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> *this,iterator __position,Attribute_value *__args_0) { void *__dest; Attribute_value *pAVar1; Attribute_value *__src; undefined8 uVar2; anon_union_8_5_56ef6665_for_val aVar3; long lVar4; pointer __dest_00; size_t __n; ulong uVar5; ulong uVar6; pointer pAVar7; pAVar1 = (this-> super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> )._M_impl._M_finish; __src = (this-> super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> )._M_impl._M_start; __n = (long)__position._M_current - (long)__src; lVar4 = (long)pAVar1 - (long)__src >> 3; if (lVar4 * -0x5555555555555555 == 0) { uVar5 = 1; LAB_0016f0b5: uVar6 = uVar5 * 0x18; LAB_0016efb9: __dest_00 = (pointer)operator_new(uVar6); pAVar7 = (pointer)((long)&__dest_00->attr + uVar6); } else { uVar5 = lVar4 * 0x5555555555555556; uVar6 = 0xfffffffffffffff0; if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) || (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9; pAVar7 = (pointer)0x0; __dest_00 = (pointer)0x0; if (uVar5 != 0) goto LAB_0016f0b5; } aVar3 = __args_0->val; uVar2 = *(undefined8 *)&__args_0->aux; __dest = (void *)((long)__dest_00 + __n + 0x18); *(undefined8 *)((long)__dest_00 + __n) = *(undefined8 *)__args_0; *(anon_union_8_5_56ef6665_for_val *)((undefined8 *)((long)__dest_00 + __n) + 1) = aVar3; *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2; if (__position._M_current == __src) { if (__position._M_current != pAVar1) goto LAB_0016f036; LAB_0016f044: if (__src == (Attribute_value *)0x0) goto LAB_0016f049; } else { memmove(__dest_00,__src,__n); if (__position._M_current != pAVar1) { LAB_0016f036: memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current); goto LAB_0016f044; } } operator_delete(__src); LAB_0016f049: (this-> super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> )._M_impl._M_start = __dest_00; (this-> super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> )._M_impl._M_finish = (pointer)((long)__dest + ((long)pAVar1 - (long)__position._M_current)); (this-> super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> )._M_impl._M_end_of_storage = pAVar7; return; }
void FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3) { void *__dest; void *pvVar1; void *__src; undefined8 uVar2; undefined8 uVar3; long lVar4; void *__dest_00; size_t __n; ulong uVar5; long lVar6; pvVar1 = (void *)param_1[1]; __src = (void *)*param_1; __n = (long)param_2 - (long)__src; lVar4 = (long)pvVar1 - (long)__src >> 3; if (lVar4 * -0x5555555555555555 == 0) { uVar5 = 1; LAB_0016f0b5: lVar6 = uVar5 * 0x18; LAB_0016efb9: __dest_00 = (void *)FUN_002d94a0(lVar6); lVar6 = lVar6 + (long)__dest_00; } else { uVar5 = lVar4 * 0x5555555555555556; lVar6 = -0x10; if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) || (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9; lVar6 = 0; __dest_00 = (void *)0x0; if (uVar5 != 0) goto LAB_0016f0b5; } uVar3 = param_3[1]; uVar2 = param_3[2]; __dest = (void *)((long)__dest_00 + __n + 0x18); *(undefined8 *)((long)__dest_00 + __n) = *param_3; ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3; *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2; if (param_2 == __src) { if (param_2 != pvVar1) goto LAB_0016f036; LAB_0016f044: if (__src == (void *)0x0) goto LAB_0016f049; } else { memmove(__dest_00,__src,__n); if (param_2 != pvVar1) { LAB_0016f036: memcpy(__dest,param_2,(long)pvVar1 - (long)param_2); goto LAB_0016f044; } } FUN_002dac70(__src); LAB_0016f049: *param_1 = __dest_00; param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2); param_1[2] = lVar6; return; }
PUSH R15 MOV R15,RDX MOV RCX,RSI MOV RDX,-0x5555555555555555 PUSH R14 PUSH R13 MOV R13,RSI PUSH R12 PUSH RBP MOV RBP,RDI PUSH RBX SUB RSP,0x28 MOV R8,qword ptr [RDI + 0x8] MOV R12,qword ptr [RDI] MOV RAX,R8 SUB RCX,R12 SUB RAX,R12 SAR RAX,0x3 IMUL RAX,RDX TEST RAX,RAX JZ 0x0016f0b0 LEA RDX,[RAX + RAX*0x1] MOV R14,-0x10 CMP RAX,RDX JBE 0x0016f078 MOV RDI,R14 MOV qword ptr [RSP + 0x10],RCX MOV qword ptr [RSP + 0x8],R8 CALL 0x002d94a0 MOV RCX,qword ptr [RSP + 0x10] MOV R8,qword ptr [RSP + 0x8] MOV RBX,RAX ADD R14,RAX MOVDQU XMM0,xmmword ptr [R15] MOV RAX,qword ptr [R15 + 0x10] MOV R9,R8 LEA R10,[RBX + RCX*0x1 + 0x18] SUB R9,R13 MOVUPS xmmword ptr [RBX + RCX*0x1],XMM0 LEA R15,[R10 + R9*0x1] MOV qword ptr [RBX + RCX*0x1 + 0x10],RAX CMP R13,R12 JZ 0x0016f0a0 MOV RDX,RCX MOV RSI,R12 MOV RDI,RBX MOV qword ptr [RSP + 0x18],R10 MOV qword ptr [RSP + 0x10],R9 MOV qword ptr [RSP + 0x8],R8 CALL 0x001476d0 MOV R8,qword ptr [RSP + 0x8] MOV R9,qword ptr [RSP + 0x10] MOV R10,qword ptr [RSP + 0x18] CMP R13,R8 JZ 0x0016f068 MOV RDX,R9 MOV RSI,R13 MOV RDI,R10 CALL 0x00147aa0 TEST R12,R12 JNZ 0x0016f068 MOV qword ptr [RBP],RBX MOV qword ptr [RBP + 0x8],R15 MOV qword ptr [RBP + 0x10],R14 ADD RSP,0x28 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RDI,R12 CALL 0x002dac70 JMP 0x0016f049 MOV RAX,0xaaaaaaaaaaaaaaa CMP RDX,RAX JA 0x0016efb9 XOR R14D,R14D XOR EBX,EBX TEST RDX,RDX JZ 0x0016efdb JMP 0x0016f0b5 CMP R13,R8 JNZ 0x0016f036 JMP 0x0016f044 MOV EDX,0x1 LEA R14,[RDX + RDX*0x2] SHL R14,0x3 JMP 0x0016efb9
null
null
null
null
[(u'CAST_-1207307447', u'INT_SUB_-1207308330'), ('tmp_333', u'CBRANCH_-1207308237'), (u'INT_SUB_-1207308126', u'INT_ADD_-1207308108'), ('tmp_1059', u'CAST_-1207307452'), ('const-433', u'STORE_-1207307960'), ('tmp_847', u'CBRANCH_-1207307831'), (u'CAST_-1207307367', u'LOAD_-1207307567'), ('const-8', u'PTRSUB_-1207307263'), (u'INT_NOTEQUAL_-1207307788', u'CBRANCH_-1207307787'), (u'INT_MULT_-1207308267', u'CAST_-1207307414'), (u'INT_SUB_-1207308342', u'CALL_-1207308046'), ('tmp_290', u'CBRANCH_-1207308273'), (u'INT_MULT_-1207307593', u'INT_LESSEQUAL_-1207308239'), (u'PTRSUB_-1207307275', u'PTRSUB_-1207307268'), (u'INT_ADD_-1207308116', u'CAST_-1207307340'), ('const-0', u'PTRSUB_-1207307264'), (u'INT_NOTEQUAL_-1207307818', u'CBRANCH_-1207307816'), (u'INT_SRIGHT_-1207308307', u'INT_MULT_-1207308267'), (u'PTRSUB_-1207307392', u'CAST_-1207307361'), (u'INT_MULT_-1207307715', u'MULTIEQUAL_-1207307652'), (u'PTRSUB_-1207307278', u'PTRSUB_-1207307270'), (u'CAST_-1207307345', u'INT_SUB_-1207308126'), (u'CAST_-1207307328', u'INT_ADD_-1207308100'), (u'LOAD_-1207308371', u'CALL_-1207308046'), (u'LOAD_-1207308377', u'CAST_-1207307346'), (u'CAST_-1207307327', u'STORE_-1207308114'), (u'LOAD_-1207308371', u'INT_EQUAL_-1207307972'), ('const-0', u'PTRSUB_-1207307275'), ('const-8', u'PTRSUB_-1207307467'), ('const-0', u'PTRSUB_-1207307475'), ('tmp_1058', u'PTRSUB_-1207307283'), (u'CAST_-1207307339', u'STORE_-1207307542'), ('const-768614336404564650', u'INT_LESS_-1207307822'), (u'LOAD_-1207308377', u'INT_NOTEQUAL_-1207308006'), ('tmp_1058', u'PTRSUB_-1207307488'), ('const-0', u'PTRSUB_-1207307378'), ('const-16', u'INT_ADD_-1207307413'), (u'CAST_-1207307361', u'LOAD_-1207308165'), ('tmp_1058', u'PTRSUB_-1207307278'), (u'CAST_-1207307340', u'PTRADD_-1207307376'), (u'INT_ADD_-1207308136', u'CAST_-1207307352'), (u'INT_MULT_-1207307581', u'INT_NOTEQUAL_-1207308239'), (u'INT_MULT_-1207307593', u'MULTIEQUAL_-1207307473'), (u'LOAD_-1207308371', u'CALL_-1207307883'), ('tmp_925', u'CBRANCH_-1207307787'), (u'CAST_-1207307352', u'CAST_-1207307334'), (u'COPY_-1207307719', u'MULTIEQUAL_-1207307473'), ('tmp_1060', u'CAST_-1207307367'), ('const-433', u'LOAD_-1207307566'), (u'PTRSUB_-1207307264', u'PTRSUB_-1207307258'), (u'INT_MULT_-1207307593', u'INT_NOTEQUAL_-1207307788'), (u'CAST_-1207307371', u'MULTIEQUAL_-1207307620'), ('const-6148914691236517206', u'INT_MULT_-1207307593'), (u'CAST_-1207307334', u'INT_ADD_-1207308108'), ('const-0', u'COPY_-1207307504'), (u'COPY_-1207307562', u'MULTIEQUAL_-1207307681'), ('const-0', u'PTRSUB_-1207307278'), ('const-0', u'INT_NOTEQUAL_-1207307788'), (u'PTRSUB_-1207307475', u'PTRSUB_-1207307467'), ('const-433', u'STORE_-1207307543'), (u'MULTIEQUAL_-1207307681', u'STORE_-1207307967'), ('tmp_809', u'CBRANCH_-1207307816'), ('const-0', u'PTRSUB_-1207307482'), ('const-433', u'LOAD_-1207308377'), (u'MULTIEQUAL_-1207307681', u'CAST_-1207307353'), (u'LOAD_-1207308377', u'CAST_-1207307447'), (u'CAST_-1207307414', u'INT_LESSEQUAL_-1207308239'), (u'INT_EQUAL_-1207307972', u'CBRANCH_-1207307969'), (u'INT_ADD_-1207308100', u'CAST_-1207307327'), (u'MULTIEQUAL_-1207307620', u'STORE_-1207307953'), ('tmp_1059', u'INT_NOTEQUAL_-1207307818'), (u'PTRSUB_-1207307283', u'PTRSUB_-1207307275'), (u'PTRSUB_-1207307469', u'PTRSUB_-1207307462'), (u'CAST_-1207307451', u'INT_SUB_-1207308342'), (u'LOAD_-1207308371', u'INT_EQUAL_-1207308095'), ('const-0', u'PTRSUB_-1207307283'), (u'CAST_-1207307333', u'STORE_-1207307960'), ('const-0', u'INT_EQUAL_-1207308275'), (u'PTRSUB_-1207307398', u'LOAD_-1207307566'), ('tmp_1058', u'PTRSUB_-1207307272'), ('tmp_1060', u'PTRSUB_-1207307392'), ('const-433', u'STORE_-1207307953'), (u'LOAD_-1207308371', u'CAST_-1207307451'), (u'CAST_-1207307372', u'INT_ADD_-1207307424'), (u'MULTIEQUAL_-1207307652', u'CALL_-1207308206'), ('tmp_1058', u'PTRSUB_-1207307482'), (u'COPY_-1207307504', u'MULTIEQUAL_-1207307620'), (u'CAST_-1207307341', u'INT_ADD_-1207308116'), ('tmp_1059', u'CAST_-1207307345'), ('tmp_1059', u'INT_NOTEQUAL_-1207308006'), ('const-433', u'STORE_-1207307542'), ('const-433', u'STORE_-1207307967'), ('const-3', u'INT_SRIGHT_-1207308307'), ('tmp_1060', u'PTRSUB_-1207307398'), (u'PTRSUB_-1207307482', u'PTRSUB_-1207307469'), ('tmp_1059', u'INT_EQUAL_-1207308095'), (u'MULTIEQUAL_-1207307681', u'CAST_-1207307328'), (u'PTRSUB_-1207307268', u'STORE_-1207307967'), (u'LOAD_-1207308165', u'STORE_-1207308114'), (u'LOAD_-1207307567', u'STORE_-1207307543'), ('const-433', u'LOAD_-1207308371'), (u'INT_EQUAL_-1207308275', u'CBRANCH_-1207308273'), (u'INT_SUB_-1207308342', u'INT_ADD_-1207307413'), ('tmp_778', u'BRANCH_-1207307880'), (u'CAST_-1207307346', u'INT_SUB_-1207308126'), (u'MULTIEQUAL_-1207307681', u'CALL_-1207308046'), (u'INT_NOTEQUAL_-1207308006', u'CBRANCH_-1207308005'), (u'PTRSUB_-1207307272', u'PTRSUB_-1207307264'), (u'INT_SRIGHT_-1207308307', u'INT_MULT_-1207307593'), ('tmp_652', u'CBRANCH_-1207307969'), (u'PTRSUB_-1207307462', u'LOAD_-1207308371'), (u'LOAD_-1207308377', u'INT_NOTEQUAL_-1207307818'), (u'COPY_-1207308263', u'MULTIEQUAL_-1207307652'), ('tmp_610', u'CBRANCH_-1207308005'), ('const-24', u'INT_ADD_-1207307431'), ('const-433', u'LOAD_-1207307567'), ('tmp_1040', u'BRANCH_-1207307704'), (u'PTRSUB_-1207307488', u'PTRSUB_-1207307475'), ('const-0', u'PTRSUB_-1207307272'), (u'PTRSUB_-1207307378', u'CAST_-1207307372'), (u'INT_ADD_-1207308108', u'CAST_-1207307333'), (u'INT_ADD_-1207307424', u'CAST_-1207307371'), (u'LOAD_-1207308371', u'CAST_-1207307446'), (u'INT_MULT_-1207308267', u'INT_EQUAL_-1207308275'), (u'BOOL_AND_-1207307474', u'CBRANCH_-1207308237'), (u'CAST_-1207307391', u'MULTIEQUAL_-1207307681'), (u'CAST_-1207307340', u'STORE_-1207307543'), ('const-24', u'INT_MULT_-1207307715'), (u'PTRADD_-1207307376', u'CAST_-1207307339'), (u'INT_ADD_-1207307413', u'INT_ADD_-1207308100'), (u'INT_EQUAL_-1207308095', u'CBRANCH_-1207308093'), ('const-0', u'INT_NOTEQUAL_-1207308239'), ('const-16', u'PTRSUB_-1207307258'), ('const-1', u'PTRADD_-1207307376'), (u'INT_SRIGHT_-1207308307', u'INT_MULT_-1207307581'), ('const-433', u'STORE_-1207308114'), ('const-6148914691236517205', u'INT_MULT_-1207307581'), ('const-0', u'PTRSUB_-1207307270'), ('const-8', u'PTRSUB_-1207307398'), ('const-0', u'PTRSUB_-1207307462'), ('const-0', u'INT_EQUAL_-1207307972'), (u'MULTIEQUAL_-1207307681', u'CAST_-1207307341'), ('const-0', u'COPY_-1207307562'), (u'PTRSUB_-1207307467', u'LOAD_-1207308377'), ('const-0', u'RETURN_-1207307892'), (u'MULTIEQUAL_-1207307473', u'INT_MULT_-1207307715'), (u'PTRSUB_-1207307263', u'STORE_-1207307960'), (u'INT_MULT_-1207307593', u'INT_LESS_-1207307822'), ('const-16', u'PTRSUB_-1207307392'), ('const-1', u'COPY_-1207307719'), (u'PTRSUB_-1207307270', u'PTRSUB_-1207307263'), (u'INT_LESS_-1207307822', u'CBRANCH_-1207307831'), ('const--6148914691236517205', u'INT_MULT_-1207308267'), ('const-0', u'PTRSUB_-1207307268'), (u'CAST_-1207307446', u'INT_SUB_-1207308330'), (u'CALL_-1207308206', u'CAST_-1207307391'), (u'INT_SUB_-1207308126', u'CALL_-1207307986'), (u'MULTIEQUAL_-1207307652', u'INT_ADD_-1207307424'), (u'CAST_-1207307352', u'CALL_-1207307986'), (u'INT_SUB_-1207308330', u'INT_SRIGHT_-1207308307'), (u'CAST_-1207307353', u'INT_ADD_-1207308136'), ('const-8', u'PTRADD_-1207307376'), (u'CAST_-1207307452', u'INT_SUB_-1207308342'), ('tmp_1059', u'CALL_-1207307986'), (u'INT_NOTEQUAL_-1207308239', u'BOOL_AND_-1207307474'), (u'INT_LESSEQUAL_-1207308239', u'BOOL_AND_-1207307474'), ('const-0', u'PTRSUB_-1207307488'), ('tmp_518', u'CBRANCH_-1207308093'), (u'PTRSUB_-1207307258', u'STORE_-1207307953'), (u'INT_SUB_-1207308342', u'INT_ADD_-1207307431'), (u'CAST_-1207307391', u'PTRSUB_-1207307378'), (u'LOAD_-1207307566', u'STORE_-1207307542'), ('const-0', u'PTRSUB_-1207307469'), ('const--16', u'COPY_-1207308263'), (u'INT_ADD_-1207307431', u'INT_ADD_-1207308136'), (u'INT_SUB_-1207308342', u'INT_ADD_-1207308116'), ('const-433', u'LOAD_-1207308165')]
[('tmp_333', u'CBRANCH_-1207308237'), (u'INT_SUB_-1207308126', u'INT_ADD_-1207308108'), (u'INT_ADD_-1207308108', u'STORE_-1207307960'), (u'INT_SUB_-1207308342', u'INT_ADD_-1207307425'), ('tmp_847', u'CBRANCH_-1207307831'), (u'MULTIEQUAL_-1207307680', u'CALL_-1207308046'), (u'INT_NOTEQUAL_-1207307788', u'CBRANCH_-1207307787'), (u'INT_SUB_-1207308342', u'CALL_-1207308046'), ('tmp_290', u'CBRANCH_-1207308273'), ('tmp_2124', u'INT_NOTEQUAL_-1207308006'), ('const-8', u'PTRADD_-1207307274'), ('tmp_2124', u'CAST_-1207307462'), (u'INT_NOTEQUAL_-1207307818', u'CBRANCH_-1207307816'), ('tmp_2129', u'LOAD_-1207308371'), ('const-2', u'PTRADD_-1207307387'), (u'INT_MULT_-1207307585', u'MULTIEQUAL_-1207307472'), (u'INT_SRIGHT_-1207308307', u'INT_MULT_-1207308267'), (u'CAST_-1207307474', u'CAST_-1207307359'), (u'INT_ADD_-1207308116', u'CAST_-1207307353'), (u'MULTIEQUAL_-1207307680', u'CAST_-1207307343'), (u'CAST_-1207307365', u'CALL_-1207307986'), (u'CAST_-1207307469', u'CALL_-1207308046'), ('const-2', u'PTRADD_-1207307269'), (u'BOOL_AND_-1207307466', u'CBRANCH_-1207308237'), (u'CAST_-1207307401', u'MULTIEQUAL_-1207307680'), ('const-433', u'STORE_-1207307967'), (u'CAST_-1207307358', u'INT_SUB_-1207308126'), (u'MULTIEQUAL_-1207307680', u'CAST_-1207307354'), ('tmp_2124', u'CALL_-1207307986'), ('const-3', u'INT_SRIGHT_-1207308307'), ('const-433', u'STORE_-1207307960'), (u'CAST_-1207307474', u'INT_NOTEQUAL_-1207307818'), ('tmp_2129', u'PTRADD_-1207307274'), ('const-1', u'PTRADD_-1207307481'), (u'MULTIEQUAL_-1207307680', u'CAST_-1207307366'), ('const-6148914691236517205', u'INT_MULT_-1207307573'), ('tmp_2123', u'PTRADD_-1207307387'), (u'CAST_-1207307469', u'CALL_-1207307883'), (u'CAST_-1207307382', u'INT_ADD_-1207308166'), ('const-6148914691236517206', u'INT_MULT_-1207307585'), ('const--6148914691236517205', u'INT_MULT_-1207308267'), ('tmp_925', u'CBRANCH_-1207307787'), (u'CAST_-1207307343', u'INT_ADD_-1207308100'), (u'CAST_-1207307365', u'CAST_-1207307348'), ('tmp_2124', u'CAST_-1207307358'), (u'CAST_-1207307469', u'INT_EQUAL_-1207307972'), (u'INT_MULT_-1207307573', u'INT_NOTEQUAL_-1207308239'), ('tmp_2123', u'LOAD_-1207307559'), ('const-0', u'INT_NOTEQUAL_-1207307788'), (u'COPY_-1207307561', u'MULTIEQUAL_-1207307680'), (u'CAST_-1207307469', u'INT_EQUAL_-1207308095'), ('const-433', u'STORE_-1207307534'), ('const-8', u'PTRADD_-1207307393'), (u'MULTIEQUAL_-1207307680', u'STORE_-1207307967'), ('tmp_809', u'CBRANCH_-1207307816'), (u'LOAD_-1207308371', u'CAST_-1207307469'), ('const-433', u'LOAD_-1207308371'), (u'INT_MULT_-1207307585', u'INT_LESS_-1207307822'), (u'INT_EQUAL_-1207307972', u'CBRANCH_-1207307969'), ('const-1', u'PTRADD_-1207307274'), (u'CAST_-1207307457', u'INT_SUB_-1207308330'), ('const-433', u'LOAD_-1207307559'), (u'LOAD_-1207307558', u'STORE_-1207307534'), (u'PTRADD_-1207307274', u'STORE_-1207307960'), (u'INT_SRIGHT_-1207308307', u'INT_MULT_-1207307585'), (u'CAST_-1207307348', u'INT_ADD_-1207308108'), ('const-0', u'INT_EQUAL_-1207308275'), (u'INT_MULT_-1207307585', u'INT_LESSEQUAL_-1207308239'), (u'PTRADD_-1207307269', u'STORE_-1207307953'), (u'PTRADD_-1207307387', u'LOAD_-1207308165'), (u'INT_MULT_-1207307715', u'MULTIEQUAL_-1207307651'), ('const-433', u'STORE_-1207307535'), ('const-0', u'COPY_-1207307561'), ('const-433', u'STORE_-1207308114'), (u'INT_ADD_-1207308100', u'CAST_-1207307342'), (u'CAST_-1207307353', u'PTRADD_-1207307370'), (u'CAST_-1207307366', u'INT_ADD_-1207308136'), (u'CAST_-1207307469', u'CAST_-1207307456'), (u'PTRADD_-1207307370', u'STORE_-1207307534'), ('const-24', u'INT_ADD_-1207307425'), (u'LOAD_-1207308165', u'STORE_-1207308114'), (u'COPY_-1207308263', u'MULTIEQUAL_-1207307651'), ('const-433', u'LOAD_-1207308377'), (u'INT_EQUAL_-1207308275', u'CBRANCH_-1207308273'), ('tmp_778', u'BRANCH_-1207307880'), ('tmp_2124', u'INT_EQUAL_-1207308095'), ('tmp_2129', u'PTRADD_-1207307481'), (u'CALL_-1207308206', u'CAST_-1207307401'), (u'INT_NOTEQUAL_-1207308006', u'CBRANCH_-1207308005'), (u'CAST_-1207307474', u'INT_NOTEQUAL_-1207308006'), ('tmp_652', u'CBRANCH_-1207307969'), (u'CAST_-1207307354', u'INT_ADD_-1207308116'), (u'CAST_-1207307469', u'CAST_-1207307461'), ('tmp_610', u'CBRANCH_-1207308005'), (u'INT_LESSEQUAL_-1207308239', u'BOOL_AND_-1207307466'), (u'INT_NOTEQUAL_-1207308239', u'BOOL_AND_-1207307466'), ('const-768614336404564650', u'INT_LESS_-1207307822'), (u'CAST_-1207307401', u'CAST_-1207307382'), ('const-8', u'PTRADD_-1207307269'), ('tmp_1040', u'BRANCH_-1207307704'), (u'LOAD_-1207308377', u'CAST_-1207307474'), (u'LOAD_-1207307559', u'STORE_-1207307535'), ('const-8', u'PTRADD_-1207307481'), (u'CAST_-1207307424', u'INT_LESSEQUAL_-1207308239'), (u'INT_MULT_-1207308267', u'INT_EQUAL_-1207308275'), ('const-16', u'INT_ADD_-1207307407'), ('tmp_2124', u'INT_NOTEQUAL_-1207307818'), ('const-8', u'PTRADD_-1207307370'), (u'INT_EQUAL_-1207308095', u'CBRANCH_-1207308093'), (u'INT_ADD_-1207308166', u'MULTIEQUAL_-1207307619'), ('const-0', u'INT_NOTEQUAL_-1207308239'), ('const-8', u'PTRADD_-1207307387'), ('tmp_2129', u'PTRADD_-1207307269'), ('const-0', u'COPY_-1207307503'), ('const-433', u'STORE_-1207307953'), (u'MULTIEQUAL_-1207307651', u'INT_ADD_-1207308166'), (u'MULTIEQUAL_-1207307651', u'CALL_-1207308206'), (u'CAST_-1207307342', u'STORE_-1207308114'), ('tmp_2123', u'PTRADD_-1207307393'), (u'CAST_-1207307462', u'INT_SUB_-1207308342'), (u'PTRADD_-1207307393', u'LOAD_-1207307558'), (u'CAST_-1207307359', u'INT_SUB_-1207308126'), (u'MULTIEQUAL_-1207307619', u'STORE_-1207307953'), ('const-0', u'INT_EQUAL_-1207307972'), (u'MULTIEQUAL_-1207307472', u'INT_MULT_-1207307715'), ('const-0', u'RETURN_-1207307892'), ('const-433', u'LOAD_-1207308165'), ('tmp_2129', u'STORE_-1207307967'), (u'INT_ADD_-1207307407', u'INT_ADD_-1207308100'), (u'CAST_-1207307461', u'INT_SUB_-1207308342'), ('const-1', u'COPY_-1207307719'), (u'INT_LESS_-1207307822', u'CBRANCH_-1207307831'), (u'CAST_-1207307456', u'INT_SUB_-1207308330'), (u'INT_MULT_-1207308267', u'CAST_-1207307424'), (u'INT_SUB_-1207308126', u'CALL_-1207307986'), ('const-1', u'PTRADD_-1207307370'), (u'INT_MULT_-1207307585', u'INT_NOTEQUAL_-1207307788'), ('const-1', u'PTRADD_-1207307393'), (u'INT_ADD_-1207308136', u'CAST_-1207307365'), (u'INT_SUB_-1207308330', u'INT_SRIGHT_-1207308307'), (u'CAST_-1207307353', u'STORE_-1207307535'), (u'CAST_-1207307474', u'CAST_-1207307457'), (u'INT_ADD_-1207307425', u'INT_ADD_-1207308136'), (u'INT_SRIGHT_-1207308307', u'INT_MULT_-1207307573'), ('tmp_518', u'CBRANCH_-1207308093'), (u'INT_SUB_-1207308342', u'INT_ADD_-1207307407'), (u'COPY_-1207307719', u'MULTIEQUAL_-1207307472'), (u'PTRADD_-1207307481', u'LOAD_-1207308377'), (u'COPY_-1207307503', u'MULTIEQUAL_-1207307619'), ('const-433', u'LOAD_-1207307558'), ('const-24', u'INT_MULT_-1207307715'), ('const--16', u'COPY_-1207308263'), (u'INT_SUB_-1207308342', u'INT_ADD_-1207308116')]
null
null
0016ef60
x64
O2
(translation_unit "void FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n void *__dest_00;\n size_t __n;\n ulong uVar5;\n long lVar6;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n lVar4 = (long)pvVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n uVar3 = param_3[1];\n uVar2 = param_3[2];\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }\n FUN_002dac70(__src);\nLAB_0016f049:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar6;\n return;\n}\n\n" (function_definition "void FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n void *__dest_00;\n size_t __n;\n ulong uVar5;\n long lVar6;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n lVar4 = (long)pvVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n uVar3 = param_3[1];\n uVar2 = param_3[2];\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }\n FUN_002dac70(__src);\nLAB_0016f049:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar6;\n return;\n}" primitive_type (function_declarator "FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n void *__dest_00;\n size_t __n;\n ulong uVar5;\n long lVar6;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n lVar4 = (long)pvVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n uVar3 = param_3[1];\n uVar2 = param_3[2];\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }\n FUN_002dac70(__src);\nLAB_0016f049:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar6;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar4 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "lVar4 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" if (parenthesized_expression "(lVar4 * -0x5555555555555555 == 0)" ( (binary_expression "lVar4 * -0x5555555555555555 == 0" (binary_expression "lVar4 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0016f0b5:\n lVar6 = uVar5 * 0x18;" statement_identifier : (expression_statement "lVar6 = uVar5 * 0x18;" (assignment_expression "lVar6 = uVar5 * 0x18" identifier = (binary_expression "uVar5 * 0x18" identifier * number_literal)) ;)) (labeled_statement "LAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_002d94a0(lVar6);" (assignment_expression "__dest_00 = (void *)FUN_002d94a0(lVar6)" identifier = (cast_expression "(void *)FUN_002d94a0(lVar6)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))))) ;)) (expression_statement "lVar6 = lVar6 + (long)__dest_00;" (assignment_expression "lVar6 = lVar6 + (long)__dest_00" identifier = (binary_expression "lVar6 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" else (compound_statement "{\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" { (expression_statement "uVar5 = lVar4 * 0x5555555555555556;" (assignment_expression "uVar5 = lVar4 * 0x5555555555555556" identifier = (binary_expression "lVar4 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "lVar6 = -0x10;" (assignment_expression "lVar6 = -0x10" identifier = number_literal) ;) (if_statement "if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;" if (parenthesized_expression "((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5))" ( (binary_expression "(uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)" (parenthesized_expression "(uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0)" ( (binary_expression "uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0" (binary_expression "uVar5 <= (ulong)(lVar4 * -0x5555555555555555)" identifier <= (call_expression "(ulong)(lVar4 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar4 * -0x5555555555555555)" ( (binary_expression "lVar4 * -0x5555555555555555" identifier * number_literal) )))) && (binary_expression "lVar4 * 0x5555555555555555 != 0" (binary_expression "lVar4 * 0x5555555555555555" identifier * number_literal) != number_literal)) )) || (parenthesized_expression "(0xaaaaaaaaaaaaaaa < uVar5)" ( (binary_expression "0xaaaaaaaaaaaaaaa < uVar5" number_literal < identifier) ))) )) (goto_statement "goto LAB_0016efb9;" goto statement_identifier ;)) (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar5 != 0) goto LAB_0016f0b5;" if (parenthesized_expression "(uVar5 != 0)" ( (binary_expression "uVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0016f0b5;" goto statement_identifier ;)) }))) (expression_statement "uVar3 = param_3[1];" (assignment_expression "uVar3 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = param_3[2];" (assignment_expression "uVar2 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 0x18);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 0x18)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 0x18)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 0x18)" ( (binary_expression "(long)__dest_00 + __n + 0x18" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;" (assignment_expression "((undefined8 *)((long)__dest_00 + __n))[1] = uVar3" (subscript_expression "((undefined8 *)((long)__dest_00 + __n))[1]" (parenthesized_expression "((undefined8 *)((long)__dest_00 + __n))" ( (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) )) [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n + 0x10)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 0x10)" ( (binary_expression "(long)__dest_00 + __n + 0x10" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_0016f036;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_0016f036;" goto statement_identifier ;)) (labeled_statement "LAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_0016f049;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0016f049;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }" { (labeled_statement "LAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_0016f044;" goto statement_identifier ;) })) }))) (expression_statement "FUN_002dac70(__src);" (call_expression "FUN_002dac70(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0016f049:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar6;" (assignment_expression "param_1[2] = lVar6" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original name: _M_realloc_insert<const gold::Dwarf_die::Attribute_value&>\n DWARF original prototype: void\n _M_realloc_insert<const_gold::Dwarf_die::Attribute_value&>(vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n * this, iterator __position, Attribute_value * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>::\n_M_realloc_insert<const_gold::Dwarf_die::Attribute_value&>\n (vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n *this,iterator __position,Attribute_value *__args_0)\n\n{\n void *__dest;\n Attribute_value *pAVar1;\n Attribute_value *__src;\n undefined8 uVar2;\n anon_union_8_5_56ef6665_for_val aVar3;\n long lVar4;\n pointer __dest_00;\n size_t __n;\n ulong uVar5;\n ulong uVar6;\n pointer pAVar7;\n \n pAVar1 = (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_finish;\n __src = (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start;\n __n = (long)__position._M_current - (long)__src;\n lVar4 = (long)pAVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n uVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (pointer)operator_new(uVar6);\n pAVar7 = (pointer)((long)&__dest_00->attr + uVar6);\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n uVar6 = 0xfffffffffffffff0;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n pAVar7 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n aVar3 = __args_0->val;\n uVar2 = *(undefined8 *)&__args_0->aux;\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *(undefined8 *)__args_0;\n *(anon_union_8_5_56ef6665_for_val *)((undefined8 *)((long)__dest_00 + __n) + 1) = aVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (__position._M_current == __src) {\n if (__position._M_current != pAVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (Attribute_value *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != pAVar1) {\nLAB_0016f036:\n memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current);\n goto LAB_0016f044;\n }\n }\n operator_delete(__src);\nLAB_0016f049:\n (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start = __dest_00;\n (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)pAVar1 - (long)__position._M_current));\n (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_end_of_storage = pAVar7;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>::\n_M_realloc_insert<const_gold::Dwarf_die::Attribute_value&>\n (vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n *this,iterator __position,Attribute_value *__args_0)\n\n{\n void *__dest;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::vector<gold::Dwarf_die::" identifier : : identifier < identifier : : identifier : :) identifier , (ERROR "_std::allocator<gold::Dwarf_die::Attribute_value>_>::\n_M_realloc_insert<const_gold::Dwarf_die::Attribute_value&>\n (vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n *this,iterator __position,Attribute_value *__args_0)\n\n{\n void" identifier : : identifier < identifier : : identifier : : identifier > identifier > : : identifier < identifier : : identifier : : (function_declarator "Attribute_value&>\n (vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n *this,iterator __position,Attribute_value *__args_0)" identifier (ERROR "&>" & >) (parameter_list "(vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n *this,iterator __position,Attribute_value *__args_0)" ( (parameter_declaration "vector<gold::Dwarf_die::Attribute_value" type_identifier (ERROR "<gold::Dwarf_die::" < identifier : : identifier : :) identifier) , (parameter_declaration "_std::allocator<gold::Dwarf_die::Attribute_value>_>\n *this" type_identifier (ERROR "::allocator<gold::Dwarf_die::Attribute_value>_>" : : identifier < identifier : : identifier : : identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Attribute_value *__args_0" type_identifier (pointer_declarator "*__args_0" * identifier)) ))) { primitive_type) (pointer_declarator "*__dest" * identifier) ;) (declaration "Attribute_value *pAVar1;" type_identifier (pointer_declarator "*pAVar1" * identifier) ;) (declaration "Attribute_value *__src;" type_identifier (pointer_declarator "*__src" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "anon_union_8_5_56ef6665_for_val aVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "pointer __dest_00;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "pointer pAVar7;" type_identifier identifier ;) (expression_statement "pAVar1 = (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_finish;" (assignment_expression "pAVar1 = (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::" (comma_expression "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (binary_expression "Attribute_value>_>" (binary_expression "Attribute_value>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__src = (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start;" (assignment_expression "__src = (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::" (comma_expression "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (binary_expression "Attribute_value>_>" (binary_expression "Attribute_value>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__n = (long)__position._M_current - (long)__src;" (assignment_expression "__n = (long)__position._M_current - (long)__src" identifier = (binary_expression "(long)__position._M_current - (long)__src" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar4 = (long)pAVar1 - (long)__src >> 3;" (assignment_expression "lVar4 = (long)pAVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pAVar1 - (long)__src >> 3" (binary_expression "(long)pAVar1 - (long)__src" (cast_expression "(long)pAVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n uVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (pointer)operator_new(uVar6);\n pAVar7 = (pointer)((long)&__dest_00->attr + uVar6);\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n uVar6 = 0xfffffffffffffff0;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n pAVar7 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" if (parenthesized_expression "(lVar4 * -0x5555555555555555 == 0)" ( (binary_expression "lVar4 * -0x5555555555555555 == 0" (binary_expression "lVar4 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar5 = 1;\nLAB_0016f0b5:\n uVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (pointer)operator_new(uVar6);\n pAVar7 = (pointer)((long)&__dest_00->attr + uVar6);\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0016f0b5:\n uVar6 = uVar5 * 0x18;" statement_identifier : (expression_statement "uVar6 = uVar5 * 0x18;" (assignment_expression "uVar6 = uVar5 * 0x18" identifier = (binary_expression "uVar5 * 0x18" identifier * number_literal)) ;)) (labeled_statement "LAB_0016efb9:\n __dest_00 = (pointer)operator_new(uVar6);" statement_identifier : (expression_statement "__dest_00 = (pointer)operator_new(uVar6);" (assignment_expression "__dest_00 = (pointer)operator_new(uVar6)" identifier = (cast_expression "(pointer)operator_new(uVar6)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar6)" identifier (argument_list "(uVar6)" ( identifier ))))) ;)) (expression_statement "pAVar7 = (pointer)((long)&__dest_00->attr + uVar6);" (assignment_expression "pAVar7 = (pointer)((long)&__dest_00->attr + uVar6)" identifier = (call_expression "(pointer)((long)&__dest_00->attr + uVar6)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)&__dest_00->attr + uVar6)" ( (binary_expression "(long)&__dest_00->attr + uVar6" (cast_expression "(long)&__dest_00->attr" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&__dest_00->attr" & (field_expression "__dest_00->attr" identifier -> field_identifier))) + identifier) )))) ;) }) (else_clause "else {\n uVar5 = lVar4 * 0x5555555555555556;\n uVar6 = 0xfffffffffffffff0;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n pAVar7 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" else (compound_statement "{\n uVar5 = lVar4 * 0x5555555555555556;\n uVar6 = 0xfffffffffffffff0;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n pAVar7 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" { (expression_statement "uVar5 = lVar4 * 0x5555555555555556;" (assignment_expression "uVar5 = lVar4 * 0x5555555555555556" identifier = (binary_expression "lVar4 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "uVar6 = 0xfffffffffffffff0;" (assignment_expression "uVar6 = 0xfffffffffffffff0" identifier = number_literal) ;) (if_statement "if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;" if (parenthesized_expression "((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5))" ( (binary_expression "(uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)" (parenthesized_expression "(uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0)" ( (binary_expression "uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0" (binary_expression "uVar5 <= (ulong)(lVar4 * -0x5555555555555555)" identifier <= (call_expression "(ulong)(lVar4 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar4 * -0x5555555555555555)" ( (binary_expression "lVar4 * -0x5555555555555555" identifier * number_literal) )))) && (binary_expression "lVar4 * 0x5555555555555555 != 0" (binary_expression "lVar4 * 0x5555555555555555" identifier * number_literal) != number_literal)) )) || (parenthesized_expression "(0xaaaaaaaaaaaaaaa < uVar5)" ( (binary_expression "0xaaaaaaaaaaaaaaa < uVar5" number_literal < identifier) ))) )) (goto_statement "goto LAB_0016efb9;" goto statement_identifier ;)) (expression_statement "pAVar7 = (pointer)0x0;" (assignment_expression "pAVar7 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "__dest_00 = (pointer)0x0;" (assignment_expression "__dest_00 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (if_statement "if (uVar5 != 0) goto LAB_0016f0b5;" if (parenthesized_expression "(uVar5 != 0)" ( (binary_expression "uVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0016f0b5;" goto statement_identifier ;)) }))) (expression_statement "aVar3 = __args_0->val;" (assignment_expression "aVar3 = __args_0->val" identifier = (field_expression "__args_0->val" identifier -> field_identifier)) ;) (expression_statement "uVar2 = *(undefined8 *)&__args_0->aux;" (assignment_expression "uVar2 = *(undefined8 *)&__args_0->aux" identifier = (pointer_expression "*(undefined8 *)&__args_0->aux" * (cast_expression "(undefined8 *)&__args_0->aux" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__args_0->aux" & (field_expression "__args_0->aux" identifier -> field_identifier))))) ;) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 0x18);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 0x18)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 0x18)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 0x18)" ( (binary_expression "(long)__dest_00 + __n + 0x18" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *(undefined8 *)__args_0;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *(undefined8 *)__args_0" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*(undefined8 *)__args_0" * (cast_expression "(undefined8 *)__args_0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(anon_union_8_5_56ef6665_for_val *)((undefined8 *)((long)__dest_00 + __n) + 1) = aVar3;" (assignment_expression "*(anon_union_8_5_56ef6665_for_val *)((undefined8 *)((long)__dest_00 + __n) + 1) = aVar3" (pointer_expression "*(anon_union_8_5_56ef6665_for_val *)((undefined8 *)((long)__dest_00 + __n) + 1)" * (cast_expression "(anon_union_8_5_56ef6665_for_val *)((undefined8 *)((long)__dest_00 + __n) + 1)" ( (type_descriptor "anon_union_8_5_56ef6665_for_val *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((undefined8 *)((long)__dest_00 + __n) + 1)" ( (binary_expression "(undefined8 *)((long)__dest_00 + __n) + 1" (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n + 0x10)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 0x10)" ( (binary_expression "(long)__dest_00 + __n + 0x10" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (if_statement "if (__position._M_current == __src) {\n if (__position._M_current != pAVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (Attribute_value *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != pAVar1) {\nLAB_0016f036:\n memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current);\n goto LAB_0016f044;\n }\n }" if (parenthesized_expression "(__position._M_current == __src)" ( (binary_expression "__position._M_current == __src" (field_expression "__position._M_current" identifier . field_identifier) == identifier) )) (compound_statement "{\n if (__position._M_current != pAVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (Attribute_value *)0x0) goto LAB_0016f049;\n }" { (if_statement "if (__position._M_current != pAVar1) goto LAB_0016f036;" if (parenthesized_expression "(__position._M_current != pAVar1)" ( (binary_expression "__position._M_current != pAVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (goto_statement "goto LAB_0016f036;" goto statement_identifier ;)) (labeled_statement "LAB_0016f044:\n if (__src == (Attribute_value *)0x0) goto LAB_0016f049;" statement_identifier : (if_statement "if (__src == (Attribute_value *)0x0) goto LAB_0016f049;" if (parenthesized_expression "(__src == (Attribute_value *)0x0)" ( (binary_expression "__src == (Attribute_value *)0x0" identifier == (cast_expression "(Attribute_value *)0x0" ( (type_descriptor "Attribute_value *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0016f049;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != pAVar1) {\nLAB_0016f036:\n memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current);\n goto LAB_0016f044;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (__position._M_current != pAVar1) {\nLAB_0016f036:\n memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current);\n goto LAB_0016f044;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (__position._M_current != pAVar1) {\nLAB_0016f036:\n memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current);\n goto LAB_0016f044;\n }" if (parenthesized_expression "(__position._M_current != pAVar1)" ( (binary_expression "__position._M_current != pAVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\nLAB_0016f036:\n memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current);\n goto LAB_0016f044;\n }" { (labeled_statement "LAB_0016f036:\n memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current);" statement_identifier : (expression_statement "memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current);" (call_expression "memcpy(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current)" identifier (argument_list "(__dest,__position._M_current,(long)pAVar1 - (long)__position._M_current)" ( identifier , (field_expression "__position._M_current" identifier . field_identifier) , (binary_expression "(long)pAVar1 - (long)__position._M_current" (cast_expression "(long)pAVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) ;)) (goto_statement "goto LAB_0016f044;" goto statement_identifier ;) })) }))) (expression_statement "operator_delete(__src);" (call_expression "operator_delete(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0016f049:\n (this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start = __dest_00;" statement_identifier : (expression_statement "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start = __dest_00;" (assignment_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start = __dest_00" (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::" (comma_expression "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (binary_expression "Attribute_value>_>" (binary_expression "Attribute_value>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;)) (expression_statement "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)pAVar1 - (long)__position._M_current));" (assignment_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)pAVar1 - (long)__position._M_current))" (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::" (comma_expression "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (binary_expression "Attribute_value>_>" (binary_expression "Attribute_value>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier) = (call_expression "(pointer)((long)__dest + ((long)pAVar1 - (long)__position._M_current))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)__dest + ((long)pAVar1 - (long)__position._M_current))" ( (binary_expression "(long)__dest + ((long)pAVar1 - (long)__position._M_current)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pAVar1 - (long)__position._M_current)" ( (binary_expression "(long)pAVar1 - (long)__position._M_current" (cast_expression "(long)pAVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) )))) ;) (expression_statement "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_end_of_storage = pAVar7;" (assignment_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_end_of_storage = pAVar7" (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::" (comma_expression "this->\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (binary_expression "Attribute_value>_>" (binary_expression "Attribute_value>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n void *__dest_00;\n size_t __n;\n ulong uVar5;\n long lVar6;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n lVar4 = (long)pvVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n uVar3 = param_3[1];\n uVar2 = param_3[2];\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }\n FUN_002dac70(__src);\nLAB_0016f049:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar6;\n return;\n}\n\n" (function_definition "void FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n void *__dest_00;\n size_t __n;\n ulong uVar5;\n long lVar6;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n lVar4 = (long)pvVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n uVar3 = param_3[1];\n uVar2 = param_3[2];\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }\n FUN_002dac70(__src);\nLAB_0016f049:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar6;\n return;\n}" primitive_type (function_declarator "FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n void *__dest_00;\n size_t __n;\n ulong uVar5;\n long lVar6;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n lVar4 = (long)pvVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n uVar3 = param_3[1];\n uVar2 = param_3[2];\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }\n FUN_002dac70(__src);\nLAB_0016f049:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar6;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar4 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "lVar4 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" if (parenthesized_expression "(lVar4 * -0x5555555555555555 == 0)" ( (binary_expression "lVar4 * -0x5555555555555555 == 0" (binary_expression "lVar4 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0016f0b5:\n lVar6 = uVar5 * 0x18;" statement_identifier : (expression_statement "lVar6 = uVar5 * 0x18;" (assignment_expression "lVar6 = uVar5 * 0x18" identifier = (binary_expression "uVar5 * 0x18" identifier * number_literal)) ;)) (labeled_statement "LAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_002d94a0(lVar6);" (assignment_expression "__dest_00 = (void *)FUN_002d94a0(lVar6)" identifier = (cast_expression "(void *)FUN_002d94a0(lVar6)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))))) ;)) (expression_statement "lVar6 = lVar6 + (long)__dest_00;" (assignment_expression "lVar6 = lVar6 + (long)__dest_00" identifier = (binary_expression "lVar6 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" else (compound_statement "{\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" { (expression_statement "uVar5 = lVar4 * 0x5555555555555556;" (assignment_expression "uVar5 = lVar4 * 0x5555555555555556" identifier = (binary_expression "lVar4 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "lVar6 = -0x10;" (assignment_expression "lVar6 = -0x10" identifier = number_literal) ;) (if_statement "if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;" if (parenthesized_expression "((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5))" ( (binary_expression "(uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)" (parenthesized_expression "(uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0)" ( (binary_expression "uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0" (binary_expression "uVar5 <= (ulong)(lVar4 * -0x5555555555555555)" identifier <= (call_expression "(ulong)(lVar4 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar4 * -0x5555555555555555)" ( (binary_expression "lVar4 * -0x5555555555555555" identifier * number_literal) )))) && (binary_expression "lVar4 * 0x5555555555555555 != 0" (binary_expression "lVar4 * 0x5555555555555555" identifier * number_literal) != number_literal)) )) || (parenthesized_expression "(0xaaaaaaaaaaaaaaa < uVar5)" ( (binary_expression "0xaaaaaaaaaaaaaaa < uVar5" number_literal < identifier) ))) )) (goto_statement "goto LAB_0016efb9;" goto statement_identifier ;)) (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar5 != 0) goto LAB_0016f0b5;" if (parenthesized_expression "(uVar5 != 0)" ( (binary_expression "uVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0016f0b5;" goto statement_identifier ;)) }))) (expression_statement "uVar3 = param_3[1];" (assignment_expression "uVar3 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = param_3[2];" (assignment_expression "uVar2 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 0x18);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 0x18)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 0x18)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 0x18)" ( (binary_expression "(long)__dest_00 + __n + 0x18" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;" (assignment_expression "((undefined8 *)((long)__dest_00 + __n))[1] = uVar3" (subscript_expression "((undefined8 *)((long)__dest_00 + __n))[1]" (parenthesized_expression "((undefined8 *)((long)__dest_00 + __n))" ( (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) )) [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n + 0x10)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 0x10)" ( (binary_expression "(long)__dest_00 + __n + 0x10" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_0016f036;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_0016f036;" goto statement_identifier ;)) (labeled_statement "LAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_0016f049;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0016f049;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }" { (labeled_statement "LAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_0016f044;" goto statement_identifier ;) })) }))) (expression_statement "FUN_002dac70(__src);" (call_expression "FUN_002dac70(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0016f049:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar6;" (assignment_expression "param_1[2] = lVar6" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (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)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT <= (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT * LIT) )))) && (binary_expression (binary_expression IDENT * LIT) != LIT)) )) || (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (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 * (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;))) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) ;)) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n void *__dest_00;\n size_t __n;\n ulong uVar5;\n long lVar6;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n lVar4 = (long)pvVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n uVar3 = param_3[1];\n uVar2 = param_3[2];\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }\n FUN_002dac70(__src);\nLAB_0016f049:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar6;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0016ef60(undefined8 *param_1,void *param_2,undefined8 *param_3)" (identifier "FUN_0016ef60") (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "void *param_2" (primitive_type "void") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n void *__dest_00;\n size_t __n;\n ulong uVar5;\n long lVar6;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n lVar4 = (long)pvVar1 - (long)__src >> 3;\n if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }\n uVar3 = param_3[1];\n uVar2 = param_3[2];\n __dest = (void *)((long)__dest_00 + __n + 0x18);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;\n *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }\n FUN_002dac70(__src);\nLAB_0016f049:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar6;\n return;\n}" ({ "{") (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "void *__dest_00;" (primitive_type "void") (pointer_declarator "*__dest_00" (* "*") (identifier "__dest_00")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" (identifier "pvVar1") (= "=") (cast_expression "(void *)param_1[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" (identifier "__src") (= "=") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" (identifier "__n") (= "=") (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src")))) (; ";")) (expression_statement "lVar4 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "lVar4 = (long)pvVar1 - (long)__src >> 3" (identifier "lVar4") (= "=") (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src"))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (lVar4 * -0x5555555555555555 == 0) {\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }\n else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" (if "if") (parenthesized_expression "(lVar4 * -0x5555555555555555 == 0)" (( "(") (binary_expression "lVar4 * -0x5555555555555555 == 0" (binary_expression "lVar4 * -0x5555555555555555" (identifier "lVar4") (* "*") (number_literal "-0x5555555555555555")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar5 = 1;\nLAB_0016f0b5:\n lVar6 = uVar5 * 0x18;\nLAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);\n lVar6 = lVar6 + (long)__dest_00;\n }" ({ "{") (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" (identifier "uVar5") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_0016f0b5:\n lVar6 = uVar5 * 0x18;" (statement_identifier "LAB_0016f0b5") (: ":") (expression_statement "lVar6 = uVar5 * 0x18;" (assignment_expression "lVar6 = uVar5 * 0x18" (identifier "lVar6") (= "=") (binary_expression "uVar5 * 0x18" (identifier "uVar5") (* "*") (number_literal "0x18"))) (; ";"))) (labeled_statement "LAB_0016efb9:\n __dest_00 = (void *)FUN_002d94a0(lVar6);" (statement_identifier "LAB_0016efb9") (: ":") (expression_statement "__dest_00 = (void *)FUN_002d94a0(lVar6);" (assignment_expression "__dest_00 = (void *)FUN_002d94a0(lVar6)" (identifier "__dest_00") (= "=") (cast_expression "(void *)FUN_002d94a0(lVar6)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d94a0(lVar6)" (identifier "FUN_002d94a0") (argument_list "(lVar6)" (( "(") (identifier "lVar6") () ")"))))) (; ";"))) (expression_statement "lVar6 = lVar6 + (long)__dest_00;" (assignment_expression "lVar6 = lVar6 + (long)__dest_00" (identifier "lVar6") (= "=") (binary_expression "lVar6 + (long)__dest_00" (identifier "lVar6") (+ "+") (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")))) (; ";")) (} "}")) (else_clause "else {\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" (else "else") (compound_statement "{\n uVar5 = lVar4 * 0x5555555555555556;\n lVar6 = -0x10;\n if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;\n lVar6 = 0;\n __dest_00 = (void *)0x0;\n if (uVar5 != 0) goto LAB_0016f0b5;\n }" ({ "{") (expression_statement "uVar5 = lVar4 * 0x5555555555555556;" (assignment_expression "uVar5 = lVar4 * 0x5555555555555556" (identifier "uVar5") (= "=") (binary_expression "lVar4 * 0x5555555555555556" (identifier "lVar4") (* "*") (number_literal "0x5555555555555556"))) (; ";")) (expression_statement "lVar6 = -0x10;" (assignment_expression "lVar6 = -0x10" (identifier "lVar6") (= "=") (number_literal "-0x10")) (; ";")) (if_statement "if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9;" (if "if") (parenthesized_expression "((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5))" (( "(") (binary_expression "(uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) ||\n (0xaaaaaaaaaaaaaaa < uVar5)" (parenthesized_expression "(uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0)" (( "(") (binary_expression "uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0" (binary_expression "uVar5 <= (ulong)(lVar4 * -0x5555555555555555)" (identifier "uVar5") (<= "<=") (call_expression "(ulong)(lVar4 * -0x5555555555555555)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(lVar4 * -0x5555555555555555)" (( "(") (binary_expression "lVar4 * -0x5555555555555555" (identifier "lVar4") (* "*") (number_literal "-0x5555555555555555")) () ")")))) (&& "&&") (binary_expression "lVar4 * 0x5555555555555555 != 0" (binary_expression "lVar4 * 0x5555555555555555" (identifier "lVar4") (* "*") (number_literal "0x5555555555555555")) (!= "!=") (number_literal "0"))) () ")")) (|| "||") (parenthesized_expression "(0xaaaaaaaaaaaaaaa < uVar5)" (( "(") (binary_expression "0xaaaaaaaaaaaaaaa < uVar5" (number_literal "0xaaaaaaaaaaaaaaa") (< "<") (identifier "uVar5")) () ")"))) () ")")) (goto_statement "goto LAB_0016efb9;" (goto "goto") (statement_identifier "LAB_0016efb9") (; ";"))) (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" (identifier "lVar6") (= "=") (number_literal "0")) (; ";")) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" (identifier "__dest_00") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (uVar5 != 0) goto LAB_0016f0b5;" (if "if") (parenthesized_expression "(uVar5 != 0)" (( "(") (binary_expression "uVar5 != 0" (identifier "uVar5") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0016f0b5;" (goto "goto") (statement_identifier "LAB_0016f0b5") (; ";"))) (} "}")))) (expression_statement "uVar3 = param_3[1];" (assignment_expression "uVar3 = param_3[1]" (identifier "uVar3") (= "=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar2 = param_3[2];" (assignment_expression "uVar2 = param_3[2]" (identifier "uVar2") (= "=") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 0x18);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 0x18)" (identifier "__dest") (= "=") (cast_expression "(void *)((long)__dest_00 + __n + 0x18)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n + 0x18)" (( "(") (binary_expression "(long)__dest_00 + __n + 0x18" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) (+ "+") (number_literal "0x18")) () ")")))) (; ";")) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" (* "*") (cast_expression "(undefined8 *)((long)__dest_00 + __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n)" (( "(") (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) () ")")))) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "((undefined8 *)((long)__dest_00 + __n))[1] = uVar3;" (assignment_expression "((undefined8 *)((long)__dest_00 + __n))[1] = uVar3" (subscript_expression "((undefined8 *)((long)__dest_00 + __n))[1]" (parenthesized_expression "((undefined8 *)((long)__dest_00 + __n))" (( "(") (cast_expression "(undefined8 *)((long)__dest_00 + __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n)" (( "(") (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) () ")"))) () ")")) ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "*(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n + 0x10)" (* "*") (cast_expression "(undefined8 *)((long)__dest_00 + __n + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n + 0x10)" (( "(") (binary_expression "(long)__dest_00 + __n + 0x10" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" (if "if") (parenthesized_expression "(param_2 == __src)" (( "(") (binary_expression "param_2 == __src" (identifier "param_2") (== "==") (identifier "__src")) () ")")) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0016f036;\nLAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;\n }" ({ "{") (if_statement "if (param_2 != pvVar1) goto LAB_0016f036;" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (goto_statement "goto LAB_0016f036;" (goto "goto") (statement_identifier "LAB_0016f036") (; ";"))) (labeled_statement "LAB_0016f044:\n if (__src == (void *)0x0) goto LAB_0016f049;" (statement_identifier "LAB_0016f044") (: ":") (if_statement "if (__src == (void *)0x0) goto LAB_0016f049;" (if "if") (parenthesized_expression "(__src == (void *)0x0)" (( "(") (binary_expression "__src == (void *)0x0" (identifier "__src") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0016f049;" (goto "goto") (statement_identifier "LAB_0016f049") (; ";")))) (} "}")) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" (else "else") (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }\n }" ({ "{") (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" (identifier "memmove") (argument_list "(__dest_00,__src,__n)" (( "(") (identifier "__dest_00") (, ",") (identifier "__src") (, ",") (identifier "__n") () ")"))) (; ";")) (if_statement "if (param_2 != pvVar1) {\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (compound_statement "{\nLAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0016f044;\n }" ({ "{") (labeled_statement "LAB_0016f036:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (statement_identifier "LAB_0016f036") (: ":") (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" (identifier "memcpy") (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" (( "(") (identifier "__dest") (, ",") (identifier "param_2") (, ",") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) (; ";"))) (goto_statement "goto LAB_0016f044;" (goto "goto") (statement_identifier "LAB_0016f044") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_002dac70(__src);" (call_expression "FUN_002dac70(__src)" (identifier "FUN_002dac70") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (labeled_statement "LAB_0016f049:\n *param_1 = __dest_00;" (statement_identifier "LAB_0016f049") (: ":") (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "__dest_00")) (; ";"))) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (parenthesized_expression "((long)pvVar1 - (long)param_2)" (( "(") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")")))) (; ";")) (expression_statement "param_1[2] = lVar6;" (assignment_expression "param_1[2] = lVar6" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar6")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original name: _M_realloc_insert<const gold::Dwarf_die::Attribute_value&> DWARF original prototype: void _M_realloc_insert<const_gold::Dwarf_die::Attribute_value&>(vector<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> * this, iterator __position, Attribute_value * __args#0) */ void __thiscall std::vector<gold::Dwarf_die::type_1,_std::allocator<gold::Dwarf_die::type_1>var_1>:: _M_realloc_insert<const_gold::Dwarf_die::type_1&> (vector<gold::Dwarf_die::type_1,_std::allocator<gold::Dwarf_die::type_1>var_1> *this,iterator __position,type_1 *__args_0) { void *__dest; type_1 *var_9; type_1 *var_8; type_2 uVar2; type_3 aVar3; long var_3; type_4 __dest_00; size_t var_7; type_5 var_4; type_5 var_6; type_4 pAVar7; var_9 = (this-> super__Vector_base<gold::Dwarf_die::type_1,_std::allocator<gold::Dwarf_die::type_1>var_1>var_2 )._M_impl._M_finish; var_8 = (this-> super__Vector_base<gold::Dwarf_die::type_1,_std::allocator<gold::Dwarf_die::type_1>var_1>var_2 )._M_impl._M_start; var_7 = (long)__position._M_current - (long)var_8; var_3 = (long)var_9 - (long)var_8 >> 3; if (var_3 * -0x5555555555555555 == 0) { var_4 = 1; LAB_0016f0b5: var_6 = var_4 * 0x18; LAB_0016efb9: __dest_00 = (type_4)var_5(var_6); pAVar7 = (type_4)((long)&__dest_00->attr + var_6); } else { var_4 = var_3 * 0x5555555555555556; var_6 = 0xfffffffffffffff0; if ((var_4 <= (type_5)(var_3 * -0x5555555555555555) && var_3 * 0x5555555555555555 != 0) || (0xaaaaaaaaaaaaaaa < var_4)) goto LAB_0016efb9; pAVar7 = (type_4)0x0; __dest_00 = (type_4)0x0; if (var_4 != 0) goto LAB_0016f0b5; } aVar3 = __args_0->val; uVar2 = *(type_2 *)&__args_0->aux; __dest = (void *)((long)__dest_00 + var_7 + 0x18); *(type_2 *)((long)__dest_00 + var_7) = *(type_2 *)__args_0; *(type_3 *)((type_2 *)((long)__dest_00 + var_7) + 1) = aVar3; *(type_2 *)((long)__dest_00 + var_7 + 0x10) = uVar2; if (__position._M_current == var_8) { if (__position._M_current != var_9) goto LAB_0016f036; LAB_0016f044: if (var_8 == (type_1 *)0x0) goto LAB_0016f049; } else { var_10(__dest_00,var_8,var_7); if (__position._M_current != var_9) { LAB_0016f036: var_11(__dest,__position._M_current,(long)var_9 - (long)__position._M_current); goto LAB_0016f044; } } var_12(var_8); LAB_0016f049: (this-> super__Vector_base<gold::Dwarf_die::type_1,_std::allocator<gold::Dwarf_die::type_1>var_1>var_2 )._M_impl._M_start = __dest_00; (this-> super__Vector_base<gold::Dwarf_die::type_1,_std::allocator<gold::Dwarf_die::type_1>var_1>var_2 )._M_impl._M_finish = (type_4)((long)__dest + ((long)var_9 - (long)__position._M_current)); (this-> super__Vector_base<gold::Dwarf_die::type_1,_std::allocator<gold::Dwarf_die::type_1>var_1>var_2 )._M_impl._M_end_of_storage = pAVar7; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (pointer_expression argument: (identifier)))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1,void *param_2,undefined8 *param_3) { void *__dest; void *pvVar1; void *__src; undefined8 uVar2; undefined8 uVar3; long lVar4; void *__dest_00; size_t __n; ulong uVar5; long lVar6; pvVar1 = (void *)param_1[1]; __src = (void *)*param_1; __n = (long)param_2 - (long)__src; lVar4 = (long)pvVar1 - (long)__src >> 3; if (lVar4 * -0x5555555555555555 == 0) { uVar5 = 1; LAB_0016f0b5: lVar6 = uVar5 * 0x18; LAB_0016efb9: __dest_00 = (void *)FUN_002d94a0(lVar6); lVar6 = lVar6 + (long)__dest_00; } else { uVar5 = lVar4 * 0x5555555555555556; lVar6 = -0x10; if ((uVar5 <= (ulong)(lVar4 * -0x5555555555555555) && lVar4 * 0x5555555555555555 != 0) || (0xaaaaaaaaaaaaaaa < uVar5)) goto LAB_0016efb9; lVar6 = 0; __dest_00 = (void *)0x0; if (uVar5 != 0) goto LAB_0016f0b5; } uVar3 = param_3[1]; uVar2 = param_3[2]; __dest = (void *)((long)__dest_00 + __n + 0x18); *(undefined8 *)((long)__dest_00 + __n) = *param_3; ((undefined8 *)((long)__dest_00 + __n))[1] = uVar3; *(undefined8 *)((long)__dest_00 + __n + 0x10) = uVar2; if (param_2 == __src) { if (param_2 != pvVar1) goto LAB_0016f036; LAB_0016f044: if (__src == (void *)0x0) goto LAB_0016f049; } else { memmove(__dest_00,__src,__n); if (param_2 != pvVar1) { LAB_0016f036: memcpy(__dest,param_2,(long)pvVar1 - (long)param_2); goto LAB_0016f044; } } FUN_002dac70(__src); LAB_0016f049: *param_1 = __dest_00; param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2); param_1[2] = lVar6; return; }
8056_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
find_last_of
FUN_002d4f80
/* std::string::find_last_of(char const*, unsigned long) const */ void __thiscall std::string::find_last_of(string *this,char *param_1,ulong param_2) { size_t sVar1; sVar1 = strlen(param_1); find_last_of(this,param_1,param_2,sVar1); return; }
void FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3) { size_t sVar1; sVar1 = strlen(param_2); FUN_002d4ee0(param_1,param_2,param_3,sVar1); return; }
PUSH R12 MOV R12,RDX PUSH RBP MOV RBP,RDI MOV RDI,RSI PUSH RBX MOV RBX,RSI CALL 0x00144490 MOV RDX,R12 MOV RSI,RBX MOV RDI,RBP POP RBX MOV RCX,RAX POP RBP POP R12 JMP 0x002d4ee0
null
null
null
null
[('tmp_91', u'CALL_-1204662324'), ('tmp_90', u'CALL_-1204662362'), ('tmp_89', u'CALL_-1204662324'), ('const-0', u'RETURN_-1204662320'), ('tmp_90', u'CALL_-1204662324'), (u'CALL_-1204662362', u'CALL_-1204662324')]
[('tmp_144', u'CALL_-1204662324'), ('tmp_145', u'CALL_-1204662362'), ('const-0', u'RETURN_-1204662320'), ('tmp_145', u'CALL_-1204662324'), (u'CALL_-1204662362', u'CALL_-1204662324'), ('tmp_142', u'CALL_-1204662324')]
null
null
002d4f80
x64
O2
(translation_unit "void FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002d4ee0(param_1,param_2,param_3,sVar1);\n return;\n}\n\n" (function_definition "void FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002d4ee0(param_1,param_2,param_3,sVar1);\n return;\n}" primitive_type (function_declarator "FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 param_1,char *param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002d4ee0(param_1,param_2,param_3,sVar1);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = strlen(param_2);" (assignment_expression "sVar1 = strlen(param_2)" identifier = (call_expression "strlen(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "FUN_002d4ee0(param_1,param_2,param_3,sVar1);" (call_expression "FUN_002d4ee0(param_1,param_2,param_3,sVar1)" identifier (argument_list "(param_1,param_2,param_3,sVar1)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::string::find_last_of(char const*, unsigned long) const */\n\nvoid __thiscall std::string::find_last_of(string *this,char *param_1,ulong param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_1);\n find_last_of(this,param_1,param_2,sVar1);\n return;\n}\n\n" comment (function_definition "void __thiscall std::string::find_last_of(string *this,char *param_1,ulong param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_1);\n find_last_of(this,param_1,param_2,sVar1);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "find_last_of(string *this,char *param_1,ulong param_2)" identifier (parameter_list "(string *this,char *param_1,ulong param_2)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = strlen(param_1);\n find_last_of(this,param_1,param_2,sVar1);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = strlen(param_1);" (assignment_expression "sVar1 = strlen(param_1)" identifier = (call_expression "strlen(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "find_last_of(this,param_1,param_2,sVar1);" (call_expression "find_last_of(this,param_1,param_2,sVar1)" identifier (argument_list "(this,param_1,param_2,sVar1)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002d4ee0(param_1,param_2,param_3,sVar1);\n return;\n}\n\n" (function_definition "void FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002d4ee0(param_1,param_2,param_3,sVar1);\n return;\n}" primitive_type (function_declarator "FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 param_1,char *param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002d4ee0(param_1,param_2,param_3,sVar1);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = strlen(param_2);" (assignment_expression "sVar1 = strlen(param_2)" identifier = (call_expression "strlen(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "FUN_002d4ee0(param_1,param_2,param_3,sVar1);" (call_expression "FUN_002d4ee0(param_1,param_2,param_3,sVar1)" identifier (argument_list "(param_1,param_2,param_3,sVar1)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002d4ee0(param_1,param_2,param_3,sVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002d4f80(undefined8 param_1,char *param_2,undefined8 param_3)" (identifier "FUN_002d4f80") (parameter_list "(undefined8 param_1,char *param_2,undefined8 param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002d4ee0(param_1,param_2,param_3,sVar1);\n return;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = strlen(param_2);" (assignment_expression "sVar1 = strlen(param_2)" (identifier "sVar1") (= "=") (call_expression "strlen(param_2)" (identifier "strlen") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "FUN_002d4ee0(param_1,param_2,param_3,sVar1);" (call_expression "FUN_002d4ee0(param_1,param_2,param_3,sVar1)" (identifier "FUN_002d4ee0") (argument_list "(param_1,param_2,param_3,sVar1)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "sVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::string::find_last_of(char const*, unsigned long) const */ void __thiscall std::type_1::function_1(type_1 *this,char *param_1,type_2 param_2) { size_t sVar1; sVar1 = var_1(param_1); function_1(this,param_1,param_2,sVar1); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (return_statement))))
null
void MASKED(undefined8 param_1,char *param_2,undefined8 param_3) { size_t sVar1; sVar1 = strlen(param_2); FUN_002d4ee0(param_1,param_2,param_3,sVar1); return; }
3043_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
do_local_got_offset
FUN_001b2950
/* DWARF original prototype: uint do_local_got_offset(Sized_relobj<32,_false> * this, uint symndx, uint got_type, uint64_t addend) */ uint __thiscall gold::Sized_relobj<32,_false>::do_local_got_offset (Sized_relobj<32,_false> *this,uint symndx,uint got_type,uint64_t addend) { uint *puVar1; const_iterator cVar2; Local_got_entry_key key; key.symndx_ = symndx; key.addend_ = addend; cVar2 = std:: _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> *)&this->local_got_offsets_,&key); if (cVar2. super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true> ._M_cur == (__node_type *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x83c,"do_local_got_offset"); } puVar1 = *(uint **)((long)cVar2. super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true> ._M_cur + 0x18); do { if (puVar1 == (uint *)0x0) { LAB_001b29b3: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset"); } if (got_type == *puVar1) { if (puVar1[1] != 0xffffffff) { return puVar1[1]; } goto LAB_001b29b3; } puVar1 = *(uint **)(puVar1 + 2); } while( true ); }
void FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4) { int *piVar1; long lVar2; undefined4 local_18 [2]; undefined8 local_10; local_18[0] = param_2; local_10 = param_4; lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18); if (lVar2 == 0) { /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset"); } piVar1 = *(int **)(lVar2 + 0x18); do { if (piVar1 == (int *)0x0) { LAB_001b29b3: /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset"); } if (param_3 == *piVar1) { if (piVar1[1] != -1) { return; } goto LAB_001b29b3; } piVar1 = *(int **)(piVar1 + 2); } while( true ); }
PUSH RBX ADD RDI,0xa8 MOV EBX,EDX SUB RSP,0x10 MOV dword ptr [RSP],ESI MOV RSI,RSP MOV qword ptr [RSP + 0x8],RCX CALL 0x001b28f0 TEST RAX,RAX JZ 0x001b299b MOV RAX,qword ptr [RAX + 0x18] TEST RAX,RAX JNZ 0x001b2989 JMP 0x001b29b3 MOV RAX,qword ptr [RAX + 0x8] TEST RAX,RAX JZ 0x001b29b3 CMP EBX,dword ptr [RAX] JNZ 0x001b2980 MOV EAX,dword ptr [RAX + 0x4] CMP EAX,-0x1 JZ 0x001b29b3 ADD RSP,0x10 POP RBX RET LEA RDX,[0x341890] MOV ESI,0x83c LEA RDI,[0x3383ac] CALL 0x00199900 LEA RDX,[0x341890] MOV ESI,0x83e LEA RDI,[0x3383ac] CALL 0x00199900
null
null
null
null
[('const-433', u'LOAD_-1207686690'), (u'COPY_-1207686476', u'CALL_-1207686604'), (u'CAST_-1207686459', u'LOAD_-1207686752'), (u'PTRSUB_-1207686492', u'CALL_-1207686769'), ('const-0', u'INT_EQUAL_-1207686755'), ('const-0', u'INT_EQUAL_-1207686733'), ('const-4294967295', u'INT_NOTEQUAL_-1207686669'), ('const-2108', u'CALL_-1207686604'), ('const-2', u'PTRADD_-1207686454'), ('tmp_349', u'INT_EQUAL_-1207686693'), (u'LOAD_-1207686672', u'MULTIEQUAL_-1207686463'), ('const-4', u'PTRADD_-1207686440'), ('const-2110', u'CALL_-1207686645'), ('tmp_350', u'COPY_-1207686535'), (u'LOAD_-1207686690', u'COPY_-1207686586'), ('const-433', u'LOAD_-1207686752'), ('tmp_347', u'PTRSUB_-1207686502'), (u'CALL_-1207686769', u'INDIRECT_-1207686496'), ('const-4', u'PTRADD_-1207686454'), ('const-3414160', u'COPY_-1207686451'), (u'MULTIEQUAL_-1207686463', u'PTRADD_-1207686454'), (u'PTRADD_-1207686440', u'LOAD_-1207686690'), (u'MULTIEQUAL_-1207686463', u'PTRADD_-1207686440'), (u'COPY_-1207686451', u'CALL_-1207686645'), (u'LOAD_-1207686690', u'INT_NOTEQUAL_-1207686669'), (u'PTRADD_-1207686454', u'CAST_-1207686445'), (u'CALL_-1207686604', u'INDIRECT_-1207686426'), ('const-3376044', u'COPY_-1207686478'), (u'PTRSUB_-1207686502', u'CAST_-1207686471'), (u'LOAD_-1207686752', u'MULTIEQUAL_-1207686463'), (u'CAST_-1207686460', u'INT_ADD_-1207686736'), ('const-0', u'RETURN_-1207686640'), (u'CALL_-1207686769', u'CAST_-1207686460'), (u'MULTIEQUAL_-1207686463', u'INT_EQUAL_-1207686733'), (u'COPY_-1207686586', u'RETURN_-1207686640'), ('const-24', u'INT_ADD_-1207686736'), (u'INT_ADD_-1207686736', u'CAST_-1207686459'), ('tmp_199', u'CBRANCH_-1207686691'), ('tmp_147', u'CBRANCH_-1207686730'), (u'CALL_-1207686645', u'INDIRECT_-1207686401'), ('const-3376044', u'COPY_-1207686453'), ('tmp_651', u'PTRSUB_-1207686492'), ('const-433', u'LOAD_-1207686672'), ('const-3414160', u'COPY_-1207686476'), (u'CALL_-1207686604', u'INDIRECT_-1207686429'), ('const-1', u'PTRADD_-1207686440'), ('tmp_111', u'CBRANCH_-1207686753'), (u'COPY_-1207686478', u'CALL_-1207686604'), ('const-433', u'LOAD_-1207686708'), ('const-1', u'RETURN_-1207686599'), (u'COPY_-1207686453', u'CALL_-1207686645'), (u'CALL_-1207686645', u'INDIRECT_-1207686404'), ('tmp_239', u'CBRANCH_-1207686668'), ('const--24', u'PTRSUB_-1207686492'), ('const-1', u'RETURN_-1207686640'), (u'INT_EQUAL_-1207686693', u'CBRANCH_-1207686691'), (u'CALL_-1207686769', u'INT_EQUAL_-1207686755'), (u'INT_NOTEQUAL_-1207686669', u'CBRANCH_-1207686668'), ('tmp_348', u'COPY_-1207686536'), (u'MULTIEQUAL_-1207686463', u'LOAD_-1207686708'), (u'LOAD_-1207686708', u'INT_EQUAL_-1207686693'), (u'CALL_-1207686769', u'INDIRECT_-1207686499'), (u'CAST_-1207686471', u'CALL_-1207686769'), (u'CAST_-1207686445', u'LOAD_-1207686672'), ('const-168', u'PTRSUB_-1207686502'), (u'INT_EQUAL_-1207686733', u'CBRANCH_-1207686730'), (u'INT_EQUAL_-1207686755', u'CBRANCH_-1207686753')]
[('const-433', u'LOAD_-1207686672'), ('const-4', u'PTRADD_-1207686461'), ('tmp_644', u'PTRSUB_-1207686499'), ('tmp_770', u'INT_EQUAL_-1207686693'), (u'CALL_-1207686769', u'INT_ADD_-1207686736'), (u'MULTIEQUAL_-1207686470', u'PTRADD_-1207686461'), ('const-168', u'INT_ADD_-1207686807'), ('const-433', u'LOAD_-1207686708'), ('tmp_668', u'COPY_-1207686543'), ('const-0', u'INT_EQUAL_-1207686755'), (u'CALL_-1207686604', u'INDIRECT_-1207686435'), ('const-0', u'INT_EQUAL_-1207686733'), ('tmp_648', u'COPY_-1207686542'), ('const-4', u'PTRADD_-1207686447'), (u'CALL_-1207686604', u'INDIRECT_-1207686432'), ('const-3414160', u'COPY_-1207686482'), (u'INT_ADD_-1207686807', u'CALL_-1207686769'), (u'MULTIEQUAL_-1207686470', u'LOAD_-1207686708'), ('const-2', u'PTRADD_-1207686461'), ('const-2110', u'CALL_-1207686645'), ('const-2108', u'CALL_-1207686604'), (u'CALL_-1207686769', u'INDIRECT_-1207686505'), (u'LOAD_-1207686690', u'INT_NOTEQUAL_-1207686669'), (u'COPY_-1207686459', u'CALL_-1207686645'), (u'LOAD_-1207686752', u'MULTIEQUAL_-1207686470'), (u'LOAD_-1207686672', u'MULTIEQUAL_-1207686470'), ('const-0', u'RETURN_-1207686640'), ('const-24', u'INT_ADD_-1207686736'), (u'INT_ADD_-1207686736', u'CAST_-1207686468'), ('const-433', u'LOAD_-1207686690'), (u'CAST_-1207686454', u'LOAD_-1207686672'), (u'CALL_-1207686645', u'INDIRECT_-1207686407'), ('tmp_199', u'CBRANCH_-1207686691'), (u'CALL_-1207686769', u'INDIRECT_-1207686502'), (u'PTRADD_-1207686461', u'CAST_-1207686454'), (u'PTRSUB_-1207686499', u'CALL_-1207686769'), ('const-3376044', u'COPY_-1207686459'), ('tmp_147', u'CBRANCH_-1207686730'), (u'PTRADD_-1207686447', u'LOAD_-1207686690'), (u'COPY_-1207686457', u'CALL_-1207686645'), ('const--24', u'PTRSUB_-1207686499'), ('const-3414160', u'COPY_-1207686457'), (u'COPY_-1207686484', u'CALL_-1207686604'), ('tmp_111', u'CBRANCH_-1207686753'), ('const-1', u'RETURN_-1207686599'), ('tmp_645', u'INT_ADD_-1207686807'), ('tmp_239', u'CBRANCH_-1207686668'), ('const-1', u'RETURN_-1207686640'), ('const-433', u'LOAD_-1207686752'), (u'INT_EQUAL_-1207686693', u'CBRANCH_-1207686691'), ('const-1', u'PTRADD_-1207686447'), (u'CALL_-1207686769', u'INT_EQUAL_-1207686755'), (u'INT_NOTEQUAL_-1207686669', u'CBRANCH_-1207686668'), (u'LOAD_-1207686708', u'INT_EQUAL_-1207686693'), ('const-3376044', u'COPY_-1207686484'), (u'CALL_-1207686645', u'INDIRECT_-1207686410'), (u'MULTIEQUAL_-1207686470', u'INT_EQUAL_-1207686733'), (u'INT_EQUAL_-1207686733', u'CBRANCH_-1207686730'), ('const-4294967295', u'INT_NOTEQUAL_-1207686669'), (u'COPY_-1207686482', u'CALL_-1207686604'), (u'INT_EQUAL_-1207686755', u'CBRANCH_-1207686753'), (u'MULTIEQUAL_-1207686470', u'PTRADD_-1207686447'), (u'CAST_-1207686468', u'LOAD_-1207686752')]
null
null
001b2950
x64
O2
(translation_unit "void FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4)\n\n{\n int *piVar1;\n long lVar2;\n undefined4 local_18 [2];\n undefined8 local_10;\n \n local_18[0] = param_2;\n local_10 = param_4;\n lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n piVar1 = *(int **)(lVar2 + 0x18);\n do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );\n}\n\n" (function_definition "void FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4)\n\n{\n int *piVar1;\n long lVar2;\n undefined4 local_18 [2];\n undefined8 local_10;\n \n local_18[0] = param_2;\n local_10 = param_4;\n lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n piVar1 = *(int **)(lVar2 + 0x18);\n do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );\n}" primitive_type (function_declarator "FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4)" identifier (parameter_list "(long param_1,undefined4 param_2,int param_3,undefined8 param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n long lVar2;\n undefined4 local_18 [2];\n undefined8 local_10;\n \n local_18[0] = param_2;\n local_10 = param_4;\n lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n piVar1 = *(int **)(lVar2 + 0x18);\n do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 local_18 [2];" type_identifier (array_declarator "local_18 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_10;" type_identifier identifier ;) (expression_statement "local_18[0] = param_2;" (assignment_expression "local_18[0] = param_2" (subscript_expression "local_18[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_10 = param_4;" (assignment_expression "local_10 = param_4" identifier = identifier) ;) (expression_statement "lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);" (assignment_expression "lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18)" identifier = (call_expression "FUN_001b28f0(param_1 + 0xa8,local_18)" identifier (argument_list "(param_1 + 0xa8,local_18)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) , identifier )))) ;) (if_statement "if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }" { comment (expression_statement "FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset")" identifier (argument_list "("../../gold/object.h",0x83c,"do_local_got_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_local_got_offset"" " string_content ") ))) ;) })) (expression_statement "piVar1 = *(int **)(lVar2 + 0x18);" (assignment_expression "piVar1 = *(int **)(lVar2 + 0x18)" identifier = (pointer_expression "*(int **)(lVar2 + 0x18)" * (cast_expression "(int **)(lVar2 + 0x18)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) (do_statement "do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );" do (compound_statement "{\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n }" { (if_statement "if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }" if (parenthesized_expression "(piVar1 == (int *)0x0)" ( (binary_expression "piVar1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }" { (labeled_statement "LAB_001b29b3:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");" statement_identifier : comment (expression_statement "FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset")" identifier (argument_list "("../../gold/object.h",0x83e,"do_local_got_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_local_got_offset"" " string_content ") ))) ;)) })) (if_statement "if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }" if (parenthesized_expression "(param_3 == *piVar1)" ( (binary_expression "param_3 == *piVar1" identifier == (pointer_expression "*piVar1" * identifier)) )) (compound_statement "{\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }" { (if_statement "if (piVar1[1] != -1) {\n return;\n }" if (parenthesized_expression "(piVar1[1] != -1)" ( (binary_expression "piVar1[1] != -1" (subscript_expression "piVar1[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (goto_statement "goto LAB_001b29b3;" goto statement_identifier ;) })) (expression_statement "piVar1 = *(int **)(piVar1 + 2);" (assignment_expression "piVar1 = *(int **)(piVar1 + 2)" identifier = (pointer_expression "*(int **)(piVar1 + 2)" * (cast_expression "(int **)(piVar1 + 2)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "/* DWARF original prototype: uint do_local_got_offset(Sized_relobj<32,_false> * this, uint symndx,\n uint got_type, uint64_t addend) */\n\nuint __thiscall\ngold::Sized_relobj<32,_false>::do_local_got_offset\n (Sized_relobj<32,_false> *this,uint symndx,uint got_type,uint64_t addend)\n\n{\n uint *puVar1;\n const_iterator cVar2;\n Local_got_entry_key key;\n \n key.symndx_ = symndx;\n key.addend_ = addend;\n cVar2 = std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::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->local_got_offsets_,&key);\n if (cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur == (__node_type *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n puVar1 = *(uint **)((long)cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur + 0x18);\n do {\n if (puVar1 == (uint *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (got_type == *puVar1) {\n if (puVar1[1] != 0xffffffff) {\n return puVar1[1];\n }\n goto LAB_001b29b3;\n }\n puVar1 = *(uint **)(puVar1 + 2);\n } while( true );\n}\n\n" comment (declaration "uint __thiscall\ngold::Sized_relobj<32,_false>::do_local_got_offset\n (Sized_relobj<32,_false> *this,uint symndx,uint got_type,uint64_t addend)\n\n{\n uint *puVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_local_got_offset\n (Sized_relobj<32,_false> *this,uint symndx,uint got_type,uint64_t addend)\n\n{\n uint" identifier > : : (function_declarator "do_local_got_offset\n (Sized_relobj<32,_false> *this,uint symndx,uint got_type,uint64_t addend)" identifier (parameter_list "(Sized_relobj<32,_false> *this,uint symndx,uint got_type,uint64_t addend)" ( (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint symndx" type_identifier identifier) , (parameter_declaration "uint got_type" type_identifier identifier) , (parameter_declaration "uint64_t addend" primitive_type identifier) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "const_iterator cVar2;" type_identifier identifier ;) (declaration "Local_got_entry_key key;" type_identifier identifier ;) (expression_statement "key.symndx_ = symndx;" (assignment_expression "key.symndx_ = symndx" (field_expression "key.symndx_" identifier . field_identifier) = identifier) ;) (expression_statement "key.addend_ = addend;" (assignment_expression "key.addend_ = addend" (field_expression "key.addend_" identifier . field_identifier) = identifier) ;) (ERROR "cVar2 = std::\n _Hashtable<gold::" (assignment_expression "cVar2 = std" identifier = identifier) : : (binary_expression "_Hashtable<gold" identifier < identifier) : :) (declaration "Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)" type_identifier (ERROR ",_std::pair<const_gold::" , identifier : : identifier < identifier : :) identifier , (ERROR "_gold::" identifier : :) identifier (ERROR "*>" * >) , (ERROR "_std::allocator<std::pair<const_gold::" identifier : : identifier < identifier : : identifier < identifier : :) identifier , (ERROR "_gold::Got_offset_list*>" identifier : : identifier * >) identifier (ERROR ">" >) , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_gold::Local_got_entry_key::" identifier : : identifier : :) identifier , (ERROR "_gold::Local_got_entry_key::" 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 : :) identifier (ERROR "<true" < true) , identifier , (ERROR "_true>_>\n ::" identifier > identifier > : :) (function_declarator "find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)" identifier (ERROR "(" () (parameter_list "(_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)" ( (parameter_declaration "_Hashtable<gold::Local_got_entry_key" type_identifier (ERROR "<gold::" < identifier : :) identifier) , (parameter_declaration "_std::pair<const_gold::Local_got_entry_key" type_identifier (ERROR "::pair<const_gold::" : : identifier < identifier : :) identifier) , (parameter_declaration "_gold::Got_offset_list" type_identifier (ERROR "::" : :) identifier) (ERROR "*>" * >) , (parameter_declaration "_std::allocator<std::pair<const_gold::Local_got_entry_key" type_identifier (ERROR "::allocator<std::pair<const_gold::" : : identifier < identifier : : identifier < identifier : :) identifier) , (parameter_declaration "_gold::Got_offset_list*>_" type_identifier (ERROR "::Got_offset_list*>" : : identifier * >) identifier) (ERROR ">" >) , (parameter_declaration "_std::__detail::_Select1st" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_gold::Local_got_entry_key::equal_to" type_identifier (ERROR "::Local_got_entry_key::" : : identifier : :) identifier) , (parameter_declaration "_gold::Local_got_entry_key::hash" type_identifier (ERROR "::Local_got_entry_key::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Mod_range_hashing" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Default_ranged_hash" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Prime_rehash_policy" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Hashtable_traits" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) (ERROR "<true" < true) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_true>_>\n *" type_identifier (ERROR ">_>" > identifier >) (abstract_pointer_declarator "*" *)) ))) ;) (ERROR "&this->local_got_offsets_,&key)" (binary_expression "&this->local_got_offsets_,&key" (pointer_expression "&this->local_got_offsets_" & (field_expression "this->local_got_offsets_" identifier -> field_identifier)) (ERROR "," ,) & identifier) )) (expression_statement ";" ;) (if_statement "if (cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur == (__node_type *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83c,"do_local_got_offset");\n }" if (parenthesized_expression "(cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur == (__node_type *)0x0)" ( (ERROR "cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ." (comma_expression "cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold" (binary_expression "cVar2.\n super__Node_iterator_base<std::pair<const_gold" (binary_expression "cVar2.\n super__Node_iterator_base<std" (field_expression "cVar2.\n super__Node_iterator_base" identifier . field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Local_got_entry_key" : : identifier) , identifier) : : identifier * > , identifier > .) (binary_expression "_M_cur == (__node_type *)0x0" identifier == (cast_expression "(__node_type *)0x0" ( (type_descriptor "__node_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83c,"do_local_got_offset");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x83c,"do_local_got_offset");" (call_expression "do_gold_unreachable("../../gold/object.h",0x83c,"do_local_got_offset")" identifier (argument_list "("../../gold/object.h",0x83c,"do_local_got_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_local_got_offset"" " string_content ") ))) ;) })) (expression_statement "puVar1 = *(uint **)((long)cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur + 0x18);" (assignment_expression "puVar1 = *(uint **)((long)cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur + 0x18)" identifier = (pointer_expression "*(uint **)((long)cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur + 0x18)" * (cast_expression "(uint **)((long)cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur + 0x18)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ._M_cur + 0x18)" ( (ERROR "(long)cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_true>\n ." (comma_expression "(long)cVar2.\n super__Node_iterator_base<std::pair<const_gold::Local_got_entry_key,_gold" (binary_expression "(long)cVar2.\n super__Node_iterator_base<std::pair<const_gold" (binary_expression "(long)cVar2.\n super__Node_iterator_base<std" (cast_expression "(long)cVar2.\n super__Node_iterator_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "cVar2.\n super__Node_iterator_base" identifier . field_identifier)) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Local_got_entry_key" : : identifier) , identifier) : : identifier * > , identifier > .) (binary_expression "_M_cur + 0x18" identifier + number_literal) ))))) ;) (do_statement "do {\n if (puVar1 == (uint *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (got_type == *puVar1) {\n if (puVar1[1] != 0xffffffff) {\n return puVar1[1];\n }\n goto LAB_001b29b3;\n }\n puVar1 = *(uint **)(puVar1 + 2);\n } while( true );" do (compound_statement "{\n if (puVar1 == (uint *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (got_type == *puVar1) {\n if (puVar1[1] != 0xffffffff) {\n return puVar1[1];\n }\n goto LAB_001b29b3;\n }\n puVar1 = *(uint **)(puVar1 + 2);\n }" { (if_statement "if (puVar1 == (uint *)0x0) {\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset");\n }" if (parenthesized_expression "(puVar1 == (uint *)0x0)" ( (binary_expression "puVar1 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001b29b3:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset");\n }" { (labeled_statement "LAB_001b29b3:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset");" (call_expression "do_gold_unreachable("../../gold/object.h",0x83e,"do_local_got_offset")" identifier (argument_list "("../../gold/object.h",0x83e,"do_local_got_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_local_got_offset"" " string_content ") ))) ;)) })) (if_statement "if (got_type == *puVar1) {\n if (puVar1[1] != 0xffffffff) {\n return puVar1[1];\n }\n goto LAB_001b29b3;\n }" if (parenthesized_expression "(got_type == *puVar1)" ( (binary_expression "got_type == *puVar1" identifier == (pointer_expression "*puVar1" * identifier)) )) (compound_statement "{\n if (puVar1[1] != 0xffffffff) {\n return puVar1[1];\n }\n goto LAB_001b29b3;\n }" { (if_statement "if (puVar1[1] != 0xffffffff) {\n return puVar1[1];\n }" if (parenthesized_expression "(puVar1[1] != 0xffffffff)" ( (binary_expression "puVar1[1] != 0xffffffff" (subscript_expression "puVar1[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return puVar1[1];\n }" { (return_statement "return puVar1[1];" return (subscript_expression "puVar1[1]" identifier [ number_literal ]) ;) })) (goto_statement "goto LAB_001b29b3;" goto statement_identifier ;) })) (expression_statement "puVar1 = *(uint **)(puVar1 + 2);" (assignment_expression "puVar1 = *(uint **)(puVar1 + 2)" identifier = (pointer_expression "*(uint **)(puVar1 + 2)" * (cast_expression "(uint **)(puVar1 + 2)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 2)" ( (binary_expression "puVar1 + 2" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) (ERROR "}" }))
(translation_unit "void FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4)\n\n{\n int *piVar1;\n long lVar2;\n undefined4 local_18 [2];\n undefined8 local_10;\n \n local_18[0] = param_2;\n local_10 = param_4;\n lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);\n if (lVar2 == 0) {\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n piVar1 = *(int **)(lVar2 + 0x18);\n do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );\n}\n\n" (function_definition "void FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4)\n\n{\n int *piVar1;\n long lVar2;\n undefined4 local_18 [2];\n undefined8 local_10;\n \n local_18[0] = param_2;\n local_10 = param_4;\n lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);\n if (lVar2 == 0) {\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n piVar1 = *(int **)(lVar2 + 0x18);\n do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );\n}" primitive_type (function_declarator "FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4)" identifier (parameter_list "(long param_1,undefined4 param_2,int param_3,undefined8 param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n long lVar2;\n undefined4 local_18 [2];\n undefined8 local_10;\n \n local_18[0] = param_2;\n local_10 = param_4;\n lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);\n if (lVar2 == 0) {\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n piVar1 = *(int **)(lVar2 + 0x18);\n do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 local_18 [2];" type_identifier (array_declarator "local_18 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_10;" type_identifier identifier ;) (expression_statement "local_18[0] = param_2;" (assignment_expression "local_18[0] = param_2" (subscript_expression "local_18[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_10 = param_4;" (assignment_expression "local_10 = param_4" identifier = identifier) ;) (expression_statement "lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);" (assignment_expression "lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18)" identifier = (call_expression "FUN_001b28f0(param_1 + 0xa8,local_18)" identifier (argument_list "(param_1 + 0xa8,local_18)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) , identifier )))) ;) (if_statement "if (lVar2 == 0) {\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }" { (expression_statement "FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset")" identifier (argument_list "("../../gold/object.h",0x83c,"do_local_got_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_local_got_offset"" " string_content ") ))) ;) })) (expression_statement "piVar1 = *(int **)(lVar2 + 0x18);" (assignment_expression "piVar1 = *(int **)(lVar2 + 0x18)" identifier = (pointer_expression "*(int **)(lVar2 + 0x18)" * (cast_expression "(int **)(lVar2 + 0x18)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) (do_statement "do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );" do (compound_statement "{\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n }" { (if_statement "if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }" if (parenthesized_expression "(piVar1 == (int *)0x0)" ( (binary_expression "piVar1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }" { (labeled_statement "LAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");" statement_identifier : (expression_statement "FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset")" identifier (argument_list "("../../gold/object.h",0x83e,"do_local_got_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_local_got_offset"" " string_content ") ))) ;)) })) (if_statement "if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }" if (parenthesized_expression "(param_3 == *piVar1)" ( (binary_expression "param_3 == *piVar1" identifier == (pointer_expression "*piVar1" * identifier)) )) (compound_statement "{\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }" { (if_statement "if (piVar1[1] != -1) {\n return;\n }" if (parenthesized_expression "(piVar1[1] != -1)" ( (binary_expression "piVar1[1] != -1" (subscript_expression "piVar1[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (goto_statement "goto LAB_001b29b3;" goto statement_identifier ;) })) (expression_statement "piVar1 = *(int **)(piVar1 + 2);" (assignment_expression "piVar1 = *(int **)(piVar1 + 2)" identifier = (pointer_expression "*(int **)(piVar1 + 2)" * (cast_expression "(int **)(piVar1 + 2)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (do_statement do (compound_statement { (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (return_statement return ;) })) (goto_statement goto statement_identifier ;) })) (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 (parenthesized_expression ( BOOL )) ;) })))
(function_definition "void FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4)\n\n{\n int *piVar1;\n long lVar2;\n undefined4 local_18 [2];\n undefined8 local_10;\n \n local_18[0] = param_2;\n local_10 = param_4;\n lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);\n if (lVar2 == 0) {\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n piVar1 = *(int **)(lVar2 + 0x18);\n do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_001b2950(long param_1,undefined4 param_2,int param_3,undefined8 param_4)" (identifier "FUN_001b2950") (parameter_list "(long param_1,undefined4 param_2,int param_3,undefined8 param_4)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) () ")"))) (compound_statement "{\n int *piVar1;\n long lVar2;\n undefined4 local_18 [2];\n undefined8 local_10;\n \n local_18[0] = param_2;\n local_10 = param_4;\n lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);\n if (lVar2 == 0) {\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }\n piVar1 = *(int **)(lVar2 + 0x18);\n do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "undefined4 local_18 [2];" (type_identifier "undefined4") (array_declarator "local_18 [2]" (identifier "local_18") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined8 local_10;" (type_identifier "undefined8") (identifier "local_10") (; ";")) (expression_statement "local_18[0] = param_2;" (assignment_expression "local_18[0] = param_2" (subscript_expression "local_18[0]" (identifier "local_18") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_10 = param_4;" (assignment_expression "local_10 = param_4" (identifier "local_10") (= "=") (identifier "param_4")) (; ";")) (expression_statement "lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18);" (assignment_expression "lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18)" (identifier "lVar2") (= "=") (call_expression "FUN_001b28f0(param_1 + 0xa8,local_18)" (identifier "FUN_001b28f0") (argument_list "(param_1 + 0xa8,local_18)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) (, ",") (identifier "local_18") () ")")))) (; ";")) (if_statement "if (lVar2 == 0) {\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset")" (identifier "FUN_00199900") (argument_list "("../../gold/object.h",0x83c,"do_local_got_offset")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x83c") (, ",") (string_literal ""do_local_got_offset"" (" """) (string_content "do_local_got_offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "piVar1 = *(int **)(lVar2 + 0x18);" (assignment_expression "piVar1 = *(int **)(lVar2 + 0x18)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)(lVar2 + 0x18)" (* "*") (cast_expression "(int **)(lVar2 + 0x18)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar2 + 0x18)" (( "(") (binary_expression "lVar2 + 0x18" (identifier "lVar2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (do_statement "do {\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n } while( true );" (do "do") (compound_statement "{\n if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }\n if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }\n piVar1 = *(int **)(piVar1 + 2);\n }" ({ "{") (if_statement "if (piVar1 == (int *)0x0) {\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }" (if "if") (parenthesized_expression "(piVar1 == (int *)0x0)" (( "(") (binary_expression "piVar1 == (int *)0x0" (identifier "piVar1") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");\n }" ({ "{") (labeled_statement "LAB_001b29b3:\n \n FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");" (statement_identifier "LAB_001b29b3") (: ":") (expression_statement "FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset")" (identifier "FUN_00199900") (argument_list "("../../gold/object.h",0x83e,"do_local_got_offset")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x83e") (, ",") (string_literal ""do_local_got_offset"" (" """) (string_content "do_local_got_offset") (" """)) () ")"))) (; ";"))) (} "}"))) (if_statement "if (param_3 == *piVar1) {\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }" (if "if") (parenthesized_expression "(param_3 == *piVar1)" (( "(") (binary_expression "param_3 == *piVar1" (identifier "param_3") (== "==") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) () ")")) (compound_statement "{\n if (piVar1[1] != -1) {\n return;\n }\n goto LAB_001b29b3;\n }" ({ "{") (if_statement "if (piVar1[1] != -1) {\n return;\n }" (if "if") (parenthesized_expression "(piVar1[1] != -1)" (( "(") (binary_expression "piVar1[1] != -1" (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (goto_statement "goto LAB_001b29b3;" (goto "goto") (statement_identifier "LAB_001b29b3") (; ";")) (} "}"))) (expression_statement "piVar1 = *(int **)(piVar1 + 2);" (assignment_expression "piVar1 = *(int **)(piVar1 + 2)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)(piVar1 + 2)" (* "*") (cast_expression "(int **)(piVar1 + 2)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(piVar1 + 2)" (( "(") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
/* DWARF original prototype: uint do_local_got_offset(Sized_relobj<32,_false> * this, uint symndx, uint got_type, uint64_t addend) */ type_1 __thiscall gold::Sized_relobj<32,type_7>::do_local_got_offset (Sized_relobj<32,type_7> *this,type_1 symndx,type_1 var_4,uint64_t addend) { type_1 *var_3; type_2 cVar2; type_3 key; key.symndx_ = symndx; key.addend_ = addend; cVar2 = std:: type_4<gold::type_3,type_5::pair<const_gold::type_3,type_6::Got_offset_list*>,type_5::allocator<std::pair<const_gold::type_3,type_6::Got_offset_list*>_>,type_5::__detail::_Select1st,type_6::type_3::equal_to,type_6::type_3::hash,type_5::__detail::_Mod_range_hashing,type_5::__detail::_Default_ranged_hash,type_5::__detail::_Prime_rehash_policy,type_5::__detail::_Hashtable_traits<true,type_7,type_8>_> ::function_1((type_4<gold::type_3,type_5::pair<const_gold::type_3,type_6::Got_offset_list*>,type_5::allocator<std::pair<const_gold::type_3,type_6::Got_offset_list*>_>,type_5::__detail::_Select1st,type_6::type_3::equal_to,type_6::type_3::hash,type_5::__detail::_Mod_range_hashing,type_5::__detail::_Default_ranged_hash,type_5::__detail::_Prime_rehash_policy,type_5::__detail::_Hashtable_traits<true,type_7,type_8>_> *)&this->local_got_offsets_,&key); if (cVar2. super__Node_iterator_base<std::pair<const_gold::type_3,type_6::Got_offset_list*>,type_8> .var_1 == (type_9 *)0x0) { /* WARNING: Subroutine does not return */ var_2("../../gold/object.h",0x83c,"do_local_got_offset"); } var_3 = *(type_1 **)((long)cVar2. super__Node_iterator_base<std::pair<const_gold::type_3,type_6::Got_offset_list*>,type_8> .var_1 + 0x18); do { if (var_3 == (type_1 *)0x0) { LAB_001b29b3: /* WARNING: Subroutine does not return */ var_2("../../gold/object.h",0x83e,"do_local_got_offset"); } if (var_4 == *var_3) { if (var_3[1] != 0xffffffff) { return var_3[1]; } goto LAB_001b29b3; } var_3 = *(type_1 **)(var_3 + 2); } 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)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (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))))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_statement))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) condition: (parenthesized_expression (true))))))
null
void MASKED(long param_1,undefined4 param_2,int param_3,undefined8 param_4) { int *piVar1; long lVar2; undefined4 local_18 [2]; undefined8 local_10; local_18[0] = param_2; local_10 = param_4; lVar2 = FUN_001b28f0(param_1 + 0xa8,local_18); if (lVar2 == 0) { /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/object.h",0x83c,"do_local_got_offset"); } piVar1 = *(int **)(lVar2 + 0x18); do { if (piVar1 == (int *)0x0) { LAB_001b29b3: /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/object.h",0x83e,"do_local_got_offset"); } if (param_3 == *piVar1) { if (piVar1[1] != -1) { return; } goto LAB_001b29b3; } piVar1 = *(int **)(piVar1 + 2); } while( true ); }
1642_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
~Struct_export_dynamic
FUN_0015bea0
/* DWARF original prototype: void ~Struct_export_dynamic(Struct_export_dynamic * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_export_dynamic::~Struct_export_dynamic (Struct_export_dynamic *this,int __in_chrg) { pointer pcVar1; pcVar1 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424240; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); return; } return; }
void FUN_0015bea0(undefined8 *param_1) { *param_1 = &PTR_FUN_00424240; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70((undefined8 *)param_1[1]); return; } return; }
LEA RAX,[0x424240] MOV RDX,qword ptr [RDI + 0x8] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x18] CMP RDX,RAX JZ 0x0015bec0 MOV RDI,RDX JMP 0x002dac70 RET
null
null
null
null
[(u'PTRSUB_-1207255266', u'STORE_-1207255373'), ('const-0', u'PTRSUB_-1207255262'), ('const-0', u'RETURN_-1207255335'), ('const-4342336', u'PTRSUB_-1207255273'), (u'PTRSUB_-1207255266', u'PTRSUB_-1207255262'), ('const-16', u'PTRSUB_-1207255259'), (u'PTRSUB_-1207255259', u'INT_NOTEQUAL_-1207255349'), ('const-0', u'RETURN_-1207255326'), ('tmp_68', u'PTRSUB_-1207255276'), (u'PTRSUB_-1207255267', u'LOAD_-1207255381'), ('const-0', u'PTRSUB_-1207255270'), (u'PTRSUB_-1207255262', u'PTRSUB_-1207255259'), (u'LOAD_-1207255381', u'CALL_-1207255339'), ('const-8', u'PTRSUB_-1207255266'), ('tmp_48', u'CBRANCH_-1207255348'), ('const-0', u'PTRSUB_-1207255275'), ('tmp_68', u'PTRSUB_-1207255270'), ('const-0', u'PTRSUB_-1207255271'), ('const-433', u'LOAD_-1207255381'), (u'LOAD_-1207255381', u'CAST_-1207255255'), (u'PTRSUB_-1207255275', u'PTRSUB_-1207255271'), (u'INT_NOTEQUAL_-1207255349', u'CBRANCH_-1207255348'), (u'PTRSUB_-1207255276', u'PTRSUB_-1207255275'), (u'CAST_-1207255255', u'INT_NOTEQUAL_-1207255349'), ('const-8', u'PTRSUB_-1207255276'), (u'PTRSUB_-1207255271', u'PTRSUB_-1207255267'), (u'PTRSUB_-1207255270', u'PTRSUB_-1207255266'), ('tmp_68', u'PTRSUB_-1207255266'), (u'CAST_-1207255263', u'STORE_-1207255373'), ('const-433', u'STORE_-1207255373'), ('const-0', u'PTRSUB_-1207255273'), ('const-0', u'PTRSUB_-1207255266'), ('const-0', u'PTRSUB_-1207255267'), (u'PTRSUB_-1207255273', u'CAST_-1207255263')]
[(u'INT_NOTEQUAL_-1207255349', u'CBRANCH_-1207255348'), ('const-0', u'RETURN_-1207255335'), ('const-3', u'PTRADD_-1207255270'), (u'CAST_-1207255277', u'INT_NOTEQUAL_-1207255349'), ('tmp_109', u'STORE_-1207255373'), ('tmp_109', u'PTRADD_-1207255270'), (u'PTRSUB_-1207255274', u'STORE_-1207255373'), ('const-8', u'PTRADD_-1207255278'), ('const-4342336', u'PTRSUB_-1207255274'), (u'CAST_-1207255277', u'CALL_-1207255339'), ('const-433', u'STORE_-1207255373'), ('const-8', u'PTRADD_-1207255270'), ('const-0', u'RETURN_-1207255326'), (u'PTRADD_-1207255278', u'LOAD_-1207255381'), ('const-1', u'PTRADD_-1207255278'), (u'LOAD_-1207255381', u'CAST_-1207255277'), ('tmp_48', u'CBRANCH_-1207255348'), ('const-0', u'PTRSUB_-1207255274'), (u'PTRADD_-1207255270', u'INT_NOTEQUAL_-1207255349'), ('const-433', u'LOAD_-1207255381'), ('tmp_109', u'PTRADD_-1207255278')]
null
null
0015bea0
x64
O2
(translation_unit "void FUN_0015bea0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0015bea0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0015bea0(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_00424240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00424240;" (assignment_expression "*param_1 = &PTR_FUN_00424240" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00424240" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((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_export_dynamic(Struct_export_dynamic * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_export_dynamic::~Struct_export_dynamic\n (Struct_export_dynamic *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424240;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_export_dynamic::~Struct_export_dynamic\n (Struct_export_dynamic *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424240;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_export_dynamic::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_export_dynamic\n (Struct_export_dynamic *this,int __in_chrg)" identifier (parameter_list "(Struct_export_dynamic *this,int __in_chrg)" ( (parameter_declaration "Struct_export_dynamic *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424240;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424240;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00424240" (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_00424240" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00424240" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0015bea0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0015bea0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0015bea0(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_00424240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00424240;" (assignment_expression "*param_1 = &PTR_FUN_00424240" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00424240" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((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_0015bea0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015bea0(undefined8 *param_1)" (identifier "FUN_0015bea0") (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_00424240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00424240;" (assignment_expression "*param_1 = &PTR_FUN_00424240" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00424240" (& "&") (identifier "PTR_FUN_00424240"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((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_002dac70((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_002dac70((undefined8 *)param_1[1]);" (call_expression "FUN_002dac70((undefined8 *)param_1[1])" (identifier "FUN_002dac70") (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_export_dynamic(Struct_export_dynamic * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 var_5; var_5 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00424240; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00424240; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70((undefined8 *)param_1[1]); return; } return; }
115_sh4-linux-gnu-nm_and_sh4-linux-gnu-nm_strip.c
print_symbol_filename_sysv
FUN_00105390
void print_symbol_filename_sysv(bfd *archive_bfd,bfd *abfd) { if (filename_per_symbol != 0) { if (archive_bfd != (bfd *)0x0) { printf("%s:",archive_bfd->filename); } printf("%s:",abfd->filename); return; } return; }
void FUN_00105390(undefined8 *param_1,undefined8 *param_2) { if (DAT_0010cc04 != 0) { if (param_1 != (undefined8 *)0x0) { printf("%s:",*param_1); } printf("%s:",*param_2); return; } return; }
MOV EAX,dword ptr [0x0010cc04] TEST EAX,EAX JZ 0x001053d0 PUSH RBX MOV RBX,RSI TEST RDI,RDI JZ 0x001053b4 MOV RSI,qword ptr [RDI] XOR EAX,EAX LEA RDI,[0x10809d] CALL 0x001031d0 MOV RSI,qword ptr [RBX] LEA RDI,[0x10809d] XOR EAX,EAX POP RBX JMP 0x001031d0 RET
null
null
null
null
[('tmp_169', u'PTRSUB_-1206954876'), (u'CALL_-1206955005', u'INDIRECT_-1206954865'), (u'PTRSUB_-1206954858', u'LOAD_-1206955040'), (u'COPY_-1206954931', u'CALL_-1206955041'), ('tmp_28', u'CBRANCH_-1206955096'), ('const-0', u'PTRSUB_-1206954876'), ('const-433', u'LOAD_-1206955073'), ('const-0', u'RETURN_-1206954983'), ('tmp_421', u'MULTIEQUAL_-1206954876'), (u'INDIRECT_-1206954865', u'COPY_-1206954924'), ('const-433', u'LOAD_-1206955040'), ('const-1081501', u'COPY_-1206954912'), ('const-0', u'PTRSUB_-1206954858'), (u'INT_NOTEQUAL_-1206955096', u'CBRANCH_-1206955096'), (u'COPY_-1206954912', u'CALL_-1206955005'), (u'CALL_-1206955041', u'INDIRECT_-1206954884'), ('tmp_170', u'PTRSUB_-1206954858'), ('tmp_421', u'INT_NOTEQUAL_-1206955096'), ('const-0', u'INT_NOTEQUAL_-1206955074'), ('tmp_64', u'CBRANCH_-1206955073'), (u'INT_NOTEQUAL_-1206955074', u'CBRANCH_-1206955073'), (u'LOAD_-1206955073', u'CALL_-1206955041'), (u'INDIRECT_-1206954884', u'MULTIEQUAL_-1206954876'), ('const-0', u'RETURN_-1206955001'), ('const-0', u'INT_NOTEQUAL_-1206955096'), ('tmp_169', u'INT_NOTEQUAL_-1206955074'), (u'PTRSUB_-1206954876', u'LOAD_-1206955073'), ('const-1081501', u'COPY_-1206954931'), (u'LOAD_-1206955040', u'CALL_-1206955005'), ('tmp_421', u'COPY_-1206954908')]
[(u'CALL_-1206955005', u'INDIRECT_-1206954865'), ('const-1081501', u'COPY_-1206954912'), ('const-433', u'LOAD_-1206955040'), (u'COPY_-1206954931', u'CALL_-1206955041'), ('tmp_28', u'CBRANCH_-1206955096'), ('const-0', u'RETURN_-1206954983'), ('tmp_421', u'MULTIEQUAL_-1206954876'), (u'INDIRECT_-1206954865', u'COPY_-1206954924'), ('tmp_364', u'LOAD_-1206955040'), (u'INT_NOTEQUAL_-1206955096', u'CBRANCH_-1206955096'), ('const-433', u'LOAD_-1206955073'), (u'COPY_-1206954912', u'CALL_-1206955005'), (u'CALL_-1206955041', u'INDIRECT_-1206954884'), ('tmp_421', u'INT_NOTEQUAL_-1206955096'), ('tmp_365', u'LOAD_-1206955073'), ('const-0', u'INT_NOTEQUAL_-1206955074'), ('tmp_64', u'CBRANCH_-1206955073'), (u'INT_NOTEQUAL_-1206955074', u'CBRANCH_-1206955073'), (u'LOAD_-1206955073', u'CALL_-1206955041'), (u'INDIRECT_-1206954884', u'MULTIEQUAL_-1206954876'), ('const-1081501', u'COPY_-1206954931'), ('const-0', u'RETURN_-1206955001'), ('const-0', u'INT_NOTEQUAL_-1206955096'), ('tmp_365', u'INT_NOTEQUAL_-1206955074'), (u'LOAD_-1206955040', u'CALL_-1206955005'), ('tmp_421', u'COPY_-1206954908')]
null
null
00105390
x64
O2
(translation_unit "void FUN_00105390(undefined8 *param_1,undefined8 *param_2)\n\n{\n if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00105390(undefined8 *param_1,undefined8 *param_2)\n\n{\n if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00105390(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 if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }\n return;\n}" { (if_statement "if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }" if (parenthesized_expression "(DAT_0010cc04 != 0)" ( (binary_expression "DAT_0010cc04 != 0" identifier != number_literal) )) (compound_statement "{\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }" { (if_statement "if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }" if (parenthesized_expression "(param_1 != (undefined8 *)0x0)" ( (binary_expression "param_1 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n printf("%s:",*param_1);\n }" { (expression_statement "printf("%s:",*param_1);" (call_expression "printf("%s:",*param_1)" identifier (argument_list "("%s:",*param_1)" ( (string_literal ""%s:"" " string_content ") , (pointer_expression "*param_1" * identifier) ))) ;) })) (expression_statement "printf("%s:",*param_2);" (call_expression "printf("%s:",*param_2)" identifier (argument_list "("%s:",*param_2)" ( (string_literal ""%s:"" " string_content ") , (pointer_expression "*param_2" * identifier) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void print_symbol_filename_sysv(bfd *archive_bfd,bfd *abfd)\n\n{\n if (filename_per_symbol != 0) {\n if (archive_bfd != (bfd *)0x0) {\n printf("%s:",archive_bfd->filename);\n }\n printf("%s:",abfd->filename);\n return;\n }\n return;\n}\n\n" (function_definition "void print_symbol_filename_sysv(bfd *archive_bfd,bfd *abfd)\n\n{\n if (filename_per_symbol != 0) {\n if (archive_bfd != (bfd *)0x0) {\n printf("%s:",archive_bfd->filename);\n }\n printf("%s:",abfd->filename);\n return;\n }\n return;\n}" primitive_type (function_declarator "print_symbol_filename_sysv(bfd *archive_bfd,bfd *abfd)" identifier (parameter_list "(bfd *archive_bfd,bfd *abfd)" ( (parameter_declaration "bfd *archive_bfd" type_identifier (pointer_declarator "*archive_bfd" * identifier)) , (parameter_declaration "bfd *abfd" type_identifier (pointer_declarator "*abfd" * identifier)) ))) (compound_statement "{\n if (filename_per_symbol != 0) {\n if (archive_bfd != (bfd *)0x0) {\n printf("%s:",archive_bfd->filename);\n }\n printf("%s:",abfd->filename);\n return;\n }\n return;\n}" { (if_statement "if (filename_per_symbol != 0) {\n if (archive_bfd != (bfd *)0x0) {\n printf("%s:",archive_bfd->filename);\n }\n printf("%s:",abfd->filename);\n return;\n }" if (parenthesized_expression "(filename_per_symbol != 0)" ( (binary_expression "filename_per_symbol != 0" identifier != number_literal) )) (compound_statement "{\n if (archive_bfd != (bfd *)0x0) {\n printf("%s:",archive_bfd->filename);\n }\n printf("%s:",abfd->filename);\n return;\n }" { (if_statement "if (archive_bfd != (bfd *)0x0) {\n printf("%s:",archive_bfd->filename);\n }" if (parenthesized_expression "(archive_bfd != (bfd *)0x0)" ( (binary_expression "archive_bfd != (bfd *)0x0" identifier != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n printf("%s:",archive_bfd->filename);\n }" { (expression_statement "printf("%s:",archive_bfd->filename);" (call_expression "printf("%s:",archive_bfd->filename)" identifier (argument_list "("%s:",archive_bfd->filename)" ( (string_literal ""%s:"" " string_content ") , (field_expression "archive_bfd->filename" identifier -> field_identifier) ))) ;) })) (expression_statement "printf("%s:",abfd->filename);" (call_expression "printf("%s:",abfd->filename)" identifier (argument_list "("%s:",abfd->filename)" ( (string_literal ""%s:"" " string_content ") , (field_expression "abfd->filename" identifier -> field_identifier) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00105390(undefined8 *param_1,undefined8 *param_2)\n\n{\n if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00105390(undefined8 *param_1,undefined8 *param_2)\n\n{\n if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00105390(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 if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }\n return;\n}" { (if_statement "if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }" if (parenthesized_expression "(DAT_0010cc04 != 0)" ( (binary_expression "DAT_0010cc04 != 0" identifier != number_literal) )) (compound_statement "{\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }" { (if_statement "if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }" if (parenthesized_expression "(param_1 != (undefined8 *)0x0)" ( (binary_expression "param_1 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n printf("%s:",*param_1);\n }" { (expression_statement "printf("%s:",*param_1);" (call_expression "printf("%s:",*param_1)" identifier (argument_list "("%s:",*param_1)" ( (string_literal ""%s:"" " string_content ") , (pointer_expression "*param_1" * identifier) ))) ;) })) (expression_statement "printf("%s:",*param_2);" (call_expression "printf("%s:",*param_2)" identifier (argument_list "("%s:",*param_2)" ( (string_literal ""%s:"" " string_content ") , (pointer_expression "*param_2" * identifier) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (pointer_expression * IDENT) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (pointer_expression * IDENT) ))) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_00105390(undefined8 *param_1,undefined8 *param_2)\n\n{\n if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00105390(undefined8 *param_1,undefined8 *param_2)" (identifier "FUN_00105390") (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 if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }\n return;\n}" ({ "{") (if_statement "if (DAT_0010cc04 != 0) {\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }" (if "if") (parenthesized_expression "(DAT_0010cc04 != 0)" (( "(") (binary_expression "DAT_0010cc04 != 0" (identifier "DAT_0010cc04") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n return;\n }" ({ "{") (if_statement "if (param_1 != (undefined8 *)0x0) {\n printf("%s:",*param_1);\n }" (if "if") (parenthesized_expression "(param_1 != (undefined8 *)0x0)" (( "(") (binary_expression "param_1 != (undefined8 *)0x0" (identifier "param_1") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n printf("%s:",*param_1);\n }" ({ "{") (expression_statement "printf("%s:",*param_1);" (call_expression "printf("%s:",*param_1)" (identifier "printf") (argument_list "("%s:",*param_1)" (( "(") (string_literal ""%s:"" (" """) (string_content "%s:") (" """)) (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (} "}"))) (expression_statement "printf("%s:",*param_2);" (call_expression "printf("%s:",*param_2)" (identifier "printf") (argument_list "("%s:",*param_2)" (( "(") (string_literal ""%s:"" (" """) (string_content "%s:") (" """)) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *var_2,type_1 *abfd) { if (var_1 != 0) { if (var_2 != (type_1 *)0x0) { var_3("%s:",var_2->filename); } var_3("%s:",abfd->filename); 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))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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 (string_literal (string_content)) (pointer_expression argument: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (pointer_expression argument: (identifier))))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1,undefined8 *param_2) { if (DAT_0010cc04 != 0) { if (param_1 != (undefined8 *)0x0) { printf("%s:",*param_1); } printf("%s:",*param_2); return; } return; }
98_x86_64-linux-gnux32-objdump_and_x86_64-linux-gnux32-objdump_strip.c
cplus_demangle_type
cplus_demangle_type
void cplus_demangle_type(void) { (*(code *)PTR_cplus_demangle_type_00155310)(); return; }
void cplus_demangle_type(void) { (*(code *)PTR_cplus_demangle_type_00155310)(); return; }
JMP qword ptr [0x00155310]
null
null
null
null
[(u'CAST_-1206946199', u'CALLIND_-1206946264'), ('const-0', u'RETURN_-1206946261'), (u'INDIRECT_-1206946204', u'COPY_-1206946263'), ('tmp_22', u'CAST_-1206946199'), (u'CALLIND_-1206946264', u'INDIRECT_-1206946204')]
[(u'CAST_-1206946199', u'CALLIND_-1206946264'), ('const-0', u'RETURN_-1206946261'), (u'INDIRECT_-1206946204', u'COPY_-1206946263'), ('tmp_22', u'CAST_-1206946199'), (u'CALLIND_-1206946264', u'INDIRECT_-1206946204')]
null
null
00107620
x64
O2
(translation_unit "void cplus_demangle_type(void)\n\n{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}\n\n" (function_definition "void cplus_demangle_type(void)\n\n{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_type(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_type_00155310)();" (call_expression "(*(code *)PTR_cplus_demangle_type_00155310)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_type_00155310)" ( (pointer_expression "*(code *)PTR_cplus_demangle_type_00155310" * (cast_expression "(code *)PTR_cplus_demangle_type_00155310" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void cplus_demangle_type(void)\n\n{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}\n\n" (function_definition "void cplus_demangle_type(void)\n\n{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_type(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_type_00155310)();" (call_expression "(*(code *)PTR_cplus_demangle_type_00155310)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_type_00155310)" ( (pointer_expression "*(code *)PTR_cplus_demangle_type_00155310" * (cast_expression "(code *)PTR_cplus_demangle_type_00155310" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void cplus_demangle_type(void)\n\n{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}\n\n" (function_definition "void cplus_demangle_type(void)\n\n{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_type(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_type_00155310)();" (call_expression "(*(code *)PTR_cplus_demangle_type_00155310)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_type_00155310)" ( (pointer_expression "*(code *)PTR_cplus_demangle_type_00155310" * (cast_expression "(code *)PTR_cplus_demangle_type_00155310" ( (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_type(void)\n\n{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}" (primitive_type "void") (function_declarator "cplus_demangle_type(void)" (identifier "cplus_demangle_type") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_type_00155310)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_cplus_demangle_type_00155310)();" (call_expression "(*(code *)PTR_cplus_demangle_type_00155310)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_type_00155310)" (( "(") (pointer_expression "*(code *)PTR_cplus_demangle_type_00155310" (* "*") (cast_expression "(code *)PTR_cplus_demangle_type_00155310" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_cplus_demangle_type_00155310"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_cplus_demangle_type_00155310)(); 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_00155310)(); return; }
10334_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
~Sized_elf_reloc_mapper
FUN_00469ff0
/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<32,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_elf_reloc_mapper<32,_false>::~Sized_elf_reloc_mapper (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg) { return; }
void FUN_00469ff0(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1202085892')]
[('const-0', u'RETURN_-1202085892')]
null
null
00469ff0
x64
O2
(translation_unit "void FUN_00469ff0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00469ff0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00469ff0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<32,_false> * this,\n int __in_chrg) */\n\nvoid __thiscall\ngold::Sized_elf_reloc_mapper<32,_false>::~Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)\n\n{\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_elf_reloc_mapper<32,_false>::~Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)\n\n{\n return;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32,_false>::~Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)\n\n{\n return" < number_literal , (ERROR "_false>::~" identifier > : : ~) (function_declarator "Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)" identifier (parameter_list "(Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg)" ( (parameter_declaration "Sized_elf_reloc_mapper" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) { return) ;) (ERROR "}" }))
(translation_unit "void FUN_00469ff0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00469ff0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00469ff0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(function_definition "void FUN_00469ff0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00469ff0(void)" (identifier "FUN_00469ff0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<32,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_elf_reloc_mapper<32,_false>::~Sized_elf_reloc_mapper (Sized_elf_reloc_mapper<32,_false> *this,int __in_chrg) { return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
null
void MASKED(void) { return; }
12342_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
~__close_sentry
FUN_004ccb30
/* ~__close_sentry() */ void __thiscall std::wfilebuf::close()::__close_sentry::~__close_sentry(__close_sentry *this) { long lVar1; undefined8 uVar2; *(undefined4 *)(*(long *)this + 0x78) = 0; *(undefined1 *)(*(long *)this + 0xc0) = 0; _M_destroy_internal_buffer(*(wfilebuf **)this); *(undefined1 *)(*(long *)this + 0xa9) = 0; *(undefined1 *)(*(long *)this + 0xaa) = 0; lVar1 = *(long *)this; uVar2 = *(undefined8 *)(lVar1 + 0x98); *(undefined8 *)(lVar1 + 0x28) = 0; *(undefined8 *)(lVar1 + 0x20) = 0; *(undefined8 *)(lVar1 + 8) = uVar2; *(undefined8 *)(lVar1 + 0x10) = uVar2; *(undefined8 *)(lVar1 + 0x18) = uVar2; *(undefined8 *)(lVar1 + 0x30) = 0; *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c); *(undefined8 *)(*(long *)this + 0x8c) = *(undefined8 *)(*(long *)this + 0x84); return; }
void FUN_004ccb30(long *param_1) { long lVar1; undefined8 uVar2; *(undefined4 *)(*param_1 + 0x78) = 0; *(undefined1 *)(*param_1 + 0xc0) = 0; FUN_004c8cb0(*param_1); *(undefined1 *)(*param_1 + 0xa9) = 0; *(undefined1 *)(*param_1 + 0xaa) = 0; lVar1 = *param_1; uVar2 = *(undefined8 *)(lVar1 + 0x98); *(undefined8 *)(lVar1 + 0x28) = 0; *(undefined8 *)(lVar1 + 0x20) = 0; *(undefined8 *)(lVar1 + 8) = uVar2; *(undefined8 *)(lVar1 + 0x10) = uVar2; *(undefined8 *)(lVar1 + 0x18) = uVar2; *(undefined8 *)(lVar1 + 0x30) = 0; *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c); *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84); return; }
PUSH RBX MOV RAX,qword ptr [RDI] MOV RBX,RDI MOV dword ptr [RAX + 0x78],0x0 MOV RAX,qword ptr [RDI] MOV byte ptr [RAX + 0xc0],0x0 MOV RDI,qword ptr [RDI] CALL 0x004c8cb0 MOV RAX,qword ptr [RBX] MOV byte ptr [RAX + 0xa9],0x0 MOV RAX,qword ptr [RBX] MOV byte ptr [RAX + 0xaa],0x0 MOV RAX,qword ptr [RBX] MOV RDX,qword ptr [RAX + 0x98] MOV qword ptr [RAX + 0x28],0x0 MOV qword ptr [RAX + 0x20],0x0 MOV qword ptr [RAX + 0x8],RDX MOV qword ptr [RAX + 0x10],RDX MOV qword ptr [RAX + 0x18],RDX MOV RDX,qword ptr [RAX + 0x7c] MOV qword ptr [RAX + 0x30],0x0 MOV qword ptr [RAX + 0x84],RDX MOV RAX,qword ptr [RBX] MOV RDX,qword ptr [RAX + 0x84] MOV qword ptr [RAX + 0x8c],RDX POP RBX RET
null
null
null
null
[('const-433', u'STORE_-1202467897'), ('const-433', u'STORE_-1202468015'), (u'LOAD_-1202467879', u'INT_ADD_-1202467847'), (u'CAST_-1202467890', u'STORE_-1202468030'), (u'LOAD_-1202467873', u'STORE_-1202467861'), ('tmp_196', u'CAST_-1202467870'), (u'LOAD_-1202467995', u'INT_ADD_-1202467973'), (u'LOAD_-1202467965', u'INT_ADD_-1202467872'), (u'INT_ADD_-1202468016', u'CAST_-1202467890'), ('const-169', u'INT_ADD_-1202467973'), ('const-0', u'STORE_-1202468030'), ('const-132', u'INT_ADD_-1202467872'), ('const-433', u'LOAD_-1202468008'), ('const-433', u'LOAD_-1202468042'), (u'LOAD_-1202467965', u'INT_ADD_-1202467911'), (u'CAST_-1202467758', u'STORE_-1202467861'), (u'CAST_-1202467857', u'STORE_-1202467987'), (u'CAST_-1202467882', u'LOAD_-1202468023'), ('const-433', u'STORE_-1202467925'), ('const-433', u'STORE_-1202467936'), ('const-433', u'STORE_-1202467918'), ('const-0', u'STORE_-1202467987'), (u'INT_ADD_-1202467897', u'CAST_-1202467797'), (u'LOAD_-1202467959', u'STORE_-1202467918'), (u'CAST_-1202467787', u'STORE_-1202467897'), (u'CAST_-1202467778', u'STORE_-1202467886'), (u'INT_ADD_-1202467857', u'CAST_-1202467766'), (u'INT_ADD_-1202467973', u'CAST_-1202467857'), (u'INT_ADD_-1202467933', u'CAST_-1202467825'), ('const-48', u'INT_ADD_-1202467883'), ('const-433', u'LOAD_-1202467995'), (u'CAST_-1202467797', u'STORE_-1202467911'), (u'LOAD_-1202467959', u'STORE_-1202467925'), (u'CAST_-1202467766', u'LOAD_-1202467873'), (u'INT_ADD_-1202467890', u'CAST_-1202467792'), ('const-132', u'INT_ADD_-1202467857'), ('const-0', u'STORE_-1202468015'), ('const-16', u'INT_ADD_-1202467904'), (u'LOAD_-1202467959', u'STORE_-1202467911'), ('const-433', u'LOAD_-1202467965'), ('const-192', u'INT_ADD_-1202468001'), ('tmp_196', u'CAST_-1202467849'), (u'CAST_-1202467833', u'LOAD_-1202467959'), ('const-433', u'STORE_-1202467861'), (u'INT_ADD_-1202467911', u'CAST_-1202467807'), ('const-433', u'STORE_-1202467947'), ('const-433', u'LOAD_-1202467873'), (u'LOAD_-1202467879', u'INT_ADD_-1202467857'), (u'CAST_-1202467816', u'STORE_-1202467936'), ('const-152', u'INT_ADD_-1202467943'), ('const-433', u'LOAD_-1202467959'), ('const-433', u'LOAD_-1202467906'), ('const-433', u'LOAD_-1202468023'), ('const-0', u'STORE_-1202467972'), (u'INT_ADD_-1202467922', u'CAST_-1202467816'), (u'INT_ADD_-1202467872', u'CAST_-1202467778'), (u'INT_ADD_-1202467958', u'CAST_-1202467845'), ('const-433', u'LOAD_-1202467879'), (u'CAST_-1202467861', u'LOAD_-1202467995'), ('tmp_196', u'CAST_-1202467770'), ('tmp_196', u'CAST_-1202467897'), ('const-0', u'RETURN_-1202467839'), (u'CAST_-1202467897', u'LOAD_-1202468042'), ('const-140', u'INT_ADD_-1202467847'), (u'CAST_-1202467837', u'LOAD_-1202467965'), (u'INT_ADD_-1202467904', u'CAST_-1202467802'), (u'INT_ADD_-1202467943', u'CAST_-1202467833'), ('const-32', u'INT_ADD_-1202467922'), (u'INT_ADD_-1202467883', u'CAST_-1202467787'), ('const-433', u'STORE_-1202467886'), (u'CAST_-1202467849', u'LOAD_-1202467980'), ('const-170', u'INT_ADD_-1202467958'), (u'CAST_-1202467845', u'STORE_-1202467972'), ('const-24', u'INT_ADD_-1202467897'), (u'LOAD_-1202467965', u'INT_ADD_-1202467922'), (u'LOAD_-1202468008', u'CALL_-1202467996'), ('const-433', u'LOAD_-1202467980'), ('const-0', u'STORE_-1202467897'), (u'LOAD_-1202467965', u'INT_ADD_-1202467890'), (u'LOAD_-1202467980', u'INT_ADD_-1202467958'), ('const-433', u'STORE_-1202467987'), ('const-120', u'INT_ADD_-1202468016'), (u'CAST_-1202467870', u'LOAD_-1202468008'), ('const-40', u'INT_ADD_-1202467933'), (u'LOAD_-1202467965', u'INT_ADD_-1202467883'), ('tmp_196', u'CAST_-1202467861'), ('tmp_196', u'CAST_-1202467882'), ('const-0', u'STORE_-1202467936'), (u'LOAD_-1202468042', u'INT_ADD_-1202468016'), ('const-124', u'INT_ADD_-1202467890'), (u'LOAD_-1202467965', u'INT_ADD_-1202467943'), ('const-433', u'STORE_-1202467911'), (u'CAST_-1202467802', u'STORE_-1202467918'), (u'CAST_-1202467878', u'STORE_-1202468015'), (u'LOAD_-1202467965', u'INT_ADD_-1202467904'), (u'LOAD_-1202467965', u'INT_ADD_-1202467897'), (u'LOAD_-1202467965', u'INT_ADD_-1202467933'), (u'CAST_-1202467792', u'LOAD_-1202467906'), (u'CAST_-1202467770', u'LOAD_-1202467879'), ('const-0', u'STORE_-1202467947'), ('const-8', u'INT_ADD_-1202467911'), (u'LOAD_-1202468023', u'INT_ADD_-1202468001'), ('const-433', u'STORE_-1202467972'), ('const-433', u'STORE_-1202468030'), (u'CAST_-1202467825', u'STORE_-1202467947'), ('tmp_196', u'CAST_-1202467837'), (u'LOAD_-1202467906', u'STORE_-1202467886'), (u'INT_ADD_-1202468001', u'CAST_-1202467878'), (u'CAST_-1202467807', u'STORE_-1202467925'), (u'INT_ADD_-1202467847', u'CAST_-1202467758')]
[(u'LOAD_-1202467879', u'INT_ADD_-1202467847'), ('const-0', u'STORE_-1202467972'), (u'LOAD_-1202467873', u'STORE_-1202467861'), (u'INT_ADD_-1202468001', u'CAST_-1202467880'), (u'LOAD_-1202467995', u'INT_ADD_-1202467973'), (u'INT_ADD_-1202467847', u'CAST_-1202467765'), (u'INT_ADD_-1202467973', u'CAST_-1202467861'), ('const-0', u'STORE_-1202467897'), (u'CAST_-1202467861', u'STORE_-1202467987'), (u'LOAD_-1202467965', u'INT_ADD_-1202467872'), ('const-433', u'LOAD_-1202468023'), ('const-169', u'INT_ADD_-1202467973'), ('const-132', u'INT_ADD_-1202467872'), (u'INT_ADD_-1202468016', u'CAST_-1202467891'), (u'CAST_-1202467822', u'STORE_-1202467936'), (u'CAST_-1202467813', u'STORE_-1202467925'), (u'LOAD_-1202467965', u'INT_ADD_-1202467911'), ('const-0', u'STORE_-1202467947'), (u'INT_ADD_-1202467958', u'CAST_-1202467850'), (u'INT_ADD_-1202467883', u'CAST_-1202467793'), ('tmp_222', u'LOAD_-1202467980'), (u'CAST_-1202467839', u'LOAD_-1202467959'), ('tmp_222', u'LOAD_-1202468042'), (u'CAST_-1202467784', u'STORE_-1202467886'), (u'INT_ADD_-1202467890', u'CAST_-1202467798'), ('const-433', u'STORE_-1202467897'), (u'CAST_-1202467850', u'STORE_-1202467972'), (u'LOAD_-1202467959', u'STORE_-1202467918'), ('const-433', u'LOAD_-1202467980'), ('const-433', u'STORE_-1202467972'), (u'CAST_-1202467793', u'STORE_-1202467897'), ('const-433', u'LOAD_-1202468008'), ('const-48', u'INT_ADD_-1202467883'), (u'CAST_-1202467765', u'STORE_-1202467861'), (u'LOAD_-1202467959', u'STORE_-1202467925'), (u'INT_ADD_-1202467897', u'CAST_-1202467803'), ('const-132', u'INT_ADD_-1202467857'), ('const-16', u'INT_ADD_-1202467904'), (u'LOAD_-1202467959', u'STORE_-1202467911'), ('const-192', u'INT_ADD_-1202468001'), ('const-0', u'STORE_-1202467987'), ('const-433', u'STORE_-1202467886'), (u'CAST_-1202467880', u'STORE_-1202468015'), ('tmp_222', u'LOAD_-1202468008'), ('const-433', u'STORE_-1202467925'), ('tmp_222', u'LOAD_-1202467995'), (u'LOAD_-1202467879', u'INT_ADD_-1202467857'), ('const-152', u'INT_ADD_-1202467943'), ('const-433', u'LOAD_-1202467879'), ('const-433', u'LOAD_-1202467995'), ('const-433', u'STORE_-1202467947'), ('tmp_222', u'LOAD_-1202467965'), ('const-433', u'STORE_-1202468015'), (u'INT_ADD_-1202467857', u'CAST_-1202467773'), (u'CAST_-1202467808', u'STORE_-1202467918'), ('const-0', u'RETURN_-1202467839'), ('const-140', u'INT_ADD_-1202467847'), (u'CAST_-1202467891', u'STORE_-1202468030'), (u'INT_ADD_-1202467904', u'CAST_-1202467808'), ('const-32', u'INT_ADD_-1202467922'), (u'INT_ADD_-1202467911', u'CAST_-1202467813'), ('const-0', u'STORE_-1202468030'), (u'CAST_-1202467773', u'LOAD_-1202467873'), ('const-170', u'INT_ADD_-1202467958'), ('const-433', u'STORE_-1202467936'), ('const-433', u'LOAD_-1202467965'), ('const-433', u'STORE_-1202467911'), ('const-24', u'INT_ADD_-1202467897'), (u'LOAD_-1202467965', u'INT_ADD_-1202467922'), ('const-433', u'LOAD_-1202467906'), ('const-433', u'STORE_-1202467861'), (u'LOAD_-1202468008', u'CALL_-1202467996'), (u'INT_ADD_-1202467922', u'CAST_-1202467822'), (u'LOAD_-1202467965', u'INT_ADD_-1202467890'), (u'LOAD_-1202467980', u'INT_ADD_-1202467958'), ('const-120', u'INT_ADD_-1202468016'), ('const-40', u'INT_ADD_-1202467933'), (u'LOAD_-1202467965', u'INT_ADD_-1202467883'), ('const-0', u'STORE_-1202467936'), (u'INT_ADD_-1202467872', u'CAST_-1202467784'), ('tmp_222', u'LOAD_-1202468023'), (u'LOAD_-1202468042', u'INT_ADD_-1202468016'), ('const-124', u'INT_ADD_-1202467890'), (u'LOAD_-1202467965', u'INT_ADD_-1202467943'), ('const-433', u'STORE_-1202467918'), (u'CAST_-1202467831', u'STORE_-1202467947'), (u'CAST_-1202467803', u'STORE_-1202467911'), (u'INT_ADD_-1202467943', u'CAST_-1202467839'), (u'INT_ADD_-1202467933', u'CAST_-1202467831'), (u'LOAD_-1202467965', u'INT_ADD_-1202467904'), (u'LOAD_-1202467965', u'INT_ADD_-1202467897'), ('tmp_222', u'LOAD_-1202467879'), (u'LOAD_-1202467965', u'INT_ADD_-1202467933'), ('const-433', u'STORE_-1202467987'), ('const-0', u'STORE_-1202468015'), ('const-8', u'INT_ADD_-1202467911'), (u'LOAD_-1202468023', u'INT_ADD_-1202468001'), ('const-433', u'LOAD_-1202468042'), (u'CAST_-1202467798', u'LOAD_-1202467906'), ('const-433', u'LOAD_-1202467873'), ('const-433', u'LOAD_-1202467959'), (u'LOAD_-1202467906', u'STORE_-1202467886'), ('const-433', u'STORE_-1202468030')]
null
null
004ccb30
x64
O2
(translation_unit "void FUN_004ccb30(long *param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*param_1 + 0x78) = 0;\n *(undefined1 *)(*param_1 + 0xc0) = 0;\n FUN_004c8cb0(*param_1);\n *(undefined1 *)(*param_1 + 0xa9) = 0;\n *(undefined1 *)(*param_1 + 0xaa) = 0;\n lVar1 = *param_1;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);\n return;\n}\n\n" (function_definition "void FUN_004ccb30(long *param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*param_1 + 0x78) = 0;\n *(undefined1 *)(*param_1 + 0xc0) = 0;\n FUN_004c8cb0(*param_1);\n *(undefined1 *)(*param_1 + 0xa9) = 0;\n *(undefined1 *)(*param_1 + 0xaa) = 0;\n lVar1 = *param_1;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);\n return;\n}" primitive_type (function_declarator "FUN_004ccb30(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*param_1 + 0x78) = 0;\n *(undefined1 *)(*param_1 + 0xc0) = 0;\n FUN_004c8cb0(*param_1);\n *(undefined1 *)(*param_1 + 0xa9) = 0;\n *(undefined1 *)(*param_1 + 0xaa) = 0;\n lVar1 = *param_1;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "*(undefined4 *)(*param_1 + 0x78) = 0;" (assignment_expression "*(undefined4 *)(*param_1 + 0x78) = 0" (pointer_expression "*(undefined4 *)(*param_1 + 0x78)" * (cast_expression "(undefined4 *)(*param_1 + 0x78)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x78)" ( (binary_expression "*param_1 + 0x78" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*param_1 + 0xc0) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xc0) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xc0)" * (cast_expression "(undefined1 *)(*param_1 + 0xc0)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0xc0)" ( (binary_expression "*param_1 + 0xc0" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_004c8cb0(*param_1);" (call_expression "FUN_004c8cb0(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) ;) (expression_statement "*(undefined1 *)(*param_1 + 0xa9) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xa9) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xa9)" * (cast_expression "(undefined1 *)(*param_1 + 0xa9)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0xa9)" ( (binary_expression "*param_1 + 0xa9" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*param_1 + 0xaa) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xaa) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xaa)" * (cast_expression "(undefined1 *)(*param_1 + 0xaa)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0xaa)" ( (binary_expression "*param_1 + 0xaa" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar2 = *(undefined8 *)(lVar1 + 0x98);" (assignment_expression "uVar2 = *(undefined8 *)(lVar1 + 0x98)" identifier = (pointer_expression "*(undefined8 *)(lVar1 + 0x98)" * (cast_expression "(undefined8 *)(lVar1 + 0x98)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x98)" ( (binary_expression "lVar1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x28) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x28)" * (cast_expression "(undefined8 *)(lVar1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x28)" ( (binary_expression "lVar1 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x20)" * (cast_expression "(undefined8 *)(lVar1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 8) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 8) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 8)" * (cast_expression "(undefined8 *)(lVar1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x10) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 0x10)" * (cast_expression "(undefined8 *)(lVar1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x18) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x18) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 0x18)" * (cast_expression "(undefined8 *)(lVar1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x30) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x30) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x30)" * (cast_expression "(undefined8 *)(lVar1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);" (assignment_expression "*(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c)" (pointer_expression "*(undefined8 *)(lVar1 + 0x84)" * (cast_expression "(undefined8 *)(lVar1 + 0x84)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x84)" ( (binary_expression "lVar1 + 0x84" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(lVar1 + 0x7c)" * (cast_expression "(undefined8 *)(lVar1 + 0x7c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x7c)" ( (binary_expression "lVar1 + 0x7c" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);" (assignment_expression "*(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84)" (pointer_expression "*(undefined8 *)(*param_1 + 0x8c)" * (cast_expression "(undefined8 *)(*param_1 + 0x8c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x8c)" ( (binary_expression "*param_1 + 0x8c" (pointer_expression "*param_1" * identifier) + number_literal) )))) = (pointer_expression "*(undefined8 *)(*param_1 + 0x84)" * (cast_expression "(undefined8 *)(*param_1 + 0x84)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x84)" ( (binary_expression "*param_1 + 0x84" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* ~__close_sentry() */\n\nvoid __thiscall std::wfilebuf::close()::__close_sentry::~__close_sentry(__close_sentry *this)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*(long *)this + 0x78) = 0;\n *(undefined1 *)(*(long *)this + 0xc0) = 0;\n _M_destroy_internal_buffer(*(wfilebuf **)this);\n *(undefined1 *)(*(long *)this + 0xa9) = 0;\n *(undefined1 *)(*(long *)this + 0xaa) = 0;\n lVar1 = *(long *)this;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*(long *)this + 0x8c) = *(undefined8 *)(*(long *)this + 0x84);\n return;\n}\n\n" comment (function_definition "void __thiscall std::wfilebuf::close()::__close_sentry::~__close_sentry(__close_sentry *this)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*(long *)this + 0x78) = 0;\n *(undefined1 *)(*(long *)this + 0xc0) = 0;\n _M_destroy_internal_buffer(*(wfilebuf **)this);\n *(undefined1 *)(*(long *)this + 0xa9) = 0;\n *(undefined1 *)(*(long *)this + 0xaa) = 0;\n lVar1 = *(long *)this;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*(long *)this + 0x8c) = *(undefined8 *)(*(long *)this + 0x84);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wfilebuf::" identifier : : identifier : :) (function_declarator "close()::__close_sentry::~__close_sentry(__close_sentry *this)" identifier (parameter_list "()" ( )) (ERROR "::" : :) identifier (ERROR "::~" : : ~) (call_expression "__close_sentry(__close_sentry *this)" identifier (argument_list "(__close_sentry *this)" ( (binary_expression "__close_sentry *this" identifier * identifier) )))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*(long *)this + 0x78) = 0;\n *(undefined1 *)(*(long *)this + 0xc0) = 0;\n _M_destroy_internal_buffer(*(wfilebuf **)this);\n *(undefined1 *)(*(long *)this + 0xa9) = 0;\n *(undefined1 *)(*(long *)this + 0xaa) = 0;\n lVar1 = *(long *)this;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*(long *)this + 0x8c) = *(undefined8 *)(*(long *)this + 0x84);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "*(undefined4 *)(*(long *)this + 0x78) = 0;" (assignment_expression "*(undefined4 *)(*(long *)this + 0x78) = 0" (pointer_expression "*(undefined4 *)(*(long *)this + 0x78)" * (cast_expression "(undefined4 *)(*(long *)this + 0x78)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + 0x78)" ( (binary_expression "*(long *)this + 0x78" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*(long *)this + 0xc0) = 0;" (assignment_expression "*(undefined1 *)(*(long *)this + 0xc0) = 0" (pointer_expression "*(undefined1 *)(*(long *)this + 0xc0)" * (cast_expression "(undefined1 *)(*(long *)this + 0xc0)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + 0xc0)" ( (binary_expression "*(long *)this + 0xc0" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) = number_literal) ;) (expression_statement "_M_destroy_internal_buffer(*(wfilebuf **)this);" (call_expression "_M_destroy_internal_buffer(*(wfilebuf **)this)" identifier (argument_list "(*(wfilebuf **)this)" ( (pointer_expression "*(wfilebuf **)this" * (cast_expression "(wfilebuf **)this" ( (type_descriptor "wfilebuf **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (expression_statement "*(undefined1 *)(*(long *)this + 0xa9) = 0;" (assignment_expression "*(undefined1 *)(*(long *)this + 0xa9) = 0" (pointer_expression "*(undefined1 *)(*(long *)this + 0xa9)" * (cast_expression "(undefined1 *)(*(long *)this + 0xa9)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + 0xa9)" ( (binary_expression "*(long *)this + 0xa9" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*(long *)this + 0xaa) = 0;" (assignment_expression "*(undefined1 *)(*(long *)this + 0xaa) = 0" (pointer_expression "*(undefined1 *)(*(long *)this + 0xaa)" * (cast_expression "(undefined1 *)(*(long *)this + 0xaa)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + 0xaa)" ( (binary_expression "*(long *)this + 0xaa" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) = number_literal) ;) (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 "uVar2 = *(undefined8 *)(lVar1 + 0x98);" (assignment_expression "uVar2 = *(undefined8 *)(lVar1 + 0x98)" identifier = (pointer_expression "*(undefined8 *)(lVar1 + 0x98)" * (cast_expression "(undefined8 *)(lVar1 + 0x98)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x98)" ( (binary_expression "lVar1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x28) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x28)" * (cast_expression "(undefined8 *)(lVar1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x28)" ( (binary_expression "lVar1 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x20)" * (cast_expression "(undefined8 *)(lVar1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 8) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 8) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 8)" * (cast_expression "(undefined8 *)(lVar1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x10) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 0x10)" * (cast_expression "(undefined8 *)(lVar1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x18) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x18) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 0x18)" * (cast_expression "(undefined8 *)(lVar1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x30) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x30) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x30)" * (cast_expression "(undefined8 *)(lVar1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);" (assignment_expression "*(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c)" (pointer_expression "*(undefined8 *)(lVar1 + 0x84)" * (cast_expression "(undefined8 *)(lVar1 + 0x84)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x84)" ( (binary_expression "lVar1 + 0x84" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(lVar1 + 0x7c)" * (cast_expression "(undefined8 *)(lVar1 + 0x7c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x7c)" ( (binary_expression "lVar1 + 0x7c" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(*(long *)this + 0x8c) = *(undefined8 *)(*(long *)this + 0x84);" (assignment_expression "*(undefined8 *)(*(long *)this + 0x8c) = *(undefined8 *)(*(long *)this + 0x84)" (pointer_expression "*(undefined8 *)(*(long *)this + 0x8c)" * (cast_expression "(undefined8 *)(*(long *)this + 0x8c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + 0x8c)" ( (binary_expression "*(long *)this + 0x8c" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) = (pointer_expression "*(undefined8 *)(*(long *)this + 0x84)" * (cast_expression "(undefined8 *)(*(long *)this + 0x84)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + 0x84)" ( (binary_expression "*(long *)this + 0x84" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_004ccb30(long *param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*param_1 + 0x78) = 0;\n *(undefined1 *)(*param_1 + 0xc0) = 0;\n FUN_004c8cb0(*param_1);\n *(undefined1 *)(*param_1 + 0xa9) = 0;\n *(undefined1 *)(*param_1 + 0xaa) = 0;\n lVar1 = *param_1;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);\n return;\n}\n\n" (function_definition "void FUN_004ccb30(long *param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*param_1 + 0x78) = 0;\n *(undefined1 *)(*param_1 + 0xc0) = 0;\n FUN_004c8cb0(*param_1);\n *(undefined1 *)(*param_1 + 0xa9) = 0;\n *(undefined1 *)(*param_1 + 0xaa) = 0;\n lVar1 = *param_1;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);\n return;\n}" primitive_type (function_declarator "FUN_004ccb30(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*param_1 + 0x78) = 0;\n *(undefined1 *)(*param_1 + 0xc0) = 0;\n FUN_004c8cb0(*param_1);\n *(undefined1 *)(*param_1 + 0xa9) = 0;\n *(undefined1 *)(*param_1 + 0xaa) = 0;\n lVar1 = *param_1;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "*(undefined4 *)(*param_1 + 0x78) = 0;" (assignment_expression "*(undefined4 *)(*param_1 + 0x78) = 0" (pointer_expression "*(undefined4 *)(*param_1 + 0x78)" * (cast_expression "(undefined4 *)(*param_1 + 0x78)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x78)" ( (binary_expression "*param_1 + 0x78" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*param_1 + 0xc0) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xc0) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xc0)" * (cast_expression "(undefined1 *)(*param_1 + 0xc0)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0xc0)" ( (binary_expression "*param_1 + 0xc0" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_004c8cb0(*param_1);" (call_expression "FUN_004c8cb0(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) ;) (expression_statement "*(undefined1 *)(*param_1 + 0xa9) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xa9) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xa9)" * (cast_expression "(undefined1 *)(*param_1 + 0xa9)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0xa9)" ( (binary_expression "*param_1 + 0xa9" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*param_1 + 0xaa) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xaa) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xaa)" * (cast_expression "(undefined1 *)(*param_1 + 0xaa)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0xaa)" ( (binary_expression "*param_1 + 0xaa" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar2 = *(undefined8 *)(lVar1 + 0x98);" (assignment_expression "uVar2 = *(undefined8 *)(lVar1 + 0x98)" identifier = (pointer_expression "*(undefined8 *)(lVar1 + 0x98)" * (cast_expression "(undefined8 *)(lVar1 + 0x98)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x98)" ( (binary_expression "lVar1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x28) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x28)" * (cast_expression "(undefined8 *)(lVar1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x28)" ( (binary_expression "lVar1 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x20)" * (cast_expression "(undefined8 *)(lVar1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 8) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 8) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 8)" * (cast_expression "(undefined8 *)(lVar1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x10) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 0x10)" * (cast_expression "(undefined8 *)(lVar1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x18) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x18) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 0x18)" * (cast_expression "(undefined8 *)(lVar1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x30) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x30) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x30)" * (cast_expression "(undefined8 *)(lVar1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);" (assignment_expression "*(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c)" (pointer_expression "*(undefined8 *)(lVar1 + 0x84)" * (cast_expression "(undefined8 *)(lVar1 + 0x84)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x84)" ( (binary_expression "lVar1 + 0x84" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(lVar1 + 0x7c)" * (cast_expression "(undefined8 *)(lVar1 + 0x7c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x7c)" ( (binary_expression "lVar1 + 0x7c" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);" (assignment_expression "*(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84)" (pointer_expression "*(undefined8 *)(*param_1 + 0x8c)" * (cast_expression "(undefined8 *)(*param_1 + 0x8c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x8c)" ( (binary_expression "*param_1 + 0x8c" (pointer_expression "*param_1" * identifier) + number_literal) )))) = (pointer_expression "*(undefined8 *)(*param_1 + 0x84)" * (cast_expression "(undefined8 *)(*param_1 + 0x84)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x84)" ( (binary_expression "*param_1 + 0x84" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_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 = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (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) )))) = 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 (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) )))) = (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 (pointer_expression * IDENT) + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (return_statement return ;) })))
(function_definition "void FUN_004ccb30(long *param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*param_1 + 0x78) = 0;\n *(undefined1 *)(*param_1 + 0xc0) = 0;\n FUN_004c8cb0(*param_1);\n *(undefined1 *)(*param_1 + 0xa9) = 0;\n *(undefined1 *)(*param_1 + 0xaa) = 0;\n lVar1 = *param_1;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);\n return;\n}" (primitive_type "void") (function_declarator "FUN_004ccb30(long *param_1)" (identifier "FUN_004ccb30") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(*param_1 + 0x78) = 0;\n *(undefined1 *)(*param_1 + 0xc0) = 0;\n FUN_004c8cb0(*param_1);\n *(undefined1 *)(*param_1 + 0xa9) = 0;\n *(undefined1 *)(*param_1 + 0xaa) = 0;\n lVar1 = *param_1;\n uVar2 = *(undefined8 *)(lVar1 + 0x98);\n *(undefined8 *)(lVar1 + 0x28) = 0;\n *(undefined8 *)(lVar1 + 0x20) = 0;\n *(undefined8 *)(lVar1 + 8) = uVar2;\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n *(undefined8 *)(lVar1 + 0x18) = uVar2;\n *(undefined8 *)(lVar1 + 0x30) = 0;\n *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);\n *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "*(undefined4 *)(*param_1 + 0x78) = 0;" (assignment_expression "*(undefined4 *)(*param_1 + 0x78) = 0" (pointer_expression "*(undefined4 *)(*param_1 + 0x78)" (* "*") (cast_expression "(undefined4 *)(*param_1 + 0x78)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x78)" (( "(") (binary_expression "*param_1 + 0x78" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x78")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(*param_1 + 0xc0) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xc0) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xc0)" (* "*") (cast_expression "(undefined1 *)(*param_1 + 0xc0)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0xc0)" (( "(") (binary_expression "*param_1 + 0xc0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xc0")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_004c8cb0(*param_1);" (call_expression "FUN_004c8cb0(*param_1)" (identifier "FUN_004c8cb0") (argument_list "(*param_1)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (expression_statement "*(undefined1 *)(*param_1 + 0xa9) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xa9) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xa9)" (* "*") (cast_expression "(undefined1 *)(*param_1 + 0xa9)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0xa9)" (( "(") (binary_expression "*param_1 + 0xa9" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xa9")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(*param_1 + 0xaa) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + 0xaa) = 0" (pointer_expression "*(undefined1 *)(*param_1 + 0xaa)" (* "*") (cast_expression "(undefined1 *)(*param_1 + 0xaa)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0xaa)" (( "(") (binary_expression "*param_1 + 0xaa" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xaa")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" (identifier "lVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar2 = *(undefined8 *)(lVar1 + 0x98);" (assignment_expression "uVar2 = *(undefined8 *)(lVar1 + 0x98)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x98)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x98)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x98)" (( "(") (binary_expression "lVar1 + 0x98" (identifier "lVar1") (+ "+") (number_literal "0x98")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(lVar1 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x28) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x28)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x28)" (( "(") (binary_expression "lVar1 + 0x28" (identifier "lVar1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(lVar1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(lVar1 + 8) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 8) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 8)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 8)" (( "(") (binary_expression "lVar1 + 8" (identifier "lVar1") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "*(undefined8 *)(lVar1 + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x10) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 0x10)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "*(undefined8 *)(lVar1 + 0x18) = uVar2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x18) = uVar2" (pointer_expression "*(undefined8 *)(lVar1 + 0x18)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x18)" (( "(") (binary_expression "lVar1 + 0x18" (identifier "lVar1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "*(undefined8 *)(lVar1 + 0x30) = 0;" (assignment_expression "*(undefined8 *)(lVar1 + 0x30) = 0" (pointer_expression "*(undefined8 *)(lVar1 + 0x30)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x30)" (( "(") (binary_expression "lVar1 + 0x30" (identifier "lVar1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c);" (assignment_expression "*(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c)" (pointer_expression "*(undefined8 *)(lVar1 + 0x84)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x84)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x84)" (( "(") (binary_expression "lVar1 + 0x84" (identifier "lVar1") (+ "+") (number_literal "0x84")) () ")")))) (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x7c)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x7c)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x7c)" (( "(") (binary_expression "lVar1 + 0x7c" (identifier "lVar1") (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84);" (assignment_expression "*(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84)" (pointer_expression "*(undefined8 *)(*param_1 + 0x8c)" (* "*") (cast_expression "(undefined8 *)(*param_1 + 0x8c)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x8c)" (( "(") (binary_expression "*param_1 + 0x8c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x8c")) () ")")))) (= "=") (pointer_expression "*(undefined8 *)(*param_1 + 0x84)" (* "*") (cast_expression "(undefined8 *)(*param_1 + 0x84)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x84)" (( "(") (binary_expression "*param_1 + 0x84" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x84")) () ")"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* ~__close_sentry() */ void __thiscall std::type_4::function_1()::function_2::~function_2(function_2 *var_1) { long var_3; type_1 uVar2; *(type_2 *)(*(long *)var_1 + 0x78) = 0; *(type_3 *)(*(long *)var_1 + 0xc0) = 0; var_2(*(type_4 **)var_1); *(type_3 *)(*(long *)var_1 + 0xa9) = 0; *(type_3 *)(*(long *)var_1 + 0xaa) = 0; var_3 = *(long *)var_1; uVar2 = *(type_1 *)(var_3 + 0x98); *(type_1 *)(var_3 + 0x28) = 0; *(type_1 *)(var_3 + 0x20) = 0; *(type_1 *)(var_3 + 8) = uVar2; *(type_1 *)(var_3 + 0x10) = uVar2; *(type_1 *)(var_3 + 0x18) = uVar2; *(type_1 *)(var_3 + 0x30) = 0; *(type_1 *)(var_3 + 0x84) = *(type_1 *)(var_3 + 0x7c); *(type_1 *)(*(long *)var_1 + 0x8c) = *(type_1 *)(*(long *)var_1 + 0x84); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (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: (pointer_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: (pointer_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: (pointer_expression argument: (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: (pointer_expression argument: (identifier)) right: (number_literal))))))) (return_statement))))
null
void MASKED(long *param_1) { long lVar1; undefined8 uVar2; *(undefined4 *)(*param_1 + 0x78) = 0; *(undefined1 *)(*param_1 + 0xc0) = 0; FUN_004c8cb0(*param_1); *(undefined1 *)(*param_1 + 0xa9) = 0; *(undefined1 *)(*param_1 + 0xaa) = 0; lVar1 = *param_1; uVar2 = *(undefined8 *)(lVar1 + 0x98); *(undefined8 *)(lVar1 + 0x28) = 0; *(undefined8 *)(lVar1 + 0x20) = 0; *(undefined8 *)(lVar1 + 8) = uVar2; *(undefined8 *)(lVar1 + 0x10) = uVar2; *(undefined8 *)(lVar1 + 0x18) = uVar2; *(undefined8 *)(lVar1 + 0x30) = 0; *(undefined8 *)(lVar1 + 0x84) = *(undefined8 *)(lVar1 + 0x7c); *(undefined8 *)(*param_1 + 0x8c) = *(undefined8 *)(*param_1 + 0x84); return; }
1798_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
parse_to_value
FUN_0015db30
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_initfirst * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __thiscall gold::General_options::Struct_initfirst::parse_to_value (Struct_initfirst *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_0015db30(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
[('const-0', u'RETURN_-1207248026'), ('const-1', u'STORE_-1207248045'), ('tmp_60', u'CALL_-1207248049'), ('tmp_59', u'CALL_-1207248049'), ('const-433', u'STORE_-1207248045'), ('tmp_58', u'PTRSUB_-1207247968'), (u'PTRSUB_-1207247958', u'STORE_-1207248045'), ('const-97', u'PTRSUB_-1207247968'), ('tmp_58', u'PTRSUB_-1207247958'), (u'PTRSUB_-1207247968', u'CALL_-1207248049'), ('const-96', u'PTRSUB_-1207247958')]
[('const-0', u'RETURN_-1207248026'), ('tmp_84', u'INT_ADD_-1207248031'), ('const-97', u'INT_ADD_-1207248045'), (u'INT_ADD_-1207248045', u'CALL_-1207248049'), ('tmp_86', u'CALL_-1207248049'), ('tmp_85', u'CALL_-1207248049'), (u'CAST_-1207247963', u'STORE_-1207248045'), (u'INT_ADD_-1207248031', u'CAST_-1207247963'), ('const-1', u'STORE_-1207248045'), ('tmp_84', u'INT_ADD_-1207248045'), ('const-96', u'INT_ADD_-1207248031'), ('const-433', u'STORE_-1207248045')]
null
null
0015db30
x64
O2
(translation_unit "void FUN_0015db30(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_0015db30(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_0015db30(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_initfirst * this, char * option_name, char *\n arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_initfirst::parse_to_value\n (Struct_initfirst *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_initfirst::parse_to_value\n (Struct_initfirst *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_initfirst::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_initfirst *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" identifier (parameter_list "(Struct_initfirst *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" ( (parameter_declaration "Struct_initfirst *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_0015db30(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_0015db30(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_0015db30(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_0015db30(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_0015db30(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_0015db30") (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_initfirst * 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; }
495_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
Arm_reloc_property_table
FUN_0017adce
/* gold::Arm_reloc_property_table::Arm_reloc_property_table() [clone .cold.86] */ void __thiscall gold::Arm_reloc_property_table::Arm_reloc_property_table(Arm_reloc_property_table *this) { long unaff_RBX; long unaff_RBP; long unaff_R14; void *unaff_R15; operator_delete(unaff_R15,0x50); if (*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x6b8) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x70)); } if (*(void **)(unaff_RBP + -0x50) != (void *)(unaff_RBX + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x50)); } if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x5b0)); } if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x5d0)); } if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x5f0)); } if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x610)); } if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x630)); } if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x650)); } if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x670)); } if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x690)); } if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) { operator_delete(*(void **)(unaff_RBP + -0x6b0)); } /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_0017adce(void) { long unaff_RBX; long unaff_RBP; long unaff_R14; thunk_FUN_0049e330(); if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) { FUN_0049e330(); } /* WARNING: Subroutine does not return */ FUN_0052bfa0(); }
MOV ESI,0x50 MOV RDI,R15 CALL 0x0049e320 MOV RAX,qword ptr [RBP + -0x6b8] MOV RDI,qword ptr [RBP + -0x70] ADD RAX,0x10 CMP RDI,RAX JZ 0x0017adf4 CALL 0x0049e330 MOV RDI,qword ptr [RBP + -0x50] ADD RBX,0x10 CMP RDI,RBX JZ 0x0017ae06 CALL 0x0049e330 MOV RBX,R12 MOV RDX,qword ptr [RBP + -0x710] MOV RDI,qword ptr [RBP + -0x5b0] ADD RDX,0x10 CMP RDI,RDX JZ 0x0017ae25 CALL 0x0049e330 MOV RAX,qword ptr [RBP + -0x708] MOV RDI,qword ptr [RBP + -0x5d0] ADD RAX,0x10 CMP RDI,RAX JZ 0x0017ae41 CALL 0x0049e330 MOV RAX,qword ptr [RBP + -0x6d8] MOV RDI,qword ptr [RBP + -0x5f0] ADD RAX,0x10 CMP RDI,RAX JZ 0x0017ae5d CALL 0x0049e330 MOV RDI,qword ptr [RBP + -0x610] ADD R14,0x10 CMP RDI,R14 JZ 0x0017ae72 CALL 0x0049e330 MOV RAX,qword ptr [RBP + -0x700] MOV RDI,qword ptr [RBP + -0x630] ADD RAX,0x10 CMP RDI,RAX JZ 0x0017ae8e CALL 0x0049e330 MOV RAX,qword ptr [RBP + -0x6d0] MOV RDI,qword ptr [RBP + -0x650] ADD RAX,0x10 CMP RDI,RAX JZ 0x0017aeaa CALL 0x0049e330 MOV RAX,qword ptr [RBP + -0x6e0] MOV RDI,qword ptr [RBP + -0x670] ADD RAX,0x10 CMP RDI,RAX JZ 0x0017aec6 CALL 0x0049e330 MOV RAX,qword ptr [RBP + -0x6f0] MOV RDI,qword ptr [RBP + -0x690] ADD RAX,0x10 CMP RDI,RAX JZ 0x0017aee2 CALL 0x0049e330 MOV RAX,qword ptr [RBP + -0x6c0] MOV RDI,qword ptr [RBP + -0x6b0] ADD RAX,0x10 CMP RDI,RAX JZ 0x0017aefe CALL 0x0049e330 MOV RDI,RBX CALL 0x0052bfa0
null
null
null
null
[(u'INT_ADD_-1207390448', u'CAST_-1207389866'), (u'LOAD_-1207390739', u'CALL_-1207390697'), (u'CAST_-1207389750', u'LOAD_-1207390248'), (u'INT_ADD_-1207390185', u'CAST_-1207389727'), (u'LOAD_-1207390590', u'INT_ADD_-1207390552'), (u'CAST_-1207389851', u'LOAD_-1207390429'), ('const--1744', u'INT_ADD_-1207390356'), ('tmp_868', u'CBRANCH_-1207390153'), (u'INT_ADD_-1207390679', u'CAST_-1207389990'), ('const--1808', u'INT_ADD_-1207390631'), (u'LOAD_-1207390533', u'INT_ADD_-1207390495'), ('const-16', u'INT_ADD_-1207390220'), (u'INT_ADD_-1207390714', u'CAST_-1207390005'), ('tmp_1773', u'INT_ADD_-1207390460'), (u'LOAD_-1207390476', u'INT_NOTEQUAL_-1207390439'), ('tmp_1773', u'INT_ADD_-1207390356'), (u'LOAD_-1207390201', u'INT_ADD_-1207390163'), ('const--1616', u'INT_ADD_-1207390346'), ('const-433', u'LOAD_-1207390315'), (u'INT_ADD_-1207390574', u'CAST_-1207389936'), ('tmp_396', u'CBRANCH_-1207390485'), (u'INT_NOTEQUAL_-1207390154', u'CBRANCH_-1207390153'), (u'LOAD_-1207390419', u'CALL_-1207390374'), (u'LOAD_-1207390362', u'INT_NOTEQUAL_-1207390325'), ('const--1552', u'INT_ADD_-1207390460'), ('tmp_1773', u'INT_ADD_-1207390185'), ('tmp_316', u'CBRANCH_-1207390542'), ('const--1584', u'INT_ADD_-1207390403'), ('const-80', u'CALL_-1207390751'), (u'LOAD_-1207390637', u'CALL_-1207390592'), ('const-433', u'LOAD_-1207390695'), ('const-433', u'LOAD_-1207390372'), ('tmp_1773', u'INT_ADD_-1207390574'), ('const-16', u'INT_ADD_-1207390334'), (u'INT_ADD_-1207390299', u'CAST_-1207389789'), (u'INT_ADD_-1207390507', u'CAST_-1207389897'), ('const-16', u'INT_ADD_-1207390495'), (u'LOAD_-1207390191', u'CALL_-1207390146'), ('const--1776', u'INT_ADD_-1207390242'), (u'INT_ADD_-1207390631', u'CAST_-1207389967'), ('const-433', u'LOAD_-1207390523'), ('const-16', u'INT_ADD_-1207390552'), (u'CAST_-1207389773', u'INT_NOTEQUAL_-1207390268'), ('tmp_1774', u'INT_ADD_-1207390670'), ('const--1800', u'INT_ADD_-1207390574'), (u'INT_ADD_-1207390460', u'CAST_-1207389874'), (u'INT_ADD_-1207390723', u'CAST_-1207390010'), ('tmp_1773', u'INT_ADD_-1207390242'), ('tmp_1773', u'INT_ADD_-1207390175'), (u'INT_ADD_-1207390346', u'CAST_-1207389812'), ('const--1456', u'INT_ADD_-1207390621'), ('const--1792', u'INT_ADD_-1207390413'), ('const-433', u'LOAD_-1207390476'), (u'INT_ADD_-1207390220', u'CAST_-1207389742'), ('tmp_1766', u'CALL_-1207390751'), ('tmp_1773', u'INT_ADD_-1207390346'), ('tmp_708', u'CBRANCH_-1207390267'), (u'INT_ADD_-1207390242', u'CAST_-1207389758'), (u'INT_NOTEQUAL_-1207390486', u'CBRANCH_-1207390485'), (u'CAST_-1207389835', u'INT_NOTEQUAL_-1207390382'), (u'LOAD_-1207390191', u'INT_NOTEQUAL_-1207390154'), ('tmp_1773', u'INT_ADD_-1207390507'), (u'INT_NOTEQUAL_-1207390382', u'CBRANCH_-1207390381'), (u'LOAD_-1207390739', u'INT_NOTEQUAL_-1207390705'), (u'CAST_-1207389905', u'LOAD_-1207390533'), ('const-433', u'LOAD_-1207390429'), ('tmp_1773', u'INT_ADD_-1207390403'), (u'LOAD_-1207390647', u'INT_ADD_-1207390609'), (u'INT_ADD_-1207390391', u'CAST_-1207389835'), (u'CAST_-1207389727', u'LOAD_-1207390201'), (u'CAST_-1207389812', u'LOAD_-1207390362'), (u'CAST_-1207390005', u'INT_NOTEQUAL_-1207390705'), ('tmp_1773', u'INT_ADD_-1207390517'), (u'LOAD_-1207390580', u'INT_NOTEQUAL_-1207390543'), ('tmp_1773', u'INT_ADD_-1207390232'), (u'INT_ADD_-1207390175', u'CAST_-1207389719'), ('const--1720', u'INT_ADD_-1207390733'), ('const-433', u'LOAD_-1207390258'), (u'CAST_-1207389951', u'INT_NOTEQUAL_-1207390600'), ('tmp_628', u'CBRANCH_-1207390324'), (u'INT_ADD_-1207390289', u'CAST_-1207389781'), ('tmp_154', u'CBRANCH_-1207390660'), (u'LOAD_-1207390305', u'INT_NOTEQUAL_-1207390268'), ('const-16', u'INT_ADD_-1207390670'), (u'CAST_-1207389866', u'INT_NOTEQUAL_-1207390439'), (u'INT_NOTEQUAL_-1207390439', u'CBRANCH_-1207390438'), ('const-433', u'LOAD_-1207390248'), (u'CAST_-1207389985', u'INT_NOTEQUAL_-1207390661'), (u'INT_ADD_-1207390163', u'CAST_-1207389711'), ('const--1760', u'INT_ADD_-1207390299'), ('const-433', u'LOAD_-1207390533'), ('const-433', u'LOAD_-1207390580'), (u'CAST_-1207389789', u'LOAD_-1207390315'), (u'CAST_-1207389742', u'INT_NOTEQUAL_-1207390211'), ('const-433', u'LOAD_-1207390749'), (u'LOAD_-1207390523', u'INT_NOTEQUAL_-1207390486'), (u'LOAD_-1207390305', u'CALL_-1207390260'), (u'CAST_-1207389928', u'LOAD_-1207390580'), (u'INT_ADD_-1207390277', u'CAST_-1207389773'), (u'INT_ADD_-1207390564', u'CAST_-1207389928'), (u'CAST_-1207389920', u'INT_NOTEQUAL_-1207390543'), ('const-16', u'INT_ADD_-1207390609'), (u'CAST_-1207389959', u'LOAD_-1207390637'), (u'INT_ADD_-1207390733', u'CAST_-1207390018'), (u'CAST_-1207389967', u'LOAD_-1207390647'), (u'CAST_-1207389719', u'LOAD_-1207390191'), ('const--1520', u'INT_ADD_-1207390507'), (u'INT_ADD_-1207390334', u'CAST_-1207389804'), (u'LOAD_-1207390258', u'INT_ADD_-1207390220'), ('const-433', u'LOAD_-1207390201'), (u'INT_NOTEQUAL_-1207390600', u'CBRANCH_-1207390599'), ('tmp_1773', u'INT_ADD_-1207390413'), ('tmp_1773', u'INT_ADD_-1207390733'), (u'CAST_-1207389820', u'LOAD_-1207390372'), (u'LOAD_-1207390372', u'INT_ADD_-1207390334'), ('const-433', u'LOAD_-1207390637'), (u'INT_NOTEQUAL_-1207390543', u'CBRANCH_-1207390542'), (u'INT_ADD_-1207390356', u'CAST_-1207389820'), (u'INT_ADD_-1207390621', u'CAST_-1207389959'), (u'INT_ADD_-1207390232', u'CAST_-1207389750'), ('const-433', u'LOAD_-1207390739'), (u'LOAD_-1207390523', u'CALL_-1207390478'), (u'CAST_-1207389990', u'LOAD_-1207390695'), ('const--1752', u'INT_ADD_-1207390517'), ('const-16', u'INT_ADD_-1207390448'), (u'INT_ADD_-1207390413', u'CAST_-1207389851'), ('tmp_1773', u'INT_ADD_-1207390289'), ('const--1648', u'INT_ADD_-1207390289'), ('tmp_1773', u'INT_ADD_-1207390299'), ('const-16', u'INT_ADD_-1207390163'), ('const--80', u'INT_ADD_-1207390679'), ('tmp_1773', u'INT_ADD_-1207390679'), ('const--1488', u'INT_ADD_-1207390564'), (u'CAST_-1207389874', u'LOAD_-1207390476'), (u'LOAD_-1207390637', u'INT_NOTEQUAL_-1207390600'), (u'LOAD_-1207390248', u'CALL_-1207390203'), (u'INT_ADD_-1207390517', u'CAST_-1207389905'), ('const-1', u'RETURN_-1207390129'), (u'LOAD_-1207390429', u'INT_ADD_-1207390391'), ('const--1712', u'INT_ADD_-1207390175'), (u'LOAD_-1207390315', u'INT_ADD_-1207390277'), ('tmp_82', u'CBRANCH_-1207390704'), (u'CAST_-1207389897', u'LOAD_-1207390523'), (u'LOAD_-1207390248', u'INT_NOTEQUAL_-1207390211'), (u'LOAD_-1207390749', u'INT_ADD_-1207390714'), ('tmp_1773', u'INT_ADD_-1207390564'), ('const-16', u'INT_ADD_-1207390714'), (u'LOAD_-1207390695', u'INT_NOTEQUAL_-1207390661'), ('const-433', u'LOAD_-1207390647'), ('tmp_548', u'CBRANCH_-1207390381'), (u'CAST_-1207389936', u'LOAD_-1207390590'), ('tmp_1776', u'INT_ADD_-1207390448'), (u'CAST_-1207389843', u'LOAD_-1207390419'), ('const--112', u'INT_ADD_-1207390723'), (u'LOAD_-1207390580', u'CALL_-1207390535'), (u'INT_ADD_-1207390403', u'CAST_-1207389843'), ('const-433', u'LOAD_-1207390191'), ('tmp_1773', u'INT_ADD_-1207390723'), ('const-16', u'INT_ADD_-1207390277'), ('const--1680', u'INT_ADD_-1207390232'), (u'LOAD_-1207390695', u'CALL_-1207390653'), ('const--1728', u'INT_ADD_-1207390185'), (u'CAST_-1207389758', u'LOAD_-1207390258'), (u'LOAD_-1207390362', u'CALL_-1207390317'), (u'INT_NOTEQUAL_-1207390268', u'CBRANCH_-1207390267'), (u'INT_ADD_-1207390670', u'CAST_-1207389985'), ('const-433', u'LOAD_-1207390305'), (u'CAST_-1207389711', u'INT_NOTEQUAL_-1207390154'), ('tmp_1773', u'INT_ADD_-1207390631'), ('tmp_1773', u'INT_ADD_-1207390621'), (u'INT_ADD_-1207390495', u'CAST_-1207389889'), (u'LOAD_-1207390476', u'CALL_-1207390431'), (u'LOAD_-1207390419', u'INT_NOTEQUAL_-1207390382'), ('const-433', u'LOAD_-1207390419'), (u'CAST_-1207389781', u'LOAD_-1207390305'), ('const-433', u'LOAD_-1207390362'), ('const-433', u'LOAD_-1207390590'), (u'INT_NOTEQUAL_-1207390211', u'CBRANCH_-1207390210'), (u'CAST_-1207390010', u'LOAD_-1207390739'), (u'INT_NOTEQUAL_-1207390705', u'CBRANCH_-1207390704'), (u'CAST_-1207389804', u'INT_NOTEQUAL_-1207390325'), (u'INT_NOTEQUAL_-1207390325', u'CBRANCH_-1207390324'), (u'INT_NOTEQUAL_-1207390661', u'CBRANCH_-1207390660'), (u'INT_ADD_-1207390552', u'CAST_-1207389920'), ('tmp_788', u'CBRANCH_-1207390210'), (u'CAST_-1207389889', u'INT_NOTEQUAL_-1207390486'), (u'INT_ADD_-1207390609', u'CAST_-1207389951'), (u'CAST_-1207390018', u'LOAD_-1207390749'), ('tmp_236', u'CBRANCH_-1207390599'), ('tmp_468', u'CBRANCH_-1207390438'), ('const-16', u'INT_ADD_-1207390391')]
[('const-433', u'LOAD_-1207390476'), (u'INT_ADD_-1207390334', u'INT_NOTEQUAL_-1207390325'), (u'LOAD_-1207390590', u'INT_ADD_-1207390552'), ('const--1744', u'INT_ADD_-1207390356'), ('tmp_868', u'CBRANCH_-1207390153'), (u'INT_ADD_-1207390242', u'CAST_-1207389767'), ('const--1808', u'INT_ADD_-1207390631'), (u'INT_ADD_-1207390552', u'INT_NOTEQUAL_-1207390543'), (u'LOAD_-1207390533', u'INT_ADD_-1207390495'), ('const-16', u'INT_ADD_-1207390220'), ('const-433', u'LOAD_-1207390739'), (u'LOAD_-1207390476', u'INT_NOTEQUAL_-1207390439'), (u'CAST_-1207389767', u'LOAD_-1207390258'), ('tmp_1797', u'INT_ADD_-1207390670'), (u'LOAD_-1207390201', u'INT_ADD_-1207390163'), (u'INT_ADD_-1207390299', u'CAST_-1207389797'), (u'CAST_-1207389849', u'LOAD_-1207390419'), ('const--1616', u'INT_ADD_-1207390346'), (u'CAST_-1207389737', u'LOAD_-1207390201'), ('tmp_396', u'CBRANCH_-1207390485'), (u'INT_NOTEQUAL_-1207390154', u'CBRANCH_-1207390153'), (u'CAST_-1207389909', u'LOAD_-1207390533'), (u'LOAD_-1207390362', u'INT_NOTEQUAL_-1207390325'), ('const--1552', u'INT_ADD_-1207390460'), ('tmp_1796', u'INT_ADD_-1207390723'), (u'INT_ADD_-1207390564', u'CAST_-1207389931'), (u'CAST_-1207389759', u'LOAD_-1207390248'), ('tmp_316', u'CBRANCH_-1207390542'), ('const--1584', u'INT_ADD_-1207390403'), ('tmp_1796', u'INT_ADD_-1207390460'), ('const-433', u'LOAD_-1207390305'), ('const-16', u'INT_ADD_-1207390334'), (u'INT_ADD_-1207390609', u'INT_NOTEQUAL_-1207390600'), ('tmp_1796', u'INT_ADD_-1207390631'), ('const-433', u'LOAD_-1207390590'), ('const-16', u'INT_ADD_-1207390495'), (u'INT_ADD_-1207390631', u'CAST_-1207389969'), ('tmp_1796', u'INT_ADD_-1207390507'), ('const--1776', u'INT_ADD_-1207390242'), ('tmp_1796', u'INT_ADD_-1207390621'), ('const-16', u'INT_ADD_-1207390552'), (u'INT_ADD_-1207390232', u'CAST_-1207389759'), ('const-433', u'LOAD_-1207390647'), ('const--1800', u'INT_ADD_-1207390574'), (u'INT_ADD_-1207390723', u'CAST_-1207390010'), ('const--1456', u'INT_ADD_-1207390621'), ('const--1792', u'INT_ADD_-1207390413'), ('const-433', u'LOAD_-1207390362'), (u'INT_ADD_-1207390517', u'CAST_-1207389909'), (u'INT_ADD_-1207390185', u'CAST_-1207389737'), (u'INT_ADD_-1207390448', u'INT_NOTEQUAL_-1207390439'), ('tmp_1796', u'INT_ADD_-1207390346'), ('tmp_708', u'CBRANCH_-1207390267'), ('const-433', u'LOAD_-1207390637'), (u'INT_NOTEQUAL_-1207390486', u'CBRANCH_-1207390485'), (u'CAST_-1207389819', u'LOAD_-1207390362'), ('tmp_1796', u'INT_ADD_-1207390289'), (u'LOAD_-1207390191', u'INT_NOTEQUAL_-1207390154'), ('tmp_1796', u'INT_ADD_-1207390574'), (u'INT_ADD_-1207390175', u'CAST_-1207389729'), (u'INT_ADD_-1207390460', u'CAST_-1207389879'), (u'INT_ADD_-1207390507', u'CAST_-1207389901'), (u'INT_NOTEQUAL_-1207390382', u'CBRANCH_-1207390381'), (u'LOAD_-1207390739', u'INT_NOTEQUAL_-1207390705'), ('const-433', u'LOAD_-1207390201'), (u'LOAD_-1207390647', u'INT_ADD_-1207390609'), ('tmp_1796', u'INT_ADD_-1207390185'), (u'INT_ADD_-1207390495', u'INT_NOTEQUAL_-1207390486'), (u'INT_ADD_-1207390574', u'CAST_-1207389939'), (u'CAST_-1207389901', u'LOAD_-1207390523'), (u'INT_ADD_-1207390163', u'INT_NOTEQUAL_-1207390154'), (u'CAST_-1207389827', u'LOAD_-1207390372'), (u'LOAD_-1207390580', u'INT_NOTEQUAL_-1207390543'), ('const--1720', u'INT_ADD_-1207390733'), ('tmp_628', u'CBRANCH_-1207390324'), ('tmp_154', u'CBRANCH_-1207390660'), (u'LOAD_-1207390305', u'INT_NOTEQUAL_-1207390268'), ('const-16', u'INT_ADD_-1207390670'), (u'CAST_-1207389939', u'LOAD_-1207390590'), (u'INT_ADD_-1207390277', u'INT_NOTEQUAL_-1207390268'), (u'INT_NOTEQUAL_-1207390439', u'CBRANCH_-1207390438'), (u'CAST_-1207389789', u'LOAD_-1207390305'), ('const--1760', u'INT_ADD_-1207390299'), ('tmp_1796', u'INT_ADD_-1207390413'), ('tmp_1796', u'INT_ADD_-1207390242'), (u'LOAD_-1207390523', u'INT_NOTEQUAL_-1207390486'), ('const-433', u'LOAD_-1207390419'), (u'INT_ADD_-1207390621', u'CAST_-1207389961'), ('const-433', u'LOAD_-1207390533'), (u'INT_ADD_-1207390679', u'CAST_-1207389991'), ('const-16', u'INT_ADD_-1207390609'), ('const-433', u'LOAD_-1207390695'), ('tmp_1796', u'INT_ADD_-1207390564'), ('tmp_1799', u'INT_ADD_-1207390448'), (u'INT_ADD_-1207390733', u'CAST_-1207390018'), (u'INT_ADD_-1207390346', u'CAST_-1207389819'), ('const--1520', u'INT_ADD_-1207390507'), (u'LOAD_-1207390258', u'INT_ADD_-1207390220'), (u'INT_ADD_-1207390714', u'INT_NOTEQUAL_-1207390705'), (u'INT_NOTEQUAL_-1207390600', u'CBRANCH_-1207390599'), (u'INT_ADD_-1207390289', u'CAST_-1207389789'), (u'LOAD_-1207390372', u'INT_ADD_-1207390334'), ('const-433', u'LOAD_-1207390429'), ('tmp_1796', u'INT_ADD_-1207390356'), (u'INT_NOTEQUAL_-1207390543', u'CBRANCH_-1207390542'), ('tmp_1796', u'INT_ADD_-1207390517'), (u'CAST_-1207389961', u'LOAD_-1207390637'), (u'CAST_-1207389879', u'LOAD_-1207390476'), ('const--1752', u'INT_ADD_-1207390517'), ('const-16', u'INT_ADD_-1207390448'), ('tmp_1796', u'INT_ADD_-1207390733'), ('const--1648', u'INT_ADD_-1207390289'), (u'CAST_-1207389729', u'LOAD_-1207390191'), ('const-16', u'INT_ADD_-1207390163'), ('const--80', u'INT_ADD_-1207390679'), ('const--1488', u'INT_ADD_-1207390564'), ('const-433', u'LOAD_-1207390523'), (u'LOAD_-1207390637', u'INT_NOTEQUAL_-1207390600'), ('const-1', u'RETURN_-1207390129'), (u'LOAD_-1207390429', u'INT_ADD_-1207390391'), ('const--1712', u'INT_ADD_-1207390175'), (u'INT_ADD_-1207390403', u'CAST_-1207389849'), (u'LOAD_-1207390315', u'INT_ADD_-1207390277'), ('tmp_82', u'CBRANCH_-1207390704'), (u'LOAD_-1207390248', u'INT_NOTEQUAL_-1207390211'), (u'LOAD_-1207390749', u'INT_ADD_-1207390714'), (u'CAST_-1207389931', u'LOAD_-1207390580'), (u'INT_ADD_-1207390413', u'CAST_-1207389857'), ('tmp_1796', u'INT_ADD_-1207390175'), (u'CAST_-1207389969', u'LOAD_-1207390647'), ('const-16', u'INT_ADD_-1207390714'), ('tmp_1796', u'INT_ADD_-1207390299'), (u'LOAD_-1207390695', u'INT_NOTEQUAL_-1207390661'), ('tmp_548', u'CBRANCH_-1207390381'), ('const-433', u'LOAD_-1207390749'), ('const--112', u'INT_ADD_-1207390723'), (u'CAST_-1207389797', u'LOAD_-1207390315'), (u'INT_ADD_-1207390356', u'CAST_-1207389827'), ('tmp_1796', u'INT_ADD_-1207390232'), ('tmp_1796', u'INT_ADD_-1207390403'), ('const-16', u'INT_ADD_-1207390277'), ('const--1680', u'INT_ADD_-1207390232'), ('const--1728', u'INT_ADD_-1207390185'), (u'INT_ADD_-1207390220', u'INT_NOTEQUAL_-1207390211'), (u'INT_ADD_-1207390391', u'INT_NOTEQUAL_-1207390382'), (u'INT_NOTEQUAL_-1207390268', u'CBRANCH_-1207390267'), (u'LOAD_-1207390419', u'INT_NOTEQUAL_-1207390382'), (u'CAST_-1207389991', u'LOAD_-1207390695'), (u'INT_ADD_-1207390670', u'INT_NOTEQUAL_-1207390661'), (u'INT_NOTEQUAL_-1207390211', u'CBRANCH_-1207390210'), (u'CAST_-1207390010', u'LOAD_-1207390739'), (u'INT_NOTEQUAL_-1207390705', u'CBRANCH_-1207390704'), ('const-433', u'LOAD_-1207390580'), (u'INT_NOTEQUAL_-1207390325', u'CBRANCH_-1207390324'), ('const-433', u'LOAD_-1207390248'), (u'INT_NOTEQUAL_-1207390661', u'CBRANCH_-1207390660'), ('tmp_788', u'CBRANCH_-1207390210'), (u'CAST_-1207389857', u'LOAD_-1207390429'), ('const-433', u'LOAD_-1207390315'), ('const-433', u'LOAD_-1207390191'), ('const-433', u'LOAD_-1207390258'), ('const-433', u'LOAD_-1207390372'), ('tmp_1796', u'INT_ADD_-1207390679'), (u'CAST_-1207390018', u'LOAD_-1207390749'), ('tmp_236', u'CBRANCH_-1207390599'), ('tmp_468', u'CBRANCH_-1207390438'), ('const-16', u'INT_ADD_-1207390391')]
null
null
0017adce
x64
O2
(translation_unit "void FUN_0017adce(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0017adce(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0017adce(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 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 + -0x6b8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b8)" * (cast_expression "(long *)(unaff_RBP + -0x6b8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6b8)" ( (binary_expression "unaff_RBP + -0x6b8" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x50) != unaff_RBX + 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 "unaff_RBX + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5b0)" * (cast_expression "(long *)(unaff_RBP + -0x5b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5b0)" ( (binary_expression "unaff_RBP + -0x5b0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x710)" * (cast_expression "(long *)(unaff_RBP + -0x710)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x710)" ( (binary_expression "unaff_RBP + -0x710" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5d0)" * (cast_expression "(long *)(unaff_RBP + -0x5d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5d0)" ( (binary_expression "unaff_RBP + -0x5d0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x708)" * (cast_expression "(long *)(unaff_RBP + -0x708)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x708)" ( (binary_expression "unaff_RBP + -0x708" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5f0)" * (cast_expression "(long *)(unaff_RBP + -0x5f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5f0)" ( (binary_expression "unaff_RBP + -0x5f0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d8)" * (cast_expression "(long *)(unaff_RBP + -0x6d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d8)" ( (binary_expression "unaff_RBP + -0x6d8" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x610)" * (cast_expression "(long *)(unaff_RBP + -0x610)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x610)" ( (binary_expression "unaff_RBP + -0x610" identifier + number_literal) )))) != (binary_expression "unaff_R14 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x630)" * (cast_expression "(long *)(unaff_RBP + -0x630)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x630)" ( (binary_expression "unaff_RBP + -0x630" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x700)" * (cast_expression "(long *)(unaff_RBP + -0x700)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x700)" ( (binary_expression "unaff_RBP + -0x700" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x650)" * (cast_expression "(long *)(unaff_RBP + -0x650)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x650)" ( (binary_expression "unaff_RBP + -0x650" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d0)" * (cast_expression "(long *)(unaff_RBP + -0x6d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d0)" ( (binary_expression "unaff_RBP + -0x6d0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x670)" * (cast_expression "(long *)(unaff_RBP + -0x670)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x670)" ( (binary_expression "unaff_RBP + -0x670" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6e0)" * (cast_expression "(long *)(unaff_RBP + -0x6e0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6e0)" ( (binary_expression "unaff_RBP + -0x6e0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x690)" * (cast_expression "(long *)(unaff_RBP + -0x690)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x690)" ( (binary_expression "unaff_RBP + -0x690" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6f0)" * (cast_expression "(long *)(unaff_RBP + -0x6f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6f0)" ( (binary_expression "unaff_RBP + -0x6f0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b0)" * (cast_expression "(long *)(unaff_RBP + -0x6b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6b0)" ( (binary_expression "unaff_RBP + -0x6b0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6c0)" * (cast_expression "(long *)(unaff_RBP + -0x6c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6c0)" ( (binary_expression "unaff_RBP + -0x6c0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* gold::Arm_reloc_property_table::Arm_reloc_property_table() [clone .cold.86] */\n\nvoid __thiscall\ngold::Arm_reloc_property_table::Arm_reloc_property_table(Arm_reloc_property_table *this)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n void *unaff_R15;\n \n operator_delete(unaff_R15,0x50);\n if (*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x6b8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x70));\n }\n if (*(void **)(unaff_RBP + -0x50) != (void *)(unaff_RBX + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }\n if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }\n if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }\n if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }\n if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }\n if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }\n if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }\n if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }\n if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }\n if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void __thiscall\ngold::Arm_reloc_property_table::Arm_reloc_property_table(Arm_reloc_property_table *this)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n void *unaff_R15;\n \n operator_delete(unaff_R15,0x50);\n if (*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x6b8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x70));\n }\n if (*(void **)(unaff_RBP + -0x50) != (void *)(unaff_RBX + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }\n if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }\n if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }\n if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }\n if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }\n if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }\n if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }\n if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }\n if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }\n if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Arm_reloc_property_table::" identifier : : identifier : :) (function_declarator "Arm_reloc_property_table(Arm_reloc_property_table *this)" identifier (parameter_list "(Arm_reloc_property_table *this)" ( (parameter_declaration "Arm_reloc_property_table *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n void *unaff_R15;\n \n operator_delete(unaff_R15,0x50);\n if (*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x6b8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x70));\n }\n if (*(void **)(unaff_RBP + -0x50) != (void *)(unaff_RBX + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }\n if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }\n if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }\n if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }\n if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }\n if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }\n if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }\n if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }\n if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }\n if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (declaration "void *unaff_R15;" primitive_type (pointer_declarator "*unaff_R15" * identifier) ;) (expression_statement "operator_delete(unaff_R15,0x50);" (call_expression "operator_delete(unaff_R15,0x50)" identifier (argument_list "(unaff_R15,0x50)" ( identifier , number_literal ))) ;) (if_statement "if (*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x6b8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x70));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x6b8) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x6b8) + 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 + -0x6b8) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6b8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6b8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b8)" * (cast_expression "(long *)(unaff_RBP + -0x6b8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6b8)" ( (binary_expression "unaff_RBP + -0x6b8" 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) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x50) != (void *)(unaff_RBX + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x50) != (void *)(unaff_RBX + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x50) != (void *)(unaff_RBX + 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 *)(unaff_RBX + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(*(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) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x5b0)" * (cast_expression "(void **)(unaff_RBP + -0x5b0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5b0)" ( (binary_expression "unaff_RBP + -0x5b0" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x710) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x710) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x710)" * (cast_expression "(long *)(unaff_RBP + -0x710)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x710)" ( (binary_expression "unaff_RBP + -0x710" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x5b0));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x5b0))" identifier (argument_list "(*(void **)(unaff_RBP + -0x5b0))" ( (pointer_expression "*(void **)(unaff_RBP + -0x5b0)" * (cast_expression "(void **)(unaff_RBP + -0x5b0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5b0)" ( (binary_expression "unaff_RBP + -0x5b0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x5d0)" * (cast_expression "(void **)(unaff_RBP + -0x5d0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5d0)" ( (binary_expression "unaff_RBP + -0x5d0" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x708) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x708) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x708)" * (cast_expression "(long *)(unaff_RBP + -0x708)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x708)" ( (binary_expression "unaff_RBP + -0x708" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x5d0));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x5d0))" identifier (argument_list "(*(void **)(unaff_RBP + -0x5d0))" ( (pointer_expression "*(void **)(unaff_RBP + -0x5d0)" * (cast_expression "(void **)(unaff_RBP + -0x5d0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5d0)" ( (binary_expression "unaff_RBP + -0x5d0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x5f0)" * (cast_expression "(void **)(unaff_RBP + -0x5f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5f0)" ( (binary_expression "unaff_RBP + -0x5f0" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6d8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d8)" * (cast_expression "(long *)(unaff_RBP + -0x6d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d8)" ( (binary_expression "unaff_RBP + -0x6d8" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x5f0));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x5f0))" identifier (argument_list "(*(void **)(unaff_RBP + -0x5f0))" ( (pointer_expression "*(void **)(unaff_RBP + -0x5f0)" * (cast_expression "(void **)(unaff_RBP + -0x5f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5f0)" ( (binary_expression "unaff_RBP + -0x5f0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x610)" * (cast_expression "(void **)(unaff_RBP + -0x610)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x610)" ( (binary_expression "unaff_RBP + -0x610" identifier + number_literal) )))) != (cast_expression "(void *)(unaff_R14 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R14 + 0x10)" ( (binary_expression "unaff_R14 + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x610));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x610))" identifier (argument_list "(*(void **)(unaff_RBP + -0x610))" ( (pointer_expression "*(void **)(unaff_RBP + -0x610)" * (cast_expression "(void **)(unaff_RBP + -0x610)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x610)" ( (binary_expression "unaff_RBP + -0x610" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x630)" * (cast_expression "(void **)(unaff_RBP + -0x630)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x630)" ( (binary_expression "unaff_RBP + -0x630" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x700) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x700) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x700)" * (cast_expression "(long *)(unaff_RBP + -0x700)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x700)" ( (binary_expression "unaff_RBP + -0x700" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x630));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x630))" identifier (argument_list "(*(void **)(unaff_RBP + -0x630))" ( (pointer_expression "*(void **)(unaff_RBP + -0x630)" * (cast_expression "(void **)(unaff_RBP + -0x630)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x630)" ( (binary_expression "unaff_RBP + -0x630" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x650)" * (cast_expression "(void **)(unaff_RBP + -0x650)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x650)" ( (binary_expression "unaff_RBP + -0x650" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6d0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d0)" * (cast_expression "(long *)(unaff_RBP + -0x6d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d0)" ( (binary_expression "unaff_RBP + -0x6d0" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x650));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x650))" identifier (argument_list "(*(void **)(unaff_RBP + -0x650))" ( (pointer_expression "*(void **)(unaff_RBP + -0x650)" * (cast_expression "(void **)(unaff_RBP + -0x650)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x650)" ( (binary_expression "unaff_RBP + -0x650" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x670)" * (cast_expression "(void **)(unaff_RBP + -0x670)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x670)" ( (binary_expression "unaff_RBP + -0x670" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6e0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6e0)" * (cast_expression "(long *)(unaff_RBP + -0x6e0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6e0)" ( (binary_expression "unaff_RBP + -0x6e0" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x670));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x670))" identifier (argument_list "(*(void **)(unaff_RBP + -0x670))" ( (pointer_expression "*(void **)(unaff_RBP + -0x670)" * (cast_expression "(void **)(unaff_RBP + -0x670)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x670)" ( (binary_expression "unaff_RBP + -0x670" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x690)" * (cast_expression "(void **)(unaff_RBP + -0x690)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x690)" ( (binary_expression "unaff_RBP + -0x690" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6f0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6f0)" * (cast_expression "(long *)(unaff_RBP + -0x6f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6f0)" ( (binary_expression "unaff_RBP + -0x6f0" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x690));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x690))" identifier (argument_list "(*(void **)(unaff_RBP + -0x690))" ( (pointer_expression "*(void **)(unaff_RBP + -0x690)" * (cast_expression "(void **)(unaff_RBP + -0x690)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x690)" ( (binary_expression "unaff_RBP + -0x690" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x6b0)" * (cast_expression "(void **)(unaff_RBP + -0x6b0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x6b0)" ( (binary_expression "unaff_RBP + -0x6b0" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6c0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6c0)" * (cast_expression "(long *)(unaff_RBP + -0x6c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6c0)" ( (binary_expression "unaff_RBP + -0x6c0" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x6b0));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x6b0))" identifier (argument_list "(*(void **)(unaff_RBP + -0x6b0))" ( (pointer_expression "*(void **)(unaff_RBP + -0x6b0)" * (cast_expression "(void **)(unaff_RBP + -0x6b0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x6b0)" ( (binary_expression "unaff_RBP + -0x6b0" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0017adce(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0017adce(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0017adce(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 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 + -0x6b8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b8)" * (cast_expression "(long *)(unaff_RBP + -0x6b8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6b8)" ( (binary_expression "unaff_RBP + -0x6b8" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x50) != unaff_RBX + 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 "unaff_RBX + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5b0)" * (cast_expression "(long *)(unaff_RBP + -0x5b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5b0)" ( (binary_expression "unaff_RBP + -0x5b0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x710)" * (cast_expression "(long *)(unaff_RBP + -0x710)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x710)" ( (binary_expression "unaff_RBP + -0x710" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5d0)" * (cast_expression "(long *)(unaff_RBP + -0x5d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5d0)" ( (binary_expression "unaff_RBP + -0x5d0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x708)" * (cast_expression "(long *)(unaff_RBP + -0x708)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x708)" ( (binary_expression "unaff_RBP + -0x708" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5f0)" * (cast_expression "(long *)(unaff_RBP + -0x5f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5f0)" ( (binary_expression "unaff_RBP + -0x5f0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d8)" * (cast_expression "(long *)(unaff_RBP + -0x6d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d8)" ( (binary_expression "unaff_RBP + -0x6d8" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x610)" * (cast_expression "(long *)(unaff_RBP + -0x610)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x610)" ( (binary_expression "unaff_RBP + -0x610" identifier + number_literal) )))) != (binary_expression "unaff_R14 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x630)" * (cast_expression "(long *)(unaff_RBP + -0x630)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x630)" ( (binary_expression "unaff_RBP + -0x630" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x700)" * (cast_expression "(long *)(unaff_RBP + -0x700)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x700)" ( (binary_expression "unaff_RBP + -0x700" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x650)" * (cast_expression "(long *)(unaff_RBP + -0x650)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x650)" ( (binary_expression "unaff_RBP + -0x650" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d0)" * (cast_expression "(long *)(unaff_RBP + -0x6d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d0)" ( (binary_expression "unaff_RBP + -0x6d0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x670)" * (cast_expression "(long *)(unaff_RBP + -0x670)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x670)" ( (binary_expression "unaff_RBP + -0x670" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6e0)" * (cast_expression "(long *)(unaff_RBP + -0x6e0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6e0)" ( (binary_expression "unaff_RBP + -0x6e0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x690)" * (cast_expression "(long *)(unaff_RBP + -0x690)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x690)" ( (binary_expression "unaff_RBP + -0x690" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6f0)" * (cast_expression "(long *)(unaff_RBP + -0x6f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6f0)" ( (binary_expression "unaff_RBP + -0x6f0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b0)" * (cast_expression "(long *)(unaff_RBP + -0x6b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6b0)" ( (binary_expression "unaff_RBP + -0x6b0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6c0)" * (cast_expression "(long *)(unaff_RBP + -0x6c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6c0)" ( (binary_expression "unaff_RBP + -0x6c0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (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_0017adce(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" (primitive_type "void") (function_declarator "FUN_0017adce(void)" (identifier "FUN_0017adce") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" ({ "{") (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (declaration "long unaff_R14;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R14") (; ";")) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" (identifier "thunk_FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 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 + -0x6b8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b8)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6b8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6b8)" (( "(") (binary_expression "unaff_RBP + -0x6b8" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6b8")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x50) != unaff_RBX + 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 "unaff_RBX + 0x10" (identifier "unaff_RBX") (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5b0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x5b0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x5b0)" (( "(") (binary_expression "unaff_RBP + -0x5b0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x5b0")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x710)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x710)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x710)" (( "(") (binary_expression "unaff_RBP + -0x710" (identifier "unaff_RBP") (+ "+") (number_literal "-0x710")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5d0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x5d0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x5d0)" (( "(") (binary_expression "unaff_RBP + -0x5d0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x5d0")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x708)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x708)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x708)" (( "(") (binary_expression "unaff_RBP + -0x708" (identifier "unaff_RBP") (+ "+") (number_literal "-0x708")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5f0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x5f0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x5f0)" (( "(") (binary_expression "unaff_RBP + -0x5f0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x5f0")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d8)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6d8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6d8)" (( "(") (binary_expression "unaff_RBP + -0x6d8" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6d8")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x610)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x610)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x610)" (( "(") (binary_expression "unaff_RBP + -0x610" (identifier "unaff_RBP") (+ "+") (number_literal "-0x610")) () ")")))) (!= "!=") (binary_expression "unaff_R14 + 0x10" (identifier "unaff_R14") (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x630)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x630)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x630)" (( "(") (binary_expression "unaff_RBP + -0x630" (identifier "unaff_RBP") (+ "+") (number_literal "-0x630")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x700)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x700)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x700)" (( "(") (binary_expression "unaff_RBP + -0x700" (identifier "unaff_RBP") (+ "+") (number_literal "-0x700")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x650)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x650)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x650)" (( "(") (binary_expression "unaff_RBP + -0x650" (identifier "unaff_RBP") (+ "+") (number_literal "-0x650")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6d0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6d0)" (( "(") (binary_expression "unaff_RBP + -0x6d0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6d0")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x670)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x670)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x670)" (( "(") (binary_expression "unaff_RBP + -0x670" (identifier "unaff_RBP") (+ "+") (number_literal "-0x670")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6e0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6e0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6e0)" (( "(") (binary_expression "unaff_RBP + -0x6e0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6e0")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x690)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x690)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x690)" (( "(") (binary_expression "unaff_RBP + -0x690" (identifier "unaff_RBP") (+ "+") (number_literal "-0x690")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6f0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6f0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6f0)" (( "(") (binary_expression "unaff_RBP + -0x6f0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6f0")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6b0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6b0)" (( "(") (binary_expression "unaff_RBP + -0x6b0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6b0")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6c0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6c0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6c0)" (( "(") (binary_expression "unaff_RBP + -0x6c0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6c0")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" (identifier "FUN_0052bfa0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* gold::Arm_reloc_property_table::Arm_reloc_property_table() [clone .cold.86] */ void __thiscall gold::function_1::function_1(function_1 *this) { long var_3; long var_2; long var_4; void *unaff_R15; var_1(unaff_R15,0x50); if (*(void **)(var_2 + -0x70) != (void *)(*(long *)(var_2 + -0x6b8) + 0x10)) { var_1(*(void **)(var_2 + -0x70)); } if (*(void **)(var_2 + -0x50) != (void *)(var_3 + 0x10)) { var_1(*(void **)(var_2 + -0x50)); } if (*(void **)(var_2 + -0x5b0) != (void *)(*(long *)(var_2 + -0x710) + 0x10)) { var_1(*(void **)(var_2 + -0x5b0)); } if (*(void **)(var_2 + -0x5d0) != (void *)(*(long *)(var_2 + -0x708) + 0x10)) { var_1(*(void **)(var_2 + -0x5d0)); } if (*(void **)(var_2 + -0x5f0) != (void *)(*(long *)(var_2 + -0x6d8) + 0x10)) { var_1(*(void **)(var_2 + -0x5f0)); } if (*(void **)(var_2 + -0x610) != (void *)(var_4 + 0x10)) { var_1(*(void **)(var_2 + -0x610)); } if (*(void **)(var_2 + -0x630) != (void *)(*(long *)(var_2 + -0x700) + 0x10)) { var_1(*(void **)(var_2 + -0x630)); } if (*(void **)(var_2 + -0x650) != (void *)(*(long *)(var_2 + -0x6d0) + 0x10)) { var_1(*(void **)(var_2 + -0x650)); } if (*(void **)(var_2 + -0x670) != (void *)(*(long *)(var_2 + -0x6e0) + 0x10)) { var_1(*(void **)(var_2 + -0x670)); } if (*(void **)(var_2 + -0x690) != (void *)(*(long *)(var_2 + -0x6f0) + 0x10)) { var_1(*(void **)(var_2 + -0x690)); } if (*(void **)(var_2 + -0x6b0) != (void *)(*(long *)(var_2 + -0x6c0) + 0x10)) { var_1(*(void **)(var_2 + -0x6b0)); } /* WARNING: Subroutine does not return */ var_5(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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_RBX; long unaff_RBP; long unaff_R14; thunk_FUN_0049e330(); if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x6b8) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x50) != unaff_RBX + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) { FUN_0049e330(); } if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) { FUN_0049e330(); } /* WARNING: Subroutine does not return */ FUN_0052bfa0(); }
3348_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
_M_realloc_insert<gold::Output_section*_const&>
FUN_001c6b10
/* DWARF original name: _M_realloc_insert<gold::Output_section* const&> DWARF original prototype: void _M_realloc_insert<gold::Output_section*_const&>(vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> * this, iterator __position, Output_section * * __args#0) */ void __thiscall std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>:: _M_realloc_insert<gold::Output_section*_const&> (vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> *this, iterator __position,Output_section **__args_0) { void *__dest; Output_section **ppOVar1; Output_section **__src; ulong uVar2; pointer __dest_00; size_t __n; ulong uVar3; ulong uVar4; pointer ppOVar5; ppOVar1 = (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_> )._M_impl._M_finish; __src = (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>). _M_impl._M_start; __n = (long)__position._M_current - (long)__src; uVar2 = (long)ppOVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_001c6c45: uVar4 = uVar3 * 8; LAB_001c6b58: __dest_00 = (pointer)operator_new(uVar4); ppOVar5 = (pointer)(uVar4 + (long)__dest_00); } else { uVar3 = uVar2 * 2; uVar4 = 0xfffffffffffffff8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58; ppOVar5 = (pointer)0x0; __dest_00 = (pointer)0x0; if (uVar3 != 0) goto LAB_001c6c45; } __dest = (void *)((long)__dest_00 + __n + 8); *(Output_section **)((long)__dest_00 + __n) = *__args_0; if (__position._M_current == __src) { if (__position._M_current != ppOVar1) goto LAB_001c6bc8; LAB_001c6bd6: if (__src == (Output_section **)0x0) goto LAB_001c6bdb; } else { memmove(__dest_00,__src,__n); if (__position._M_current != ppOVar1) { LAB_001c6bc8: memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current); goto LAB_001c6bd6; } } operator_delete(__src); LAB_001c6bdb: (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl. _M_start = __dest_00; (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl. _M_finish = (pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current)); (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl. _M_end_of_storage = ppOVar5; return; }
void FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3) { void *__dest; void *pvVar1; void *__src; ulong uVar2; void *__dest_00; size_t __n; ulong uVar3; long lVar4; pvVar1 = (void *)param_1[1]; __src = (void *)*param_1; __n = (long)param_2 - (long)__src; uVar2 = (long)pvVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_001c6c45: lVar4 = uVar3 * 8; LAB_001c6b58: __dest_00 = (void *)FUN_002f0690(lVar4); lVar4 = lVar4 + (long)__dest_00; } else { uVar3 = uVar2 * 2; lVar4 = -8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58; lVar4 = 0; __dest_00 = (void *)0x0; if (uVar3 != 0) goto LAB_001c6c45; } __dest = (void *)((long)__dest_00 + __n + 8); *(undefined8 *)((long)__dest_00 + __n) = *param_3; if (param_2 == __src) { if (param_2 != pvVar1) goto LAB_001c6bc8; LAB_001c6bd6: if (__src == (void *)0x0) goto LAB_001c6bdb; } else { memmove(__dest_00,__src,__n); if (param_2 != pvVar1) { LAB_001c6bc8: memcpy(__dest,param_2,(long)pvVar1 - (long)param_2); goto LAB_001c6bd6; } } FUN_002f1e60(__src); LAB_001c6bdb: *param_1 = __dest_00; param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2); param_1[2] = lVar4; return; }
PUSH R15 MOV R15,RDX MOV RDX,RSI PUSH R14 PUSH R13 PUSH R12 MOV R12,RSI PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x28 MOV RCX,qword ptr [RDI + 0x8] MOV RBP,qword ptr [RDI] MOV RAX,RCX SUB RDX,RBP SUB RAX,RBP SAR RAX,0x3 JZ 0x001c6c40 LEA RDI,[RAX + RAX*0x1] MOV R14,-0x8 CMP RAX,RDI JBE 0x001c6c08 MOV RDI,R14 MOV qword ptr [RSP + 0x10],RDX MOV qword ptr [RSP + 0x8],RCX CALL 0x002f0690 MOV RDX,qword ptr [RSP + 0x10] MOV RCX,qword ptr [RSP + 0x8] MOV R13,RAX ADD R14,RAX MOV RAX,qword ptr [R15] MOV R8,RCX LEA R9,[R13 + RDX*0x1 + 0x8] SUB R8,R12 MOV qword ptr [R13 + RDX*0x1],RAX LEA R15,[R9 + R8*0x1] CMP R12,RBP JZ 0x001c6c30 MOV RSI,RBP MOV RDI,R13 MOV qword ptr [RSP + 0x18],R9 MOV qword ptr [RSP + 0x10],R8 MOV qword ptr [RSP + 0x8],RCX CALL 0x001496d0 MOV RCX,qword ptr [RSP + 0x8] MOV R8,qword ptr [RSP + 0x10] MOV R9,qword ptr [RSP + 0x18] CMP R12,RCX JZ 0x001c6bf8 MOV RDX,R8 MOV RSI,R12 MOV RDI,R9 CALL 0x00149a90 TEST RBP,RBP JNZ 0x001c6bf8 MOV qword ptr [RBX],R13 MOV qword ptr [RBX + 0x8],R15 MOV qword ptr [RBX + 0x10],R14 ADD RSP,0x28 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RDI,RBP CALL 0x002f1e60 JMP 0x001c6bdb MOV RAX,0x1fffffffffffffff CMP RDI,RAX JA 0x001c6b58 XOR R14D,R14D XOR R13D,R13D TEST RDI,RDI JZ 0x001c6b7a JMP 0x001c6c45 CMP R12,RCX JNZ 0x001c6bc8 JMP 0x001c6bd6 MOV EDI,0x1 LEA R14,[RDI*0x8] JMP 0x001c6b58
null
null
null
null
[('tmp_882', u'CALL_-1207735131'), ('tmp_882', u'CAST_-1207734618'), (u'CAST_-1207734606', u'STORE_-1207735106'), ('const-16', u'PTRSUB_-1207734534'), (u'MULTIEQUAL_-1207734859', u'STORE_-1207735099'), (u'COPY_-1207734766', u'MULTIEQUAL_-1207734870'), (u'INT_ADD_-1207735239', u'CAST_-1207734606'), (u'INT_MULT_-1207734842', u'INT_LESS_-1207734969'), (u'PTRSUB_-1207734558', u'PTRSUB_-1207734550'), ('const-2', u'INT_MULT_-1207734842'), ('tmp_882', u'INT_EQUAL_-1207735236'), (u'INT_SUB_-1207735441', u'INT_ADD_-1207735248'), (u'LOAD_-1207735476', u'INT_NOTEQUAL_-1207734965'), (u'CAST_-1207734613', u'STORE_-1207735262'), (u'INT_EQUAL_-1207735407', u'CBRANCH_-1207735396'), ('tmp_883', u'LOAD_-1207735296'), (u'INT_SUB_-1207735441', u'INT_ADD_-1207734697'), (u'MULTIEQUAL_-1207734696', u'INT_MULT_-1207734871'), (u'PTRSUB_-1207734724', u'PTRSUB_-1207734717'), ('tmp_863', u'BRANCH_-1207734889'), (u'CAST_-1207734625', u'CALL_-1207735131'), (u'PTRSUB_-1207734543', u'STORE_-1207735112'), (u'PTRSUB_-1207734722', u'LOAD_-1207735476'), ('const--8', u'COPY_-1207735386'), (u'COPY_-1207735386', u'MULTIEQUAL_-1207734891'), (u'CAST_-1207734625', u'CAST_-1207734607'), (u'INT_SUB_-1207735258', u'CALL_-1207735131'), (u'PTRSUB_-1207734540', u'PTRSUB_-1207734534'), (u'INT_EQUAL_-1207735236', u'CBRANCH_-1207735234'), (u'INT_LESS_-1207735351', u'CBRANCH_-1207735360'), ('tmp_287', u'CBRANCH_-1207735360'), (u'LOAD_-1207735470', u'CALL_-1207735191'), (u'INT_SRIGHT_-1207735406', u'INT_LESS_-1207735351'), (u'MULTIEQUAL_-1207734891', u'CALL_-1207735329'), ('const-0', u'PTRSUB_-1207734548'), ('const-0', u'PTRSUB_-1207734540'), (u'LOAD_-1207735470', u'INT_EQUAL_-1207735236'), (u'MULTIEQUAL_-1207734891', u'INT_ADD_-1207735289'), ('const-0', u'PTRSUB_-1207734733'), (u'INT_NOTEQUAL_-1207734934', u'CBRANCH_-1207734933'), ('const-0', u'PTRSUB_-1207734543'), ('const-0', u'INT_EQUAL_-1207735407'), (u'INT_ADD_-1207735268', u'CAST_-1207734625'), (u'CAST_-1207734703', u'INT_SUB_-1207735429'), (u'INT_ADD_-1207734697', u'INT_ADD_-1207735268'), (u'PTRSUB_-1207734548', u'PTRSUB_-1207734540'), ('tmp_582', u'CBRANCH_-1207735114'), ('const-433', u'STORE_-1207735106'), (u'MULTIEQUAL_-1207734870', u'CAST_-1207734626'), ('tmp_855', u'CBRANCH_-1207734933'), ('tmp_882', u'CAST_-1207734709'), ('const-433', u'LOAD_-1207735296'), (u'INT_NOTEQUAL_-1207735151', u'CBRANCH_-1207735150'), ('const-8', u'INT_MULT_-1207734871'), (u'LOAD_-1207735470', u'CAST_-1207734708'), (u'INT_NOTEQUAL_-1207734965', u'CBRANCH_-1207734963'), ('const-0', u'PTRSUB_-1207734546'), (u'PTRSUB_-1207734733', u'PTRSUB_-1207734724'), (u'PTRSUB_-1207734534', u'STORE_-1207735099'), ('const-8', u'PTRSUB_-1207734722'), (u'LOAD_-1207735296', u'STORE_-1207735262'), (u'INT_SRIGHT_-1207735406', u'INT_EQUAL_-1207735407'), (u'PTRSUB_-1207734717', u'LOAD_-1207735470'), (u'LOAD_-1207735470', u'INT_EQUAL_-1207735117'), ('tmp_777', u'CBRANCH_-1207734978'), (u'CAST_-1207734619', u'INT_SUB_-1207735258'), (u'CAST_-1207734708', u'INT_SUB_-1207735441'), ('const-0', u'COPY_-1207734758'), (u'INT_MULT_-1207734842', u'INT_NOTEQUAL_-1207734934'), (u'INT_SUB_-1207735258', u'INT_ADD_-1207735239'), ('tmp_881', u'PTRSUB_-1207734554'), (u'MULTIEQUAL_-1207734870', u'CAST_-1207734614'), (u'INT_ADD_-1207735248', u'CAST_-1207734613'), ('const-433', u'LOAD_-1207735476'), (u'CAST_-1207734618', u'INT_SUB_-1207735258'), (u'INT_MULT_-1207734842', u'MULTIEQUAL_-1207734696'), ('tmp_708', u'BRANCH_-1207735027'), ('const-3', u'INT_SRIGHT_-1207735406'), (u'LOAD_-1207735476', u'CAST_-1207734619'), ('const-0', u'PTRSUB_-1207734730'), (u'INT_EQUAL_-1207735117', u'CBRANCH_-1207735114'), ('const-1', u'COPY_-1207734904'), ('const-433', u'LOAD_-1207735470'), (u'CAST_-1207734637', u'INT_ADD_-1207735289'), (u'PTRSUB_-1207734546', u'PTRSUB_-1207734539'), ('const-2305843009213693951', u'INT_LESS_-1207734969'), ('const-0', u'INT_NOTEQUAL_-1207734934'), ('tmp_881', u'PTRSUB_-1207734548'), ('tmp_881', u'PTRSUB_-1207734739'), (u'PTRSUB_-1207734730', u'PTRSUB_-1207734722'), (u'INT_SUB_-1207735441', u'CALL_-1207735191'), (u'CAST_-1207734656', u'CAST_-1207734637'), ('tmp_540', u'CBRANCH_-1207735150'), ('const-8', u'INT_ADD_-1207734697'), ('const-0', u'PTRSUB_-1207734550'), (u'COPY_-1207734758', u'MULTIEQUAL_-1207734859'), ('const-8', u'PTRSUB_-1207734539'), (u'CAST_-1207734704', u'INT_SUB_-1207735429'), ('tmp_882', u'INT_NOTEQUAL_-1207735151'), ('tmp_881', u'PTRSUB_-1207734733'), (u'INT_SUB_-1207735429', u'INT_SRIGHT_-1207735406'), (u'MULTIEQUAL_-1207734870', u'STORE_-1207735112'), (u'CAST_-1207734614', u'INT_ADD_-1207735248'), (u'COPY_-1207734904', u'MULTIEQUAL_-1207734696'), ('tmp_450', u'CBRANCH_-1207735234'), ('const-0', u'PTRSUB_-1207734554'), (u'PTRSUB_-1207734550', u'PTRSUB_-1207734543'), (u'LOAD_-1207735470', u'CAST_-1207734703'), ('const-0', u'COPY_-1207734766'), (u'INT_MULT_-1207734871', u'MULTIEQUAL_-1207734891'), (u'INT_SRIGHT_-1207735406', u'INT_MULT_-1207734842'), (u'INT_ADD_-1207735289', u'CAST_-1207734636'), ('const-0', u'INT_EQUAL_-1207735117'), (u'LOAD_-1207735470', u'CALL_-1207735030'), ('const-433', u'STORE_-1207735112'), (u'LOAD_-1207735476', u'CAST_-1207734704'), ('tmp_739', u'CBRANCH_-1207734963'), (u'CAST_-1207734636', u'MULTIEQUAL_-1207734859'), (u'INT_LESS_-1207734969', u'CBRANCH_-1207734978'), (u'CAST_-1207734709', u'INT_SUB_-1207735441'), (u'LOAD_-1207735476', u'INT_NOTEQUAL_-1207735151'), (u'MULTIEQUAL_-1207734870', u'CALL_-1207735191'), (u'PTRSUB_-1207734539', u'STORE_-1207735106'), (u'CAST_-1207734607', u'INT_ADD_-1207735239'), (u'INT_MULT_-1207734842', u'INT_LESS_-1207735351'), (u'PTRSUB_-1207734554', u'PTRSUB_-1207734546'), ('const-0', u'PTRSUB_-1207734724'), ('const-0', u'RETURN_-1207735038'), ('const-0', u'PTRSUB_-1207734739'), (u'CAST_-1207734656', u'MULTIEQUAL_-1207734870'), (u'CAST_-1207734626', u'INT_ADD_-1207735268'), ('tmp_244', u'CBRANCH_-1207735396'), ('const-433', u'STORE_-1207735099'), ('const-433', u'STORE_-1207735262'), ('tmp_881', u'PTRSUB_-1207734558'), ('tmp_882', u'INT_NOTEQUAL_-1207734965'), (u'CALL_-1207735329', u'CAST_-1207734656'), (u'PTRSUB_-1207734739', u'PTRSUB_-1207734730'), ('const-0', u'PTRSUB_-1207734717'), ('const-0', u'PTRSUB_-1207734558')]
[('const-433', u'LOAD_-1207735296'), (u'INT_SUB_-1207735441', u'INT_ADD_-1207734698'), (u'INT_SUB_-1207735441', u'INT_ADD_-1207735248'), (u'CAST_-1207734731', u'CAST_-1207734718'), ('tmp_1666', u'INT_EQUAL_-1207735236'), (u'INT_EQUAL_-1207735407', u'CBRANCH_-1207735396'), ('tmp_863', u'BRANCH_-1207734889'), ('const-2', u'INT_MULT_-1207734841'), (u'CAST_-1207734731', u'CALL_-1207735191'), ('const-1', u'PTRADD_-1207734557'), ('const-8', u'PTRADD_-1207734552'), ('const--8', u'COPY_-1207735386'), (u'COPY_-1207734904', u'MULTIEQUAL_-1207734695'), (u'INT_SUB_-1207735258', u'CALL_-1207735131'), ('tmp_1666', u'INT_NOTEQUAL_-1207735151'), ('const-433', u'LOAD_-1207735476'), ('const-433', u'STORE_-1207735106'), (u'INT_EQUAL_-1207735236', u'CBRANCH_-1207735234'), ('tmp_1666', u'INT_NOTEQUAL_-1207734965'), ('tmp_287', u'CBRANCH_-1207735360'), (u'INT_LESS_-1207735351', u'CBRANCH_-1207735360'), (u'CAST_-1207734719', u'INT_SUB_-1207735429'), ('const-433', u'STORE_-1207735112'), (u'INT_SRIGHT_-1207735406', u'INT_LESS_-1207735351'), (u'CALL_-1207735329', u'CAST_-1207734671'), (u'CAST_-1207734731', u'CAST_-1207734723'), (u'CAST_-1207734671', u'CAST_-1207734652'), (u'PTRADD_-1207734552', u'STORE_-1207735099'), (u'CAST_-1207734630', u'INT_ADD_-1207735248'), ('const-1', u'PTRADD_-1207734739'), (u'INT_NOTEQUAL_-1207734934', u'CBRANCH_-1207734933'), (u'CAST_-1207734731', u'INT_EQUAL_-1207735236'), ('tmp_1666', u'CAST_-1207734724'), ('const-0', u'INT_EQUAL_-1207735407'), (u'INT_SRIGHT_-1207735406', u'INT_MULT_-1207734841'), ('const-2305843009213693951', u'INT_LESS_-1207734969'), ('tmp_582', u'CBRANCH_-1207735114'), (u'CAST_-1207734724', u'INT_SUB_-1207735441'), (u'CAST_-1207734641', u'CAST_-1207734623'), (u'CAST_-1207734731', u'INT_EQUAL_-1207735117'), ('const-3', u'INT_SRIGHT_-1207735406'), ('tmp_855', u'CBRANCH_-1207734933'), (u'INT_NOTEQUAL_-1207735151', u'CBRANCH_-1207735150'), ('const-0', u'COPY_-1207734757'), (u'MULTIEQUAL_-1207734890', u'CALL_-1207735329'), (u'CAST_-1207734736', u'CAST_-1207734635'), ('const-8', u'INT_MULT_-1207734871'), (u'INT_NOTEQUAL_-1207734965', u'CBRANCH_-1207734963'), ('tmp_1672', u'LOAD_-1207735470'), (u'COPY_-1207734765', u'MULTIEQUAL_-1207734869'), (u'CAST_-1207734629', u'STORE_-1207735262'), (u'LOAD_-1207735296', u'STORE_-1207735262'), (u'INT_SRIGHT_-1207735406', u'INT_EQUAL_-1207735407'), ('tmp_1666', u'CAST_-1207734634'), (u'INT_MULT_-1207734841', u'MULTIEQUAL_-1207734695'), (u'LOAD_-1207735470', u'CAST_-1207734731'), ('tmp_777', u'CBRANCH_-1207734978'), (u'INT_SUB_-1207735258', u'INT_ADD_-1207735239'), ('const-8', u'INT_ADD_-1207734698'), ('tmp_708', u'BRANCH_-1207735027'), ('const-433', u'STORE_-1207735099'), (u'LOAD_-1207735476', u'CAST_-1207734736'), ('tmp_1666', u'CALL_-1207735131'), ('tmp_1672', u'STORE_-1207735112'), ('const-8', u'PTRADD_-1207734557'), (u'INT_EQUAL_-1207735117', u'CBRANCH_-1207735114'), ('const-1', u'COPY_-1207734904'), (u'INT_ADD_-1207735268', u'CAST_-1207734641'), (u'MULTIEQUAL_-1207734858', u'STORE_-1207735099'), (u'INT_ADD_-1207735289', u'MULTIEQUAL_-1207734858'), (u'MULTIEQUAL_-1207734695', u'INT_MULT_-1207734871'), (u'INT_ADD_-1207735248', u'CAST_-1207734629'), ('const-0', u'INT_NOTEQUAL_-1207734934'), (u'CAST_-1207734642', u'INT_ADD_-1207735268'), (u'INT_SUB_-1207735441', u'CALL_-1207735191'), ('tmp_540', u'CBRANCH_-1207735150'), (u'CAST_-1207734652', u'INT_ADD_-1207735289'), ('const-2', u'PTRADD_-1207734552'), (u'INT_MULT_-1207734841', u'INT_LESS_-1207734969'), ('tmp_1672', u'PTRADD_-1207734739'), (u'INT_MULT_-1207734871', u'MULTIEQUAL_-1207734890'), (u'CAST_-1207734623', u'INT_ADD_-1207735239'), ('tmp_1672', u'PTRADD_-1207734552'), (u'INT_MULT_-1207734841', u'INT_NOTEQUAL_-1207734934'), (u'MULTIEQUAL_-1207734890', u'INT_ADD_-1207735289'), (u'INT_SUB_-1207735429', u'INT_SRIGHT_-1207735406'), ('tmp_1665', u'LOAD_-1207735296'), (u'CAST_-1207734718', u'INT_SUB_-1207735429'), ('tmp_450', u'CBRANCH_-1207735234'), ('const-433', u'LOAD_-1207735470'), (u'COPY_-1207735386', u'MULTIEQUAL_-1207734890'), (u'MULTIEQUAL_-1207734869', u'CALL_-1207735191'), (u'MULTIEQUAL_-1207734869', u'CAST_-1207734630'), (u'CAST_-1207734736', u'INT_NOTEQUAL_-1207734965'), (u'INT_MULT_-1207734841', u'INT_LESS_-1207735351'), (u'CAST_-1207734723', u'INT_SUB_-1207735441'), ('const-0', u'INT_EQUAL_-1207735117'), ('tmp_739', u'CBRANCH_-1207734963'), (u'INT_LESS_-1207734969', u'CBRANCH_-1207734978'), (u'MULTIEQUAL_-1207734869', u'CAST_-1207734642'), (u'INT_ADD_-1207735239', u'STORE_-1207735106'), (u'COPY_-1207734757', u'MULTIEQUAL_-1207734858'), (u'PTRADD_-1207734557', u'STORE_-1207735106'), ('const-0', u'COPY_-1207734765'), ('const-0', u'RETURN_-1207735038'), (u'INT_ADD_-1207734698', u'INT_ADD_-1207735268'), ('tmp_1672', u'PTRADD_-1207734557'), (u'CAST_-1207734731', u'CALL_-1207735030'), (u'CAST_-1207734671', u'MULTIEQUAL_-1207734869'), (u'CAST_-1207734736', u'CAST_-1207734719'), (u'CAST_-1207734736', u'INT_NOTEQUAL_-1207735151'), ('tmp_244', u'CBRANCH_-1207735396'), (u'CAST_-1207734634', u'INT_SUB_-1207735258'), ('const-433', u'STORE_-1207735262'), (u'CAST_-1207734635', u'INT_SUB_-1207735258'), ('const-8', u'PTRADD_-1207734739'), (u'CAST_-1207734641', u'CALL_-1207735131'), (u'PTRADD_-1207734739', u'LOAD_-1207735476'), (u'MULTIEQUAL_-1207734869', u'STORE_-1207735112')]
null
null
001c6b10
x64
O2
(translation_unit "void FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }\n FUN_002f1e60(__src);\nLAB_001c6bdb:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}\n\n" (function_definition "void FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }\n FUN_002f1e60(__src);\nLAB_001c6bdb:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" primitive_type (function_declarator "FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }\n FUN_002f1e60(__src);\nLAB_001c6bdb:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_001c6c45:\n lVar4 = uVar3 * 8;" statement_identifier : (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_002f0690(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002f0690(lVar4)" identifier = (cast_expression "(void *)FUN_002f0690(lVar4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002f0690(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;)) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" identifier = (binary_expression "lVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_001c6b58;" goto statement_identifier ;)) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_001c6c45;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_001c6c45;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_001c6bc8;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_001c6bc8;" goto statement_identifier ;)) (labeled_statement "LAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_001c6bdb;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001c6bdb;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }" { (labeled_statement "LAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_001c6bd6;" goto statement_identifier ;) })) }))) (expression_statement "FUN_002f1e60(__src);" (call_expression "FUN_002f1e60(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_001c6bdb:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original name: _M_realloc_insert<gold::Output_section* const&>\n DWARF original prototype: void\n _M_realloc_insert<gold::Output_section*_const&>(vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n * this, iterator __position, Output_section * * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n_M_realloc_insert<gold::Output_section*_const&>\n (vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> *this,\n iterator __position,Output_section **__args_0)\n\n{\n void *__dest;\n Output_section **ppOVar1;\n Output_section **__src;\n ulong uVar2;\n pointer __dest_00;\n size_t __n;\n ulong uVar3;\n ulong uVar4;\n pointer ppOVar5;\n \n ppOVar1 = (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish;\n __src = (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n __n = (long)__position._M_current - (long)__src;\n uVar2 = (long)ppOVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n uVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (pointer)operator_new(uVar4);\n ppOVar5 = (pointer)(uVar4 + (long)__dest_00);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n ppOVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(Output_section **)((long)__dest_00 + __n) = *__args_0;\n if (__position._M_current == __src) {\n if (__position._M_current != ppOVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (Output_section **)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppOVar1) {\nLAB_001c6bc8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_001c6bd6;\n }\n }\n operator_delete(__src);\nLAB_001c6bdb:\n (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_start = __dest_00;\n (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish = (pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current));\n (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage = ppOVar5;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n_M_realloc_insert<gold::Output_section*_const&>\n (vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> *this,\n iterator __position,Output_section **__args_0)\n\n{\n void *__dest;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::vector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "*" *) , (ERROR "_std::allocator<gold::Output_section*>_>::\n_M_realloc_insert<gold::Output_section*_const&>\n (vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> *this,\n iterator __position,Output_section **__args_0)\n\n{\n void" identifier : : identifier < identifier : : identifier * > identifier > : : identifier < identifier : : identifier (pointer_declarator "*_const&>\n (vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> *this,\n iterator __position,Output_section **__args_0)" * (function_declarator "_const&>\n (vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> *this,\n iterator __position,Output_section **__args_0)" identifier (ERROR "&>" & >) (parameter_list "(vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> *this,\n iterator __position,Output_section **__args_0)" ( (parameter_declaration "vector<gold::Output_section*" type_identifier (ERROR "<gold::Output_section" < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::allocator<gold::Output_section*>_> *this" type_identifier (ERROR "::allocator<gold::Output_section*>_>" : : identifier < identifier : : identifier * > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Output_section **__args_0" type_identifier (pointer_declarator "**__args_0" * (pointer_declarator "*__args_0" * identifier))) )))) { primitive_type) (pointer_declarator "*__dest" * identifier) ;) (declaration "Output_section **ppOVar1;" type_identifier (pointer_declarator "**ppOVar1" * (pointer_declarator "*ppOVar1" * identifier)) ;) (declaration "Output_section **__src;" type_identifier (pointer_declarator "**__src" * (pointer_declarator "*__src" * identifier)) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "pointer __dest_00;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "pointer ppOVar5;" type_identifier identifier ;) (expression_statement "ppOVar1 = (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish;" (assignment_expression "ppOVar1 = (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish" (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )" ( (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_section*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__src = (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;" (assignment_expression "__src = (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start" identifier = (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start" (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_section*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__n = (long)__position._M_current - (long)__src;" (assignment_expression "__n = (long)__position._M_current - (long)__src" identifier = (binary_expression "(long)__position._M_current - (long)__src" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)ppOVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)ppOVar1 - (long)__src >> 3" identifier = (binary_expression "(long)ppOVar1 - (long)__src >> 3" (binary_expression "(long)ppOVar1 - (long)__src" (cast_expression "(long)ppOVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n uVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (pointer)operator_new(uVar4);\n ppOVar5 = (pointer)(uVar4 + (long)__dest_00);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n ppOVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_001c6c45:\n uVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (pointer)operator_new(uVar4);\n ppOVar5 = (pointer)(uVar4 + (long)__dest_00);\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_001c6c45:\n uVar4 = uVar3 * 8;" statement_identifier : (expression_statement "uVar4 = uVar3 * 8;" (assignment_expression "uVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_001c6b58:\n __dest_00 = (pointer)operator_new(uVar4);" statement_identifier : (expression_statement "__dest_00 = (pointer)operator_new(uVar4);" (assignment_expression "__dest_00 = (pointer)operator_new(uVar4)" identifier = (cast_expression "(pointer)operator_new(uVar4)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))))) ;)) (expression_statement "ppOVar5 = (pointer)(uVar4 + (long)__dest_00);" (assignment_expression "ppOVar5 = (pointer)(uVar4 + (long)__dest_00)" identifier = (call_expression "(pointer)(uVar4 + (long)__dest_00)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "(uVar4 + (long)__dest_00)" ( (binary_expression "uVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n ppOVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n ppOVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "uVar4 = 0xfffffffffffffff8;" (assignment_expression "uVar4 = 0xfffffffffffffff8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_001c6b58;" goto statement_identifier ;)) (expression_statement "ppOVar5 = (pointer)0x0;" (assignment_expression "ppOVar5 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "__dest_00 = (pointer)0x0;" (assignment_expression "__dest_00 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_001c6c45;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_001c6c45;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(Output_section **)((long)__dest_00 + __n) = *__args_0;" (assignment_expression "*(Output_section **)((long)__dest_00 + __n) = *__args_0" (pointer_expression "*(Output_section **)((long)__dest_00 + __n)" * (cast_expression "(Output_section **)((long)__dest_00 + __n)" ( (type_descriptor "Output_section **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*__args_0" * identifier)) ;) (if_statement "if (__position._M_current == __src) {\n if (__position._M_current != ppOVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (Output_section **)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppOVar1) {\nLAB_001c6bc8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_001c6bd6;\n }\n }" if (parenthesized_expression "(__position._M_current == __src)" ( (binary_expression "__position._M_current == __src" (field_expression "__position._M_current" identifier . field_identifier) == identifier) )) (compound_statement "{\n if (__position._M_current != ppOVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (Output_section **)0x0) goto LAB_001c6bdb;\n }" { (if_statement "if (__position._M_current != ppOVar1) goto LAB_001c6bc8;" if (parenthesized_expression "(__position._M_current != ppOVar1)" ( (binary_expression "__position._M_current != ppOVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (goto_statement "goto LAB_001c6bc8;" goto statement_identifier ;)) (labeled_statement "LAB_001c6bd6:\n if (__src == (Output_section **)0x0) goto LAB_001c6bdb;" statement_identifier : (if_statement "if (__src == (Output_section **)0x0) goto LAB_001c6bdb;" if (parenthesized_expression "(__src == (Output_section **)0x0)" ( (binary_expression "__src == (Output_section **)0x0" identifier == (cast_expression "(Output_section **)0x0" ( (type_descriptor "Output_section **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (goto_statement "goto LAB_001c6bdb;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppOVar1) {\nLAB_001c6bc8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_001c6bd6;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppOVar1) {\nLAB_001c6bc8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_001c6bd6;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (__position._M_current != ppOVar1) {\nLAB_001c6bc8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_001c6bd6;\n }" if (parenthesized_expression "(__position._M_current != ppOVar1)" ( (binary_expression "__position._M_current != ppOVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\nLAB_001c6bc8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);\n goto LAB_001c6bd6;\n }" { (labeled_statement "LAB_001c6bc8:\n memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);" statement_identifier : (expression_statement "memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current);" (call_expression "memcpy(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current)" identifier (argument_list "(__dest,__position._M_current,(long)ppOVar1 - (long)__position._M_current)" ( identifier , (field_expression "__position._M_current" identifier . field_identifier) , (binary_expression "(long)ppOVar1 - (long)__position._M_current" (cast_expression "(long)ppOVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) ;)) (goto_statement "goto LAB_001c6bd6;" goto statement_identifier ;) })) }))) (expression_statement "operator_delete(__src);" (call_expression "operator_delete(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_001c6bdb:\n (this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_start = __dest_00;" statement_identifier : (expression_statement "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_start = __dest_00;" (assignment_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_start = __dest_00" (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_start" (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_section*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * identifier) > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;)) (expression_statement "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish = (pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current));" (assignment_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish = (pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current))" (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish" (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_section*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = (call_expression "(pointer)((long)__dest + ((long)ppOVar1 - (long)__position._M_current))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)__dest + ((long)ppOVar1 - (long)__position._M_current))" ( (binary_expression "(long)__dest + ((long)ppOVar1 - (long)__position._M_current)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)ppOVar1 - (long)__position._M_current)" ( (binary_expression "(long)ppOVar1 - (long)__position._M_current" (cast_expression "(long)ppOVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) )))) ;) (expression_statement "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage = ppOVar5;" (assignment_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage = ppOVar5" (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage" (field_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this->super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this->super__Vector_base<gold::Output_section*,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }\n FUN_002f1e60(__src);\nLAB_001c6bdb:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}\n\n" (function_definition "void FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }\n FUN_002f1e60(__src);\nLAB_001c6bdb:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" primitive_type (function_declarator "FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }\n FUN_002f1e60(__src);\nLAB_001c6bdb:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_001c6c45:\n lVar4 = uVar3 * 8;" statement_identifier : (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_002f0690(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002f0690(lVar4)" identifier = (cast_expression "(void *)FUN_002f0690(lVar4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002f0690(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;)) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" identifier = (binary_expression "lVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_001c6b58;" goto statement_identifier ;)) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_001c6c45;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_001c6c45;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_001c6bc8;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_001c6bc8;" goto statement_identifier ;)) (labeled_statement "LAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_001c6bdb;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001c6bdb;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }" { (labeled_statement "LAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_001c6bd6;" goto statement_identifier ;) })) }))) (expression_statement "FUN_002f1e60(__src);" (call_expression "FUN_002f1e60(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_001c6bdb:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;))) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) ;)) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }\n FUN_002f1e60(__src);\nLAB_001c6bdb:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001c6b10(undefined8 *param_1,void *param_2,undefined8 *param_3)" (identifier "FUN_001c6b10") (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "void *param_2" (primitive_type "void") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }\n FUN_002f1e60(__src);\nLAB_001c6bdb:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" ({ "{") (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "void *__dest_00;" (primitive_type "void") (pointer_declarator "*__dest_00" (* "*") (identifier "__dest_00")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" (identifier "pvVar1") (= "=") (cast_expression "(void *)param_1[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" (identifier "__src") (= "=") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" (identifier "__n") (= "=") (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src")))) (; ";")) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" (identifier "uVar2") (= "=") (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src"))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" (if "if") (parenthesized_expression "(uVar2 == 0)" (( "(") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 1;\nLAB_001c6c45:\n lVar4 = uVar3 * 8;\nLAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_001c6c45:\n lVar4 = uVar3 * 8;" (statement_identifier "LAB_001c6c45") (: ":") (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" (identifier "lVar4") (= "=") (binary_expression "uVar3 * 8" (identifier "uVar3") (* "*") (number_literal "8"))) (; ";"))) (labeled_statement "LAB_001c6b58:\n __dest_00 = (void *)FUN_002f0690(lVar4);" (statement_identifier "LAB_001c6b58") (: ":") (expression_statement "__dest_00 = (void *)FUN_002f0690(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002f0690(lVar4)" (identifier "__dest_00") (= "=") (cast_expression "(void *)FUN_002f0690(lVar4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002f0690(lVar4)" (identifier "FUN_002f0690") (argument_list "(lVar4)" (( "(") (identifier "lVar4") () ")"))))) (; ";"))) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" (identifier "lVar4") (= "=") (binary_expression "lVar4 + (long)__dest_00" (identifier "lVar4") (+ "+") (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" (else "else") (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_001c6c45;\n }" ({ "{") (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" (identifier "uVar3") (= "=") (binary_expression "uVar2 * 2" (identifier "uVar2") (* "*") (number_literal "2"))) (; ";")) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" (identifier "lVar4") (= "=") (number_literal "-8")) (; ";")) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58;" (if "if") (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" (( "(") (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" (( "(") (binary_expression "uVar3 < uVar2" (identifier "uVar3") (< "<") (identifier "uVar2")) () ")")) (|| "||") (parenthesized_expression "(0x1fffffffffffffff < uVar3)" (( "(") (binary_expression "0x1fffffffffffffff < uVar3" (number_literal "0x1fffffffffffffff") (< "<") (identifier "uVar3")) () ")"))) () ")")) (goto_statement "goto LAB_001c6b58;" (goto "goto") (statement_identifier "LAB_001c6b58") (; ";"))) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" (identifier "lVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" (identifier "__dest_00") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (uVar3 != 0) goto LAB_001c6c45;" (if "if") (parenthesized_expression "(uVar3 != 0)" (( "(") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_001c6c45;" (goto "goto") (statement_identifier "LAB_001c6c45") (; ";"))) (} "}")))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" (identifier "__dest") (= "=") (cast_expression "(void *)((long)__dest_00 + __n + 8)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n + 8)" (( "(") (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) (+ "+") (number_literal "8")) () ")")))) (; ";")) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" (* "*") (cast_expression "(undefined8 *)((long)__dest_00 + __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n)" (( "(") (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) () ")")))) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" (if "if") (parenthesized_expression "(param_2 == __src)" (( "(") (binary_expression "param_2 == __src" (identifier "param_2") (== "==") (identifier "__src")) () ")")) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_001c6bc8;\nLAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;\n }" ({ "{") (if_statement "if (param_2 != pvVar1) goto LAB_001c6bc8;" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (goto_statement "goto LAB_001c6bc8;" (goto "goto") (statement_identifier "LAB_001c6bc8") (; ";"))) (labeled_statement "LAB_001c6bd6:\n if (__src == (void *)0x0) goto LAB_001c6bdb;" (statement_identifier "LAB_001c6bd6") (: ":") (if_statement "if (__src == (void *)0x0) goto LAB_001c6bdb;" (if "if") (parenthesized_expression "(__src == (void *)0x0)" (( "(") (binary_expression "__src == (void *)0x0" (identifier "__src") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_001c6bdb;" (goto "goto") (statement_identifier "LAB_001c6bdb") (; ";")))) (} "}")) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" (else "else") (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }\n }" ({ "{") (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" (identifier "memmove") (argument_list "(__dest_00,__src,__n)" (( "(") (identifier "__dest_00") (, ",") (identifier "__src") (, ",") (identifier "__n") () ")"))) (; ";")) (if_statement "if (param_2 != pvVar1) {\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (compound_statement "{\nLAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_001c6bd6;\n }" ({ "{") (labeled_statement "LAB_001c6bc8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (statement_identifier "LAB_001c6bc8") (: ":") (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" (identifier "memcpy") (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" (( "(") (identifier "__dest") (, ",") (identifier "param_2") (, ",") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) (; ";"))) (goto_statement "goto LAB_001c6bd6;" (goto "goto") (statement_identifier "LAB_001c6bd6") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_002f1e60(__src);" (call_expression "FUN_002f1e60(__src)" (identifier "FUN_002f1e60") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (labeled_statement "LAB_001c6bdb:\n *param_1 = __dest_00;" (statement_identifier "LAB_001c6bdb") (: ":") (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "__dest_00")) (; ";"))) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (parenthesized_expression "((long)pvVar1 - (long)param_2)" (( "(") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")")))) (; ";")) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar4")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original name: _M_realloc_insert<gold::Output_section* const&> DWARF original prototype: void _M_realloc_insert<gold::Output_section*_const&>(vector<gold::Output_section*,_std::allocator<gold::Output_section*>_> * this, iterator __position, Output_section * * __args#0) */ void __thiscall std::vector<var_1::type_1*,var_2::allocator<var_1::type_1*>var_4>:: _M_realloc_insert<var_1::type_1*_const&> (vector<var_1::type_1*,var_2::allocator<var_1::type_1*>var_4> *this, iterator __position,type_1 **__args_0) { void *__dest; type_1 **var_11; type_1 **var_10; type_2 var_5; type_3 __dest_00; size_t var_9; type_2 var_6; type_2 var_8; type_3 ppOVar5; var_11 = (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*var_3>var_4>var_3 )._M_impl._M_finish; var_10 = (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*var_3>var_4>var_3). _M_impl._M_start; var_9 = (long)__position._M_current - (long)var_10; var_5 = (long)var_11 - (long)var_10 >> 3; if (var_5 == 0) { var_6 = 1; LAB_001c6c45: var_8 = var_6 * 8; LAB_001c6b58: __dest_00 = (type_3)var_7(var_8); ppOVar5 = (type_3)(var_8 + (long)__dest_00); } else { var_6 = var_5 * 2; var_8 = 0xfffffffffffffff8; if ((var_6 < var_5) || (0x1fffffffffffffff < var_6)) goto LAB_001c6b58; ppOVar5 = (type_3)0x0; __dest_00 = (type_3)0x0; if (var_6 != 0) goto LAB_001c6c45; } __dest = (void *)((long)__dest_00 + var_9 + 8); *(type_1 **)((long)__dest_00 + var_9) = *__args_0; if (__position._M_current == var_10) { if (__position._M_current != var_11) goto LAB_001c6bc8; LAB_001c6bd6: if (var_10 == (type_1 **)0x0) goto LAB_001c6bdb; } else { var_12(__dest_00,var_10,var_9); if (__position._M_current != var_11) { LAB_001c6bc8: var_13(__dest,__position._M_current,(long)var_11 - (long)__position._M_current); goto LAB_001c6bd6; } } var_14(var_10); LAB_001c6bdb: (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*var_3>var_4>var_3)._M_impl. _M_start = __dest_00; (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_4>var_3)._M_impl. _M_finish = (type_3)((long)__dest + ((long)var_11 - (long)__position._M_current)); (this->super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_4>var_3)._M_impl. _M_end_of_storage = ppOVar5; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1,void *param_2,undefined8 *param_3) { void *__dest; void *pvVar1; void *__src; ulong uVar2; void *__dest_00; size_t __n; ulong uVar3; long lVar4; pvVar1 = (void *)param_1[1]; __src = (void *)*param_1; __n = (long)param_2 - (long)__src; uVar2 = (long)pvVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_001c6c45: lVar4 = uVar3 * 8; LAB_001c6b58: __dest_00 = (void *)FUN_002f0690(lVar4); lVar4 = lVar4 + (long)__dest_00; } else { uVar3 = uVar2 * 2; lVar4 = -8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_001c6b58; lVar4 = 0; __dest_00 = (void *)0x0; if (uVar3 != 0) goto LAB_001c6c45; } __dest = (void *)((long)__dest_00 + __n + 8); *(undefined8 *)((long)__dest_00 + __n) = *param_3; if (param_2 == __src) { if (param_2 != pvVar1) goto LAB_001c6bc8; LAB_001c6bd6: if (__src == (void *)0x0) goto LAB_001c6bdb; } else { memmove(__dest_00,__src,__n); if (param_2 != pvVar1) { LAB_001c6bc8: memcpy(__dest,param_2,(long)pvVar1 - (long)param_2); goto LAB_001c6bd6; } } FUN_002f1e60(__src); LAB_001c6bdb: *param_1 = __dest_00; param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2); param_1[2] = lVar4; return; }
1919_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
~Struct_no_buildd
FUN_0018cfd0
/* DWARF original prototype: void ~Struct_no_buildd(Struct_no_buildd * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_buildd::~Struct_no_buildd(Struct_no_buildd *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_006528b0; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } operator_delete(this,0x60); return; }
void FUN_0018cfd0(undefined8 *param_1) { *param_1 = &PTR_FUN_006528b0; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_0049e330(); } thunk_FUN_0049e330(param_1,0x60); return; }
LEA RAX,[0x6528b0] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x0018cff0 CALL 0x0049e330 MOV RDI,RBX MOV ESI,0x60 POP RBX JMP 0x0049e320
null
null
null
null
[('const-0', u'PTRSUB_-1207447437'), ('const-96', u'CALL_-1207447520'), (u'PTRSUB_-1207447433', u'PTRSUB_-1207447430'), ('tmp_93', u'CALL_-1207447520'), (u'PTRSUB_-1207447425', u'INT_NOTEQUAL_-1207447549'), ('const-6629552', u'PTRSUB_-1207447443'), (u'CAST_-1207447433', u'STORE_-1207447580'), (u'PTRSUB_-1207447437', u'PTRSUB_-1207447433'), (u'PTRSUB_-1207447430', u'LOAD_-1207447576'), (u'LOAD_-1207447576', u'CAST_-1207447421'), ('tmp_58', u'CBRANCH_-1207447548'), ('const-8', u'PTRSUB_-1207447438'), (u'PTRSUB_-1207447437', u'STORE_-1207447580'), ('const-433', u'STORE_-1207447580'), ('const-16', u'PTRSUB_-1207447425'), ('const-8', u'PTRSUB_-1207447432'), ('tmp_93', u'PTRSUB_-1207447442'), ('const-0', u'PTRSUB_-1207447433'), (u'PTRSUB_-1207447442', u'PTRSUB_-1207447437'), ('const-0', u'PTRSUB_-1207447430'), (u'CAST_-1207447421', u'INT_NOTEQUAL_-1207447549'), (u'PTRSUB_-1207447428', u'PTRSUB_-1207447425'), ('const-0', u'PTRSUB_-1207447443'), ('tmp_93', u'PTRSUB_-1207447438'), (u'PTRSUB_-1207447438', u'PTRSUB_-1207447437'), ('tmp_93', u'PTRSUB_-1207447432'), (u'INT_NOTEQUAL_-1207447549', u'CBRANCH_-1207447548'), ('const-0', u'RETURN_-1207447516'), ('const-0', u'PTRSUB_-1207447437'), (u'LOAD_-1207447576', u'CALL_-1207447541'), ('const-0', u'PTRSUB_-1207447442'), ('const-433', u'LOAD_-1207447576'), ('const-0', u'PTRSUB_-1207447428'), (u'PTRSUB_-1207447443', u'CAST_-1207447433'), (u'PTRSUB_-1207447432', u'PTRSUB_-1207447428')]
[('const-0', u'PTRSUB_-1207447444'), (u'LOAD_-1207447576', u'CAST_-1207447440'), ('tmp_194', u'PTRADD_-1207447436'), ('tmp_194', u'STORE_-1207447580'), (u'PTRSUB_-1207447444', u'STORE_-1207447580'), (u'PTRADD_-1207447436', u'INT_NOTEQUAL_-1207447549'), ('const-8', u'PTRADD_-1207447441'), ('const-433', u'LOAD_-1207447576'), ('const-3', u'PTRADD_-1207447436'), ('const-6629552', u'PTRSUB_-1207447444'), ('tmp_58', u'CBRANCH_-1207447548'), ('const-96', u'CALL_-1207447520'), (u'PTRADD_-1207447441', u'LOAD_-1207447576'), ('const-8', u'PTRADD_-1207447436'), ('tmp_194', u'PTRADD_-1207447441'), ('const-1', u'PTRADD_-1207447441'), (u'INT_NOTEQUAL_-1207447549', u'CBRANCH_-1207447548'), ('const-0', u'RETURN_-1207447516'), (u'CAST_-1207447440', u'INT_NOTEQUAL_-1207447549'), ('tmp_194', u'CALL_-1207447520'), ('const-433', u'STORE_-1207447580')]
null
null
0018cfd0
x64
O2
(translation_unit "void FUN_0018cfd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_006528b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0018cfd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_006528b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0018cfd0(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_006528b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_006528b0;" (assignment_expression "*param_1 = &PTR_FUN_006528b0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_006528b0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_no_buildd(Struct_no_buildd * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_buildd::~Struct_no_buildd(Struct_no_buildd *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_006528b0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_no_buildd::~Struct_no_buildd(Struct_no_buildd *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_006528b0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_buildd::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_buildd(Struct_no_buildd *this,int __in_chrg)" identifier (parameter_list "(Struct_no_buildd *this,int __in_chrg)" ( (parameter_declaration "Struct_no_buildd *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_006528b0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_006528b0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_006528b0" (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_006528b0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_006528b0" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x60);" (call_expression "operator_delete(this,0x60)" identifier (argument_list "(this,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0018cfd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_006528b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0018cfd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_006528b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0018cfd0(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_006528b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_006528b0;" (assignment_expression "*param_1 = &PTR_FUN_006528b0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_006528b0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0018cfd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_006528b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018cfd0(undefined8 *param_1)" (identifier "FUN_0018cfd0") (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_006528b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_006528b0;" (assignment_expression "*param_1 = &PTR_FUN_006528b0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_006528b0" (& "&") (identifier "PTR_FUN_006528b0"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(param_1,0x60)" (identifier "thunk_FUN_0049e330") (argument_list "(param_1,0x60)" (( "(") (identifier "param_1") (, ",") (number_literal "0x60") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_no_buildd(Struct_no_buildd * 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_006528b0; var_5 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); } var_6(this,0x60); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_006528b0; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_0049e330(); } thunk_FUN_0049e330(param_1,0x60); return; }
758_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
FUN_0015014d
FUN_0015014d
void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3) { if (param_3 == -1) { /* WARNING: Subroutine does not return */ __cxa_call_unexpected(); } /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3) { if (param_3 == -1) { /* WARNING: Subroutine does not return */ FUN_002da320(); } /* WARNING: Subroutine does not return */ FUN_003688e0(); }
ADD RDX,0x1 JNZ 0x0015015d CALL 0x002da320 CALL 0x003688e0
null
null
null
null
[('const--1', u'INT_EQUAL_-1207303844'), (u'INT_EQUAL_-1207303844', u'CBRANCH_-1207303840'), ('const-1', u'RETURN_-1207303828'), ('const-1', u'RETURN_-1207303813'), ('tmp_112', u'INT_EQUAL_-1207303844'), ('tmp_28', u'CBRANCH_-1207303840')]
[('const--1', u'INT_EQUAL_-1207303844'), (u'INT_EQUAL_-1207303844', u'CBRANCH_-1207303840'), ('const-1', u'RETURN_-1207303828'), ('const-1', u'RETURN_-1207303813'), ('tmp_112', u'INT_EQUAL_-1207303844'), ('tmp_28', u'CBRANCH_-1207303840')]
null
null
0015014d
x64
O2
(translation_unit "void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n if (param_3 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002da320();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n if (param_3 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002da320();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (param_3 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002da320();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" { (if_statement "if (param_3 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002da320();\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002da320();\n }" { comment (expression_statement "FUN_002da320();" (call_expression "FUN_002da320()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n if (param_3 == -1) {\n /* WARNING: Subroutine does not return */\n __cxa_call_unexpected();\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n if (param_3 == -1) {\n /* WARNING: Subroutine does not return */\n __cxa_call_unexpected();\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (param_3 == -1) {\n /* WARNING: Subroutine does not return */\n __cxa_call_unexpected();\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (if_statement "if (param_3 == -1) {\n /* WARNING: Subroutine does not return */\n __cxa_call_unexpected();\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __cxa_call_unexpected();\n }" { comment (expression_statement "__cxa_call_unexpected();" (call_expression "__cxa_call_unexpected()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n if (param_3 == -1) {\n \n FUN_002da320();\n }\n \n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n if (param_3 == -1) {\n \n FUN_002da320();\n }\n \n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (param_3 == -1) {\n \n FUN_002da320();\n }\n \n FUN_003688e0();\n}" { (if_statement "if (param_3 == -1) {\n \n FUN_002da320();\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n \n FUN_002da320();\n }" { (expression_statement "FUN_002da320();" (call_expression "FUN_002da320()" 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 IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n if (param_3 == -1) {\n \n FUN_002da320();\n }\n \n FUN_003688e0();\n}" (primitive_type "void") (function_declarator "FUN_0015014d(undefined8 param_1,undefined8 param_2,long param_3)" (identifier "FUN_0015014d") (parameter_list "(undefined8 param_1,undefined8 param_2,long param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n if (param_3 == -1) {\n \n FUN_002da320();\n }\n \n FUN_003688e0();\n}" ({ "{") (if_statement "if (param_3 == -1) {\n \n FUN_002da320();\n }" (if "if") (parenthesized_expression "(param_3 == -1)" (( "(") (binary_expression "param_3 == -1" (identifier "param_3") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n \n FUN_002da320();\n }" ({ "{") (expression_statement "FUN_002da320();" (call_expression "FUN_002da320()" (identifier "FUN_002da320") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" (identifier "FUN_003688e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(type_1 param_1,type_1 param_2,long var_1) { if (var_1 == -1) { /* WARNING: Subroutine does not return */ var_2(); } /* WARNING: Subroutine does not return */ var_3(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(undefined8 param_1,undefined8 param_2,long param_3) { if (param_3 == -1) { /* WARNING: Subroutine does not return */ FUN_002da320(); } /* WARNING: Subroutine does not return */ FUN_003688e0(); }
67_powerpc64le-linux-gnu-size_and_powerpc64le-linux-gnu-size_strip.c
exit
exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_00109218)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_00109218)(); return; }
JMP qword ptr [0x00109218]
null
null
null
null
[(u'CAST_-1206967174', u'CALLIND_-1206967240'), ('const-0', u'RETURN_-1206967237'), ('tmp_28', u'CAST_-1206967174'), (u'CALLIND_-1206967240', u'INDIRECT_-1206967179'), (u'INDIRECT_-1206967179', u'COPY_-1206967238')]
[(u'CAST_-1206967174', u'CALLIND_-1206967240'), ('const-0', u'RETURN_-1206967237'), ('tmp_28', u'CAST_-1206967174'), (u'CALLIND_-1206967240', u'INDIRECT_-1206967179'), (u'INDIRECT_-1206967179', u'COPY_-1206967238')]
null
null
00102430
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_00109218)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_00109218)();\n return;\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n (*(code *)PTR_exit_00109218)();\n return;\n}" { (expression_statement "(*(code *)PTR_exit_00109218)();" (call_expression "(*(code *)PTR_exit_00109218)()" (parenthesized_expression "(*(code *)PTR_exit_00109218)" ( (pointer_expression "*(code *)PTR_exit_00109218" * (cast_expression "(code *)PTR_exit_00109218" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_00109218)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_00109218)();\n return;\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n (*(code *)PTR_exit_00109218)();\n return;\n}" { (expression_statement "(*(code *)PTR_exit_00109218)();" (call_expression "(*(code *)PTR_exit_00109218)()" (parenthesized_expression "(*(code *)PTR_exit_00109218)" ( (pointer_expression "*(code *)PTR_exit_00109218" * (cast_expression "(code *)PTR_exit_00109218" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void exit(int __status)\n\n{\n (*(code *)PTR_exit_00109218)();\n return;\n}\n\n" (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_00109218)();\n return;\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n (*(code *)PTR_exit_00109218)();\n return;\n}" { (expression_statement "(*(code *)PTR_exit_00109218)();" (call_expression "(*(code *)PTR_exit_00109218)()" (parenthesized_expression "(*(code *)PTR_exit_00109218)" ( (pointer_expression "*(code *)PTR_exit_00109218" * (cast_expression "(code *)PTR_exit_00109218" ( (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 IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_00109218)();\n return;\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 (*(code *)PTR_exit_00109218)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_exit_00109218)();" (call_expression "(*(code *)PTR_exit_00109218)()" (parenthesized_expression "(*(code *)PTR_exit_00109218)" (( "(") (pointer_expression "*(code *)PTR_exit_00109218" (* "*") (cast_expression "(code *)PTR_exit_00109218" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_exit_00109218"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(int __status) { (*(type_1 *)PTR_exit_00109218)(); return; }
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: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(int __status) { (*(code *)PTR_MASKED_00109218)(); return; }
1437_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
x509_name_oneline
FUN_0016b620
int x509_name_oneline(X509_NAME *a,char *buf,size_t size) { uint uVar1; int iVar2; BIO_METHOD *type; BIO *out; ulong uVar3; ulong uVar4; long lVar5; char *pcVar6; char *pcVar7; long in_FS_OFFSET; byte bVar8; BUF_MEM *biomem; long local_20; bVar8 = 0; local_20 = *(long *)(in_FS_OFFSET + 0x28); type = BIO_s_mem(); out = BIO_new(type); uVar1 = 1; if (out == (BIO *)0x0) goto LAB_0016b6c6; iVar2 = X509_NAME_print_ex(out,(X509_NAME *)a,0,0x30000); BIO_ctrl(out,0x73,0,&biomem); uVar3 = 0x7ff; if (biomem->length < 0x800) { uVar3 = biomem->length; } pcVar6 = biomem->data; pcVar7 = buf; if ((uint)uVar3 < 8) { if ((uVar3 & 4) == 0) goto LAB_0016b6a9; LAB_0016b708: *(undefined4 *)pcVar7 = *(undefined4 *)pcVar6; lVar5 = 4; } else { for (uVar4 = uVar3 >> 3 & 0x1fffffff; uVar4 != 0; uVar4 = uVar4 - 1) { *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6; pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8; pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8; } if ((uVar3 & 4) != 0) goto LAB_0016b708; LAB_0016b6a9: lVar5 = 0; } if ((uVar3 & 2) != 0) { *(undefined2 *)(pcVar7 + lVar5) = *(undefined2 *)(pcVar6 + lVar5); lVar5 = lVar5 + 2; } if ((uVar3 & 1) != 0) { pcVar7[lVar5] = pcVar6[lVar5]; } buf[uVar3] = '\0'; BIO_free(out); uVar1 = (uint)(iVar2 == 0); LAB_0016b6c6: if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) { return uVar1; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
bool FUN_0016b620(X509_NAME *param_1,undefined8 *param_2) { int iVar1; BIO_METHOD *type; BIO *out; ulong uVar2; ulong uVar3; long lVar4; undefined8 *puVar5; undefined8 *puVar6; long in_FS_OFFSET; bool bVar7; byte bVar8; ulong *local_28; long local_20; bVar8 = 0; local_20 = *(long *)(in_FS_OFFSET + 0x28); type = BIO_s_mem(); out = BIO_new(type); bVar7 = true; if (out == (BIO *)0x0) goto LAB_0016b6c6; iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000); BIO_ctrl(out,0x73,0,&local_28); uVar2 = 0x7ff; if (*local_28 < 0x800) { uVar2 = *local_28; } puVar5 = (undefined8 *)local_28[1]; puVar6 = param_2; if ((uint)uVar2 < 8) { if ((uVar2 & 4) == 0) goto LAB_0016b6a9; LAB_0016b708: *(undefined4 *)puVar6 = *(undefined4 *)puVar5; lVar4 = 4; } else { for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) { *puVar6 = *puVar5; puVar5 = puVar5 + (ulong)bVar8 * -2 + 1; puVar6 = puVar6 + (ulong)bVar8 * -2 + 1; } if ((uVar2 & 4) != 0) goto LAB_0016b708; LAB_0016b6a9: lVar4 = 0; } if ((uVar2 & 2) != 0) { *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4); lVar4 = lVar4 + 2; } if ((uVar2 & 1) != 0) { *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4); } *(undefined1 *)((long)param_2 + uVar2) = 0; BIO_free(out); bVar7 = iVar1 == 0; LAB_0016b6c6: if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) { return bVar7; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
PUSH R12 MOV R12,RDI PUSH RBP MOV RBP,RSI PUSH RBX SUB RSP,0x10 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RSP + 0x8],RAX XOR EAX,EAX CALL 0x0010ee30 MOV RDI,RAX CALL 0x0010d300 MOV RBX,RAX MOV EAX,0x1 TEST RBX,RBX JZ 0x0016b6c6 XOR EDX,EDX MOV RSI,R12 MOV ECX,0x30000 MOV RDI,RBX CALL 0x0010d210 XOR EDX,EDX MOV ESI,0x73 MOV RDI,RBX MOV RCX,RSP MOV R12D,EAX CALL 0x0010dd10 MOV RDX,qword ptr [RSP] MOV EAX,0x7ff MOV RDI,RBP CMP qword ptr [RDX],0x7ff CMOVBE RAX,qword ptr [RDX] MOV RSI,qword ptr [RDX + 0x8] CMP EAX,0x8 JNC 0x0016b720 XOR EDX,EDX TEST AL,0x4 JNZ 0x0016b708 TEST AL,0x2 JNZ 0x0016b6f0 TEST AL,0x1 JNZ 0x0016b6e0 MOV byte ptr [RBP + RAX*0x1],0x0 MOV RDI,RBX CALL 0x0010d170 XOR EAX,EAX TEST R12D,R12D SETZ AL MOV RBX,qword ptr [RSP + 0x8] XOR RBX,qword ptr FS:[0x28] JNZ 0x0016b734 ADD RSP,0x10 POP RBX POP RBP POP R12 RET MOVZX ECX,byte ptr [RSI + RDX*0x1] MOV byte ptr [RDI + RDX*0x1],CL JMP 0x0016b6b1 MOVZX ECX,word ptr [RSI + RDX*0x1] MOV word ptr [RDI + RDX*0x1],CX ADD RDX,0x2 TEST AL,0x1 JZ 0x0016b6b1 JMP 0x0016b6e0 MOV EDX,dword ptr [RSI] MOV dword ptr [RDI],EDX MOV EDX,0x4 TEST AL,0x2 JZ 0x0016b6ad JMP 0x0016b6f0 MOV ECX,EAX XOR EDX,EDX SHR ECX,0x3 MOVSQ.REP RDI,RSI TEST AL,0x4 JZ 0x0016b6a9 JMP 0x0016b708 CALL 0x0010e1e0
null
null
null
null
[(u'MULTIEQUAL_-1207321822', u'MULTIEQUAL_-1207321947'), (u'MULTIEQUAL_-1207321720', u'PTRADD_-1207322570'), (u'MULTIEQUAL_-1207322073', u'SUBPIECE_-1207322089'), ('tmp_902', u'CBRANCH_-1207322488'), ('tmp_992', u'PTRADD_-1207322725'), (u'MULTIEQUAL_-1207321720', u'INT_ADD_-1207322607'), ('const-40', u'INT_ADD_-1207323051'), ('const-40', u'INT_ADD_-1207322715'), (u'CALL_-1207323017', u'INDIRECT_-1207322031'), ('tmp_2967', u'PTRSUB_-1207321869'), (u'PTRADD_-1207322605', u'LOAD_-1207322667'), (u'MULTIEQUAL_-1207322073', u'INT_AND_-1207321860'), ('const-0', u'INT_EQUAL_-1207322821'), ('const-433', u'LOAD_-1207323067'), ('const-1', u'PTRADD_-1207322417'), (u'CALL_-1207323029', u'INDIRECT_-1207321981'), (u'INT_AND_-1207321945', u'MULTIEQUAL_-1207321902'), (u'MULTIEQUAL_-1207321720', u'MULTIEQUAL_-1207321657'), ('const--16', u'INT_MULT_-1207321705'), (u'CAST_-1207321574', u'LOAD_-1207322479'), (u'CAST_-1207321620', u'STORE_-1207322630'), ('const-433', u'STORE_-1207322583'), ('const-2', u'INT_AND_-1207321860'), (u'CALL_-1207323017', u'CALL_-1207322919'), (u'LOAD_-1207322590', u'STORE_-1207322583'), (u'CALL_-1207322958', u'INDIRECT_-1207321849'), (u'CALL_-1207322958', u'INT_EQUAL_-1207322743'), (u'INT_AND_-1207321706', u'INT_NOTEQUAL_-1207322458'), ('const-1', u'PTRADD_-1207322725'), (u'CAST_-1207321825', u'LOAD_-1207323067'), (u'CALL_-1207322958', u'INDIRECT_-1207321999'), ('const-433', u'LOAD_-1207322883'), ('const-0', u'RETURN_-1207322669'), (u'MULTIEQUAL_-1207321822', u'MULTIEQUAL_-1207321851'), ('const-433', u'LOAD_-1207322902'), (u'INDIRECT_-1207321881', u'MULTIEQUAL_-1207321749'), (u'COPY_-1207321649', u'MULTIEQUAL_-1207321836'), (u'MULTIEQUAL_-1207321790', u'COPY_-1207322075'), (u'MULTIEQUAL_-1207321822', u'CAST_-1207321573'), ('const-433', u'STORE_-1207322785'), (u'MULTIEQUAL_-1207321865', u'CAST_-1207321603'), ('const-1', u'INT_AND_-1207321760'), (u'MULTIEQUAL_-1207322073', u'INT_AND_-1207321760'), (u'INT_ADD_-1207322715', u'CAST_-1207321660'), ('const-115', u'CALL_-1207322919'), (u'MULTIEQUAL_-1207321836', u'PTRADD_-1207322417'), ('const-1', u'PTRADD_-1207322579'), (u'LOAD_-1207322873', u'COPY_-1207321649'), (u'INT_EQUAL_-1207322717', u'CBRANCH_-1207322708'), (u'INT_ADD_-1207322607', u'MULTIEQUAL_-1207321657'), (u'MULTIEQUAL_-1207321865', u'MULTIEQUAL_-1207321719'), ('const-433', u'LOAD_-1207322590'), (u'MULTIEQUAL_-1207321836', u'MULTIEQUAL_-1207321961'), (u'INT_RIGHT_-1207322503', u'INT_AND_-1207321945'), (u'CAST_-1207321625', u'LOAD_-1207322641'), (u'MULTIEQUAL_-1207321851', u'CAST_-1207321600'), ('const-0', u'INT_NOTEQUAL_-1207322599'), (u'PTRSUB_-1207321771', u'LOAD_-1207322902'), (u'INDIRECT_-1207322031', u'MULTIEQUAL_-1207321899'), (u'PTRADD_-1207322596', u'STORE_-1207322656'), ('const-196608', u'CALL_-1207322958'), (u'COPY_-1207321971', u'MULTIEQUAL_-1207321790'), (u'INT_NOTEQUAL_-1207322599', u'CBRANCH_-1207322599'), ('tmp_2972', u'INT_ADD_-1207323051'), ('const-0', u'PTRSUB_-1207321763'), (u'MULTIEQUAL_-1207321749', u'INT_EQUAL_-1207322717'), (u'CALL_-1207322958', u'INDIRECT_-1207321940'), ('const-0', u'CALL_-1207322919'), (u'INT_ADD_-1207323051', u'CAST_-1207321825'), ('tmp_402', u'CBRANCH_-1207322804'), ('const-1', u'PTRADD_-1207322570'), (u'INT_NOTEQUAL_-1207322482', u'CBRANCH_-1207322488'), ('tmp_992', u'COPY_-1207321778'), (u'INT_LESS_-1207322871', u'CBRANCH_-1207322877'), ('const-0', u'INT_EQUAL_-1207322993'), ('tmp_644', u'BRANCH_-1207322651'), ('tmp_966', u'CBRANCH_-1207322458'), (u'INT_NOTEQUAL_-1207322805', u'CBRANCH_-1207322804'), (u'COPY_-1207321645', u'MULTIEQUAL_-1207321836'), (u'PTRSUB_-1207321869', u'CALL_-1207322919'), (u'INDIRECT_-1207321913', u'MULTIEQUAL_-1207321899'), (u'CALL_-1207323029', u'INDIRECT_-1207321897'), ('const-3', u'INT_RIGHT_-1207322503'), ('const-0', u'INT_NOTEQUAL_-1207322482'), ('const-8', u'PTRSUB_-1207321758'), ('const-1', u'RETURN_-1207322578'), (u'COPY_-1207322913', u'COPY_-1207321797'), (u'MULTIEQUAL_-1207322073', u'INT_AND_-1207321865'), (u'MULTIEQUAL_-1207321718', u'PTRADD_-1207322596'), (u'SUBPIECE_-1207322089', u'INT_LESS_-1207322853'), (u'LOAD_-1207322873', u'MULTIEQUAL_-1207321961'), ('const-1', u'PTRADD_-1207322596'), (u'MULTIEQUAL_-1207322073', u'INT_AND_-1207321706'), (u'INT_EQUAL_-1207322743', u'INT_ZEXT_-1207321839'), (u'CALL_-1207322769', u'INDIRECT_-1207321913'), (u'INDIRECT_-1207321834', u'PTRSUB_-1207321763'), ('const-8', u'INT_LESS_-1207322853'), (u'INT_ZEXT_-1207321839', u'MULTIEQUAL_-1207321790'), ('const--40', u'PTRSUB_-1207321869'), (u'MULTIEQUAL_-1207321902', u'INT_NOTEQUAL_-1207322482'), (u'INT_ZEXT_-1207322467', u'INT_MULT_-1207321705'), (u'MULTIEQUAL_-1207321836', u'CAST_-1207321574'), (u'CALL_-1207322919', u'INDIRECT_-1207321977'), (u'MULTIEQUAL_-1207321719', u'PTRADD_-1207322579'), (u'COPY_-1207321778', u'MULTIEQUAL_-1207321822'), ('const-8', u'INT_ADD_-1207321658'), ('tmp_941', u'BRANCH_-1207322474'), (u'INDIRECT_-1207321918', u'INT_ZEXT_-1207322467'), (u'CAST_-1207321660', u'LOAD_-1207322729'), (u'CALL_-1207322919', u'INDIRECT_-1207321834'), (u'PTRADD_-1207322725', u'STORE_-1207322785'), (u'MULTIEQUAL_-1207321822', u'PTRADD_-1207322422'), (u'INT_ADD_-1207321658', u'PTRADD_-1207322417'), (u'COPY_-1207321643', u'MULTIEQUAL_-1207321822'), (u'LOAD_-1207322873', u'MULTIEQUAL_-1207321865'), (u'CALL_-1207323029', u'INDIRECT_-1207322040'), (u'LOAD_-1207322479', u'STORE_-1207322476'), (u'COPY_-1207322032', u'MULTIEQUAL_-1207321720'), (u'LOAD_-1207322902', u'INT_LESS_-1207322871'), (u'MULTIEQUAL_-1207321947', u'MULTIEQUAL_-1207321718'), (u'CALL_-1207323029', u'INDIRECT_-1207321890'), (u'INDIRECT_-1207321834', u'PTRSUB_-1207321771'), ('const-0', u'STORE_-1207322785'), (u'MULTIEQUAL_-1207321836', u'MULTIEQUAL_-1207321865'), (u'MULTIEQUAL_-1207321718', u'PTRADD_-1207322570'), (u'PTRADD_-1207322579', u'CAST_-1207321625'), ('const-536870911', u'INT_AND_-1207321945'), ('const-4', u'COPY_-1207322582'), (u'CAST_-1207321769', u'CALL_-1207322958'), ('const-1', u'INT_SUB_-1207322472'), (u'CALL_-1207323017', u'INT_EQUAL_-1207322993'), ('const-1', u'COPY_-1207321971'), ('const-1', u'PTRADD_-1207322422'), ('const-433', u'STORE_-1207322476'), (u'CALL_-1207322919', u'INDIRECT_-1207321918'), ('const-0', u'INT_NOTEQUAL_-1207322805'), (u'CALL_-1207323017', u'CALL_-1207322769'), (u'INT_MULT_-1207321705', u'INT_ADD_-1207321658'), (u'CALL_-1207322583', u'INDIRECT_-1207321639'), (u'PTRADD_-1207322417', u'COPY_-1207321645'), ('const-433', u'LOAD_-1207322641'), (u'INT_AND_-1207321860', u'INT_NOTEQUAL_-1207322805'), (u'INT_NOTEQUAL_-1207322458', u'CBRANCH_-1207322458'), (u'MULTIEQUAL_-1207322073', u'INT_RIGHT_-1207322503'), ('const-433', u'LOAD_-1207322873'), ('tmp_142', u'CBRANCH_-1207322991'), ('const-433', u'LOAD_-1207322667'), (u'MULTIEQUAL_-1207321657', u'PTRADD_-1207322596'), (u'CAST_-1207321573', u'STORE_-1207322476'), ('const-2048', u'INT_LESS_-1207322871'), (u'CAST_-1207321603', u'LOAD_-1207322590'), (u'MULTIEQUAL_-1207322073', u'PTRADD_-1207322725'), (u'MULTIEQUAL_-1207321902', u'INT_SUB_-1207322472'), ('const-4', u'INT_AND_-1207321706'), (u'LOAD_-1207322729', u'INT_EQUAL_-1207322717'), ('const-0', u'INT_NOTEQUAL_-1207322458'), ('const-433', u'LOAD_-1207322479'), (u'COPY_-1207322582', u'MULTIEQUAL_-1207321720'), ('tmp_320', u'CBRANCH_-1207322850'), ('const-2', u'INT_ADD_-1207322607'), (u'CALL_-1207322958', u'INDIRECT_-1207321856'), ('tmp_374', u'CBRANCH_-1207322819'), ('tmp_719', u'CBRANCH_-1207322599'), (u'COPY_-1207321797', u'MULTIEQUAL_-1207322073'), (u'INT_EQUAL_-1207322993', u'CBRANCH_-1207322991'), (u'CALL_-1207322919', u'INDIRECT_-1207321827'), (u'CALL_-1207323017', u'INDIRECT_-1207321881'), (u'LOAD_-1207322667', u'STORE_-1207322656'), ('const-0', u'PTRSUB_-1207321771'), (u'MULTIEQUAL_-1207321961', u'MULTIEQUAL_-1207321719'), (u'INT_AND_-1207321760', u'INT_NOTEQUAL_-1207322599'), (u'MULTIEQUAL_-1207321899', u'INT_ADD_-1207322715'), (u'INDIRECT_-1207321918', u'INT_ZEXT_-1207322472'), (u'LOAD_-1207322641', u'STORE_-1207322630'), (u'COPY_-1207321778', u'MULTIEQUAL_-1207321947'), (u'INDIRECT_-1207321834', u'PTRSUB_-1207321758'), (u'INT_MULT_-1207321706', u'INT_ADD_-1207321659'), (u'COPY_-1207322075', u'RETURN_-1207322669'), (u'PTRADD_-1207322422', u'COPY_-1207321643'), (u'CALL_-1207323017', u'CALL_-1207322958'), (u'PTRADD_-1207322570', u'CAST_-1207321620'), ('const-0', u'COPY_-1207322728'), (u'INDIRECT_-1207321763', u'MULTIEQUAL_-1207321749'), ('tmp_545', u'CBRANCH_-1207322708'), (u'MULTIEQUAL_-1207321720', u'PTRADD_-1207322579'), ('const--16', u'INT_MULT_-1207321706'), (u'MULTIEQUAL_-1207321851', u'MULTIEQUAL_-1207321718'), ('const-433', u'STORE_-1207322656'), (u'LOAD_-1207322883', u'COPY_-1207321796'), ('const-0', u'COPY_-1207322032'), (u'INT_ZEXT_-1207322472', u'INT_MULT_-1207321706'), ('const-0', u'SUBPIECE_-1207322089'), ('const-0', u'INT_EQUAL_-1207322743'), ('const-433', u'STORE_-1207322630'), ('const-2047', u'COPY_-1207322913'), (u'MULTIEQUAL_-1207321719', u'PTRADD_-1207322605'), ('const-433', u'LOAD_-1207322729'), (u'CALL_-1207323017', u'INDIRECT_-1207321972'), (u'INT_EQUAL_-1207322821', u'CBRANCH_-1207322819'), (u'CALL_-1207323017', u'INDIRECT_-1207321888'), (u'CALL_-1207323029', u'CALL_-1207323017'), (u'MULTIEQUAL_-1207321657', u'PTRADD_-1207322605'), (u'COPY_-1207321796', u'MULTIEQUAL_-1207322073'), (u'COPY_-1207321778', u'MULTIEQUAL_-1207321851'), ('const-8', u'INT_ADD_-1207321659'), (u'PTRSUB_-1207321758', u'LOAD_-1207322873'), (u'CAST_-1207321600', u'STORE_-1207322583'), ('tmp_278', u'CBRANCH_-1207322877'), ('const-0', u'CALL_-1207322958'), (u'INT_AND_-1207321865', u'INT_EQUAL_-1207322821'), (u'CALL_-1207322769', u'INDIRECT_-1207321763'), (u'PTRSUB_-1207321763', u'LOAD_-1207322883'), (u'INT_SUB_-1207322472', u'MULTIEQUAL_-1207321902'), (u'INT_ADD_-1207321659', u'PTRADD_-1207322422'), (u'INT_LESS_-1207322853', u'CBRANCH_-1207322850'), ('const-4', u'INT_AND_-1207321865'), ('const-1', u'PTRADD_-1207322605'), ('tmp_991', u'CAST_-1207321769')]
[(u'MULTIEQUAL_-1207321716', u'CAST_-1207321636'), ('tmp_902', u'CBRANCH_-1207322488'), (u'CALL_-1207323017', u'INDIRECT_-1207321892'), (u'INDIRECT_-1207321919', u'INT_ZEXT_-1207322472'), (u'CAST_-1207321635', u'LOAD_-1207322667'), ('const-40', u'INT_ADD_-1207323051'), ('const-433', u'STORE_-1207322630'), (u'LOAD_-1207322873', u'CAST_-1207321717'), ('tmp_2964', u'CALL_-1207322958'), ('const-0', u'INT_EQUAL_-1207322821'), ('const-40', u'INT_ADD_-1207322715'), (u'COPY_-1207321646', u'MULTIEQUAL_-1207321837'), (u'CALL_-1207323029', u'INDIRECT_-1207322041'), (u'INDIRECT_-1207321838', u'LOAD_-1207322902'), (u'CALL_-1207322919', u'INDIRECT_-1207321831'), (u'CAST_-1207321599', u'STORE_-1207322583'), (u'CALL_-1207323029', u'INDIRECT_-1207321894'), (u'INT_RIGHT_-1207322503', u'INT_AND_-1207321946'), (u'INT_ZEXT_-1207322467', u'INT_MULT_-1207321644'), (u'MULTIEQUAL_-1207321948', u'MULTIEQUAL_-1207321715'), (u'PTRADD_-1207321613', u'COPY_-1207321640'), (u'INT_AND_-1207321710', u'INT_NOTEQUAL_-1207322458'), (u'CAST_-1207321624', u'INT_ADD_-1207322625'), (u'CALL_-1207323017', u'CALL_-1207322919'), (u'LOAD_-1207322590', u'STORE_-1207322583'), (u'CALL_-1207322958', u'INT_EQUAL_-1207322743'), ('const-433', u'LOAD_-1207322873'), (u'INDIRECT_-1207321767', u'MULTIEQUAL_-1207321753'), (u'MULTIEQUAL_-1207321852', u'MULTIEQUAL_-1207321715'), (u'CAST_-1207321822', u'LOAD_-1207323067'), ('const-433', u'LOAD_-1207322729'), (u'COPY_-1207321775', u'MULTIEQUAL_-1207321948'), (u'MULTIEQUAL_-1207322074', u'INT_AND_-1207321861'), ('const-0', u'RETURN_-1207322669'), (u'CALL_-1207322958', u'INDIRECT_-1207322000'), (u'MULTIEQUAL_-1207322074', u'INT_AND_-1207321866'), ('const-433', u'LOAD_-1207322590'), ('const-8', u'PTRADD_-1207321613'), ('const-8', u'PTRADD_-1207321609'), (u'INT_MULT_-1207321644', u'INT_ADD_-1207321656'), ('const-1', u'INT_SUB_-1207322472'), (u'COPY_-1207322582', u'MULTIEQUAL_-1207321717'), (u'COPY_-1207321642', u'MULTIEQUAL_-1207321837'), (u'INT_ADD_-1207321656', u'PTRADD_-1207321609'), (u'MULTIEQUAL_-1207321866', u'MULTIEQUAL_-1207321716'), ('const-0', u'INT_NOTEQUAL_-1207322599'), (u'CALL_-1207323017', u'INDIRECT_-1207321973'), (u'INT_EQUAL_-1207322717', u'CBRANCH_-1207322708'), (u'INT_ADD_-1207322607', u'MULTIEQUAL_-1207321654'), (u'MULTIEQUAL_-1207321654', u'INT_ADD_-1207322642'), (u'MULTIEQUAL_-1207321715', u'CAST_-1207321630'), (u'MULTIEQUAL_-1207321962', u'MULTIEQUAL_-1207321716'), (u'MULTIEQUAL_-1207321837', u'LOAD_-1207322479'), (u'INT_ADD_-1207322616', u'CAST_-1207321617'), (u'LOAD_-1207322883', u'COPY_-1207321793'), ('const-0', u'CALL_-1207322958'), (u'CALL_-1207322919', u'INDIRECT_-1207321978'), (u'CAST_-1207321636', u'INT_ADD_-1207322651'), (u'MULTIEQUAL_-1207321823', u'MULTIEQUAL_-1207321852'), (u'PTRADD_-1207321762', u'LOAD_-1207322873'), (u'CAST_-1207321651', u'LOAD_-1207322729'), (u'MULTIEQUAL_-1207321837', u'MULTIEQUAL_-1207321866'), (u'INT_NOTEQUAL_-1207322599', u'CBRANCH_-1207322599'), (u'MULTIEQUAL_-1207321717', u'MULTIEQUAL_-1207321654'), (u'CALL_-1207322583', u'INDIRECT_-1207321643'), (u'CAST_-1207321629', u'STORE_-1207322656'), ('const--40', u'PTRSUB_-1207321870'), ('tmp_402', u'CBRANCH_-1207322804'), (u'INT_NOTEQUAL_-1207322482', u'CBRANCH_-1207322488'), (u'INT_LESS_-1207322871', u'CBRANCH_-1207322877'), (u'INDIRECT_-1207321885', u'MULTIEQUAL_-1207321753'), ('const-0', u'INT_EQUAL_-1207322993'), (u'CAST_-1207321630', u'INT_ADD_-1207322642'), ('tmp_644', u'BRANCH_-1207322651'), ('tmp_966', u'CBRANCH_-1207322458'), (u'INT_NOTEQUAL_-1207322805', u'CBRANCH_-1207322804'), (u'INT_ADD_-1207322642', u'CAST_-1207321629'), (u'INT_AND_-1207321764', u'INT_NOTEQUAL_-1207322599'), ('const-0', u'INT_NOTEQUAL_-1207322482'), ('const-1', u'RETURN_-1207322578'), (u'INDIRECT_-1207321838', u'LOAD_-1207322883'), (u'CAST_-1207321717', u'MULTIEQUAL_-1207321962'), (u'SUBPIECE_-1207322089', u'INT_LESS_-1207322853'), ('tmp_2963', u'PTRSUB_-1207321870'), (u'MULTIEQUAL_-1207322074', u'INT_AND_-1207321764'), (u'COPY_-1207321793', u'MULTIEQUAL_-1207322074'), (u'MULTIEQUAL_-1207322074', u'INT_AND_-1207321710'), ('const-1', u'INT_ADD_-1207321656'), (u'INT_AND_-1207321946', u'MULTIEQUAL_-1207321903'), ('const-433', u'STORE_-1207322785'), (u'CALL_-1207323029', u'INDIRECT_-1207321982'), ('const-0', u'INT_NOTEQUAL_-1207322805'), ('const-433', u'STORE_-1207322656'), (u'MULTIEQUAL_-1207321903', u'INT_NOTEQUAL_-1207322482'), ('tmp_941', u'BRANCH_-1207322474'), (u'INT_ADD_-1207322625', u'CAST_-1207321623'), (u'CAST_-1207321679', u'INT_ADD_-1207322771'), ('const-1', u'INT_ADD_-1207321660'), ('const-1', u'INT_AND_-1207321764'), ('const-433', u'STORE_-1207322476'), (u'MULTIEQUAL_-1207322074', u'INT_ADD_-1207322771'), (u'CAST_-1207321618', u'INT_ADD_-1207322616'), (u'CAST_-1207321602', u'LOAD_-1207322590'), ('const-0', u'STORE_-1207322785'), ('const-1', u'PTRADD_-1207321762'), (u'LOAD_-1207322479', u'STORE_-1207322476'), (u'INT_AND_-1207321861', u'INT_NOTEQUAL_-1207322805'), ('const-2', u'INT_AND_-1207321861'), (u'LOAD_-1207322902', u'INT_LESS_-1207322871'), ('const-433', u'LOAD_-1207322883'), (u'MULTIEQUAL_-1207321717', u'INT_ADD_-1207322616'), (u'INT_ADD_-1207323051', u'CAST_-1207321822'), ('const-536870911', u'INT_AND_-1207321946'), ('const--2', u'INT_MULT_-1207321648'), (u'MULTIEQUAL_-1207321722', u'RETURN_-1207322669'), (u'INT_EQUAL_-1207322743', u'MULTIEQUAL_-1207321722'), (u'MULTIEQUAL_-1207321903', u'INT_SUB_-1207322472'), (u'COPY_-1207321794', u'MULTIEQUAL_-1207322074'), ('const-2048', u'INT_LESS_-1207322871'), (u'MULTIEQUAL_-1207321852', u'CAST_-1207321599'), ('tmp_2966', u'COPY_-1207321775'), ('const-4', u'COPY_-1207322582'), ('const-4', u'INT_AND_-1207321710'), (u'CALL_-1207323017', u'INT_EQUAL_-1207322993'), (u'INDIRECT_-1207321919', u'INT_ZEXT_-1207322467'), ('const-0', u'INT_NOTEQUAL_-1207322458'), ('const-8', u'INT_LESS_-1207322853'), (u'CALL_-1207323017', u'CALL_-1207322769'), (u'MULTIEQUAL_-1207321823', u'PTRADD_-1207321613'), (u'MULTIEQUAL_-1207321715', u'CAST_-1207321618'), (u'CAST_-1207321678', u'STORE_-1207322785'), (u'CALL_-1207322769', u'INDIRECT_-1207321767'), (u'INT_NOTEQUAL_-1207322458', u'CBRANCH_-1207322458'), (u'CALL_-1207322769', u'INDIRECT_-1207321914'), (u'COPY_-1207322913', u'COPY_-1207321794'), ('tmp_142', u'CBRANCH_-1207322991'), (u'MULTIEQUAL_-1207321900', u'INT_ADD_-1207322715'), ('const-0', u'SUBPIECE_-1207322089'), (u'PTRSUB_-1207321870', u'CALL_-1207322919'), (u'INT_AND_-1207321866', u'INT_EQUAL_-1207322821'), ('const-115', u'CALL_-1207322919'), (u'MULTIEQUAL_-1207321837', u'MULTIEQUAL_-1207321962'), (u'MULTIEQUAL_-1207321823', u'MULTIEQUAL_-1207321948'), (u'LOAD_-1207322729', u'INT_EQUAL_-1207322717'), (u'CALL_-1207322958', u'INDIRECT_-1207321853'), ('tmp_320', u'CBRANCH_-1207322850'), ('const-2', u'INT_ADD_-1207322607'), (u'CAST_-1207321623', u'LOAD_-1207322641'), ('const--2', u'INT_MULT_-1207321644'), ('tmp_374', u'CBRANCH_-1207322819'), (u'INDIRECT_-1207322032', u'MULTIEQUAL_-1207321900'), ('tmp_719', u'CBRANCH_-1207322599'), (u'INT_EQUAL_-1207322993', u'CBRANCH_-1207322991'), (u'INDIRECT_-1207321838', u'PTRADD_-1207321762'), (u'INT_ADD_-1207322651', u'CAST_-1207321635'), (u'LOAD_-1207322667', u'STORE_-1207322656'), (u'MULTIEQUAL_-1207321654', u'INT_ADD_-1207322651'), (u'MULTIEQUAL_-1207322074', u'SUBPIECE_-1207322089'), ('tmp_2968', u'INT_ADD_-1207323051'), (u'CALL_-1207323017', u'INDIRECT_-1207321885'), ('const-0', u'COPY_-1207322033'), ('const-433', u'LOAD_-1207322667'), (u'LOAD_-1207322641', u'STORE_-1207322630'), ('const-0', u'CALL_-1207322919'), (u'CALL_-1207322919', u'INDIRECT_-1207321919'), (u'CAST_-1207321717', u'MULTIEQUAL_-1207321866'), (u'CALL_-1207323017', u'INDIRECT_-1207322032'), ('tmp_2966', u'CAST_-1207321679'), (u'CAST_-1207321617', u'STORE_-1207322630'), (u'CALL_-1207323017', u'CALL_-1207322958'), ('const-8', u'PTRADD_-1207321762'), (u'MULTIEQUAL_-1207321866', u'CAST_-1207321602'), ('const-433', u'LOAD_-1207322479'), ('const-3', u'INT_RIGHT_-1207322503'), ('const-0', u'COPY_-1207322728'), ('const-433', u'LOAD_-1207322902'), (u'MULTIEQUAL_-1207321823', u'STORE_-1207322476'), ('tmp_545', u'CBRANCH_-1207322708'), ('const-433', u'LOAD_-1207323067'), (u'PTRADD_-1207321609', u'COPY_-1207321642'), ('const-0', u'INT_EQUAL_-1207322743'), ('const-2047', u'COPY_-1207322913'), (u'INT_ADD_-1207321660', u'PTRADD_-1207321613'), (u'INT_MULT_-1207321648', u'INT_ADD_-1207321660'), (u'CALL_-1207322958', u'INDIRECT_-1207321941'), (u'COPY_-1207321900', u'MULTIEQUAL_-1207321722'), ('const-433', u'STORE_-1207322583'), (u'COPY_-1207321775', u'MULTIEQUAL_-1207321852'), (u'INT_EQUAL_-1207322821', u'CBRANCH_-1207322819'), (u'COPY_-1207322033', u'MULTIEQUAL_-1207321717'), (u'CALL_-1207323029', u'CALL_-1207323017'), (u'CALL_-1207322958', u'INDIRECT_-1207321860'), (u'MULTIEQUAL_-1207322074', u'INT_RIGHT_-1207322503'), (u'MULTIEQUAL_-1207321717', u'INT_ADD_-1207322625'), (u'INT_ADD_-1207322771', u'CAST_-1207321678'), (u'INT_ZEXT_-1207322472', u'INT_MULT_-1207321648'), ('tmp_278', u'CBRANCH_-1207322877'), (u'CALL_-1207323029', u'INDIRECT_-1207321901'), ('const-433', u'LOAD_-1207322641'), ('const-196608', u'CALL_-1207322958'), (u'CALL_-1207322919', u'INDIRECT_-1207321838'), ('const-1', u'COPY_-1207321900'), (u'MULTIEQUAL_-1207321716', u'CAST_-1207321624'), (u'COPY_-1207321775', u'MULTIEQUAL_-1207321823'), ('const-4', u'INT_AND_-1207321866'), (u'INT_ADD_-1207322715', u'CAST_-1207321651'), (u'INDIRECT_-1207321914', u'MULTIEQUAL_-1207321900'), (u'COPY_-1207321640', u'MULTIEQUAL_-1207321823'), (u'MULTIEQUAL_-1207321717', u'INT_ADD_-1207322607'), (u'CAST_-1207321717', u'COPY_-1207321646'), (u'INT_LESS_-1207322853', u'CBRANCH_-1207322850'), (u'MULTIEQUAL_-1207321753', u'INT_EQUAL_-1207322717'), (u'INT_SUB_-1207322472', u'MULTIEQUAL_-1207321903'), (u'MULTIEQUAL_-1207321837', u'PTRADD_-1207321609')]
null
null
0016b620
x64
O2
(translation_unit "bool FUN_0016b620(X509_NAME *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 *puVar6;\n long in_FS_OFFSET;\n bool bVar7;\n byte bVar8;\n ulong *local_28;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n bVar7 = true;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);\n BIO_ctrl(out,0x73,0,&local_28);\n uVar2 = 0x7ff;\n if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }\n puVar5 = (undefined8 *)local_28[1];\n puVar6 = param_2;\n if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }\n if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }\n if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }\n *(undefined1 *)((long)param_2 + uVar2) = 0;\n BIO_free(out);\n bVar7 = iVar1 == 0;\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "bool FUN_0016b620(X509_NAME *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 *puVar6;\n long in_FS_OFFSET;\n bool bVar7;\n byte bVar8;\n ulong *local_28;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n bVar7 = true;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);\n BIO_ctrl(out,0x73,0,&local_28);\n uVar2 = 0x7ff;\n if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }\n puVar5 = (undefined8 *)local_28[1];\n puVar6 = param_2;\n if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }\n if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }\n if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }\n *(undefined1 *)((long)param_2 + uVar2) = 0;\n BIO_free(out);\n bVar7 = iVar1 == 0;\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_0016b620(X509_NAME *param_1,undefined8 *param_2)" identifier (parameter_list "(X509_NAME *param_1,undefined8 *param_2)" ( (parameter_declaration "X509_NAME *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n int iVar1;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 *puVar6;\n long in_FS_OFFSET;\n bool bVar7;\n byte bVar8;\n ulong *local_28;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n bVar7 = true;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);\n BIO_ctrl(out,0x73,0,&local_28);\n uVar2 = 0x7ff;\n if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }\n puVar5 = (undefined8 *)local_28[1];\n puVar6 = param_2;\n if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }\n if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }\n if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }\n *(undefined1 *)((long)param_2 + uVar2) = 0;\n BIO_free(out);\n bVar7 = iVar1 == 0;\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "BIO_METHOD *type;" type_identifier (pointer_declarator "*type" * identifier) ;) (declaration "BIO *out;" type_identifier (pointer_declarator "*out" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "ulong *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (declaration "long local_20;" (sized_type_specifier "long" long) identifier ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "local_20 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_20 = *(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 "type = BIO_s_mem();" (assignment_expression "type = BIO_s_mem()" identifier = (call_expression "BIO_s_mem()" identifier (argument_list "()" ( )))) ;) (expression_statement "out = BIO_new(type);" (assignment_expression "out = BIO_new(type)" identifier = (call_expression "BIO_new(type)" identifier (argument_list "(type)" ( identifier )))) ;) (expression_statement "bVar7 = true;" (assignment_expression "bVar7 = true" identifier = true) ;) (if_statement "if (out == (BIO *)0x0) goto LAB_0016b6c6;" if (parenthesized_expression "(out == (BIO *)0x0)" ( (binary_expression "out == (BIO *)0x0" identifier == (cast_expression "(BIO *)0x0" ( (type_descriptor "BIO *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0016b6c6;" goto statement_identifier ;)) (expression_statement "iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);" (assignment_expression "iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000)" identifier = (call_expression "X509_NAME_print_ex(out,param_1,0,0x30000)" identifier (argument_list "(out,param_1,0,0x30000)" ( identifier , identifier , number_literal , number_literal )))) ;) (expression_statement "BIO_ctrl(out,0x73,0,&local_28);" (call_expression "BIO_ctrl(out,0x73,0,&local_28)" identifier (argument_list "(out,0x73,0,&local_28)" ( identifier , number_literal , number_literal , (pointer_expression "&local_28" & identifier) ))) ;) (expression_statement "uVar2 = 0x7ff;" (assignment_expression "uVar2 = 0x7ff" identifier = number_literal) ;) (if_statement "if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }" if (parenthesized_expression "(*local_28 < 0x800)" ( (binary_expression "*local_28 < 0x800" (pointer_expression "*local_28" * identifier) < number_literal) )) (compound_statement "{\n uVar2 = *local_28;\n }" { (expression_statement "uVar2 = *local_28;" (assignment_expression "uVar2 = *local_28" identifier = (pointer_expression "*local_28" * identifier)) ;) })) (expression_statement "puVar5 = (undefined8 *)local_28[1];" (assignment_expression "puVar5 = (undefined8 *)local_28[1]" identifier = (cast_expression "(undefined8 *)local_28[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_28[1]" identifier [ number_literal ]))) ;) (expression_statement "puVar6 = param_2;" (assignment_expression "puVar6 = param_2" identifier = identifier) ;) (if_statement "if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" if (parenthesized_expression "((uint)uVar2 < 8)" ( (binary_expression "(uint)uVar2 < 8" (cast_expression "(uint)uVar2" ( (type_descriptor "uint" type_identifier) ) identifier) < number_literal) )) (compound_statement "{\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }" { (if_statement "if ((uVar2 & 4) == 0) goto LAB_0016b6a9;" if (parenthesized_expression "((uVar2 & 4) == 0)" ( (binary_expression "(uVar2 & 4) == 0" (parenthesized_expression "(uVar2 & 4)" ( (binary_expression "uVar2 & 4" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0016b6a9;" goto statement_identifier ;)) (labeled_statement "LAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;" statement_identifier : (expression_statement "*(undefined4 *)puVar6 = *(undefined4 *)puVar5;" (assignment_expression "*(undefined4 *)puVar6 = *(undefined4 *)puVar5" (pointer_expression "*(undefined4 *)puVar6" * (cast_expression "(undefined4 *)puVar6" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)puVar5" * (cast_expression "(undefined4 *)puVar5" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;)) (expression_statement "lVar4 = 4;" (assignment_expression "lVar4 = 4" identifier = number_literal) ;) }) (else_clause "else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" else (compound_statement "{\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" { (for_statement "for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }" for ( (assignment_expression "uVar3 = uVar2 >> 3 & 0x1fffffff" identifier = (binary_expression "uVar2 >> 3 & 0x1fffffff" (binary_expression "uVar2 >> 3" identifier >> number_literal) & number_literal)) ; (binary_expression "uVar3 != 0" identifier != number_literal) ; (assignment_expression "uVar3 = uVar3 - 1" identifier = (binary_expression "uVar3 - 1" identifier - number_literal)) ) (compound_statement "{\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }" { (expression_statement "*puVar6 = *puVar5;" (assignment_expression "*puVar6 = *puVar5" (pointer_expression "*puVar6" * identifier) = (pointer_expression "*puVar5" * identifier)) ;) (expression_statement "puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar5 = puVar5 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar5 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar5 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar6 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar6 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (if_statement "if ((uVar2 & 4) != 0) goto LAB_0016b708;" if (parenthesized_expression "((uVar2 & 4) != 0)" ( (binary_expression "(uVar2 & 4) != 0" (parenthesized_expression "(uVar2 & 4)" ( (binary_expression "uVar2 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0016b708;" goto statement_identifier ;)) (labeled_statement "LAB_0016b6a9:\n lVar4 = 0;" statement_identifier : (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;)) }))) (if_statement "if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }" if (parenthesized_expression "((uVar2 & 2) != 0)" ( (binary_expression "(uVar2 & 2) != 0" (parenthesized_expression "(uVar2 & 2)" ( (binary_expression "uVar2 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }" { (expression_statement "*(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);" (assignment_expression "*(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4)" (pointer_expression "*(undefined2 *)((long)puVar6 + lVar4)" * (cast_expression "(undefined2 *)((long)puVar6 + lVar4)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + lVar4)" ( (binary_expression "(long)puVar6 + lVar4" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*(undefined2 *)((long)puVar5 + lVar4)" * (cast_expression "(undefined2 *)((long)puVar5 + lVar4)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar5 + lVar4)" ( (binary_expression "(long)puVar5 + lVar4" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))))) ;) (expression_statement "lVar4 = lVar4 + 2;" (assignment_expression "lVar4 = lVar4 + 2" identifier = (binary_expression "lVar4 + 2" identifier + number_literal)) ;) })) (if_statement "if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }" if (parenthesized_expression "((uVar2 & 1) != 0)" ( (binary_expression "(uVar2 & 1) != 0" (parenthesized_expression "(uVar2 & 1)" ( (binary_expression "uVar2 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }" { (expression_statement "*(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);" (assignment_expression "*(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4)" (pointer_expression "*(undefined1 *)((long)puVar6 + lVar4)" * (cast_expression "(undefined1 *)((long)puVar6 + lVar4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + lVar4)" ( (binary_expression "(long)puVar6 + lVar4" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*(undefined1 *)((long)puVar5 + lVar4)" * (cast_expression "(undefined1 *)((long)puVar5 + lVar4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar5 + lVar4)" ( (binary_expression "(long)puVar5 + lVar4" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))))) ;) })) (expression_statement "*(undefined1 *)((long)param_2 + uVar2) = 0;" (assignment_expression "*(undefined1 *)((long)param_2 + uVar2) = 0" (pointer_expression "*(undefined1 *)((long)param_2 + uVar2)" * (cast_expression "(undefined1 *)((long)param_2 + uVar2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + uVar2)" ( (binary_expression "(long)param_2 + uVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "BIO_free(out);" (call_expression "BIO_free(out)" identifier (argument_list "(out)" ( identifier ))) ;) (expression_statement "bVar7 = iVar1 == 0;" (assignment_expression "bVar7 = iVar1 == 0" identifier = (binary_expression "iVar1 == 0" identifier == number_literal)) ;) (labeled_statement "LAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }" statement_identifier : (if_statement "if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }" if (parenthesized_expression "(local_20 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_20 == *(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 bVar7;\n }" { (return_statement "return bVar7;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int x509_name_oneline(X509_NAME *a,char *buf,size_t size)\n\n{\n uint uVar1;\n int iVar2;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar3;\n ulong uVar4;\n long lVar5;\n char *pcVar6;\n char *pcVar7;\n long in_FS_OFFSET;\n byte bVar8;\n BUF_MEM *biomem;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n uVar1 = 1;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar2 = X509_NAME_print_ex(out,(X509_NAME *)a,0,0x30000);\n BIO_ctrl(out,0x73,0,&biomem);\n uVar3 = 0x7ff;\n if (biomem->length < 0x800) {\n uVar3 = biomem->length;\n }\n pcVar6 = biomem->data;\n pcVar7 = buf;\n if ((uint)uVar3 < 8) {\n if ((uVar3 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)pcVar7 = *(undefined4 *)pcVar6;\n lVar5 = 4;\n }\n else {\n for (uVar4 = uVar3 >> 3 & 0x1fffffff; uVar4 != 0; uVar4 = uVar4 - 1) {\n *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;\n pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;\n pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;\n }\n if ((uVar3 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar5 = 0;\n }\n if ((uVar3 & 2) != 0) {\n *(undefined2 *)(pcVar7 + lVar5) = *(undefined2 *)(pcVar6 + lVar5);\n lVar5 = lVar5 + 2;\n }\n if ((uVar3 & 1) != 0) {\n pcVar7[lVar5] = pcVar6[lVar5];\n }\n buf[uVar3] = '\0';\n BIO_free(out);\n uVar1 = (uint)(iVar2 == 0);\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "int x509_name_oneline(X509_NAME *a,char *buf,size_t size)\n\n{\n uint uVar1;\n int iVar2;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar3;\n ulong uVar4;\n long lVar5;\n char *pcVar6;\n char *pcVar7;\n long in_FS_OFFSET;\n byte bVar8;\n BUF_MEM *biomem;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n uVar1 = 1;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar2 = X509_NAME_print_ex(out,(X509_NAME *)a,0,0x30000);\n BIO_ctrl(out,0x73,0,&biomem);\n uVar3 = 0x7ff;\n if (biomem->length < 0x800) {\n uVar3 = biomem->length;\n }\n pcVar6 = biomem->data;\n pcVar7 = buf;\n if ((uint)uVar3 < 8) {\n if ((uVar3 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)pcVar7 = *(undefined4 *)pcVar6;\n lVar5 = 4;\n }\n else {\n for (uVar4 = uVar3 >> 3 & 0x1fffffff; uVar4 != 0; uVar4 = uVar4 - 1) {\n *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;\n pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;\n pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;\n }\n if ((uVar3 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar5 = 0;\n }\n if ((uVar3 & 2) != 0) {\n *(undefined2 *)(pcVar7 + lVar5) = *(undefined2 *)(pcVar6 + lVar5);\n lVar5 = lVar5 + 2;\n }\n if ((uVar3 & 1) != 0) {\n pcVar7[lVar5] = pcVar6[lVar5];\n }\n buf[uVar3] = '\0';\n BIO_free(out);\n uVar1 = (uint)(iVar2 == 0);\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "x509_name_oneline(X509_NAME *a,char *buf,size_t size)" identifier (parameter_list "(X509_NAME *a,char *buf,size_t size)" ( (parameter_declaration "X509_NAME *a" type_identifier (pointer_declarator "*a" * identifier)) , (parameter_declaration "char *buf" primitive_type (pointer_declarator "*buf" * identifier)) , (parameter_declaration "size_t size" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar3;\n ulong uVar4;\n long lVar5;\n char *pcVar6;\n char *pcVar7;\n long in_FS_OFFSET;\n byte bVar8;\n BUF_MEM *biomem;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n uVar1 = 1;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar2 = X509_NAME_print_ex(out,(X509_NAME *)a,0,0x30000);\n BIO_ctrl(out,0x73,0,&biomem);\n uVar3 = 0x7ff;\n if (biomem->length < 0x800) {\n uVar3 = biomem->length;\n }\n pcVar6 = biomem->data;\n pcVar7 = buf;\n if ((uint)uVar3 < 8) {\n if ((uVar3 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)pcVar7 = *(undefined4 *)pcVar6;\n lVar5 = 4;\n }\n else {\n for (uVar4 = uVar3 >> 3 & 0x1fffffff; uVar4 != 0; uVar4 = uVar4 - 1) {\n *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;\n pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;\n pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;\n }\n if ((uVar3 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar5 = 0;\n }\n if ((uVar3 & 2) != 0) {\n *(undefined2 *)(pcVar7 + lVar5) = *(undefined2 *)(pcVar6 + lVar5);\n lVar5 = lVar5 + 2;\n }\n if ((uVar3 & 1) != 0) {\n pcVar7[lVar5] = pcVar6[lVar5];\n }\n buf[uVar3] = '\0';\n BIO_free(out);\n uVar1 = (uint)(iVar2 == 0);\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "BIO_METHOD *type;" type_identifier (pointer_declarator "*type" * identifier) ;) (declaration "BIO *out;" type_identifier (pointer_declarator "*out" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "BUF_MEM *biomem;" type_identifier (pointer_declarator "*biomem" * identifier) ;) (declaration "long local_20;" (sized_type_specifier "long" long) identifier ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "local_20 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_20 = *(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 "type = BIO_s_mem();" (assignment_expression "type = BIO_s_mem()" identifier = (call_expression "BIO_s_mem()" identifier (argument_list "()" ( )))) ;) (expression_statement "out = BIO_new(type);" (assignment_expression "out = BIO_new(type)" identifier = (call_expression "BIO_new(type)" identifier (argument_list "(type)" ( identifier )))) ;) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) (if_statement "if (out == (BIO *)0x0) goto LAB_0016b6c6;" if (parenthesized_expression "(out == (BIO *)0x0)" ( (binary_expression "out == (BIO *)0x0" identifier == (cast_expression "(BIO *)0x0" ( (type_descriptor "BIO *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0016b6c6;" goto statement_identifier ;)) (expression_statement "iVar2 = X509_NAME_print_ex(out,(X509_NAME *)a,0,0x30000);" (assignment_expression "iVar2 = X509_NAME_print_ex(out,(X509_NAME *)a,0,0x30000)" identifier = (call_expression "X509_NAME_print_ex(out,(X509_NAME *)a,0,0x30000)" identifier (argument_list "(out,(X509_NAME *)a,0,0x30000)" ( identifier , (cast_expression "(X509_NAME *)a" ( (type_descriptor "X509_NAME *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , number_literal )))) ;) (expression_statement "BIO_ctrl(out,0x73,0,&biomem);" (call_expression "BIO_ctrl(out,0x73,0,&biomem)" identifier (argument_list "(out,0x73,0,&biomem)" ( identifier , number_literal , number_literal , (pointer_expression "&biomem" & identifier) ))) ;) (expression_statement "uVar3 = 0x7ff;" (assignment_expression "uVar3 = 0x7ff" identifier = number_literal) ;) (if_statement "if (biomem->length < 0x800) {\n uVar3 = biomem->length;\n }" if (parenthesized_expression "(biomem->length < 0x800)" ( (binary_expression "biomem->length < 0x800" (field_expression "biomem->length" identifier -> field_identifier) < number_literal) )) (compound_statement "{\n uVar3 = biomem->length;\n }" { (expression_statement "uVar3 = biomem->length;" (assignment_expression "uVar3 = biomem->length" identifier = (field_expression "biomem->length" identifier -> field_identifier)) ;) })) (expression_statement "pcVar6 = biomem->data;" (assignment_expression "pcVar6 = biomem->data" identifier = (field_expression "biomem->data" identifier -> field_identifier)) ;) (expression_statement "pcVar7 = buf;" (assignment_expression "pcVar7 = buf" identifier = identifier) ;) (if_statement "if ((uint)uVar3 < 8) {\n if ((uVar3 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)pcVar7 = *(undefined4 *)pcVar6;\n lVar5 = 4;\n }\n else {\n for (uVar4 = uVar3 >> 3 & 0x1fffffff; uVar4 != 0; uVar4 = uVar4 - 1) {\n *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;\n pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;\n pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;\n }\n if ((uVar3 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar5 = 0;\n }" if (parenthesized_expression "((uint)uVar3 < 8)" ( (binary_expression "(uint)uVar3 < 8" (cast_expression "(uint)uVar3" ( (type_descriptor "uint" type_identifier) ) identifier) < number_literal) )) (compound_statement "{\n if ((uVar3 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)pcVar7 = *(undefined4 *)pcVar6;\n lVar5 = 4;\n }" { (if_statement "if ((uVar3 & 4) == 0) goto LAB_0016b6a9;" if (parenthesized_expression "((uVar3 & 4) == 0)" ( (binary_expression "(uVar3 & 4) == 0" (parenthesized_expression "(uVar3 & 4)" ( (binary_expression "uVar3 & 4" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0016b6a9;" goto statement_identifier ;)) (labeled_statement "LAB_0016b708:\n *(undefined4 *)pcVar7 = *(undefined4 *)pcVar6;" statement_identifier : (expression_statement "*(undefined4 *)pcVar7 = *(undefined4 *)pcVar6;" (assignment_expression "*(undefined4 *)pcVar7 = *(undefined4 *)pcVar6" (pointer_expression "*(undefined4 *)pcVar7" * (cast_expression "(undefined4 *)pcVar7" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)pcVar6" * (cast_expression "(undefined4 *)pcVar6" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;)) (expression_statement "lVar5 = 4;" (assignment_expression "lVar5 = 4" identifier = number_literal) ;) }) (else_clause "else {\n for (uVar4 = uVar3 >> 3 & 0x1fffffff; uVar4 != 0; uVar4 = uVar4 - 1) {\n *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;\n pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;\n pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;\n }\n if ((uVar3 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar5 = 0;\n }" else (compound_statement "{\n for (uVar4 = uVar3 >> 3 & 0x1fffffff; uVar4 != 0; uVar4 = uVar4 - 1) {\n *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;\n pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;\n pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;\n }\n if ((uVar3 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar5 = 0;\n }" { (for_statement "for (uVar4 = uVar3 >> 3 & 0x1fffffff; uVar4 != 0; uVar4 = uVar4 - 1) {\n *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;\n pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;\n pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;\n }" for ( (assignment_expression "uVar4 = uVar3 >> 3 & 0x1fffffff" identifier = (binary_expression "uVar3 >> 3 & 0x1fffffff" (binary_expression "uVar3 >> 3" identifier >> number_literal) & number_literal)) ; (binary_expression "uVar4 != 0" identifier != number_literal) ; (assignment_expression "uVar4 = uVar4 - 1" identifier = (binary_expression "uVar4 - 1" identifier - number_literal)) ) (compound_statement "{\n *(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;\n pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;\n pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;\n }" { (expression_statement "*(undefined8 *)pcVar7 = *(undefined8 *)pcVar6;" (assignment_expression "*(undefined8 *)pcVar7 = *(undefined8 *)pcVar6" (pointer_expression "*(undefined8 *)pcVar7" * (cast_expression "(undefined8 *)pcVar7" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined8 *)pcVar6" * (cast_expression "(undefined8 *)pcVar6" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8;" (assignment_expression "pcVar6 = pcVar6 + (ulong)bVar8 * -0x10 + 8" identifier = (binary_expression "pcVar6 + (ulong)bVar8 * -0x10 + 8" (binary_expression "pcVar6 + (ulong)bVar8 * -0x10" identifier + (binary_expression "(ulong)bVar8 * -0x10" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8;" (assignment_expression "pcVar7 = pcVar7 + (ulong)bVar8 * -0x10 + 8" identifier = (binary_expression "pcVar7 + (ulong)bVar8 * -0x10 + 8" (binary_expression "pcVar7 + (ulong)bVar8 * -0x10" identifier + (binary_expression "(ulong)bVar8 * -0x10" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (if_statement "if ((uVar3 & 4) != 0) goto LAB_0016b708;" if (parenthesized_expression "((uVar3 & 4) != 0)" ( (binary_expression "(uVar3 & 4) != 0" (parenthesized_expression "(uVar3 & 4)" ( (binary_expression "uVar3 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0016b708;" goto statement_identifier ;)) (labeled_statement "LAB_0016b6a9:\n lVar5 = 0;" statement_identifier : (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;)) }))) (if_statement "if ((uVar3 & 2) != 0) {\n *(undefined2 *)(pcVar7 + lVar5) = *(undefined2 *)(pcVar6 + lVar5);\n lVar5 = lVar5 + 2;\n }" if (parenthesized_expression "((uVar3 & 2) != 0)" ( (binary_expression "(uVar3 & 2) != 0" (parenthesized_expression "(uVar3 & 2)" ( (binary_expression "uVar3 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(undefined2 *)(pcVar7 + lVar5) = *(undefined2 *)(pcVar6 + lVar5);\n lVar5 = lVar5 + 2;\n }" { (expression_statement "*(undefined2 *)(pcVar7 + lVar5) = *(undefined2 *)(pcVar6 + lVar5);" (assignment_expression "*(undefined2 *)(pcVar7 + lVar5) = *(undefined2 *)(pcVar6 + lVar5)" (pointer_expression "*(undefined2 *)(pcVar7 + lVar5)" * (cast_expression "(undefined2 *)(pcVar7 + lVar5)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar7 + lVar5)" ( (binary_expression "pcVar7 + lVar5" identifier + identifier) )))) = (pointer_expression "*(undefined2 *)(pcVar6 + lVar5)" * (cast_expression "(undefined2 *)(pcVar6 + lVar5)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar6 + lVar5)" ( (binary_expression "pcVar6 + lVar5" identifier + identifier) ))))) ;) (expression_statement "lVar5 = lVar5 + 2;" (assignment_expression "lVar5 = lVar5 + 2" identifier = (binary_expression "lVar5 + 2" identifier + number_literal)) ;) })) (if_statement "if ((uVar3 & 1) != 0) {\n pcVar7[lVar5] = pcVar6[lVar5];\n }" if (parenthesized_expression "((uVar3 & 1) != 0)" ( (binary_expression "(uVar3 & 1) != 0" (parenthesized_expression "(uVar3 & 1)" ( (binary_expression "uVar3 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar7[lVar5] = pcVar6[lVar5];\n }" { (expression_statement "pcVar7[lVar5] = pcVar6[lVar5];" (assignment_expression "pcVar7[lVar5] = pcVar6[lVar5]" (subscript_expression "pcVar7[lVar5]" identifier [ identifier ]) = (subscript_expression "pcVar6[lVar5]" identifier [ identifier ])) ;) })) (expression_statement "buf[uVar3] = '\0';" (assignment_expression "buf[uVar3] = '\0'" (subscript_expression "buf[uVar3]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "BIO_free(out);" (call_expression "BIO_free(out)" identifier (argument_list "(out)" ( identifier ))) ;) (expression_statement "uVar1 = (uint)(iVar2 == 0);" (assignment_expression "uVar1 = (uint)(iVar2 == 0)" identifier = (call_expression "(uint)(iVar2 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )))) ;) (labeled_statement "LAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }" statement_identifier : (if_statement "if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }" if (parenthesized_expression "(local_20 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_20 == *(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 "bool FUN_0016b620(X509_NAME *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 *puVar6;\n long in_FS_OFFSET;\n bool bVar7;\n byte bVar8;\n ulong *local_28;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n bVar7 = true;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);\n BIO_ctrl(out,0x73,0,&local_28);\n uVar2 = 0x7ff;\n if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }\n puVar5 = (undefined8 *)local_28[1];\n puVar6 = param_2;\n if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }\n if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }\n if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }\n *(undefined1 *)((long)param_2 + uVar2) = 0;\n BIO_free(out);\n bVar7 = iVar1 == 0;\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "bool FUN_0016b620(X509_NAME *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 *puVar6;\n long in_FS_OFFSET;\n bool bVar7;\n byte bVar8;\n ulong *local_28;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n bVar7 = true;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);\n BIO_ctrl(out,0x73,0,&local_28);\n uVar2 = 0x7ff;\n if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }\n puVar5 = (undefined8 *)local_28[1];\n puVar6 = param_2;\n if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }\n if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }\n if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }\n *(undefined1 *)((long)param_2 + uVar2) = 0;\n BIO_free(out);\n bVar7 = iVar1 == 0;\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }\n \n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_0016b620(X509_NAME *param_1,undefined8 *param_2)" identifier (parameter_list "(X509_NAME *param_1,undefined8 *param_2)" ( (parameter_declaration "X509_NAME *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n int iVar1;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 *puVar6;\n long in_FS_OFFSET;\n bool bVar7;\n byte bVar8;\n ulong *local_28;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n bVar7 = true;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);\n BIO_ctrl(out,0x73,0,&local_28);\n uVar2 = 0x7ff;\n if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }\n puVar5 = (undefined8 *)local_28[1];\n puVar6 = param_2;\n if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }\n if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }\n if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }\n *(undefined1 *)((long)param_2 + uVar2) = 0;\n BIO_free(out);\n bVar7 = iVar1 == 0;\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }\n \n __stack_chk_fail();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "BIO_METHOD *type;" type_identifier (pointer_declarator "*type" * identifier) ;) (declaration "BIO *out;" type_identifier (pointer_declarator "*out" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "ulong *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (declaration "long local_20;" (sized_type_specifier "long" long) identifier ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "local_20 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_20 = *(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 "type = BIO_s_mem();" (assignment_expression "type = BIO_s_mem()" identifier = (call_expression "BIO_s_mem()" identifier (argument_list "()" ( )))) ;) (expression_statement "out = BIO_new(type);" (assignment_expression "out = BIO_new(type)" identifier = (call_expression "BIO_new(type)" identifier (argument_list "(type)" ( identifier )))) ;) (expression_statement "bVar7 = true;" (assignment_expression "bVar7 = true" identifier = true) ;) (if_statement "if (out == (BIO *)0x0) goto LAB_0016b6c6;" if (parenthesized_expression "(out == (BIO *)0x0)" ( (binary_expression "out == (BIO *)0x0" identifier == (cast_expression "(BIO *)0x0" ( (type_descriptor "BIO *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0016b6c6;" goto statement_identifier ;)) (expression_statement "iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);" (assignment_expression "iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000)" identifier = (call_expression "X509_NAME_print_ex(out,param_1,0,0x30000)" identifier (argument_list "(out,param_1,0,0x30000)" ( identifier , identifier , number_literal , number_literal )))) ;) (expression_statement "BIO_ctrl(out,0x73,0,&local_28);" (call_expression "BIO_ctrl(out,0x73,0,&local_28)" identifier (argument_list "(out,0x73,0,&local_28)" ( identifier , number_literal , number_literal , (pointer_expression "&local_28" & identifier) ))) ;) (expression_statement "uVar2 = 0x7ff;" (assignment_expression "uVar2 = 0x7ff" identifier = number_literal) ;) (if_statement "if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }" if (parenthesized_expression "(*local_28 < 0x800)" ( (binary_expression "*local_28 < 0x800" (pointer_expression "*local_28" * identifier) < number_literal) )) (compound_statement "{\n uVar2 = *local_28;\n }" { (expression_statement "uVar2 = *local_28;" (assignment_expression "uVar2 = *local_28" identifier = (pointer_expression "*local_28" * identifier)) ;) })) (expression_statement "puVar5 = (undefined8 *)local_28[1];" (assignment_expression "puVar5 = (undefined8 *)local_28[1]" identifier = (cast_expression "(undefined8 *)local_28[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_28[1]" identifier [ number_literal ]))) ;) (expression_statement "puVar6 = param_2;" (assignment_expression "puVar6 = param_2" identifier = identifier) ;) (if_statement "if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" if (parenthesized_expression "((uint)uVar2 < 8)" ( (binary_expression "(uint)uVar2 < 8" (cast_expression "(uint)uVar2" ( (type_descriptor "uint" type_identifier) ) identifier) < number_literal) )) (compound_statement "{\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }" { (if_statement "if ((uVar2 & 4) == 0) goto LAB_0016b6a9;" if (parenthesized_expression "((uVar2 & 4) == 0)" ( (binary_expression "(uVar2 & 4) == 0" (parenthesized_expression "(uVar2 & 4)" ( (binary_expression "uVar2 & 4" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0016b6a9;" goto statement_identifier ;)) (labeled_statement "LAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;" statement_identifier : (expression_statement "*(undefined4 *)puVar6 = *(undefined4 *)puVar5;" (assignment_expression "*(undefined4 *)puVar6 = *(undefined4 *)puVar5" (pointer_expression "*(undefined4 *)puVar6" * (cast_expression "(undefined4 *)puVar6" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)puVar5" * (cast_expression "(undefined4 *)puVar5" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;)) (expression_statement "lVar4 = 4;" (assignment_expression "lVar4 = 4" identifier = number_literal) ;) }) (else_clause "else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" else (compound_statement "{\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" { (for_statement "for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }" for ( (assignment_expression "uVar3 = uVar2 >> 3 & 0x1fffffff" identifier = (binary_expression "uVar2 >> 3 & 0x1fffffff" (binary_expression "uVar2 >> 3" identifier >> number_literal) & number_literal)) ; (binary_expression "uVar3 != 0" identifier != number_literal) ; (assignment_expression "uVar3 = uVar3 - 1" identifier = (binary_expression "uVar3 - 1" identifier - number_literal)) ) (compound_statement "{\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }" { (expression_statement "*puVar6 = *puVar5;" (assignment_expression "*puVar6 = *puVar5" (pointer_expression "*puVar6" * identifier) = (pointer_expression "*puVar5" * identifier)) ;) (expression_statement "puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar5 = puVar5 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar5 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar5 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar6 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar6 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (if_statement "if ((uVar2 & 4) != 0) goto LAB_0016b708;" if (parenthesized_expression "((uVar2 & 4) != 0)" ( (binary_expression "(uVar2 & 4) != 0" (parenthesized_expression "(uVar2 & 4)" ( (binary_expression "uVar2 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0016b708;" goto statement_identifier ;)) (labeled_statement "LAB_0016b6a9:\n lVar4 = 0;" statement_identifier : (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;)) }))) (if_statement "if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }" if (parenthesized_expression "((uVar2 & 2) != 0)" ( (binary_expression "(uVar2 & 2) != 0" (parenthesized_expression "(uVar2 & 2)" ( (binary_expression "uVar2 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }" { (expression_statement "*(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);" (assignment_expression "*(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4)" (pointer_expression "*(undefined2 *)((long)puVar6 + lVar4)" * (cast_expression "(undefined2 *)((long)puVar6 + lVar4)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + lVar4)" ( (binary_expression "(long)puVar6 + lVar4" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*(undefined2 *)((long)puVar5 + lVar4)" * (cast_expression "(undefined2 *)((long)puVar5 + lVar4)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar5 + lVar4)" ( (binary_expression "(long)puVar5 + lVar4" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))))) ;) (expression_statement "lVar4 = lVar4 + 2;" (assignment_expression "lVar4 = lVar4 + 2" identifier = (binary_expression "lVar4 + 2" identifier + number_literal)) ;) })) (if_statement "if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }" if (parenthesized_expression "((uVar2 & 1) != 0)" ( (binary_expression "(uVar2 & 1) != 0" (parenthesized_expression "(uVar2 & 1)" ( (binary_expression "uVar2 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }" { (expression_statement "*(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);" (assignment_expression "*(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4)" (pointer_expression "*(undefined1 *)((long)puVar6 + lVar4)" * (cast_expression "(undefined1 *)((long)puVar6 + lVar4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + lVar4)" ( (binary_expression "(long)puVar6 + lVar4" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*(undefined1 *)((long)puVar5 + lVar4)" * (cast_expression "(undefined1 *)((long)puVar5 + lVar4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar5 + lVar4)" ( (binary_expression "(long)puVar5 + lVar4" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))))) ;) })) (expression_statement "*(undefined1 *)((long)param_2 + uVar2) = 0;" (assignment_expression "*(undefined1 *)((long)param_2 + uVar2) = 0" (pointer_expression "*(undefined1 *)((long)param_2 + uVar2)" * (cast_expression "(undefined1 *)((long)param_2 + uVar2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + uVar2)" ( (binary_expression "(long)param_2 + uVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "BIO_free(out);" (call_expression "BIO_free(out)" identifier (argument_list "(out)" ( identifier ))) ;) (expression_statement "bVar7 = iVar1 == 0;" (assignment_expression "bVar7 = iVar1 == 0" identifier = (binary_expression "iVar1 == 0" identifier == number_literal)) ;) (labeled_statement "LAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }" statement_identifier : (if_statement "if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }" if (parenthesized_expression "(local_20 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_20 == *(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 bVar7;\n }" { (return_statement "return bVar7;" 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 (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (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 = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (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 = LIT) ;) }) (else_clause else (compound_statement { (for_statement for ( (assignment_expression IDENT = (binary_expression (binary_expression IDENT >> LIT) & LIT)) ; (binary_expression IDENT != LIT) ; (assignment_expression IDENT = (binary_expression IDENT - LIT)) ) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) ))))) ;) })) (expression_statement (assignment_expression (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 (assignment_expression IDENT = (binary_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 "bool FUN_0016b620(X509_NAME *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 *puVar6;\n long in_FS_OFFSET;\n bool bVar7;\n byte bVar8;\n ulong *local_28;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n bVar7 = true;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);\n BIO_ctrl(out,0x73,0,&local_28);\n uVar2 = 0x7ff;\n if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }\n puVar5 = (undefined8 *)local_28[1];\n puVar6 = param_2;\n if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }\n if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }\n if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }\n *(undefined1 *)((long)param_2 + uVar2) = 0;\n BIO_free(out);\n bVar7 = iVar1 == 0;\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }\n \n __stack_chk_fail();\n}" (primitive_type "bool") (function_declarator "FUN_0016b620(X509_NAME *param_1,undefined8 *param_2)" (identifier "FUN_0016b620") (parameter_list "(X509_NAME *param_1,undefined8 *param_2)" (( "(") (parameter_declaration "X509_NAME *param_1" (type_identifier "X509_NAME") (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 int iVar1;\n BIO_METHOD *type;\n BIO *out;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 *puVar6;\n long in_FS_OFFSET;\n bool bVar7;\n byte bVar8;\n ulong *local_28;\n long local_20;\n \n bVar8 = 0;\n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n type = BIO_s_mem();\n out = BIO_new(type);\n bVar7 = true;\n if (out == (BIO *)0x0) goto LAB_0016b6c6;\n iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);\n BIO_ctrl(out,0x73,0,&local_28);\n uVar2 = 0x7ff;\n if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }\n puVar5 = (undefined8 *)local_28[1];\n puVar6 = param_2;\n if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }\n if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }\n if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }\n *(undefined1 *)((long)param_2 + uVar2) = 0;\n BIO_free(out);\n bVar7 = iVar1 == 0;\nLAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }\n \n __stack_chk_fail();\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "BIO_METHOD *type;" (type_identifier "BIO_METHOD") (pointer_declarator "*type" (* "*") (identifier "type")) (; ";")) (declaration "BIO *out;" (type_identifier "BIO") (pointer_declarator "*out" (* "*") (identifier "out")) (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "undefined8 *puVar5;" (type_identifier "undefined8") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "undefined8 *puVar6;" (type_identifier "undefined8") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "bool bVar7;" (primitive_type "bool") (identifier "bVar7") (; ";")) (declaration "byte bVar8;" (type_identifier "byte") (identifier "bVar8") (; ";")) (declaration "ulong *local_28;" (type_identifier "ulong") (pointer_declarator "*local_28" (* "*") (identifier "local_28")) (; ";")) (declaration "long local_20;" (sized_type_specifier "long" (long "long")) (identifier "local_20") (; ";")) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" (identifier "bVar8") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_20 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_20 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_20") (= "=") (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 "type = BIO_s_mem();" (assignment_expression "type = BIO_s_mem()" (identifier "type") (= "=") (call_expression "BIO_s_mem()" (identifier "BIO_s_mem") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "out = BIO_new(type);" (assignment_expression "out = BIO_new(type)" (identifier "out") (= "=") (call_expression "BIO_new(type)" (identifier "BIO_new") (argument_list "(type)" (( "(") (identifier "type") () ")")))) (; ";")) (expression_statement "bVar7 = true;" (assignment_expression "bVar7 = true" (identifier "bVar7") (= "=") (true "true")) (; ";")) (if_statement "if (out == (BIO *)0x0) goto LAB_0016b6c6;" (if "if") (parenthesized_expression "(out == (BIO *)0x0)" (( "(") (binary_expression "out == (BIO *)0x0" (identifier "out") (== "==") (cast_expression "(BIO *)0x0" (( "(") (type_descriptor "BIO *" (type_identifier "BIO") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0016b6c6;" (goto "goto") (statement_identifier "LAB_0016b6c6") (; ";"))) (expression_statement "iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000);" (assignment_expression "iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000)" (identifier "iVar1") (= "=") (call_expression "X509_NAME_print_ex(out,param_1,0,0x30000)" (identifier "X509_NAME_print_ex") (argument_list "(out,param_1,0,0x30000)" (( "(") (identifier "out") (, ",") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0x30000") () ")")))) (; ";")) (expression_statement "BIO_ctrl(out,0x73,0,&local_28);" (call_expression "BIO_ctrl(out,0x73,0,&local_28)" (identifier "BIO_ctrl") (argument_list "(out,0x73,0,&local_28)" (( "(") (identifier "out") (, ",") (number_literal "0x73") (, ",") (number_literal "0") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) () ")"))) (; ";")) (expression_statement "uVar2 = 0x7ff;" (assignment_expression "uVar2 = 0x7ff" (identifier "uVar2") (= "=") (number_literal "0x7ff")) (; ";")) (if_statement "if (*local_28 < 0x800) {\n uVar2 = *local_28;\n }" (if "if") (parenthesized_expression "(*local_28 < 0x800)" (( "(") (binary_expression "*local_28 < 0x800" (pointer_expression "*local_28" (* "*") (identifier "local_28")) (< "<") (number_literal "0x800")) () ")")) (compound_statement "{\n uVar2 = *local_28;\n }" ({ "{") (expression_statement "uVar2 = *local_28;" (assignment_expression "uVar2 = *local_28" (identifier "uVar2") (= "=") (pointer_expression "*local_28" (* "*") (identifier "local_28"))) (; ";")) (} "}"))) (expression_statement "puVar5 = (undefined8 *)local_28[1];" (assignment_expression "puVar5 = (undefined8 *)local_28[1]" (identifier "puVar5") (= "=") (cast_expression "(undefined8 *)local_28[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_28[1]" (identifier "local_28") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "puVar6 = param_2;" (assignment_expression "puVar6 = param_2" (identifier "puVar6") (= "=") (identifier "param_2")) (; ";")) (if_statement "if ((uint)uVar2 < 8) {\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }\n else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" (if "if") (parenthesized_expression "((uint)uVar2 < 8)" (( "(") (binary_expression "(uint)uVar2 < 8" (cast_expression "(uint)uVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar2")) (< "<") (number_literal "8")) () ")")) (compound_statement "{\n if ((uVar2 & 4) == 0) goto LAB_0016b6a9;\nLAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;\n lVar4 = 4;\n }" ({ "{") (if_statement "if ((uVar2 & 4) == 0) goto LAB_0016b6a9;" (if "if") (parenthesized_expression "((uVar2 & 4) == 0)" (( "(") (binary_expression "(uVar2 & 4) == 0" (parenthesized_expression "(uVar2 & 4)" (( "(") (binary_expression "uVar2 & 4" (identifier "uVar2") (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0016b6a9;" (goto "goto") (statement_identifier "LAB_0016b6a9") (; ";"))) (labeled_statement "LAB_0016b708:\n *(undefined4 *)puVar6 = *(undefined4 *)puVar5;" (statement_identifier "LAB_0016b708") (: ":") (expression_statement "*(undefined4 *)puVar6 = *(undefined4 *)puVar5;" (assignment_expression "*(undefined4 *)puVar6 = *(undefined4 *)puVar5" (pointer_expression "*(undefined4 *)puVar6" (* "*") (cast_expression "(undefined4 *)puVar6" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "puVar6"))) (= "=") (pointer_expression "*(undefined4 *)puVar5" (* "*") (cast_expression "(undefined4 *)puVar5" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "puVar5")))) (; ";"))) (expression_statement "lVar4 = 4;" (assignment_expression "lVar4 = 4" (identifier "lVar4") (= "=") (number_literal "4")) (; ";")) (} "}")) (else_clause "else {\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" (else "else") (compound_statement "{\n for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }\n if ((uVar2 & 4) != 0) goto LAB_0016b708;\nLAB_0016b6a9:\n lVar4 = 0;\n }" ({ "{") (for_statement "for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }" (for "for") (( "(") (assignment_expression "uVar3 = uVar2 >> 3 & 0x1fffffff" (identifier "uVar3") (= "=") (binary_expression "uVar2 >> 3 & 0x1fffffff" (binary_expression "uVar2 >> 3" (identifier "uVar2") (>> ">>") (number_literal "3")) (& "&") (number_literal "0x1fffffff"))) (; ";") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "uVar3 = uVar3 - 1" (identifier "uVar3") (= "=") (binary_expression "uVar3 - 1" (identifier "uVar3") (- "-") (number_literal "1"))) () ")") (compound_statement "{\n *puVar6 = *puVar5;\n puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n }" ({ "{") (expression_statement "*puVar6 = *puVar5;" (assignment_expression "*puVar6 = *puVar5" (pointer_expression "*puVar6" (* "*") (identifier "puVar6")) (= "=") (pointer_expression "*puVar5" (* "*") (identifier "puVar5"))) (; ";")) (expression_statement "puVar5 = puVar5 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar5 = puVar5 + (ulong)bVar8 * -2 + 1" (identifier "puVar5") (= "=") (binary_expression "puVar5 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar5 + (ulong)bVar8 * -2" (identifier "puVar5") (+ "+") (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar8")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1" (identifier "puVar6") (= "=") (binary_expression "puVar6 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar6 + (ulong)bVar8 * -2" (identifier "puVar6") (+ "+") (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar8")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if ((uVar2 & 4) != 0) goto LAB_0016b708;" (if "if") (parenthesized_expression "((uVar2 & 4) != 0)" (( "(") (binary_expression "(uVar2 & 4) != 0" (parenthesized_expression "(uVar2 & 4)" (( "(") (binary_expression "uVar2 & 4" (identifier "uVar2") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0016b708;" (goto "goto") (statement_identifier "LAB_0016b708") (; ";"))) (labeled_statement "LAB_0016b6a9:\n lVar4 = 0;" (statement_identifier "LAB_0016b6a9") (: ":") (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" (identifier "lVar4") (= "=") (number_literal "0")) (; ";"))) (} "}")))) (if_statement "if ((uVar2 & 2) != 0) {\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }" (if "if") (parenthesized_expression "((uVar2 & 2) != 0)" (( "(") (binary_expression "(uVar2 & 2) != 0" (parenthesized_expression "(uVar2 & 2)" (( "(") (binary_expression "uVar2 & 2" (identifier "uVar2") (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);\n lVar4 = lVar4 + 2;\n }" ({ "{") (expression_statement "*(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4);" (assignment_expression "*(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4)" (pointer_expression "*(undefined2 *)((long)puVar6 + lVar4)" (* "*") (cast_expression "(undefined2 *)((long)puVar6 + lVar4)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar6 + lVar4)" (( "(") (binary_expression "(long)puVar6 + lVar4" (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6")) (+ "+") (identifier "lVar4")) () ")")))) (= "=") (pointer_expression "*(undefined2 *)((long)puVar5 + lVar4)" (* "*") (cast_expression "(undefined2 *)((long)puVar5 + lVar4)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar5 + lVar4)" (( "(") (binary_expression "(long)puVar5 + lVar4" (cast_expression "(long)puVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar5")) (+ "+") (identifier "lVar4")) () ")"))))) (; ";")) (expression_statement "lVar4 = lVar4 + 2;" (assignment_expression "lVar4 = lVar4 + 2" (identifier "lVar4") (= "=") (binary_expression "lVar4 + 2" (identifier "lVar4") (+ "+") (number_literal "2"))) (; ";")) (} "}"))) (if_statement "if ((uVar2 & 1) != 0) {\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }" (if "if") (parenthesized_expression "((uVar2 & 1) != 0)" (( "(") (binary_expression "(uVar2 & 1) != 0" (parenthesized_expression "(uVar2 & 1)" (( "(") (binary_expression "uVar2 & 1" (identifier "uVar2") (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);\n }" ({ "{") (expression_statement "*(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4);" (assignment_expression "*(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4)" (pointer_expression "*(undefined1 *)((long)puVar6 + lVar4)" (* "*") (cast_expression "(undefined1 *)((long)puVar6 + lVar4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar6 + lVar4)" (( "(") (binary_expression "(long)puVar6 + lVar4" (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6")) (+ "+") (identifier "lVar4")) () ")")))) (= "=") (pointer_expression "*(undefined1 *)((long)puVar5 + lVar4)" (* "*") (cast_expression "(undefined1 *)((long)puVar5 + lVar4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar5 + lVar4)" (( "(") (binary_expression "(long)puVar5 + lVar4" (cast_expression "(long)puVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar5")) (+ "+") (identifier "lVar4")) () ")"))))) (; ";")) (} "}"))) (expression_statement "*(undefined1 *)((long)param_2 + uVar2) = 0;" (assignment_expression "*(undefined1 *)((long)param_2 + uVar2) = 0" (pointer_expression "*(undefined1 *)((long)param_2 + uVar2)" (* "*") (cast_expression "(undefined1 *)((long)param_2 + uVar2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + uVar2)" (( "(") (binary_expression "(long)param_2 + uVar2" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (identifier "uVar2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "BIO_free(out);" (call_expression "BIO_free(out)" (identifier "BIO_free") (argument_list "(out)" (( "(") (identifier "out") () ")"))) (; ";")) (expression_statement "bVar7 = iVar1 == 0;" (assignment_expression "bVar7 = iVar1 == 0" (identifier "bVar7") (= "=") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0"))) (; ";")) (labeled_statement "LAB_0016b6c6:\n if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }" (statement_identifier "LAB_0016b6c6") (: ":") (if_statement "if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) {\n return bVar7;\n }" (if "if") (parenthesized_expression "(local_20 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_20 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_20") (== "==") (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 bVar7;\n }" ({ "{") (return_statement "return bVar7;" (return "return") (identifier "bVar7") (; ";")) (} "}")))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
int function_1(type_1 *a,char *buf,size_t size) { type_2 uVar1; int var_13; type_3 *type; type_4 *var_4; type_5 var_7; type_5 var_8; long var_11; char *var_9; char *var_10; long var_1; type_6 bVar8; type_7 *biomem; long var_14; bVar8 = 0; var_14 = *(long *)(var_1 + 0x28); type = var_2(); var_4 = var_3(type); uVar1 = 1; if (var_4 == (type_4 *)0x0) goto LAB_0016b6c6; var_13 = var_5(var_4,(type_1 *)a,0,0x30000); var_6(var_4,0x73,0,&biomem); var_7 = 0x7ff; if (biomem->length < 0x800) { var_7 = biomem->length; } var_9 = biomem->data; var_10 = buf; if ((type_2)var_7 < 8) { if ((var_7 & 4) == 0) goto LAB_0016b6a9; LAB_0016b708: *(type_8 *)var_10 = *(type_8 *)var_9; var_11 = 4; } else { for (var_8 = var_7 >> 3 & 0x1fffffff; var_8 != 0; var_8 = var_8 - 1) { *(type_9 *)var_10 = *(type_9 *)var_9; var_9 = var_9 + (type_5)bVar8 * -0x10 + 8; var_10 = var_10 + (type_5)bVar8 * -0x10 + 8; } if ((var_7 & 4) != 0) goto LAB_0016b708; LAB_0016b6a9: var_11 = 0; } if ((var_7 & 2) != 0) { *(type_10 *)(var_10 + var_11) = *(type_10 *)(var_9 + var_11); var_11 = var_11 + 2; } if ((var_7 & 1) != 0) { var_10[var_11] = var_9[var_11]; } buf[var_7] = '\0'; var_12(var_4); uVar1 = (type_2)(var_13 == 0); LAB_0016b6c6: if (var_14 == *(long *)(var_1 + 0x28)) { return uVar1; } /* WARNING: Subroutine does not return */ var_15(); }
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: (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: (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: (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)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (true))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (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: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (number_literal)))) alternative: (else_clause (compound_statement (for_statement initializer: (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) condition: (binary_expression left: (identifier) right: (number_literal)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))) (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: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))))))) (expression_statement (assignment_expression left: (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 (assignment_expression left: (identifier) right: (binary_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
bool MASKED(X509_NAME *param_1,undefined8 *param_2) { int iVar1; BIO_METHOD *type; BIO *out; ulong uVar2; ulong uVar3; long lVar4; undefined8 *puVar5; undefined8 *puVar6; long in_FS_OFFSET; bool bVar7; byte bVar8; ulong *local_28; long local_20; bVar8 = 0; local_20 = *(long *)(in_FS_OFFSET + 0x28); type = BIO_s_mem(); out = BIO_new(type); bVar7 = true; if (out == (BIO *)0x0) goto LAB_0016b6c6; iVar1 = X509_NAME_print_ex(out,param_1,0,0x30000); BIO_ctrl(out,0x73,0,&local_28); uVar2 = 0x7ff; if (*local_28 < 0x800) { uVar2 = *local_28; } puVar5 = (undefined8 *)local_28[1]; puVar6 = param_2; if ((uint)uVar2 < 8) { if ((uVar2 & 4) == 0) goto LAB_0016b6a9; LAB_0016b708: *(undefined4 *)puVar6 = *(undefined4 *)puVar5; lVar4 = 4; } else { for (uVar3 = uVar2 >> 3 & 0x1fffffff; uVar3 != 0; uVar3 = uVar3 - 1) { *puVar6 = *puVar5; puVar5 = puVar5 + (ulong)bVar8 * -2 + 1; puVar6 = puVar6 + (ulong)bVar8 * -2 + 1; } if ((uVar2 & 4) != 0) goto LAB_0016b708; LAB_0016b6a9: lVar4 = 0; } if ((uVar2 & 2) != 0) { *(undefined2 *)((long)puVar6 + lVar4) = *(undefined2 *)((long)puVar5 + lVar4); lVar4 = lVar4 + 2; } if ((uVar2 & 1) != 0) { *(undefined1 *)((long)puVar6 + lVar4) = *(undefined1 *)((long)puVar5 + lVar4); } *(undefined1 *)((long)param_2 + uVar2) = 0; BIO_free(out); bVar7 = iVar1 == 0; LAB_0016b6c6: if (local_20 == *(long *)(in_FS_OFFSET + 0x28)) { return bVar7; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
234_i686-linux-gnu-readelf_and_i686-linux-gnu-readelf_strip.c
check_gnu_debugaltlink
FUN_0013cf90
bfd_boolean check_gnu_debugaltlink(char *filename,void *data) { void *pvVar1; pvVar1 = open_debug_file(filename); return (bfd_boolean)(pvVar1 != (void *)0x0); }
bool FUN_0013cf90(void) { long lVar1; lVar1 = thunk_FUN_00119900(); return lVar1 != 0; }
SUB RSP,0x8 CALL 0x0013b510 TEST RAX,RAX SETNZ AL ADD RSP,0x8 MOVZX EAX,AL RET
null
null
null
null
[('const-0', u'INT_NOTEQUAL_-1207119947'), (u'INT_NOTEQUAL_-1207119947', u'INT_ZEXT_-1207119902'), (u'INT_ZEXT_-1207119902', u'RETURN_-1207119916'), ('tmp_106', u'CALL_-1207119962'), ('const-0', u'RETURN_-1207119916'), (u'CALL_-1207119962', u'INT_NOTEQUAL_-1207119947')]
[('const-0', u'INT_NOTEQUAL_-1207119947'), (u'COPY_-1207119904', u'RETURN_-1207119916'), ('const-0', u'RETURN_-1207119916'), (u'INT_NOTEQUAL_-1207119947', u'COPY_-1207119904'), (u'CALL_-1207119962', u'INT_NOTEQUAL_-1207119947')]
null
null
0013cf90
x64
O2
(translation_unit "bool FUN_0013cf90(void)\n\n{\n long lVar1;\n \n lVar1 = thunk_FUN_00119900();\n return lVar1 != 0;\n}\n\n" (function_definition "bool FUN_0013cf90(void)\n\n{\n long lVar1;\n \n lVar1 = thunk_FUN_00119900();\n return lVar1 != 0;\n}" primitive_type (function_declarator "FUN_0013cf90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = thunk_FUN_00119900();\n return lVar1 != 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = thunk_FUN_00119900();" (assignment_expression "lVar1 = thunk_FUN_00119900()" identifier = (call_expression "thunk_FUN_00119900()" identifier (argument_list "()" ( )))) ;) (return_statement "return lVar1 != 0;" return (binary_expression "lVar1 != 0" identifier != number_literal) ;) })))
(translation_unit "bfd_boolean check_gnu_debugaltlink(char *filename,void *data)\n\n{\n void *pvVar1;\n \n pvVar1 = open_debug_file(filename);\n return (bfd_boolean)(pvVar1 != (void *)0x0);\n}\n\n" (function_definition "bfd_boolean check_gnu_debugaltlink(char *filename,void *data)\n\n{\n void *pvVar1;\n \n pvVar1 = open_debug_file(filename);\n return (bfd_boolean)(pvVar1 != (void *)0x0);\n}" type_identifier (function_declarator "check_gnu_debugaltlink(char *filename,void *data)" identifier (parameter_list "(char *filename,void *data)" ( (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) , (parameter_declaration "void *data" primitive_type (pointer_declarator "*data" * identifier)) ))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = open_debug_file(filename);\n return (bfd_boolean)(pvVar1 != (void *)0x0);\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = open_debug_file(filename);" (assignment_expression "pvVar1 = open_debug_file(filename)" identifier = (call_expression "open_debug_file(filename)" identifier (argument_list "(filename)" ( identifier )))) ;) (return_statement "return (bfd_boolean)(pvVar1 != (void *)0x0);" return (call_expression "(bfd_boolean)(pvVar1 != (void *)0x0)" (parenthesized_expression "(bfd_boolean)" ( identifier )) (argument_list "(pvVar1 != (void *)0x0)" ( (binary_expression "pvVar1 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) ;) })))
(translation_unit "bool FUN_0013cf90(void)\n\n{\n long lVar1;\n \n lVar1 = thunk_FUN_00119900();\n return lVar1 != 0;\n}\n\n" (function_definition "bool FUN_0013cf90(void)\n\n{\n long lVar1;\n \n lVar1 = thunk_FUN_00119900();\n return lVar1 != 0;\n}" primitive_type (function_declarator "FUN_0013cf90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = thunk_FUN_00119900();\n return lVar1 != 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = thunk_FUN_00119900();" (assignment_expression "lVar1 = thunk_FUN_00119900()" identifier = (call_expression "thunk_FUN_00119900()" identifier (argument_list "()" ( )))) ;) (return_statement "return lVar1 != 0;" return (binary_expression "lVar1 != 0" identifier != number_literal) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (return_statement return (binary_expression IDENT != LIT) ;) })))
(function_definition "bool FUN_0013cf90(void)\n\n{\n long lVar1;\n \n lVar1 = thunk_FUN_00119900();\n return lVar1 != 0;\n}" (primitive_type "bool") (function_declarator "FUN_0013cf90(void)" (identifier "FUN_0013cf90") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = thunk_FUN_00119900();\n return lVar1 != 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = thunk_FUN_00119900();" (assignment_expression "lVar1 = thunk_FUN_00119900()" (identifier "lVar1") (= "=") (call_expression "thunk_FUN_00119900()" (identifier "thunk_FUN_00119900") (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return lVar1 != 0;" (return "return") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) (; ";")) (} "}")))
type_1 function_1(char *filename,void *data) { void *var_2; var_2 = var_1(filename); return (type_1)(var_2 != (void *)0x0); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (return_statement (binary_expression left: (identifier) right: (number_literal))))))
null
bool MASKED(void) { long lVar1; lVar1 = thunk_FUN_00119900(); return lVar1 != 0; }
10480_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
read_fde<32,_false>
FUN_00475650
/* WARNING: Type propagation algorithm not settling */ /* DWARF original name: read_fde<32, false> DWARF original prototype: bool read_fde<32,_false>(Eh_frame * this, Sized_relobj_file<32,_false> * object, uint shndx, uchar * symbols, section_size_type symbols_size, uchar * pcontents, uint offset, uchar * pfde, uchar * pfdeend, Track_relocs<32,_false> * relocs, Offsets_to_cie * cies) */ bool __thiscall gold::Eh_frame::read_fde<32,_false> (Eh_frame *this,Sized_relobj_file<32,_false> *object,uint shndx,uchar *symbols, section_size_type symbols_size,uchar *pcontents,uint offset,uchar *pfde,uchar *pfdeend, Track_relocs<32,_false> *relocs,Offsets_to_cie *cies) { _Rb_tree_header *p_Var1; _Base_ptr *pp_Var2; ushort uVar3; _Base_ptr p_Var4; long lVar5; iterator __position; pointer ppOVar6; byte bVar7; bool bVar8; int iVar9; uint uVar10; uint uVar11; off_t oVar12; Fde *pFVar13; Xindex *this_00; long offset_00; ulong uVar14; _Base_ptr p_Var15; _Base_ptr p_Var16; int iVar17; Fde *local_40 [2]; undefined4 extraout_var; p_Var1 = &(cies->_M_t)._M_impl.super__Rb_tree_header; uVar14 = (ulong)((((int)pfde - (int)pcontents) - offset) + 4); p_Var4 = (cies->_M_t)._M_impl.super__Rb_tree_header._M_header._M_parent; p_Var15 = &p_Var1->_M_header; if (p_Var4 == (_Base_ptr)0x0) { return false; } do { while (p_Var16 = p_Var4, uVar14 <= *(ulong *)(p_Var16 + 1)) { p_Var4 = p_Var16->_M_left; p_Var15 = p_Var16; if (p_Var16->_M_left == (_Base_ptr)0x0) goto LAB_004756ab; } pp_Var2 = &p_Var16->_M_right; p_Var4 = *pp_Var2; p_Var16 = p_Var15; } while (*pp_Var2 != (_Base_ptr)0x0); LAB_004756ab: if (p_Var1 == (_Rb_tree_header *)p_Var16) { return false; } if (uVar14 < ((_Rb_tree_header *)p_Var16)->_M_node_count) { return false; } lVar5 = *(long *)((long)p_Var16 + 0x28); bVar7 = *(byte *)(lVar5 + 0x18) & 7; if (bVar7 == 2) { iVar17 = 2; } else { if (bVar7 < 3) { if (bVar7 != 0) goto LAB_004757a8; } else if (bVar7 != 3) { if (bVar7 == 4) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde"); } LAB_004757a8: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde"); } iVar17 = 4; } iVar9 = Track_relocs<32,_false>::advance(relocs,(long)pfde - (long)pcontents); if (0 < iVar9) { return false; } oVar12 = Track_relocs<32,_false>::next_offset(relocs); if ((long)pfde - (long)pcontents != oVar12) { if (iVar17 == 2) { uVar10 = (uint)*(ushort *)pfde; } else { if (iVar17 != 4) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde"); } uVar10 = *(uint *)pfde; } if (uVar10 != 0) { return false; } Relobj::add_merge_mapping ((Relobj *)object,&this->super_Output_section_data,shndx, (long)(pfde + -8) - (long)pcontents,(long)pfdeend - (long)(pfde + -8),-1); return true; } uVar10 = Track_relocs<32,_false>::next_symndx(relocs); if (uVar10 == 0xffffffff) { return false; } Track_relocs<32,_false>::advance(relocs,(long)pfdeend - (long)pcontents); if (symbols_size >> 4 <= (ulong)uVar10) { return false; } uVar3 = *(ushort *)(symbols + (ulong)(uVar10 << 4) + 0xe); uVar11 = (uint)uVar3; if (uVar3 < 0xff00) { LAB_0047590c: if ((uVar11 != 0) && (uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)) { ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>. _M_impl._M_start; if ((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_> ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included"); } bVar8 = ppOVar6[uVar11] == (Output_section *)0x0; goto LAB_00475867; } } else if (uVar3 == 0xffff) { this_00 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_; if (this_00 == (Xindex *)0x0) { iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b] )(object); this_00 = (Xindex *)CONCAT44(extraout_var,iVar9); (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00; } uVar11 = Xindex::sym_xindex_to_shndx(this_00,(Object *)object,uVar10); goto LAB_0047590c; } bVar8 = false; LAB_00475867: if (iVar17 == 2) { uVar10 = (uint)*(ushort *)(pfde + 2); } else { if (iVar17 != 4) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde"); } uVar10 = *(uint *)(pfde + 4); } offset_00 = (long)(pfde + -8) - (long)pcontents; bVar8 = (bool)(uVar10 == 0 | bVar8); if (bVar8 != false) { Relobj::add_merge_mapping ((Relobj *)object,&this->super_Output_section_data,shndx,offset_00, (long)pfdeend - (long)(pfde + -8),-1); return bVar8; } pFVar13 = (Fde *)operator_new(0x38); pFVar13->object_ = (Relobj *)object; (pFVar13->contents_)._M_dataplus._M_p = (pointer)&(pFVar13->contents_).field_2; /* try { // try from 004758b7 to 004758bb has its CatchHandler @ 00475a04 */ std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:: _M_construct<char_const*>(&pFVar13->contents_,pfde,pfdeend); __position._M_current = *(Fde ***)(lVar5 + 0x48); (pFVar13->u_).from_object.input_offset = offset_00; (pFVar13->u_).from_object.shndx = shndx; if (__position._M_current == *(Fde ***)(lVar5 + 0x50)) { local_40[0] = pFVar13; std::vector<gold::Fde*,_std::allocator<gold::Fde*>_>::_M_realloc_insert<gold::Fde*_const&> ((vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40),__position,local_40 ); } else { *__position._M_current = pFVar13; *(Fde ***)(lVar5 + 0x48) = __position._M_current + 1; } return true; }
byte FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5, long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10, long param_11) { long *plVar1; ushort uVar2; long lVar3; undefined8 *puVar4; byte bVar5; int iVar6; uint uVar7; uint uVar8; long lVar9; undefined8 *puVar10; ulong uVar11; long lVar12; int iVar13; bool bVar14; undefined8 *local_40 [2]; uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4); lVar3 = *(long *)(param_11 + 0x10); lVar9 = param_11 + 8; if (*(long *)(param_11 + 0x10) == 0) { return 0; } do { while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) { lVar3 = *(long *)(lVar12 + 0x10); lVar9 = lVar12; if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab; } plVar1 = (long *)(lVar12 + 0x18); lVar3 = *plVar1; lVar12 = lVar9; } while (*plVar1 != 0); LAB_004756ab: if (param_11 + 8 == lVar12) { return 0; } if (uVar11 < *(ulong *)(lVar12 + 0x20)) { return 0; } lVar3 = *(long *)(lVar12 + 0x28); bVar5 = *(byte *)(lVar3 + 0x18) & 7; if (bVar5 == 2) { iVar13 = 2; } else { if (bVar5 < 3) { if (bVar5 != 0) goto LAB_004757a8; } else if (bVar5 != 3) { if (bVar5 == 4) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde"); } LAB_004757a8: /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde"); } iVar13 = 4; } iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6); if (0 < iVar6) { return 0; } lVar9 = FUN_004139f0(param_10); if ((long)param_8 - param_6 != lVar9) { if (iVar13 == 2) { uVar7 = (uint)(ushort)*param_8; } else { if (iVar13 != 4) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde"); } uVar7 = *param_8; } if (uVar7 != 0) { return 0; } FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6, param_9 - (long)(param_8 + -2),0xffffffffffffffff); return 1; } uVar7 = FUN_00413a10(param_10); if (uVar7 == 0xffffffff) { return 0; } FUN_00413aa0(param_10,param_9 - param_6); if (param_5 >> 4 <= (ulong)uVar7) { return 0; } uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4)); uVar8 = (uint)uVar2; if (uVar2 < 0xff00) { LAB_0047590c: if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) { if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/object.h",0x50b,"is_section_included"); } bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0; goto LAB_00475867; } } else if (uVar2 == 0xffff) { lVar9 = param_2[8]; if (lVar9 == 0) { lVar9 = (**(code **)(*param_2 + 0xd8))(param_2); param_2[8] = lVar9; } uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7); goto LAB_0047590c; } bVar14 = false; LAB_00475867: if (iVar13 == 2) { uVar7 = (uint)*(ushort *)((long)param_8 + 2); } else { if (iVar13 != 4) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde"); } uVar7 = param_8[1]; } param_6 = (long)(param_8 + -2) - param_6; bVar5 = uVar7 == 0 | bVar14; if (bVar5 != 0) { FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff); return bVar5; } puVar10 = (undefined8 *)FUN_0049cb70(0x38); *puVar10 = param_2; puVar10[3] = puVar10 + 5; /* try { // try from 004758b7 to 004758bb has its CatchHandler @ 00475a04 */ FUN_001a61c0(puVar10 + 3,param_8,param_9); puVar4 = *(undefined8 **)(lVar3 + 0x48); puVar10[2] = param_6; *(undefined4 *)(puVar10 + 1) = param_3; if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) { local_40[0] = puVar10; FUN_00474070(lVar3 + 0x40,puVar4,local_40); } else { *puVar4 = puVar10; *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1; } return 1; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x38 MOV RBP,qword ptr [RSP + 0x78] MOV R11,qword ptr [RSP + 0x90] LEA RAX,[RBP + -0x4] LEA RBX,[R11 + 0x8] SUB RAX,R9 SUB EAX,dword ptr [RSP + 0x70] LEA R10D,[RAX + 0x8] MOV RAX,qword ptr [R11 + 0x10] MOV R11,RBX TEST RAX,RAX JNZ 0x0047569c JMP 0x004756b6 MOV R11,RAX MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x004756ab CMP R10,qword ptr [RAX + 0x20] JBE 0x00475690 MOV RAX,qword ptr [RAX + 0x18] TEST RAX,RAX JNZ 0x0047569c CMP RBX,R11 JZ 0x004756b6 CMP R10,qword ptr [R11 + 0x20] JNC 0x004756d0 XOR EAX,EAX ADD RSP,0x38 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV R15,qword ptr [R11 + 0x28] MOV RBX,R9 MOV qword ptr [RSP + 0x10],R8 MOV R12,RSI MOV qword ptr [RSP + 0x18],RCX MOVZX EAX,byte ptr [R15 + 0x18] MOV dword ptr [RSP + 0x4],EDX MOV qword ptr [RSP + 0x8],RDI AND EAX,0x7 CMP AL,0x2 JZ 0x004757e0 JBE 0x004757a0 CMP AL,0x3 JNZ 0x004757c0 MOV R13D,0x4 MOV R14,RBP MOV RDI,qword ptr [RSP + 0x88] SUB R14,RBX MOV RSI,R14 CALL 0x00413aa0 TEST EAX,EAX JG 0x004756b6 MOV RDI,qword ptr [RSP + 0x88] CALL 0x004139f0 CMP R14,RAX JZ 0x004757f9 CMP R13D,0x2 JZ 0x004757f0 CMP R13D,0x4 JNZ 0x004759d4 MOV EAX,dword ptr [RBP] TEST RAX,RAX JNZ 0x004756b6 SUB RBP,0x8 MOV EDX,dword ptr [RSP + 0x4] MOV RSI,qword ptr [RSP + 0x8] MOV RDI,R12 MOV R8,qword ptr [RSP + 0x80] MOV RCX,RBP MOV R9,-0x1 SUB RCX,RBX SUB R8,RBP CALL 0x00392dc0 MOV EAX,0x1 JMP 0x004756b8 TEST AL,AL JZ 0x0047570b LEA RDX,[0x586c98] MOV ESI,0x40d LEA RDI,[0x586ae7] CALL 0x00352af0 CMP AL,0x4 JNZ 0x004757a8 LEA RDX,[0x586c98] MOV ESI,0x405 LEA RDI,[0x586ae7] CALL 0x00352af0 MOV R13D,0x2 JMP 0x00475711 MOVZX EAX,word ptr [RBP] JMP 0x00475758 MOV RDI,qword ptr [RSP + 0x88] CALL 0x00413a10 MOV R14D,EAX CMP EAX,-0x1 JZ 0x004756b6 MOV RSI,qword ptr [RSP + 0x80] MOV RDI,qword ptr [RSP + 0x88] SUB RSI,RBX CALL 0x00413aa0 MOV R8,qword ptr [RSP + 0x10] MOV EAX,R14D SHR R8,0x4 CMP RAX,R8 JNC 0x004756b6 MOV EAX,R14D MOV RDX,qword ptr [RSP + 0x18] SHL EAX,0x4 MOVZX EAX,word ptr [RDX + RAX*0x1 + 0xe] CMP EAX,0xfeff JBE 0x0047590c CMP EAX,0xffff JZ 0x004758f0 XOR EDX,EDX CMP R13D,0x2 JNZ 0x00475950 MOVZX EAX,word ptr [RBP + 0x2] LEA RCX,[RBP + -0x8] TEST RAX,RAX MOV RSI,RCX SETZ AL SUB RSI,RBX MOV RBX,RSI OR AL,DL JNZ 0x0047595e MOV EDI,0x38 CALL 0x0049cb70 MOV RDX,qword ptr [RSP + 0x80] MOV RSI,RBP MOV R13,RAX MOV qword ptr [RAX],R12 LEA RDI,[RAX + 0x18] LEA RAX,[RAX + 0x28] MOV qword ptr [R13 + 0x18],RAX CALL 0x001a61c0 MOV EAX,dword ptr [RSP + 0x4] MOV RSI,qword ptr [R15 + 0x48] MOV qword ptr [R13 + 0x10],RBX MOV qword ptr [RSP + 0x28],R13 MOV dword ptr [R13 + 0x8],EAX CMP RSI,qword ptr [R15 + 0x50] JZ 0x00475992 MOV qword ptr [RSI],R13 ADD RSI,0x8 MOV qword ptr [R15 + 0x48],RSI MOV EAX,0x1 JMP 0x004756b8 MOV RAX,qword ptr [R12 + 0x40] TEST RAX,RAX JZ 0x004759a5 MOV EDX,R14D MOV RSI,R12 MOV RDI,RAX CALL 0x00392c60 TEST EAX,EAX JZ 0x00475865 CMP dword ptr [R12 + 0x38],EAX JBE 0x00475865 MOV RCX,qword ptr [R12 + 0x50] MOV RDX,qword ptr [R12 + 0x58] MOV EAX,EAX SUB RDX,RCX SAR RDX,0x3 CMP RAX,RDX JNC 0x004759ec CMP qword ptr [RCX + RAX*0x8],0x0 SETZ DL JMP 0x00475867 CMP R13D,0x4 JNZ 0x004759bc MOV EAX,dword ptr [RBP + 0x4] JMP 0x00475875 MOV R8,qword ptr [RSP + 0x80] MOV EDX,dword ptr [RSP + 0x4] MOV RDI,R12 MOV byte ptr [RSP + 0x10],AL MOV R9,-0x1 SUB R8,RCX MOV RCX,RSI MOV RSI,qword ptr [RSP + 0x8] CALL 0x00392dc0 MOVZX EAX,byte ptr [RSP + 0x10] JMP 0x004756b8 LEA RDX,[RSP + 0x28] LEA RDI,[R15 + 0x40] CALL 0x00474070 JMP 0x004758e6 MOV RAX,qword ptr [R12] MOV RDI,R12 CALL qword ptr [RAX + 0xd8] MOV qword ptr [R12 + 0x40],RAX JMP 0x004758fe LEA RDX,[0x586c98] MOV ESI,0x465 LEA RDI,[0x586ae7] CALL 0x00352af0 LEA RDX,[0x586c98] MOV ESI,0x42a LEA RDI,[0x586ae7] CALL 0x00352af0 LEA RDX,[0x586c80] MOV ESI,0x50b LEA RDI,[0x5333ac] CALL 0x00352af0
null
null
null
null
[('const-1029', u'CALL_-1202169004'), (u'PTRSUB_-1202167144', u'CAST_-1202167000'), (u'PTRSUB_-1202167695', u'LOAD_-1202169308'), (u'PTRSUB_-1202167028', u'PTRSUB_-1202167026'), ('const-3', u'INT_SRIGHT_-1202168733'), (u'INT_EQUAL_-1202170153', u'CBRANCH_-1202170150'), ('const-433', u'LOAD_-1202170176'), ('const--1', u'CALL_-1202169609'), ('tmp_2477', u'CAST_-1202167315'), (u'INT_LESS_-1202170010', u'CBRANCH_-1202170006'), ('tmp_2477', u'PTRSUB_-1202167071'), ('const-0', u'INT_NOTEQUAL_-1202169702'), ('const-433', u'LOAD_-1202169722'), (u'LOAD_-1202169308', u'INT_EQUAL_-1202169289'), (u'PTRSUB_-1202167719', u'PTRSUB_-1202167717'), ('tmp_2480', u'INT_RIGHT_-1202169358'), ('tmp_2485', u'CALL_-1202169402'), (u'INT_NOTEQUAL_-1202169729', u'CBRANCH_-1202169726'), ('const-4', u'INT_EQUAL_-1202169035'), (u'MULTIEQUAL_-1202167532', u'INT_LESS_-1202168791'), (u'PTRSUB_-1202167678', u'LOAD_-1202170064'), (u'INT_NOTEQUAL_-1202170044', u'CBRANCH_-1202170042'), ('const-0', u'COPY_-1202167604'), (u'LOAD_-1202169979', u'INT_ADD_-1202169932'), (u'INT_SUB_-1202169130', u'CALL_-1202168766'), ('const-0', u'RETURN_-1202167600'), (u'CAST_-1202166890', u'INT_SUB_-1202168756'), ('const-5794535', u'COPY_-1202166928'), ('const-433', u'LOAD_-1202168797'), ('tmp_1234', u'CBRANCH_-1202169330'), ('const-0', u'RETURN_-1202167625'), ('const-0', u'PTRSUB_-1202167743'), (u'CAST_-1202167072', u'LOAD_-1202169183'), ('const-2', u'INT_EQUAL_-1202169899'), (u'CAST_-1202167550', u'INT_EQUAL_-1202170028'), (u'PTRADD_-1202169207', u'CAST_-1202167118'), (u'LOAD_-1202170084', u'INT_LESSEQUAL_-1202170055'), (u'LOAD_-1202170064', u'COPY_-1202167625'), ('const-24', u'PTRSUB_-1202167151'), (u'LOAD_-1202168886', u'INT_EQUAL_-1202168866'), (u'PTRSUB_-1202167067', u'PTRSUB_-1202167065'), ('tmp_774', u'CBRANCH_-1202169748'), (u'INT_AND_-1202168156', u'INT_EQUAL_-1202169035'), (u'CALL_-1202169102', u'CAST_-1202167032'), (u'CAST_-1202167000', u'STORE_-1202169062'), ('const-64', u'PTRSUB_-1202166838'), (u'LOAD_-1202169979', u'INT_ADD_-1202169025'), ('const-0', u'PTRSUB_-1202167719'), (u'COPY_-1202167487', u'CALL_-1202169024'), (u'COPY_-1202166923', u'CALL_-1202168995'), (u'PTRADD_-1202167091', u'STORE_-1202168969'), (u'COPY_-1202167610', u'RETURN_-1202167600'), ('const-433', u'LOAD_-1202169948'), ('tmp_2383', u'CBRANCH_-1202169039'), ('const-433', u'LOAD_-1202169269'), ('const-0', u'PTRSUB_-1202166993'), ('const-14', u'INT_ADD_-1202167297'), ('const-27', u'PTRADD_-1202166831'), ('tmp_586', u'CBRANCH_-1202169890'), ('tmp_369', u'CBRANCH_-1202170065'), (u'CAST_-1202167544', u'PTRSUB_-1202167604'), (u'CAST_-1202167431', u'INT_SUB_-1202169825'), (u'CAST_-1202167320', u'INT_SUB_-1202169608'), ('tmp_1715', u'CBRANCH_-1202168994'), ('const-433', u'STORE_-1202169062'), (u'CAST_-1202166881', u'INT_LESSEQUAL_-1202168711'), (u'MULTIEQUAL_-1202168455', u'COPY_-1202167619'), ('const-8', u'PTRSUB_-1202167109'), ('tmp_1427', u'CBRANCH_-1202169222'), (u'PTRSUB_-1202167151', u'CALL_-1202169051'), (u'CAST_-1202167325', u'INT_SUB_-1202169620'), ('const-0', u'PTRSUB_-1202166842'), ('const-0', u'PTRSUB_-1202166842'), (u'LOAD_-1202170025', u'INT_LESS_-1202170010'), (u'CAST_-1202166889', u'INT_SUB_-1202168756'), (u'INT_EQUAL_-1202169035', u'CBRANCH_-1202169033'), ('const-0', u'PTRSUB_-1202167010'), ('const-433', u'LOAD_-1202170025'), ('tmp_2481', u'CAST_-1202167053'), (u'LOAD_-1202168820', u'INT_LESS_-1202168791'), ('const-5794968', u'COPY_-1202166923'), (u'INT_LESSEQUAL_-1202169332', u'CBRANCH_-1202169330'), (u'LOAD_-1202170176', u'INT_EQUAL_-1202170153'), ('const-1', u'PTRADD_-1202169207'), (u'INT_EQUAL_-1202169226', u'CBRANCH_-1202169222'), ('tmp_2035', u'CBRANCH_-1202168800'), (u'COPY_-1202167636', u'PTRSUB_-1202167678'), (u'CALLIND_-1202168555', u'INDIRECT_-1202167924'), ('const-5794968', u'COPY_-1202166948'), ('const-0', u'PTRSUB_-1202167024'), ('const-5794535', u'COPY_-1202167458'), ('tmp_2479', u'PTRADD_-1202169207'), ('const-0', u'SUBPIECE_-1202168259'), (u'CAST_-1202167118', u'LOAD_-1202169269'), ('const-72', u'INT_ADD_-1202169025'), ('const-433', u'LOAD_-1202169012'), ('const-8', u'PTRADD_-1202166831'), ('const-433', u'LOAD_-1202169183'), ('tmp_2483', u'CAST_-1202167372'), (u'INT_ADD_-1202169932', u'CAST_-1202167489'), (u'PTRSUB_-1202166995', u'PTRSUB_-1202166993'), (u'COPY_-1202166903', u'CALL_-1202168484'), (u'COPY_-1202167635', u'MULTIEQUAL_-1202168455'), ('tmp_1485', u'CBRANCH_-1202169188'), ('tmp_2478', u'CALL_-1202168766'), (u'LOAD_-1202169183', u'INT_ZEXT_-1202168294'), ('const-1', u'RETURN_-1202168999'), (u'COPY_-1202167608', u'RETURN_-1202167598'), ('tmp_1777', u'BRANCH_-1202168768'), (u'COPY_-1202167636', u'MULTIEQUAL_-1202168439'), ('tmp_987', u'BRANCH_-1202169491'), (u'MULTIEQUAL_-1202168684', u'COPY_-1202167636'), (u'INT_SLESS_-1202169797', u'CBRANCH_-1202169804'), (u'COPY_-1202167604', u'RETURN_-1202167594'), (u'CAST_-1202167046', u'COPY_-1202167635'), (u'PTRSUB_-1202167721', u'PTRSUB_-1202167719'), ('tmp_1036', u'CBRANCH_-1202169447'), ('const-4', u'INT_ADD_-1202168300'), ('const-0', u'PTRSUB_-1202166991'), ('tmp_2486', u'PTRSUB_-1202167725'), ('const-433', u'LOAD_-1202169500'), (u'LOAD_-1202168795', u'PTRADD_-1202166946'), ('const-65280', u'INT_LESS_-1202169234'), ('const-16', u'PTRSUB_-1202167695'), (u'CAST_-1202166927', u'CALL_-1202168840'), (u'MULTIEQUAL_-1202168081', u'CALL_-1202168840'), (u'INT_SRIGHT_-1202168733', u'CAST_-1202166881'), (u'CAST_-1202166763', u'MULTIEQUAL_-1202168081'), ('const-4294967295', u'INT_EQUAL_-1202169449'), (u'CAST_-1202167053', u'INT_SUB_-1202169130'), (u'PTRSUB_-1202167146', u'PTRSUB_-1202167144'), ('const-0', u'RETURN_-1202167619'), (u'COPY_-1202167614', u'RETURN_-1202167604'), (u'INT_ZEXT_-1202168579', u'INT_LESSEQUAL_-1202170055'), (u'INT_ADD_-1202168955', u'CAST_-1202166947'), ('const-0', u'PTRSUB_-1202167087'), (u'INT_NOTEQUAL_-1202169770', u'CBRANCH_-1202169769'), (u'INT_ADD_-1202167618', u'CAST_-1202167510'), (u'PTRSUB_-1202166993', u'PTRSUB_-1202166991'), (u'PTRSUB_-1202167745', u'PTRSUB_-1202167743'), ('tmp_2486', u'PTRSUB_-1202167745'), (u'PTRSUB_-1202166997', u'PTRSUB_-1202166995'), ('const-2', u'INT_EQUAL_-1202169751'), ('const-4', u'INT_LEFT_-1202169284'), ('tmp_2483', u'PTRADD_-1202169113'), ('tmp_806', u'CBRANCH_-1202169726'), ('const-1', u'RETURN_-1202168657'), ('tmp_435', u'CBRANCH_-1202170026'), (u'PTRSUB_-1202167022', u'LOAD_-1202168820'), (u'CAST_-1202166795', u'INT_SUB_-1202168777'), (u'PTRSUB_-1202167717', u'LOAD_-1202170176'), (u'CAST_-1202167510', u'LOAD_-1202169979'), ('const-0', u'PTRSUB_-1202167026'), ('const-433', u'STORE_-1202168988'), (u'INT_NOTEQUAL_-1202169039', u'CBRANCH_-1202169039'), ('const-433', u'LOAD_-1202169041'), ('tmp_1893', u'CBRANCH_-1202168798'), (u'INT_SUB_-1202170194', u'INT_SUB_-1202170178'), ('tmp_2483', u'PTRADD_-1202169631'), (u'CAST_-1202167032', u'PTRSUB_-1202167139'), ('const-5794968', u'COPY_-1202167482'), (u'LOAD_-1202169979', u'INT_ADD_-1202168955'), (u'INT_EQUAL_-1202169751', u'CBRANCH_-1202169748'), (u'CAST_-1202167159', u'INT_SUB_-1202169401'), (u'INT_NOTEQUAL_-1202168825', u'CBRANCH_-1202168825'), (u'PTRSUB_-1202166999', u'PTRSUB_-1202166997'), ('const--8', u'PTRADD_-1202169631'), (u'CAST_-1202167032', u'PTRSUB_-1202167155'), ('const-0', u'PTRSUB_-1202166979'), (u'COPY_-1202167635', u'RETURN_-1202167625'), (u'LOAD_-1202169948', u'INT_AND_-1202168156'), ('tmp_2482', u'INT_SUB_-1202170178'), (u'LOAD_-1202168565', u'CALLIND_-1202168555'), (u'PTRSUB_-1202167743', u'PTRSUB_-1202167741'), ('tmp_2477', u'PTRSUB_-1202166999'), ('const-433', u'STORE_-1202168551'), ('const-0', u'COPY_-1202167771'), ('const-0', u'COPY_-1202167614'), (u'LOAD_-1202169500', u'INT_ZEXT_-1202168437'), (u'INT_SUB_-1202169130', u'STORE_-1202169032'), ('tmp_2476', u'PTRSUB_-1202167312'), (u'CAST_-1202167032', u'PTRSUB_-1202167109'), ('tmp_210', u'CBRANCH_-1202170150'), (u'INT_NOTEQUAL_-1202169702', u'CBRANCH_-1202169700'), (u'PTRSUB_-1202167155', u'STORE_-1202169080'), ('const-7', u'INT_AND_-1202168156'), ('const-1', u'PTRADD_-1202168735'), ('const-64', u'INT_ADD_-1202168767'), ('tmp_744', u'CBRANCH_-1202169769'), (u'LOAD_-1202169979', u'INT_ADD_-1202168996'), ('const-0', u'RETURN_-1202167622'), (u'COPY_-1202168145', u'MULTIEQUAL_-1202168078'), (u'INT_LEFT_-1202169284', u'INT_ZEXT_-1202168340'), (u'PTRSUB_-1202166780', u'CALL_-1202168766'), ('const-0', u'PTRSUB_-1202167312'), ('const-0', u'PTRSUB_-1202166975'), ('tmp_2249', u'BRANCH_-1202168681'), (u'INT_SUB_-1202169825', u'INT_NOTEQUAL_-1202169770'), (u'CAST_-1202167372', u'LOAD_-1202169722'), ('const-0', u'COPY_-1202167612'), ('const-0', u'RETURN_-1202167602'), (u'PTRADD_-1202166831', u'LOAD_-1202168565'), (u'PTRSUB_-1202167065', u'LOAD_-1202168886'), (u'MULTIEQUAL_-1202168439', u'CAST_-1202167544'), ('const-0', u'PTRSUB_-1202166840'), (u'INT_EQUAL_-1202169157', u'INT_OR_-1202169106'), ('const-0', u'INT_EQUAL_-1202169289'), (u'PTRSUB_-1202167026', u'PTRSUB_-1202167024'), (u'PTRSUB_-1202166838', u'LOAD_-1202168576'), (u'CAST_-1202167160', u'INT_SUB_-1202169401'), ('const-24', u'PTRSUB_-1202167139'), (u'MULTIEQUAL_-1202167708', u'INT_OR_-1202169106'), (u'INT_NOTEQUAL_-1202169872', u'CBRANCH_-1202169871'), ('const-24', u'PTRSUB_-1202167146'), ('tmp_2477', u'PTRSUB_-1202167028'), (u'INT_AND_-1202168156', u'INT_NOTEQUAL_-1202169872'), ('tmp_2476', u'PTRSUB_-1202166780'), (u'INT_RIGHT_-1202169358', u'INT_LESSEQUAL_-1202169332'), ('const-0', u'PTRSUB_-1202166780'), ('const-0', u'INT_NOTEQUAL_-1202170044'), (u'PTRSUB_-1202167723', u'PTRSUB_-1202167721'), ('const-0', u'PTRSUB_-1202167067'), (u'CAST_-1202167012', u'STORE_-1202169080'), ('const-0', u'PTRSUB_-1202167138'), (u'PTRSUB_-1202167007', u'PTRSUB_-1202167005'), ('tmp_2477', u'CAST_-1202167012'), (u'CAST_-1202167319', u'INT_SUB_-1202169608'), ('tmp_2477', u'CAST_-1202166927'), ('const-0', u'RETURN_-1202170036'), (u'PIECE_-1202167922', u'CAST_-1202166763'), (u'CAST_-1202167032', u'PTRSUB_-1202167146'), (u'PTRSUB_-1202166969', u'PTRSUB_-1202167108'), (u'CAST_-1202166767', u'CALL_-1202168771'), ('tmp_2485', u'CALL_-1202169822'), ('tmp_2477', u'PTRSUB_-1202166858'), (u'PTRADD_-1202169631', u'CAST_-1202167325'), ('const-0', u'COPY_-1202167608'), (u'CALLIND_-1202168555', u'PIECE_-1202167922'), (u'INT_LESS_-1202169234', u'CBRANCH_-1202169243'), (u'SUBPIECE_-1202168259', u'INT_SUB_-1202170194'), (u'PTRSUB_-1202167069', u'PTRSUB_-1202167067'), (u'CALL_-1202169469', u'CALL_-1202168840'), ('tmp_2481', u'SUBPIECE_-1202168259'), ('const-2', u'PTRADD_-1202169121'), ('tmp_2208', u'CBRANCH_-1202168709'), (u'COPY_-1202167636', u'COPY_-1202167635'), (u'MULTIEQUAL_-1202168078', u'INT_EQUAL_-1202169751'), (u'COPY_-1202167621', u'MULTIEQUAL_-1202168455'), (u'INT_SUB_-1202169608', u'CALL_-1202169609'), (u'LOAD_-1202169269', u'INT_LESS_-1202169234'), ('const-0', u'PTRSUB_-1202167071'), ('tmp_2477', u'PTRSUB_-1202167010'), ('const-8', u'PTRSUB_-1202167717'), ('const-40', u'INT_ADD_-1202167618'), ('tmp_841', u'CBRANCH_-1202169700'), (u'MULTIEQUAL_-1202168078', u'INT_NOTEQUAL_-1202169729'), ('const-4', u'INT_NOTEQUAL_-1202169729'), (u'PTRSUB_-1202166977', u'PTRSUB_-1202166975'), ('const-0', u'PTRSUB_-1202166977'), ('const-433', u'LOAD_-1202168565'), ('const-64', u'PTRSUB_-1202167065'), ('const-5794535', u'COPY_-1202167487'), ('const-0', u'COPY_-1202168822'), ('const-0', u'SUBPIECE_-1202168163'), ('const-8', u'PTRSUB_-1202167069'), (u'PTRSUB_-1202167069', u'STORE_-1202169032'), (u'COPY_-1202166953', u'CALL_-1202168662'), ('const-1', u'RETURN_-1202169019'), (u'CAST_-1202167046', u'INT_NOTEQUAL_-1202169120'), (u'INT_ZEXT_-1202168579', u'INT_LESS_-1202170010'), ('const-0', u'PTRSUB_-1202167108'), (u'CAST_-1202167511', u'INT_ADD_-1202167618'), ('const-2', u'INT_EQUAL_-1202169192'), ('const-1', u'PTRADD_-1202169631'), ('tmp_2477', u'PTRSUB_-1202166844'), (u'MULTIEQUAL_-1202168455', u'COPY_-1202167621'), ('tmp_2483', u'PTRADD_-1202168735'), (u'PTRSUB_-1202167010', u'PTRSUB_-1202167007'), ('const-80', u'PTRSUB_-1202166995'), (u'MULTIEQUAL_-1202168078', u'INT_NOTEQUAL_-1202168801'), (u'COPY_-1202167629', u'RETURN_-1202167619'), ('const-433', u'LOAD_-1202168795'), (u'CAST_-1202166783', u'CALL_-1202168766'), (u'COPY_-1202167625', u'MULTIEQUAL_-1202168684'), (u'COPY_-1202167619', u'MULTIEQUAL_-1202168439'), (u'PTRSUB_-1202167139', u'PTRSUB_-1202167138'), ('const-3', u'INT_NOTEQUAL_-1202169872'), (u'LOAD_-1202168703', u'INT_EQUAL_-1202168688'), (u'PTRADD_-1202168735', u'CAST_-1202166844'), ('tmp_2481', u'CAST_-1202167159'), (u'LOAD_-1202169308', u'COPY_-1202167639'), ('const-0', u'INT_EQUAL_-1202168688'), (u'COPY_-1202167771', u'MULTIEQUAL_-1202167708'), ('const-0', u'PTRSUB_-1202166858'), (u'INDIRECT_-1202167924', u'PIECE_-1202167922'), ('tmp_616', u'CBRANCH_-1202169871'), ('const-0', u'PTRSUB_-1202167585'), (u'SUBPIECE_-1202168163', u'INT_SUB_-1202170194'), (u'CAST_-1202167032', u'STORE_-1202168988'), (u'LOAD_-1202168576', u'PTRADD_-1202166831'), ('tmp_2484', u'CAST_-1202166796'), (u'LOAD_-1202168797', u'MULTIEQUAL_-1202167244'), ('const-0', u'INT_NOTEQUAL_-1202169120'), (u'INT_EQUAL_-1202168866', u'CBRANCH_-1202168864'), (u'INT_ADD_-1202168767', u'CAST_-1202166767'), (u'LOAD_-1202169041', u'STORE_-1202168988'), (u'PTRSUB_-1202166838', u'STORE_-1202168551'), ('tmp_2484', u'CAST_-1202167160'), (u'INT_ZEXT_-1202168335', u'MULTIEQUAL_-1202167532'), ('tmp_1996', u'CBRANCH_-1202168825'), ('const-8', u'PTRSUB_-1202167721'), ('const-433', u'STORE_-1202169017'), ('const-433', u'STORE_-1202169032'), ('const-0', u'PTRSUB_-1202166838'), (u'COPY_-1202167655', u'MULTIEQUAL_-1202168455'), (u'INT_SUB_-1202168756', u'INT_SRIGHT_-1202168733'), ('const-1', u'PTRADD_-1202167686'), (u'INT_ADD_-1202169025', u'CAST_-1202166986'), ('const-4', u'INT_RIGHT_-1202169358'), (u'INT_SUB_-1202169620', u'CALL_-1202169609'), ('tmp_2477', u'CAST_-1202166783'), (u'LOAD_-1202170176', u'COPY_-1202167659'), (u'LOAD_-1202170064', u'INT_NOTEQUAL_-1202170044'), (u'INT_SUB_-1202169825', u'CALL_-1202169822'), ('const-8', u'PTRADD_-1202166946'), (u'INT_AND_-1202168156', u'INT_LESS_-1202169881'), ('const-0', u'PTRSUB_-1202166999'), ('tmp_2483', u'SUBPIECE_-1202168163'), (u'CAST_-1202166796', u'INT_SUB_-1202168777'), ('const-3', u'INT_LESS_-1202169881'), ('const-8', u'PTRSUB_-1202167120'), (u'PTRADD_-1202169631', u'CAST_-1202167319'), ('const-1291', u'CALL_-1202168484'), (u'INT_AND_-1202168156', u'INT_EQUAL_-1202169899'), (u'PTRSUB_-1202166842', u'PTRSUB_-1202166840'), (u'PTRSUB_-1202166842', u'PTRSUB_-1202166840'), (u'CAST_-1202166844', u'LOAD_-1202168797'), (u'PTRSUB_-1202167071', u'PTRSUB_-1202167069'), (u'LOAD_-1202168787', u'CAST_-1202166890'), ('const-0', u'PTRSUB_-1202166840'), (u'PTRADD_-1202169113', u'CAST_-1202167054'), (u'INT_LESSEQUAL_-1202168711', u'CBRANCH_-1202168709'), (u'CAST_-1202167315', u'CALL_-1202169609'), ('const--1', u'CALL_-1202168766'), ('const-0', u'PTRSUB_-1202167723'), (u'CAST_-1202166986', u'LOAD_-1202169041'), ('const-0', u'PTRSUB_-1202166969'), ('tmp_2325', u'CBRANCH_-1202169033'), ('tmp_1905', u'BRANCH_-1202168789'), (u'COPY_-1202167453', u'CALL_-1202169004'), ('const-4', u'INT_NOTEQUAL_-1202168801'), ('tmp_473', u'CBRANCH_-1202170006'), ('const-433', u'STORE_-1202168969'), (u'PTRSUB_-1202167312', u'CALL_-1202169609'), ('const-0', u'PTRSUB_-1202166997'), ('tmp_2422', u'CBRANCH_-1202169287'), ('const-4', u'COPY_-1202168145'), (u'LOAD_-1202168795', u'CAST_-1202166889'), (u'COPY_-1202166928', u'CALL_-1202168995'), (u'COPY_-1202166908', u'CALL_-1202168484'), (u'INT_ZEXT_-1202168104', u'PTRADD_-1202166946'), ('const-0', u'COPY_-1202167606'), ('const-433', u'LOAD_-1202168576'), (u'PTRSUB_-1202167585', u'COPY_-1202167655'), ('const-0', u'PTRSUB_-1202167007'), ('const-5794944', u'COPY_-1202166903'), ('const-0', u'INT_NOTEQUAL_-1202169039'), (u'COPY_-1202167636', u'PTRSUB_-1202167695'), (u'MULTIEQUAL_-1202167244', u'INT_EQUAL_-1202169157'), (u'PTRSUB_-1202167005', u'PTRSUB_-1202167008'), ('const-16', u'PTRSUB_-1202167144'), (u'PTRSUB_-1202167087', u'STORE_-1202169062'), (u'INT_ADD_-1202168300', u'INT_ZEXT_-1202168579'), (u'LOAD_-1202168886', u'MULTIEQUAL_-1202168081'), (u'COPY_-1202167612', u'RETURN_-1202167602'), ('const-433', u'LOAD_-1202168787'), (u'COPY_-1202167632', u'RETURN_-1202167622'), ('const-1', u'PTRADD_-1202169121'), (u'INT_ZEXT_-1202168437', u'MULTIEQUAL_-1202167537'), (u'COPY_-1202167639', u'MULTIEQUAL_-1202168684'), (u'PTRSUB_-1202167725', u'PTRSUB_-1202167723'), (u'INT_ZEXT_-1202168368', u'INT_LESSEQUAL_-1202169332'), ('const-0', u'COPY_-1202167610'), ('const-0', u'INT_EQUAL_-1202168866'), ('const-433', u'LOAD_-1202170064'), (u'PTRSUB_-1202167604', u'LOAD_-1202170025'), ('const-5452716', u'COPY_-1202166908'), ('const-1', u'PTRADD_-1202169113'), (u'CAST_-1202167032', u'PTRSUB_-1202167151'), ('const-32', u'PTRSUB_-1202167604'), ('tmp_581', u'CBRANCH_-1202169898'), (u'CALL_-1202169469', u'INT_EQUAL_-1202169449'), (u'PTRSUB_-1202167024', u'PTRSUB_-1202167022'), ('const-72', u'INT_ADD_-1202168955'), (u'COPY_-1202167482', u'CALL_-1202169024'), (u'INT_NOTEQUAL_-1202169120', u'CBRANCH_-1202169119'), ('tmp_1584', u'CBRANCH_-1202169119'), ('const-8', u'PTRSUB_-1202166989'), (u'CALL_-1202169822', u'INT_SLESS_-1202169797'), ('const-0', u'PTRSUB_-1202167155'), (u'INT_ZEXT_-1202168104', u'INT_LESSEQUAL_-1202168711'), (u'LOAD_-1202169041', u'PTRADD_-1202167091'), ('const-0', u'PTRSUB_-1202167069'), (u'CAST_-1202167218', u'LOAD_-1202169500'), ('const-1', u'RETURN_-1202168479'), ('const-433', u'LOAD_-1202169308'), (u'COPY_-1202167931', u'MULTIEQUAL_-1202168078'), (u'PTRSUB_-1202166844', u'PTRSUB_-1202166842'), ('const-1', u'COPY_-1202167632'), ('const-0', u'INT_SLESS_-1202169797'), ('const-24', u'INT_ADD_-1202169932'), (u'INT_LESS_-1202169881', u'CBRANCH_-1202169890'), (u'COPY_-1202167636', u'PTRADD_-1202167686'), ('const-433', u'LOAD_-1202168886'), ('tmp_2296', u'BRANCH_-1202168544'), (u'CAST_-1202167566', u'LOAD_-1202170084'), (u'PTRSUB_-1202166840', u'PTRSUB_-1202166838'), (u'PTRSUB_-1202166840', u'PTRSUB_-1202166838'), (u'LOAD_-1202169979', u'INT_ADD_-1202168767'), ('const-1', u'PTRADD_-1202167091'), (u'MULTIEQUAL_-1202167532', u'INT_ZEXT_-1202168104'), (u'INT_EQUAL_-1202169192', u'CBRANCH_-1202169188'), ('const-80', u'INT_ADD_-1202168996'), ('tmp_2481', u'CAST_-1202167431'), (u'PTRSUB_-1202167741', u'INT_EQUAL_-1202170028'), ('const-0', u'INT_EQUAL_-1202170153'), ('const-0', u'PTRSUB_-1202167028'), (u'INT_ADD_-1202168996', u'CAST_-1202166966'), (u'CAST_-1202166947', u'STORE_-1202168969'), ('const-5794968', u'COPY_-1202167453'), ('tmp_2485', u'CALL_-1202169786'), ('const-80', u'PTRSUB_-1202167005'), (u'CAST_-1202167054', u'INT_SUB_-1202169130'), (u'MULTIEQUAL_-1202167532', u'INT_NOTEQUAL_-1202168825'), (u'PTRADD_-1202169113', u'CAST_-1202166795'), (u'COPY_-1202168822', u'RETURN_-1202170036'), (u'MULTIEQUAL_-1202168078', u'INT_EQUAL_-1202169192'), (u'PTRSUB_-1202166858', u'PTRSUB_-1202166842'), (u'INT_EQUAL_-1202169899', u'CBRANCH_-1202169898'), (u'PTRSUB_-1202167108', u'STORE_-1202169017'), (u'PTRSUB_-1202167138', u'PTRSUB_-1202167087'), (u'INT_EQUAL_-1202169449', u'CBRANCH_-1202169447'), ('tmp_405', u'CBRANCH_-1202170042'), ('const-433', u'STORE_-1202169080'), ('const-56', u'PTRSUB_-1202167022'), ('const-0', u'PTRSUB_-1202166844'), ('const-433', u'LOAD_-1202169979'), (u'MULTIEQUAL_-1202167537', u'INT_NOTEQUAL_-1202169702'), ('const-1066', u'CALL_-1202168995'), ('const-0', u'RETURN_-1202167596'), (u'CALL_-1202168771', u'INDIRECT_-1202167112'), (u'CALL_-1202169469', u'INT_ZEXT_-1202168368'), (u'PTRSUB_-1202167109', u'PTRSUB_-1202166969'), (u'PTRSUB_-1202166979', u'PTRSUB_-1202167069'), (u'MULTIEQUAL_-1202168439', u'CAST_-1202167550'), (u'PTRADD_-1202169121', u'CAST_-1202167072'), ('tmp_2477', u'CALLIND_-1202168555'), (u'INT_EQUAL_-1202169289', u'CBRANCH_-1202169287'), (u'PTRSUB_-1202166975', u'LOAD_-1202168795'), ('tmp_1954', u'CBRANCH_-1202168864'), ('tmp_2478', u'CALL_-1202169609'), ('tmp_2387', u'BRANCH_-1202168970'), (u'CAST_-1202166966', u'LOAD_-1202169012'), ('tmp_698', u'CBRANCH_-1202169804'), (u'PTRSUB_-1202166878', u'CALL_-1202168771'), ('tmp_2483', u'PTRADD_-1202169121'), (u'INT_ZEXT_-1202168294', u'MULTIEQUAL_-1202167244'), ('const-1', u'COPY_-1202167629'), ('tmp_2483', u'CAST_-1202167218'), ('const-1037', u'CALL_-1202169024'), (u'CALL_-1202168840', u'MULTIEQUAL_-1202167532'), (u'CALL_-1202169469', u'INT_LEFT_-1202169284'), ('tmp_5936', u'PTRSUB_-1202166878'), ('tmp_2483', u'CALL_-1202169051'), ('const-1', u'RETURN_-1202168990'), ('tmp_2478', u'STORE_-1202169017'), (u'INT_AND_-1202168156', u'INT_NOTEQUAL_-1202169039'), (u'LOAD_-1202169012', u'INT_EQUAL_-1202168997'), ('const-433', u'LOAD_-1202170084'), (u'INT_EQUAL_-1202168997', u'CBRANCH_-1202168994'), ('const-0', u'RETURN_-1202167594'), ('tmp_2484', u'CALL_-1202169051'), ('const-8', u'PTRADD_-1202167091'), (u'PTRSUB_-1202167008', u'PTRSUB_-1202166977'), (u'INT_SUB_-1202168777', u'CALL_-1202168766'), ('const-0', u'PTRSUB_-1202167008'), (u'INT_ADD_-1202167297', u'PTRADD_-1202169207'), ('const--64', u'PTRSUB_-1202166878'), (u'INT_SUB_-1202169401', u'CALL_-1202169402'), ('tmp_2481', u'CAST_-1202167324'), (u'PTRADD_-1202166946', u'LOAD_-1202168703'), (u'PTRSUB_-1202167741', u'PTRSUB_-1202167585'), ('const-8', u'PTRSUB_-1202167741'), (u'INT_LESSEQUAL_-1202170055', u'CBRANCH_-1202170065'), (u'CAST_-1202167324', u'INT_SUB_-1202169620'), ('const-433', u'LOAD_-1202168820'), (u'CAST_-1202167432', u'INT_SUB_-1202169825'), (u'INT_LESS_-1202168791', u'CBRANCH_-1202168800'), ('tmp_2483', u'CAST_-1202167432'), ('const-0', u'PTRSUB_-1202167725'), ('const-24', u'PTRSUB_-1202167678'), (u'PTRSUB_-1202166991', u'PTRSUB_-1202166989'), (u'CAST_-1202167032', u'COPY_-1202166864'), ('const-4', u'PTRADD_-1202168735'), (u'PTRSUB_-1202166989', u'LOAD_-1202168787'), ('const-56', u'CALL_-1202169102'), (u'LOAD_-1202169269', u'INT_ZEXT_-1202168335'), (u'COPY_-1202166948', u'CALL_-1202168662'), ('const-0', u'RETURN_-1202167598'), ('const-0', u'PTRSUB_-1202167745'), ('const-2', u'COPY_-1202167931'), (u'CALL_-1202169786', u'INT_NOTEQUAL_-1202169770'), (u'INT_ZEXT_-1202168340', u'INT_ADD_-1202167297'), ('const-32', u'PTRADD_-1202167686'), (u'INT_NOTEQUAL_-1202168801', u'CBRANCH_-1202168798'), (u'CAST_-1202167489', u'LOAD_-1202169948'), (u'INT_EQUAL_-1202170028', u'CBRANCH_-1202170026'), (u'LOAD_-1202169722', u'MULTIEQUAL_-1202167537'), ('const-5794535', u'COPY_-1202166953'), (u'COPY_-1202167606', u'RETURN_-1202167596'), ('const-65535', u'INT_EQUAL_-1202169226'), (u'INT_EQUAL_-1202168688', u'MULTIEQUAL_-1202167708'), (u'PTRSUB_-1202167120', u'PTRSUB_-1202166979'), (u'INT_SUB_-1202170178', u'INT_ADD_-1202168300'), (u'INT_OR_-1202169106', u'CAST_-1202167046'), (u'LOAD_-1202169041', u'CALL_-1202168771'), (u'COPY_-1202167659', u'MULTIEQUAL_-1202168684'), ('const-0', u'INT_NOTEQUAL_-1202168825'), ('const-0', u'INT_EQUAL_-1202169157'), (u'CAST_-1202167032', u'PTRSUB_-1202167120'), ('const--8', u'PTRADD_-1202169113'), ('const-1125', u'CALL_-1202168662'), (u'PTRADD_-1202167686', u'CAST_-1202167566'), (u'LOAD_-1202169041', u'INT_EQUAL_-1202168997'), (u'MULTIEQUAL_-1202168439', u'CAST_-1202167511'), (u'COPY_-1202167458', u'CALL_-1202169004'), ('tmp_1399', u'CBRANCH_-1202169243'), ('tmp_2485', u'CALL_-1202169469'), ('tmp_2484', u'CAST_-1202167320'), (u'LOAD_-1202169269', u'INT_EQUAL_-1202169226'), ('const-433', u'LOAD_-1202168703'), ('const-0', u'RETURN_-1202167604'), (u'CAST_-1202166763', u'STORE_-1202168551')]
[(u'CAST_-1202167647', u'LOAD_-1202170025'), ('tmp_8105', u'PTRADD_-1202167024'), ('const-40', u'INT_ADD_-1202169963'), (u'MULTIEQUAL_-1202168101', u'INT_NOTEQUAL_-1202169729'), (u'INT_EQUAL_-1202170153', u'CBRANCH_-1202170150'), (u'INT_AND_-1202168179', u'INT_NOTEQUAL_-1202169872'), ('const--2', u'PTRADD_-1202167260'), (u'INT_LESS_-1202170010', u'CBRANCH_-1202170006'), ('const-1029', u'CALL_-1202169004'), (u'LOAD_-1202169308', u'INT_EQUAL_-1202169289'), (u'INT_ADD_-1202170068', u'CAST_-1202167670'), ('const-0', u'RETURN_-1202167707'), (u'INT_ADD_-1202170203', u'INT_EQUAL_-1202170028'), ('const-0', u'RETURN_-1202167726'), ('tmp_5943', u'STORE_-1202169080'), (u'LOAD_-1202168795', u'INT_SUB_-1202168756'), ('const-8', u'PTRADD_-1202167130'), (u'INT_NOTEQUAL_-1202169729', u'CBRANCH_-1202169726'), (u'INT_NOTEQUAL_-1202170044', u'CBRANCH_-1202170042'), (u'LOAD_-1202169979', u'INT_ADD_-1202169932'), ('const-433', u'LOAD_-1202169500'), (u'INT_SUB_-1202169130', u'CALL_-1202168766'), ('const-433', u'LOAD_-1202168820'), ('const-4', u'PTRADD_-1202167024'), (u'INT_AND_-1202168179', u'INT_LESS_-1202169881'), ('tmp_1234', u'CBRANCH_-1202169330'), ('const--2', u'PTRADD_-1202167537'), ('const-1037', u'CALL_-1202169024'), ('const-8', u'INT_ADD_-1202170203'), ('const-8', u'PTRADD_-1202166930'), (u'COPY_-1202166936', u'CALL_-1202168484'), ('tmp_8115', u'CALL_-1202169051'), ('tmp_8105', u'PTRADD_-1202167537'), (u'INT_ADD_-1202168318', u'INT_ZEXT_-1202168597'), (u'LOAD_-1202170084', u'INT_LESSEQUAL_-1202170055'), ('const-4', u'INT_ADD_-1202168318'), (u'CAST_-1202167085', u'LOAD_-1202169012'), (u'LOAD_-1202168886', u'INT_EQUAL_-1202168866'), ('const-32', u'INT_ADD_-1202170068'), (u'INT_ADD_-1202169932', u'CAST_-1202167593'), ('const-2', u'INT_EQUAL_-1202169751'), (u'INT_ZEXT_-1202168138', u'CALL_-1202168840'), ('tmp_8105', u'SUBPIECE_-1202168212'), ('tmp_5943', u'PTRADD_-1202167130'), ('tmp_774', u'CBRANCH_-1202169748'), ('const-0', u'COPY_-1202167731'), ('const-0', u'RETURN_-1202167705'), (u'LOAD_-1202169979', u'INT_ADD_-1202169025'), (u'LOAD_-1202168787', u'INT_SUB_-1202168756'), (u'COPY_-1202167723', u'RETURN_-1202167699'), (u'MULTIEQUAL_-1202168101', u'INT_EQUAL_-1202169751'), ('const-8', u'PTRADD_-1202167177'), ('tmp_2383', u'CBRANCH_-1202169039'), ('const-5794968', u'COPY_-1202167486'), ('tmp_586', u'CBRANCH_-1202169890'), ('tmp_369', u'CBRANCH_-1202170065'), (u'INT_ADD_-1202168687', u'CAST_-1202166986'), ('tmp_5935', u'INT_SUB_-1202169620'), (u'PTRADD_-1202167260', u'CAST_-1202167168'), (u'PTRADD_-1202166930', u'STORE_-1202168551'), ('const-0', u'COPY_-1202167723'), ('tmp_1715', u'CBRANCH_-1202168994'), (u'COPY_-1202167486', u'CALL_-1202169004'), (u'PTRADD_-1202167075', u'LOAD_-1202168787'), ('const-4', u'INT_NOTEQUAL_-1202168801'), (u'INT_AND_-1202168179', u'INT_EQUAL_-1202169899'), ('tmp_1427', u'CBRANCH_-1202169222'), (u'COPY_-1202167752', u'RETURN_-1202167728'), ('const-16', u'INT_ADD_-1202169292'), (u'CAST_-1202167148', u'STORE_-1202168988'), (u'LOAD_-1202170025', u'INT_LESS_-1202170010'), (u'INT_EQUAL_-1202169035', u'CBRANCH_-1202169033'), (u'CAST_-1202166916', u'INT_SUB_-1202168777'), ('tmp_5943', u'CALL_-1202168840'), (u'LOAD_-1202168820', u'INT_LESS_-1202168791'), (u'INT_ADD_-1202169255', u'INT_ADD_-1202169253'), (u'COPY_-1202167368', u'MULTIEQUAL_-1202167305'), (u'LOAD_-1202170176', u'INT_EQUAL_-1202170153'), (u'INT_LESSEQUAL_-1202169332', u'CBRANCH_-1202169330'), ('const-0', u'RETURN_-1202167724'), ('const-5794968', u'COPY_-1202166956'), (u'LOAD_-1202169722', u'MULTIEQUAL_-1202167585'), ('tmp_8114', u'CALL_-1202169822'), ('const-8', u'PTRADD_-1202167205'), (u'INT_EQUAL_-1202169226', u'CBRANCH_-1202169222'), ('tmp_8105', u'PTRADD_-1202167260'), (u'PTRADD_-1202167195', u'STORE_-1202169062'), ('tmp_2035', u'CBRANCH_-1202168800'), (u'MULTIEQUAL_-1202167566', u'INT_NOTEQUAL_-1202168825'), ('const-0', u'RETURN_-1202167703'), ('const-0', u'COPY_-1202167368'), (u'PTRADD_-1202167537', u'CAST_-1202167432'), (u'INT_ADD_-1202170009', u'CAST_-1202167647'), (u'COPY_-1202167723', u'MULTIEQUAL_-1202168457'), ('const-72', u'INT_ADD_-1202169025'), (u'CAST_-1202167104', u'LOAD_-1202169041'), (u'INT_ADD_-1202170160', u'CAST_-1202167701'), (u'COPY_-1202167748', u'RETURN_-1202167724'), (u'CAST_-1202167186', u'LOAD_-1202169183'), ('const-5794535', u'COPY_-1202167491'), ('tmp_1485', u'CBRANCH_-1202169188'), ('const-4', u'PTRADD_-1202167260'), ('const-433', u'LOAD_-1202169012'), (u'COPY_-1202167740', u'MULTIEQUAL_-1202168457'), ('const-1', u'RETURN_-1202168999'), (u'INT_EQUAL_-1202168688', u'MULTIEQUAL_-1202167305'), (u'INT_ADD_-1202169963', u'CAST_-1202167614'), (u'INT_ZEXT_-1202168113', u'INT_LESSEQUAL_-1202168711'), ('tmp_1777', u'BRANCH_-1202168768'), ('tmp_987', u'BRANCH_-1202169491'), ('const-65280', u'INT_LESS_-1202169234'), (u'INT_SLESS_-1202169797', u'CBRANCH_-1202169804'), ('const-0', u'INT_EQUAL_-1202168688'), (u'CALL_-1202169102', u'CAST_-1202167148'), ('const-3', u'INT_SRIGHT_-1202168733'), ('const-1291', u'CALL_-1202168484'), (u'CALL_-1202168771', u'INDIRECT_-1202167160'), ('tmp_1036', u'CBRANCH_-1202169447'), ('const-0', u'SUBPIECE_-1202167342'), (u'COPY_-1202166986', u'CALL_-1202168662'), ('const-0', u'RETURN_-1202167699'), ('const-0', u'RETURN_-1202167728'), ('tmp_8115', u'INT_SUB_-1202169401'), (u'COPY_-1202167740', u'INT_ADD_-1202170068'), ('const-433', u'LOAD_-1202169183'), (u'INT_ZEXT_-1202168301', u'MULTIEQUAL_-1202167285'), ('const-0', u'INT_NOTEQUAL_-1202169702'), (u'INT_NOTEQUAL_-1202169770', u'CBRANCH_-1202169769'), (u'CALLIND_-1202168555', u'STORE_-1202168551'), (u'INT_ADD_-1202169292', u'CAST_-1202167677'), (u'PTRADD_-1202167081', u'LOAD_-1202168795'), ('tmp_806', u'CBRANCH_-1202169726'), ('const-2', u'INT_EQUAL_-1202169899'), ('const-1', u'RETURN_-1202168657'), (u'COPY_-1202167759', u'MULTIEQUAL_-1202168473'), ('tmp_435', u'CBRANCH_-1202170026'), (u'COPY_-1202167520', u'CALL_-1202169024'), ('const-2', u'COPY_-1202167954'), ('const-0', u'COPY_-1202167725'), (u'INT_NOTEQUAL_-1202169039', u'CBRANCH_-1202169039'), ('tmp_8106', u'INT_ADD_-1202170203'), ('tmp_1893', u'CBRANCH_-1202168798'), (u'INT_SUB_-1202170194', u'INT_SUB_-1202170178'), ('const-0', u'RETURN_-1202167701'), (u'LOAD_-1202169979', u'INT_ADD_-1202168955'), ('tmp_5943', u'PTRADD_-1202167075'), (u'INT_EQUAL_-1202169751', u'CBRANCH_-1202169748'), ('const-433', u'LOAD_-1202169269'), ('const-1', u'COPY_-1202167750'), ('const-433', u'STORE_-1202169032'), (u'INT_NOTEQUAL_-1202168825', u'CBRANCH_-1202168825'), (u'MULTIEQUAL_-1202168457', u'INT_ADD_-1202169963'), (u'MULTIEQUAL_-1202167285', u'INT_EQUAL_-1202169157'), (u'CAST_-1202167090', u'STORE_-1202169017'), (u'LOAD_-1202168565', u'CALLIND_-1202168555'), (u'PTRADD_-1202167149', u'STORE_-1202168969'), (u'COPY_-1202167491', u'CALL_-1202169004'), ('const-433', u'LOAD_-1202169948'), (u'MULTIEQUAL_-1202168089', u'CALL_-1202168840'), ('const-8', u'PTRADD_-1202167167'), (u'INT_SUB_-1202169130', u'STORE_-1202169032'), (u'INT_NOTEQUAL_-1202169702', u'CBRANCH_-1202169700'), ('tmp_210', u'CBRANCH_-1202170150'), ('const-433', u'LOAD_-1202169308'), ('const-64', u'INT_ADD_-1202168767'), (u'MULTIEQUAL_-1202168457', u'INT_EQUAL_-1202170028'), (u'SUBPIECE_-1202168212', u'INT_SUB_-1202170194'), ('tmp_744', u'CBRANCH_-1202169769'), (u'LOAD_-1202169979', u'INT_ADD_-1202168996'), ('const-433', u'LOAD_-1202168795'), ('tmp_8115', u'INT_SUB_-1202168777'), ('tmp_2249', u'BRANCH_-1202168681'), (u'INT_SUB_-1202169825', u'INT_NOTEQUAL_-1202169770'), ('const-8', u'PTRADD_-1202167093'), ('const-8', u'PTRADD_-1202167149'), (u'PTRADD_-1202167130', u'LOAD_-1202168886'), (u'CAST_-1202167432', u'INT_SUB_-1202169620'), ('const--1', u'CALL_-1202169609'), (u'CAST_-1202167148', u'STORE_-1202169080'), (u'INT_ADD_-1202168996', u'CAST_-1202167085'), (u'CALL_-1202168840', u'MULTIEQUAL_-1202167566'), (u'INT_ADD_-1202170203', u'COPY_-1202167759'), (u'INT_EQUAL_-1202169157', u'INT_OR_-1202169106'), ('const-0', u'INT_EQUAL_-1202169289'), (u'CAST_-1202167148', u'PTRADD_-1202167177'), ('const-5794535', u'COPY_-1202166961'), (u'INT_NOTEQUAL_-1202169872', u'CBRANCH_-1202169871'), (u'LOAD_-1202168886', u'MULTIEQUAL_-1202168089'), (u'INT_RIGHT_-1202169358', u'INT_LESSEQUAL_-1202169332'), ('const-0', u'INT_NOTEQUAL_-1202170044'), ('const-0', u'COPY_-1202167784'), ('const-4', u'PTRADD_-1202167537'), (u'CAST_-1202167701', u'LOAD_-1202170176'), (u'INT_SRIGHT_-1202168733', u'CAST_-1202166996'), (u'COPY_-1202167784', u'RETURN_-1202170036'), (u'PTRADD_-1202167024', u'LOAD_-1202168797'), (u'PTRSUB_-1202166962', u'CALL_-1202168771'), (u'CAST_-1202167148', u'PTRADD_-1202167200'), ('const-0', u'RETURN_-1202170036'), ('tmp_5943', u'PTRADD_-1202167093'), (u'MULTIEQUAL_-1202168473', u'COPY_-1202167725'), ('tmp_5935', u'INT_SUB_-1202169825'), (u'INT_LESS_-1202169234', u'CBRANCH_-1202169243'), ('const-1125', u'CALL_-1202168662'), (u'CAST_-1202167231', u'LOAD_-1202169269'), (u'CAST_-1202167168', u'INT_SUB_-1202169130'), ('const-433', u'STORE_-1202168988'), (u'COPY_-1202167725', u'MULTIEQUAL_-1202168473'), ('tmp_5935', u'SUBPIECE_-1202168277'), ('tmp_2208', u'CBRANCH_-1202168709'), ('const-8', u'PTRADD_-1202167075'), (u'COPY_-1202167729', u'MULTIEQUAL_-1202168693'), (u'CAST_-1202167428', u'INT_SUB_-1202169608'), (u'INT_SUB_-1202169608', u'CALL_-1202169609'), ('const-16', u'INT_ADD_-1202170160'), (u'LOAD_-1202169269', u'INT_LESS_-1202169234'), ('tmp_841', u'CBRANCH_-1202169700'), ('tmp_8114', u'CALL_-1202169786'), (u'LOAD_-1202169948', u'INT_AND_-1202168179'), ('tmp_8107', u'INT_SUB_-1202170178'), ('tmp_8106', u'INT_ADD_-1202170160'), (u'INT_OR_-1202169106', u'INT_NOTEQUAL_-1202169120'), ('const-433', u'LOAD_-1202170084'), ('tmp_5943', u'CALLIND_-1202168555'), (u'MULTIEQUAL_-1202167585', u'INT_NOTEQUAL_-1202169702'), ('const-1', u'RETURN_-1202169019'), (u'INT_ADD_-1202169253', u'CAST_-1202167231'), ('const-1', u'PTRADD_-1202167167'), ('const-433', u'LOAD_-1202168703'), ('const-0', u'SUBPIECE_-1202168212'), ('tmp_8105', u'LOAD_-1202169722'), ('const-216', u'INT_ADD_-1202168549'), ('const-0', u'INT_EQUAL_-1202169157'), ('const-433', u'LOAD_-1202169041'), (u'INT_ADD_-1202168955', u'CAST_-1202167067'), ('tmp_8105', u'CAST_-1202167536'), (u'LOAD_-1202169183', u'INT_ZEXT_-1202168301'), ('tmp_5942', u'CALL_-1202168766'), (u'INT_AND_-1202168179', u'INT_NOTEQUAL_-1202169039'), ('tmp_8315', u'STORE_-1202169017'), (u'COPY_-1202166956', u'CALL_-1202168995'), ('const-4', u'INT_EQUAL_-1202169035'), (u'MULTIEQUAL_-1202168101', u'INT_NOTEQUAL_-1202168801'), (u'CAST_-1202167148', u'PTRADD_-1202167205'), ('tmp_5943', u'CALL_-1202168766'), ('const-3', u'INT_LESS_-1202169881'), (u'LOAD_-1202168703', u'INT_EQUAL_-1202168688'), (u'PTRADD_-1202167200', u'STORE_-1202169062'), ('const-0', u'SUBPIECE_-1202168277'), ('const-2', u'INT_ADD_-1202169167'), (u'PTRADD_-1202167177', u'STORE_-1202169032'), ('tmp_5935', u'INT_SUB_-1202169130'), ('const-433', u'LOAD_-1202170064'), ('const-8', u'PTRADD_-1202167200'), ('tmp_616', u'CBRANCH_-1202169871'), ('const-24', u'INT_ADD_-1202170048'), (u'INT_ADD_-1202168549', u'CAST_-1202166876'), (u'CAST_-1202167148', u'PTRADD_-1202167195'), ('const-0', u'INT_NOTEQUAL_-1202169120'), (u'INT_EQUAL_-1202168866', u'CBRANCH_-1202168864'), ('tmp_5943', u'PTRADD_-1202167081'), (u'LOAD_-1202169041', u'STORE_-1202168988'), ('const-1', u'COPY_-1202167748'), ('tmp_1996', u'CBRANCH_-1202168825'), ('const--64', u'PTRSUB_-1202166962'), ('const-0', u'RETURN_-1202167709'), ('const-5452716', u'COPY_-1202166941'), (u'CAST_-1202167670', u'LOAD_-1202170084'), ('const-433', u'LOAD_-1202170176'), (u'INT_SUB_-1202168756', u'INT_SRIGHT_-1202168733'), (u'COPY_-1202167729', u'RETURN_-1202167705'), (u'INT_SUB_-1202169620', u'CALL_-1202169609'), ('const-3', u'PTRADD_-1202167195'), ('tmp_5942', u'CALL_-1202169609'), (u'LOAD_-1202170064', u'INT_NOTEQUAL_-1202170044'), (u'INT_SUB_-1202169825', u'CALL_-1202169822'), ('const-0', u'COPY_-1202167727'), (u'INT_ZEXT_-1202168440', u'MULTIEQUAL_-1202167585'), ('const-56', u'CALL_-1202169102'), (u'PTRADD_-1202167260', u'CAST_-1202166916'), (u'LOAD_-1202169308', u'COPY_-1202167743'), (u'CAST_-1202167614', u'LOAD_-1202169979'), ('const-5794968', u'COPY_-1202166981'), ('const--1', u'CALL_-1202168766'), (u'MULTIEQUAL_-1202167305', u'INT_OR_-1202169106'), ('const-5', u'PTRADD_-1202167200'), (u'INT_LESSEQUAL_-1202168711', u'CBRANCH_-1202168709'), (u'INT_ADD_-1202169167', u'CAST_-1202167186'), ('tmp_2325', u'CBRANCH_-1202169033'), (u'CAST_-1202167067', u'STORE_-1202168969'), ('tmp_1905', u'BRANCH_-1202168789'), (u'SUBPIECE_-1202167342', u'INT_ZEXT_-1202168440'), ('tmp_473', u'CBRANCH_-1202170006'), (u'COPY_-1202167763', u'MULTIEQUAL_-1202168693'), ('const-433', u'LOAD_-1202169979'), (u'COPY_-1202167740', u'INT_ADD_-1202169292'), (u'SUBPIECE_-1202168277', u'INT_SUB_-1202170194'), ('tmp_2422', u'CBRANCH_-1202169287'), (u'MULTIEQUAL_-1202168693', u'COPY_-1202167740'), ('const-8', u'PTRADD_-1202167195'), ('tmp_5943', u'CALL_-1202169609'), (u'COPY_-1202167740', u'COPY_-1202167739'), ('const-433', u'LOAD_-1202168797'), (u'INT_ZEXT_-1202168347', u'INT_ADD_-1202169253'), ('const-8', u'PTRADD_-1202166930'), ('const-433', u'LOAD_-1202170025'), (u'LOAD_-1202170064', u'COPY_-1202167729'), ('const-0', u'INT_NOTEQUAL_-1202169039'), (u'INT_AND_-1202168179', u'INT_EQUAL_-1202169035'), ('const-32', u'INT_ADD_-1202170009'), (u'INT_ZEXT_-1202168597', u'INT_LESS_-1202170010'), (u'COPY_-1202167515', u'CALL_-1202169024'), (u'PTRADD_-1202167537', u'CAST_-1202167428'), (u'CAST_-1202167187', u'INT_ADD_-1202169167'), (u'PTRADD_-1202167205', u'CALL_-1202169051'), ('const-5794968', u'COPY_-1202167515'), (u'CAST_-1202167663', u'LOAD_-1202170064'), ('const-4294967295', u'INT_EQUAL_-1202169449'), ('const-0', u'INT_EQUAL_-1202168866'), (u'LOAD_-1202168795', u'INT_ADD_-1202168687'), (u'INT_ADD_-1202170048', u'CAST_-1202167663'), ('const-0', u'COPY_-1202167729'), (u'INT_OR_-1202169106', u'COPY_-1202167752'), ('const-11', u'PTRADD_-1202167075'), ('tmp_581', u'CBRANCH_-1202169898'), (u'CALL_-1202169469', u'INT_EQUAL_-1202169449'), (u'INT_ADD_-1202168767', u'CALL_-1202168771'), ('const-72', u'INT_ADD_-1202168955'), ('tmp_8315', u'CALL_-1202168766'), (u'INT_NOTEQUAL_-1202169120', u'CBRANCH_-1202169119'), ('tmp_1584', u'CBRANCH_-1202169119'), (u'COPY_-1202167954', u'MULTIEQUAL_-1202168101'), ('const-5794944', u'COPY_-1202166936'), (u'CALL_-1202169822', u'INT_SLESS_-1202169797'), ('const-8', u'INT_MULT_-1202168675'), (u'CAST_-1202166876', u'LOAD_-1202168565'), ('tmp_8105', u'CALL_-1202169051'), ('const-1', u'RETURN_-1202168479'), (u'LOAD_-1202170176', u'COPY_-1202167763'), ('const-433', u'STORE_-1202169062'), (u'INT_LESS_-1202169881', u'CBRANCH_-1202169890'), ('const-24', u'INT_ADD_-1202169932'), ('const-7', u'PTRADD_-1202167093'), ('tmp_2296', u'BRANCH_-1202168544'), ('const-4', u'INT_RIGHT_-1202169358'), (u'LOAD_-1202169979', u'INT_ADD_-1202168767'), (u'INT_EQUAL_-1202169192', u'CBRANCH_-1202169188'), ('const-80', u'INT_ADD_-1202168996'), (u'PTRADD_-1202167167', u'CAST_-1202167090'), (u'CAST_-1202167148', u'PTRADD_-1202167167'), ('tmp_5929', u'PTRSUB_-1202166962'), ('const-14', u'INT_ADD_-1202169255'), ('tmp_8114', u'CALL_-1202169469'), ('tmp_5935', u'INT_SUB_-1202169401'), (u'INT_ZEXT_-1202168597', u'INT_LESSEQUAL_-1202170055'), (u'CALL_-1202169469', u'INT_ZEXT_-1202168138'), ('const-0', u'INT_EQUAL_-1202170153'), (u'CAST_-1202167536', u'INT_SUB_-1202169825'), ('const-1066', u'CALL_-1202168995'), (u'COPY_-1202167740', u'INT_ADD_-1202170048'), (u'COPY_-1202167750', u'RETURN_-1202167726'), ('const-5794535', u'COPY_-1202166986'), ('const-433', u'LOAD_-1202168576'), ('const-8', u'PTRADD_-1202167081'), ('const-433', u'LOAD_-1202169722'), (u'INT_EQUAL_-1202169899', u'CBRANCH_-1202169898'), ('const-433', u'STORE_-1202169017'), ('const-65535', u'INT_EQUAL_-1202169226'), (u'PTRADD_-1202167093', u'CAST_-1202167027'), (u'INT_LEFT_-1202169284', u'INT_ZEXT_-1202168347'), (u'INT_EQUAL_-1202169449', u'CBRANCH_-1202169447'), (u'COPY_-1202167739', u'MULTIEQUAL_-1202168473'), ('tmp_405', u'CBRANCH_-1202170042'), ('tmp_8105', u'CAST_-1202167187'), ('const-1', u'PTRADD_-1202167024'), ('tmp_8115', u'INT_SUB_-1202169608'), (u'CAST_-1202167027', u'LOAD_-1202168820'), (u'INT_EQUAL_-1202169289', u'CBRANCH_-1202169287'), ('const-8', u'PTRADD_-1202167130'), ('tmp_1954', u'CBRANCH_-1202168864'), ('tmp_2387', u'BRANCH_-1202168970'), (u'COPY_-1202167727', u'RETURN_-1202167703'), ('tmp_698', u'CBRANCH_-1202169804'), (u'LOAD_-1202169269', u'INT_ZEXT_-1202167805'), (u'MULTIEQUAL_-1202168473', u'COPY_-1202167723'), ('tmp_5941', u'INT_RIGHT_-1202169358'), (u'MULTIEQUAL_-1202167566', u'INT_LESS_-1202168791'), (u'COPY_-1202166961', u'CALL_-1202168995'), (u'COPY_-1202167743', u'MULTIEQUAL_-1202168693'), (u'CAST_-1202167148', u'COPY_-1202166968'), ('const-433', u'LOAD_-1202168886'), (u'CALL_-1202169469', u'INT_LEFT_-1202169284'), ('const-433', u'STORE_-1202168551'), ('const-4', u'INT_NOTEQUAL_-1202169729'), ('const-1', u'PTRADD_-1202167149'), ('const-1', u'RETURN_-1202168990'), ('const-433', u'LOAD_-1202168787'), (u'LOAD_-1202168797', u'MULTIEQUAL_-1202167285'), ('const-7', u'INT_AND_-1202168179'), (u'COPY_-1202167725', u'RETURN_-1202167701'), (u'COPY_-1202167733', u'RETURN_-1202167709'), (u'MULTIEQUAL_-1202168101', u'INT_EQUAL_-1202169192'), (u'COPY_-1202166981', u'CALL_-1202168662'), (u'MULTIEQUAL_-1202168457', u'INT_ADD_-1202170009'), ('tmp_5943', u'PTRADD_-1202166930'), (u'LOAD_-1202169012', u'INT_EQUAL_-1202168997'), ('const-3', u'INT_NOTEQUAL_-1202169872'), (u'INT_EQUAL_-1202168997', u'CBRANCH_-1202168994'), ('const-4', u'INT_LEFT_-1202169284'), ('const-2', u'PTRADD_-1202167177'), (u'CALLIND_-1202168555', u'MULTIEQUAL_-1202168089'), (u'INT_SUB_-1202168777', u'CALL_-1202168766'), ('const-433', u'LOAD_-1202168565'), (u'CAST_-1202166996', u'INT_LESSEQUAL_-1202168711'), (u'COPY_-1202167731', u'RETURN_-1202167707'), ('const-4', u'COPY_-1202168168'), ('const-10', u'PTRADD_-1202167081'), (u'INT_SUB_-1202169401', u'CALL_-1202169402'), ('tmp_8315', u'CALL_-1202169609'), (u'INT_ADD_-1202169025', u'CAST_-1202167104'), ('const-433', u'STORE_-1202168969'), (u'INT_LESSEQUAL_-1202170055', u'CBRANCH_-1202170065'), (u'CAST_-1202167677', u'LOAD_-1202169308'), ('tmp_8114', u'CALL_-1202169402'), (u'CAST_-1202166986', u'LOAD_-1202168703'), (u'LOAD_-1202168576', u'INT_ADD_-1202168549'), (u'COPY_-1202168168', u'MULTIEQUAL_-1202168101'), (u'INT_MULT_-1202168675', u'INT_ADD_-1202168687'), (u'INT_LESS_-1202168791', u'CBRANCH_-1202168800'), ('tmp_8105', u'LOAD_-1202169500'), (u'INT_ZEXT_-1202167805', u'MULTIEQUAL_-1202167566'), (u'COPY_-1202166941', u'CALL_-1202168484'), (u'LOAD_-1202169041', u'PTRADD_-1202167149'), (u'CAST_-1202167593', u'LOAD_-1202169948'), (u'CALL_-1202169786', u'INT_NOTEQUAL_-1202169770'), (u'INT_SUB_-1202170178', u'INT_ADD_-1202168318'), (u'INT_NOTEQUAL_-1202168801', u'CBRANCH_-1202168798'), (u'INT_EQUAL_-1202170028', u'CBRANCH_-1202170026'), ('tmp_5943', u'LOAD_-1202168576'), ('const-0', u'INT_SLESS_-1202169797'), (u'INT_ZEXT_-1202168138', u'INT_LESSEQUAL_-1202169332'), (u'LOAD_-1202169041', u'CALL_-1202168771'), ('const-5794535', u'COPY_-1202167520'), ('const-0', u'INT_NOTEQUAL_-1202168825'), ('tmp_5945', u'INT_ADD_-1202169255'), (u'INT_ZEXT_-1202168113', u'INT_MULT_-1202168675'), ('const-433', u'STORE_-1202169080'), (u'LOAD_-1202169041', u'INT_EQUAL_-1202168997'), ('const-3', u'PTRADD_-1202167205'), ('const-0', u'COPY_-1202167733'), ('tmp_1399', u'CBRANCH_-1202169243'), (u'LOAD_-1202169500', u'SUBPIECE_-1202167342'), ('const-2', u'INT_EQUAL_-1202169192'), (u'MULTIEQUAL_-1202167566', u'INT_ZEXT_-1202168113'), (u'LOAD_-1202169269', u'INT_EQUAL_-1202169226')]
null
null
00475650
x64
O2
(translation_unit "byte FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)\n\n{\n long *plVar1;\n ushort uVar2;\n long lVar3;\n undefined8 *puVar4;\n byte bVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n long lVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n int iVar13;\n bool bVar14;\n undefined8 *local_40 [2];\n \n uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);\n lVar3 = *(long *)(param_11 + 0x10);\n lVar9 = param_11 + 8;\n if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }\n do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);\nLAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }\n if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }\n lVar3 = *(long *)(lVar12 + 0x28);\n bVar5 = *(byte *)(lVar3 + 0x18) & 7;\n if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }\n iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);\n if (0 < iVar6) {\n return 0;\n }\n lVar9 = FUN_004139f0(param_10);\n if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }\n uVar7 = FUN_00413a10(param_10);\n if (uVar7 == 0xffffffff) {\n return 0;\n }\n FUN_00413aa0(param_10,param_9 - param_6);\n if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }\n uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));\n uVar8 = (uint)uVar2;\n if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }\n bVar14 = false;\nLAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }\n param_6 = (long)(param_8 + -2) - param_6;\n bVar5 = uVar7 == 0 | bVar14;\n if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }\n puVar10 = (undefined8 *)FUN_0049cb70(0x38);\n *puVar10 = param_2;\n puVar10[3] = puVar10 + 5;\n /* try { // try from 004758b7 to 004758bb has its CatchHandler @ 00475a04 */\n FUN_001a61c0(puVar10 + 3,param_8,param_9);\n puVar4 = *(undefined8 **)(lVar3 + 0x48);\n puVar10[2] = param_6;\n *(undefined4 *)(puVar10 + 1) = param_3;\n if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }\n return 1;\n}\n\n" (function_definition "byte FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)\n\n{\n long *plVar1;\n ushort uVar2;\n long lVar3;\n undefined8 *puVar4;\n byte bVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n long lVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n int iVar13;\n bool bVar14;\n undefined8 *local_40 [2];\n \n uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);\n lVar3 = *(long *)(param_11 + 0x10);\n lVar9 = param_11 + 8;\n if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }\n do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);\nLAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }\n if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }\n lVar3 = *(long *)(lVar12 + 0x28);\n bVar5 = *(byte *)(lVar3 + 0x18) & 7;\n if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }\n iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);\n if (0 < iVar6) {\n return 0;\n }\n lVar9 = FUN_004139f0(param_10);\n if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }\n uVar7 = FUN_00413a10(param_10);\n if (uVar7 == 0xffffffff) {\n return 0;\n }\n FUN_00413aa0(param_10,param_9 - param_6);\n if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }\n uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));\n uVar8 = (uint)uVar2;\n if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }\n bVar14 = false;\nLAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }\n param_6 = (long)(param_8 + -2) - param_6;\n bVar5 = uVar7 == 0 | bVar14;\n if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }\n puVar10 = (undefined8 *)FUN_0049cb70(0x38);\n *puVar10 = param_2;\n puVar10[3] = puVar10 + 5;\n /* try { // try from 004758b7 to 004758bb has its CatchHandler @ 00475a04 */\n FUN_001a61c0(puVar10 + 3,param_8,param_9);\n puVar4 = *(undefined8 **)(lVar3 + 0x48);\n puVar10[2] = param_6;\n *(undefined4 *)(puVar10 + 1) = param_3;\n if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }\n return 1;\n}" type_identifier (function_declarator "FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)" identifier (parameter_list "(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_5" type_identifier identifier) , (parameter_declaration "long param_6" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_7" primitive_type identifier) , (parameter_declaration "uint *param_8" type_identifier (pointer_declarator "*param_8" * identifier)) , (parameter_declaration "long param_9" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "long param_11" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long *plVar1;\n ushort uVar2;\n long lVar3;\n undefined8 *puVar4;\n byte bVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n long lVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n int iVar13;\n bool bVar14;\n undefined8 *local_40 [2];\n \n uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);\n lVar3 = *(long *)(param_11 + 0x10);\n lVar9 = param_11 + 8;\n if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }\n do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);\nLAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }\n if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }\n lVar3 = *(long *)(lVar12 + 0x28);\n bVar5 = *(byte *)(lVar3 + 0x18) & 7;\n if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }\n iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);\n if (0 < iVar6) {\n return 0;\n }\n lVar9 = FUN_004139f0(param_10);\n if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }\n uVar7 = FUN_00413a10(param_10);\n if (uVar7 == 0xffffffff) {\n return 0;\n }\n FUN_00413aa0(param_10,param_9 - param_6);\n if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }\n uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));\n uVar8 = (uint)uVar2;\n if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }\n bVar14 = false;\nLAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }\n param_6 = (long)(param_8 + -2) - param_6;\n bVar5 = uVar7 == 0 | bVar14;\n if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }\n puVar10 = (undefined8 *)FUN_0049cb70(0x38);\n *puVar10 = param_2;\n puVar10[3] = puVar10 + 5;\n /* try { // try from 004758b7 to 004758bb has its CatchHandler @ 00475a04 */\n FUN_001a61c0(puVar10 + 3,param_8,param_9);\n puVar4 = *(undefined8 **)(lVar3 + 0x48);\n puVar10[2] = param_6;\n *(undefined4 *)(puVar10 + 1) = param_3;\n if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }\n return 1;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "ushort uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "undefined8 *local_40 [2];" type_identifier (pointer_declarator "*local_40 [2]" * (array_declarator "local_40 [2]" identifier [ number_literal ])) ;) (expression_statement "uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);" (assignment_expression "uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4)" identifier = (call_expression "(ulong)((((int)param_8 - (int)param_6) - param_7) + 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((((int)param_8 - (int)param_6) - param_7) + 4)" ( (binary_expression "(((int)param_8 - (int)param_6) - param_7) + 4" (parenthesized_expression "(((int)param_8 - (int)param_6) - param_7)" ( (binary_expression "((int)param_8 - (int)param_6) - param_7" (parenthesized_expression "((int)param_8 - (int)param_6)" ( (binary_expression "(int)param_8 - (int)param_6" (cast_expression "(int)param_8" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_6" ( (type_descriptor "int" primitive_type) ) identifier)) )) - identifier) )) + number_literal) )))) ;) (expression_statement "lVar3 = *(long *)(param_11 + 0x10);" (assignment_expression "lVar3 = *(long *)(param_11 + 0x10)" identifier = (pointer_expression "*(long *)(param_11 + 0x10)" * (cast_expression "(long *)(param_11 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_11 + 0x10)" ( (binary_expression "param_11 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar9 = param_11 + 8;" (assignment_expression "lVar9 = param_11 + 8" identifier = (binary_expression "param_11 + 8" identifier + number_literal)) ;) (if_statement "if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }" if (parenthesized_expression "(*(long *)(param_11 + 0x10) == 0)" ( (binary_expression "*(long *)(param_11 + 0x10) == 0" (pointer_expression "*(long *)(param_11 + 0x10)" * (cast_expression "(long *)(param_11 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_11 + 0x10)" ( (binary_expression "param_11 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (do_statement "do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);" do (compound_statement "{\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n }" { (while_statement "while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }" while (parenthesized_expression "(lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20))" ( (comma_expression "lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)" (assignment_expression "lVar12 = lVar3" identifier = identifier) , (binary_expression "uVar11 <= *(ulong *)(lVar12 + 0x20)" identifier <= (pointer_expression "*(ulong *)(lVar12 + 0x20)" * (cast_expression "(ulong *)(lVar12 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x20)" ( (binary_expression "lVar12 + 0x20" identifier + number_literal) )))))) )) (compound_statement "{\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }" { (expression_statement "lVar3 = *(long *)(lVar12 + 0x10);" (assignment_expression "lVar3 = *(long *)(lVar12 + 0x10)" identifier = (pointer_expression "*(long *)(lVar12 + 0x10)" * (cast_expression "(long *)(lVar12 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x10)" ( (binary_expression "lVar12 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar9 = lVar12;" (assignment_expression "lVar9 = lVar12" identifier = identifier) ;) (if_statement "if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;" if (parenthesized_expression "(*(long *)(lVar12 + 0x10) == 0)" ( (binary_expression "*(long *)(lVar12 + 0x10) == 0" (pointer_expression "*(long *)(lVar12 + 0x10)" * (cast_expression "(long *)(lVar12 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x10)" ( (binary_expression "lVar12 + 0x10" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_004756ab;" goto statement_identifier ;)) })) (expression_statement "plVar1 = (long *)(lVar12 + 0x18);" (assignment_expression "plVar1 = (long *)(lVar12 + 0x18)" identifier = (cast_expression "(long *)(lVar12 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x18)" ( (binary_expression "lVar12 + 0x18" identifier + number_literal) )))) ;) (expression_statement "lVar3 = *plVar1;" (assignment_expression "lVar3 = *plVar1" identifier = (pointer_expression "*plVar1" * identifier)) ;) (expression_statement "lVar12 = lVar9;" (assignment_expression "lVar12 = lVar9" identifier = identifier) ;) }) while (parenthesized_expression "(*plVar1 != 0)" ( (binary_expression "*plVar1 != 0" (pointer_expression "*plVar1" * identifier) != number_literal) )) ;) (labeled_statement "LAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }" statement_identifier : (if_statement "if (param_11 + 8 == lVar12) {\n return 0;\n }" if (parenthesized_expression "(param_11 + 8 == lVar12)" ( (binary_expression "param_11 + 8 == lVar12" (binary_expression "param_11 + 8" identifier + number_literal) == identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) }))) (if_statement "if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }" if (parenthesized_expression "(uVar11 < *(ulong *)(lVar12 + 0x20))" ( (binary_expression "uVar11 < *(ulong *)(lVar12 + 0x20)" identifier < (pointer_expression "*(ulong *)(lVar12 + 0x20)" * (cast_expression "(ulong *)(lVar12 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x20)" ( (binary_expression "lVar12 + 0x20" identifier + number_literal) ))))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "lVar3 = *(long *)(lVar12 + 0x28);" (assignment_expression "lVar3 = *(long *)(lVar12 + 0x28)" identifier = (pointer_expression "*(long *)(lVar12 + 0x28)" * (cast_expression "(long *)(lVar12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "bVar5 = *(byte *)(lVar3 + 0x18) & 7;" (assignment_expression "bVar5 = *(byte *)(lVar3 + 0x18) & 7" identifier = (binary_expression "*(byte *)(lVar3 + 0x18) & 7" (pointer_expression "*(byte *)(lVar3 + 0x18)" * (cast_expression "(byte *)(lVar3 + 0x18)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) )))) & number_literal)) ;) (if_statement "if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" if (parenthesized_expression "(bVar5 == 2)" ( (binary_expression "bVar5 == 2" identifier == number_literal) )) (compound_statement "{\n iVar13 = 2;\n }" { (expression_statement "iVar13 = 2;" (assignment_expression "iVar13 = 2" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" else (compound_statement "{\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" { (if_statement "if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" if (parenthesized_expression "(bVar5 < 3)" ( (binary_expression "bVar5 < 3" identifier < number_literal) )) (compound_statement "{\n if (bVar5 != 0) goto LAB_004757a8;\n }" { (if_statement "if (bVar5 != 0) goto LAB_004757a8;" if (parenthesized_expression "(bVar5 != 0)" ( (binary_expression "bVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_004757a8;" goto statement_identifier ;)) }) (else_clause "else if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" else (if_statement "if (bVar5 != 3) {\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" if (parenthesized_expression "(bVar5 != 3)" ( (binary_expression "bVar5 != 3" identifier != number_literal) )) (compound_statement "{\n if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" { (if_statement "if (bVar5 == 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }" if (parenthesized_expression "(bVar5 == 4)" ( (binary_expression "bVar5 == 4" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }" { comment (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x405,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (labeled_statement "LAB_004757a8:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");" statement_identifier : comment (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x40d,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;)) })))) (expression_statement "iVar13 = 4;" (assignment_expression "iVar13 = 4" identifier = number_literal) ;) }))) (expression_statement "iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);" (assignment_expression "iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6)" identifier = (call_expression "FUN_00413aa0(param_10,(long)param_8 - param_6)" identifier (argument_list "(param_10,(long)param_8 - param_6)" ( identifier , (binary_expression "(long)param_8 - param_6" (cast_expression "(long)param_8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (if_statement "if (0 < iVar6) {\n return 0;\n }" if (parenthesized_expression "(0 < iVar6)" ( (binary_expression "0 < iVar6" number_literal < identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "lVar9 = FUN_004139f0(param_10);" (assignment_expression "lVar9 = FUN_004139f0(param_10)" identifier = (call_expression "FUN_004139f0(param_10)" identifier (argument_list "(param_10)" ( identifier )))) ;) (if_statement "if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }" if (parenthesized_expression "((long)param_8 - param_6 != lVar9)" ( (binary_expression "(long)param_8 - param_6 != lVar9" (binary_expression "(long)param_8 - param_6" (cast_expression "(long)param_8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) != identifier) )) (compound_statement "{\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }" { (if_statement "if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" if (parenthesized_expression "(iVar13 == 2)" ( (binary_expression "iVar13 == 2" identifier == number_literal) )) (compound_statement "{\n uVar7 = (uint)(ushort)*param_8;\n }" { (expression_statement "uVar7 = (uint)(ushort)*param_8;" (assignment_expression "uVar7 = (uint)(ushort)*param_8" identifier = (binary_expression "(uint)(ushort)*param_8" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) * identifier)) ;) }) (else_clause "else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" else (compound_statement "{\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" { (if_statement "if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }" if (parenthesized_expression "(iVar13 != 4)" ( (binary_expression "iVar13 != 4" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }" { comment (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x42a,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (expression_statement "uVar7 = *param_8;" (assignment_expression "uVar7 = *param_8" identifier = (pointer_expression "*param_8" * identifier)) ;) }))) (if_statement "if (uVar7 != 0) {\n return 0;\n }" if (parenthesized_expression "(uVar7 != 0)" ( (binary_expression "uVar7 != 0" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);" (call_expression "FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff)" identifier (argument_list "(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff)" ( identifier , identifier , identifier , (binary_expression "(long)(param_8 + -2) - param_6" (cast_expression "(long)(param_8 + -2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_8 + -2)" ( (binary_expression "param_8 + -2" identifier + number_literal) ))) - identifier) , (binary_expression "param_9 - (long)(param_8 + -2)" identifier - (cast_expression "(long)(param_8 + -2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_8 + -2)" ( (binary_expression "param_8 + -2" identifier + number_literal) )))) , number_literal ))) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar7 = FUN_00413a10(param_10);" (assignment_expression "uVar7 = FUN_00413a10(param_10)" identifier = (call_expression "FUN_00413a10(param_10)" identifier (argument_list "(param_10)" ( identifier )))) ;) (if_statement "if (uVar7 == 0xffffffff) {\n return 0;\n }" if (parenthesized_expression "(uVar7 == 0xffffffff)" ( (binary_expression "uVar7 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "FUN_00413aa0(param_10,param_9 - param_6);" (call_expression "FUN_00413aa0(param_10,param_9 - param_6)" identifier (argument_list "(param_10,param_9 - param_6)" ( identifier , (binary_expression "param_9 - param_6" identifier - identifier) ))) ;) (if_statement "if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }" if (parenthesized_expression "(param_5 >> 4 <= (ulong)uVar7)" ( (binary_expression "param_5 >> 4 <= (ulong)uVar7" (binary_expression "param_5 >> 4" identifier >> number_literal) <= (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));" (assignment_expression "uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" identifier = (pointer_expression "*(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" * (cast_expression "(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xe + (ulong)(uVar7 << 4))" ( (binary_expression "param_4 + 0xe + (ulong)(uVar7 << 4)" (binary_expression "param_4 + 0xe" identifier + number_literal) + (call_expression "(ulong)(uVar7 << 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 << 4)" ( (binary_expression "uVar7 << 4" identifier << number_literal) )))) ))))) ;) (expression_statement "uVar8 = (uint)uVar2;" (assignment_expression "uVar8 = (uint)uVar2" identifier = (cast_expression "(uint)uVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" if (parenthesized_expression "(uVar2 < 0xff00)" ( (binary_expression "uVar2 < 0xff00" identifier < number_literal) )) (compound_statement "{\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }" { (labeled_statement "LAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" statement_identifier : (if_statement "if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" if (parenthesized_expression "((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7)))" ( (binary_expression "(uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))" (parenthesized_expression "(uVar8 != 0)" ( (binary_expression "uVar8 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar8 < *(uint *)(param_2 + 7))" ( (binary_expression "uVar8 < *(uint *)(param_2 + 7)" identifier < (pointer_expression "*(uint *)(param_2 + 7)" * (cast_expression "(uint *)(param_2 + 7)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 7)" ( (binary_expression "param_2 + 7" identifier + number_literal) ))))) ))) )) (compound_statement "{\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" { (if_statement "if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }" if (parenthesized_expression "((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8)" ( (binary_expression "(ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8" (call_expression "(ulong)(param_2[0xb] - param_2[10] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_2[0xb] - param_2[10] >> 3)" ( (binary_expression "param_2[0xb] - param_2[10] >> 3" (binary_expression "param_2[0xb] - param_2[10]" (subscript_expression "param_2[0xb]" identifier [ number_literal ]) - (subscript_expression "param_2[10]" identifier [ number_literal ])) >> number_literal) ))) <= (cast_expression "(ulong)uVar8" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }" { comment (expression_statement "FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");" (call_expression "FUN_00352af0("../../gold/object.h",0x50b,"is_section_included")" identifier (argument_list "("../../gold/object.h",0x50b,"is_section_included")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""is_section_included"" " string_content ") ))) ;) })) (expression_statement "bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;" (assignment_expression "bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0" identifier = (binary_expression "*(long *)(param_2[10] + (ulong)uVar8 * 8) == 0" (pointer_expression "*(long *)(param_2[10] + (ulong)uVar8 * 8)" * (cast_expression "(long *)(param_2[10] + (ulong)uVar8 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[10] + (ulong)uVar8 * 8)" ( (binary_expression "param_2[10] + (ulong)uVar8 * 8" (subscript_expression "param_2[10]" identifier [ number_literal ]) + (binary_expression "(ulong)uVar8 * 8" (cast_expression "(ulong)uVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) == number_literal)) ;) (goto_statement "goto LAB_00475867;" goto statement_identifier ;) }))) }) (else_clause "else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" else (if_statement "if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" if (parenthesized_expression "(uVar2 == 0xffff)" ( (binary_expression "uVar2 == 0xffff" identifier == number_literal) )) (compound_statement "{\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" { (expression_statement "lVar9 = param_2[8];" (assignment_expression "lVar9 = param_2[8]" identifier = (subscript_expression "param_2[8]" identifier [ number_literal ])) ;) (if_statement "if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }" if (parenthesized_expression "(lVar9 == 0)" ( (binary_expression "lVar9 == 0" identifier == number_literal) )) (compound_statement "{\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }" { (expression_statement "lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);" (assignment_expression "lVar9 = (**(code **)(*param_2 + 0xd8))(param_2)" identifier = (call_expression "(**(code **)(*param_2 + 0xd8))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0xd8))" ( (pointer_expression "**(code **)(*param_2 + 0xd8)" * (pointer_expression "*(code **)(*param_2 + 0xd8)" * (cast_expression "(code **)(*param_2 + 0xd8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0xd8)" ( (binary_expression "*param_2 + 0xd8" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "param_2[8] = lVar9;" (assignment_expression "param_2[8] = lVar9" (subscript_expression "param_2[8]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);" (assignment_expression "uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7)" identifier = (call_expression "FUN_00392c60(lVar9,param_2,(ulong)uVar7)" identifier (argument_list "(lVar9,param_2,(ulong)uVar7)" ( identifier , identifier , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) )))) ;) (goto_statement "goto LAB_0047590c;" goto statement_identifier ;) })))) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (labeled_statement "LAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" statement_identifier : (if_statement "if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" if (parenthesized_expression "(iVar13 == 2)" ( (binary_expression "iVar13 == 2" identifier == number_literal) )) (compound_statement "{\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }" { (expression_statement "uVar7 = (uint)*(ushort *)((long)param_8 + 2);" (assignment_expression "uVar7 = (uint)*(ushort *)((long)param_8 + 2)" identifier = (binary_expression "(uint)*(ushort *)((long)param_8 + 2)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)((long)param_8 + 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_8 + 2)" ( (binary_expression "(long)param_8 + 2" (cast_expression "(long)param_8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" else (compound_statement "{\n if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" { (if_statement "if (iVar13 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }" if (parenthesized_expression "(iVar13 != 4)" ( (binary_expression "iVar13 != 4" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }" { comment (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x465,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (expression_statement "uVar7 = param_8[1];" (assignment_expression "uVar7 = param_8[1]" identifier = (subscript_expression "param_8[1]" identifier [ number_literal ])) ;) })))) (expression_statement "param_6 = (long)(param_8 + -2) - param_6;" (assignment_expression "param_6 = (long)(param_8 + -2) - param_6" identifier = (binary_expression "(long)(param_8 + -2) - param_6" (cast_expression "(long)(param_8 + -2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_8 + -2)" ( (binary_expression "param_8 + -2" identifier + number_literal) ))) - identifier)) ;) (expression_statement "bVar5 = uVar7 == 0 | bVar14;" (assignment_expression "bVar5 = uVar7 == 0 | bVar14" identifier = (binary_expression "uVar7 == 0 | bVar14" (binary_expression "uVar7 == 0" identifier == number_literal) | identifier)) ;) (if_statement "if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }" if (parenthesized_expression "(bVar5 != 0)" ( (binary_expression "bVar5 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }" { (expression_statement "FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);" (call_expression "FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff)" identifier (argument_list "(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff)" ( identifier , identifier , identifier , identifier , (binary_expression "param_9 - (long)(param_8 + -2)" identifier - (cast_expression "(long)(param_8 + -2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_8 + -2)" ( (binary_expression "param_8 + -2" identifier + number_literal) )))) , number_literal ))) ;) (return_statement "return bVar5;" return identifier ;) })) (expression_statement "puVar10 = (undefined8 *)FUN_0049cb70(0x38);" (assignment_expression "puVar10 = (undefined8 *)FUN_0049cb70(0x38)" identifier = (cast_expression "(undefined8 *)FUN_0049cb70(0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0049cb70(0x38)" identifier (argument_list "(0x38)" ( number_literal ))))) ;) (expression_statement "*puVar10 = param_2;" (assignment_expression "*puVar10 = param_2" (pointer_expression "*puVar10" * identifier) = identifier) ;) (expression_statement "puVar10[3] = puVar10 + 5;" (assignment_expression "puVar10[3] = puVar10 + 5" (subscript_expression "puVar10[3]" identifier [ number_literal ]) = (binary_expression "puVar10 + 5" identifier + number_literal)) ;) comment (expression_statement "FUN_001a61c0(puVar10 + 3,param_8,param_9);" (call_expression "FUN_001a61c0(puVar10 + 3,param_8,param_9)" identifier (argument_list "(puVar10 + 3,param_8,param_9)" ( (binary_expression "puVar10 + 3" identifier + number_literal) , identifier , identifier ))) ;) (expression_statement "puVar4 = *(undefined8 **)(lVar3 + 0x48);" (assignment_expression "puVar4 = *(undefined8 **)(lVar3 + 0x48)" identifier = (pointer_expression "*(undefined8 **)(lVar3 + 0x48)" * (cast_expression "(undefined8 **)(lVar3 + 0x48)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x48)" ( (binary_expression "lVar3 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "puVar10[2] = param_6;" (assignment_expression "puVar10[2] = param_6" (subscript_expression "puVar10[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(puVar10 + 1) = param_3;" (assignment_expression "*(undefined4 *)(puVar10 + 1) = param_3" (pointer_expression "*(undefined4 *)(puVar10 + 1)" * (cast_expression "(undefined4 *)(puVar10 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar10 + 1)" ( (binary_expression "puVar10 + 1" identifier + number_literal) )))) = identifier) ;) (if_statement "if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" if (parenthesized_expression "(puVar4 == *(undefined8 **)(lVar3 + 0x50))" ( (binary_expression "puVar4 == *(undefined8 **)(lVar3 + 0x50)" identifier == (pointer_expression "*(undefined8 **)(lVar3 + 0x50)" * (cast_expression "(undefined8 **)(lVar3 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x50)" ( (binary_expression "lVar3 + 0x50" identifier + number_literal) ))))) )) (compound_statement "{\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }" { (expression_statement "local_40[0] = puVar10;" (assignment_expression "local_40[0] = puVar10" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_00474070(lVar3 + 0x40,puVar4,local_40);" (call_expression "FUN_00474070(lVar3 + 0x40,puVar4,local_40)" identifier (argument_list "(lVar3 + 0x40,puVar4,local_40)" ( (binary_expression "lVar3 + 0x40" identifier + number_literal) , identifier , identifier ))) ;) }) (else_clause "else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" else (compound_statement "{\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" { (expression_statement "*puVar4 = puVar10;" (assignment_expression "*puVar4 = puVar10" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;" (assignment_expression "*(undefined8 **)(lVar3 + 0x48) = puVar4 + 1" (pointer_expression "*(undefined8 **)(lVar3 + 0x48)" * (cast_expression "(undefined8 **)(lVar3 + 0x48)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x48)" ( (binary_expression "lVar3 + 0x48" identifier + number_literal) )))) = (binary_expression "puVar4 + 1" identifier + number_literal)) ;) }))) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original name: read_fde<32, false>\n DWARF original prototype: bool read_fde<32,_false>(Eh_frame * this, Sized_relobj_file<32,_false>\n * object, uint shndx, uchar * symbols, section_size_type symbols_size, uchar * pcontents, uint\n offset, uchar * pfde, uchar * pfdeend, Track_relocs<32,_false> * relocs, Offsets_to_cie * cies)\n */\n\nbool __thiscall\ngold::Eh_frame::read_fde<32,_false>\n (Eh_frame *this,Sized_relobj_file<32,_false> *object,uint shndx,uchar *symbols,\n section_size_type symbols_size,uchar *pcontents,uint offset,uchar *pfde,uchar *pfdeend,\n Track_relocs<32,_false> *relocs,Offsets_to_cie *cies)\n\n{\n _Rb_tree_header *p_Var1;\n _Base_ptr *pp_Var2;\n ushort uVar3;\n _Base_ptr p_Var4;\n long lVar5;\n iterator __position;\n pointer ppOVar6;\n byte bVar7;\n bool bVar8;\n int iVar9;\n uint uVar10;\n uint uVar11;\n off_t oVar12;\n Fde *pFVar13;\n Xindex *this_00;\n long offset_00;\n ulong uVar14;\n _Base_ptr p_Var15;\n _Base_ptr p_Var16;\n int iVar17;\n Fde *local_40 [2];\n undefined4 extraout_var;\n \n p_Var1 = &(cies->_M_t)._M_impl.super__Rb_tree_header;\n uVar14 = (ulong)((((int)pfde - (int)pcontents) - offset) + 4);\n p_Var4 = (cies->_M_t)._M_impl.super__Rb_tree_header._M_header._M_parent;\n p_Var15 = &p_Var1->_M_header;\n if (p_Var4 == (_Base_ptr)0x0) {\n return false;\n }\n do {\n while (p_Var16 = p_Var4, uVar14 <= *(ulong *)(p_Var16 + 1)) {\n p_Var4 = p_Var16->_M_left;\n p_Var15 = p_Var16;\n if (p_Var16->_M_left == (_Base_ptr)0x0) goto LAB_004756ab;\n }\n pp_Var2 = &p_Var16->_M_right;\n p_Var4 = *pp_Var2;\n p_Var16 = p_Var15;\n } while (*pp_Var2 != (_Base_ptr)0x0);\nLAB_004756ab:\n if (p_Var1 == (_Rb_tree_header *)p_Var16) {\n return false;\n }\n if (uVar14 < ((_Rb_tree_header *)p_Var16)->_M_node_count) {\n return false;\n }\n lVar5 = *(long *)((long)p_Var16 + 0x28);\n bVar7 = *(byte *)(lVar5 + 0x18) & 7;\n if (bVar7 == 2) {\n iVar17 = 2;\n }\n else {\n if (bVar7 < 3) {\n if (bVar7 != 0) goto LAB_004757a8;\n }\n else if (bVar7 != 3) {\n if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar17 = 4;\n }\n iVar9 = Track_relocs<32,_false>::advance(relocs,(long)pfde - (long)pcontents);\n if (0 < iVar9) {\n return false;\n }\n oVar12 = Track_relocs<32,_false>::next_offset(relocs);\n if ((long)pfde - (long)pcontents != oVar12) {\n if (iVar17 == 2) {\n uVar10 = (uint)*(ushort *)pfde;\n }\n else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar10 = *(uint *)pfde;\n }\n if (uVar10 != 0) {\n return false;\n }\n Relobj::add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,\n (long)(pfde + -8) - (long)pcontents,(long)pfdeend - (long)(pfde + -8),-1);\n return true;\n }\n uVar10 = Track_relocs<32,_false>::next_symndx(relocs);\n if (uVar10 == 0xffffffff) {\n return false;\n }\n Track_relocs<32,_false>::advance(relocs,(long)pfdeend - (long)pcontents);\n if (symbols_size >> 4 <= (ulong)uVar10) {\n return false;\n }\n uVar3 = *(ushort *)(symbols + (ulong)(uVar10 << 4) + 0xe);\n uVar11 = (uint)uVar3;\n if (uVar3 < 0xff00) {\nLAB_0047590c:\n if ((uVar11 != 0) &&\n (uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)) {\n ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar8 = ppOVar6[uVar11] == (Output_section *)0x0;\n goto LAB_00475867;\n }\n }\n else if (uVar3 == 0xffff) {\n this_00 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar9);\n (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar11 = Xindex::sym_xindex_to_shndx(this_00,(Object *)object,uVar10);\n goto LAB_0047590c;\n }\n bVar8 = false;\nLAB_00475867:\n if (iVar17 == 2) {\n uVar10 = (uint)*(ushort *)(pfde + 2);\n }\n else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar10 = *(uint *)(pfde + 4);\n }\n offset_00 = (long)(pfde + -8) - (long)pcontents;\n bVar8 = (bool)(uVar10 == 0 | bVar8);\n if (bVar8 != false) {\n Relobj::add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,offset_00,\n (long)pfdeend - (long)(pfde + -8),-1);\n return bVar8;\n }\n pFVar13 = (Fde *)operator_new(0x38);\n pFVar13->object_ = (Relobj *)object;\n (pFVar13->contents_)._M_dataplus._M_p = (pointer)&(pFVar13->contents_).field_2;\n /* try { // try from 004758b7 to 004758bb has its CatchHandler @ 00475a04 */\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&pFVar13->contents_,pfde,pfdeend);\n __position._M_current = *(Fde ***)(lVar5 + 0x48);\n (pFVar13->u_).from_object.input_offset = offset_00;\n (pFVar13->u_).from_object.shndx = shndx;\n if (__position._M_current == *(Fde ***)(lVar5 + 0x50)) {\n local_40[0] = pFVar13;\n std::vector<gold::Fde*,_std::allocator<gold::Fde*>_>::_M_realloc_insert<gold::Fde*_const&>\n ((vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40),__position,local_40\n );\n }\n else {\n *__position._M_current = pFVar13;\n *(Fde ***)(lVar5 + 0x48) = __position._M_current + 1;\n }\n return true;\n}\n\n" comment comment (declaration "bool __thiscall\ngold::Eh_frame::read_fde<32,_false>\n (Eh_frame *this,Sized_relobj_file<32,_false> *object,uint shndx,uchar *symbols,\n section_size_type symbols_size,uchar *pcontents,uint offset,uchar *pfde,uchar *pfdeend,\n Track_relocs<32,_false> *relocs,Offsets_to_cie *cies)\n\n{\n _Rb_tree_header *p_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Eh_frame::" identifier : : identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>\n (Eh_frame *this,Sized_relobj_file<32,_false> *object,uint shndx,uchar *symbols,\n section_size_type symbols_size,uchar *pcontents,uint offset,uchar *pfde,uchar *pfdeend,\n Track_relocs<32,_false> *relocs,Offsets_to_cie *cies)\n\n{\n _Rb_tree_header" (function_declarator "_false>\n (Eh_frame *this,Sized_relobj_file<32,_false> *object,uint shndx,uchar *symbols,\n section_size_type symbols_size,uchar *pcontents,uint offset,uchar *pfde,uchar *pfdeend,\n Track_relocs<32,_false> *relocs,Offsets_to_cie *cies)" identifier (ERROR ">" >) (parameter_list "(Eh_frame *this,Sized_relobj_file<32,_false> *object,uint shndx,uchar *symbols,\n section_size_type symbols_size,uchar *pcontents,uint offset,uchar *pfde,uchar *pfdeend,\n Track_relocs<32,_false> *relocs,Offsets_to_cie *cies)" ( (parameter_declaration "Eh_frame *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *object" type_identifier (ERROR ">" >) (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "uchar *symbols" type_identifier (pointer_declarator "*symbols" * identifier)) , (parameter_declaration "section_size_type symbols_size" type_identifier identifier) , (parameter_declaration "uchar *pcontents" type_identifier (pointer_declarator "*pcontents" * identifier)) , (parameter_declaration "uint offset" type_identifier identifier) , (parameter_declaration "uchar *pfde" type_identifier (pointer_declarator "*pfde" * identifier)) , (parameter_declaration "uchar *pfdeend" type_identifier (pointer_declarator "*pfdeend" * identifier)) , (parameter_declaration "Track_relocs" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *relocs" type_identifier (ERROR ">" >) (pointer_declarator "*relocs" * identifier)) , (parameter_declaration "Offsets_to_cie *cies" type_identifier (pointer_declarator "*cies" * identifier)) ))) { identifier) (pointer_declarator "*p_Var1" * identifier) ;) (declaration "_Base_ptr *pp_Var2;" type_identifier (pointer_declarator "*pp_Var2" * identifier) ;) (declaration "ushort uVar3;" type_identifier identifier ;) (declaration "_Base_ptr p_Var4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (declaration "pointer ppOVar6;" type_identifier identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "off_t oVar12;" type_identifier identifier ;) (declaration "Fde *pFVar13;" type_identifier (pointer_declarator "*pFVar13" * identifier) ;) (declaration "Xindex *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "long offset_00;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar14;" type_identifier identifier ;) (declaration "_Base_ptr p_Var15;" type_identifier identifier ;) (declaration "_Base_ptr p_Var16;" type_identifier identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "Fde *local_40 [2];" type_identifier (pointer_declarator "*local_40 [2]" * (array_declarator "local_40 [2]" identifier [ number_literal ])) ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (expression_statement "p_Var1 = &(cies->_M_t)._M_impl.super__Rb_tree_header;" (assignment_expression "p_Var1 = &(cies->_M_t)._M_impl.super__Rb_tree_header" identifier = (pointer_expression "&(cies->_M_t)._M_impl.super__Rb_tree_header" & (field_expression "(cies->_M_t)._M_impl.super__Rb_tree_header" (field_expression "(cies->_M_t)._M_impl" (parenthesized_expression "(cies->_M_t)" ( (field_expression "cies->_M_t" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "uVar14 = (ulong)((((int)pfde - (int)pcontents) - offset) + 4);" (assignment_expression "uVar14 = (ulong)((((int)pfde - (int)pcontents) - offset) + 4)" identifier = (call_expression "(ulong)((((int)pfde - (int)pcontents) - offset) + 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((((int)pfde - (int)pcontents) - offset) + 4)" ( (binary_expression "(((int)pfde - (int)pcontents) - offset) + 4" (parenthesized_expression "(((int)pfde - (int)pcontents) - offset)" ( (binary_expression "((int)pfde - (int)pcontents) - offset" (parenthesized_expression "((int)pfde - (int)pcontents)" ( (binary_expression "(int)pfde - (int)pcontents" (cast_expression "(int)pfde" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pcontents" ( (type_descriptor "int" primitive_type) ) identifier)) )) - identifier) )) + number_literal) )))) ;) (expression_statement "p_Var4 = (cies->_M_t)._M_impl.super__Rb_tree_header._M_header._M_parent;" (assignment_expression "p_Var4 = (cies->_M_t)._M_impl.super__Rb_tree_header._M_header._M_parent" identifier = (field_expression "(cies->_M_t)._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "(cies->_M_t)._M_impl.super__Rb_tree_header._M_header" (field_expression "(cies->_M_t)._M_impl.super__Rb_tree_header" (field_expression "(cies->_M_t)._M_impl" (parenthesized_expression "(cies->_M_t)" ( (field_expression "cies->_M_t" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "p_Var15 = &p_Var1->_M_header;" (assignment_expression "p_Var15 = &p_Var1->_M_header" identifier = (pointer_expression "&p_Var1->_M_header" & (field_expression "p_Var1->_M_header" identifier -> field_identifier))) ;) (if_statement "if (p_Var4 == (_Base_ptr)0x0) {\n return false;\n }" if (parenthesized_expression "(p_Var4 == (_Base_ptr)0x0)" ( (binary_expression "p_Var4 == (_Base_ptr)0x0" identifier == (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (do_statement "do {\n while (p_Var16 = p_Var4, uVar14 <= *(ulong *)(p_Var16 + 1)) {\n p_Var4 = p_Var16->_M_left;\n p_Var15 = p_Var16;\n if (p_Var16->_M_left == (_Base_ptr)0x0) goto LAB_004756ab;\n }\n pp_Var2 = &p_Var16->_M_right;\n p_Var4 = *pp_Var2;\n p_Var16 = p_Var15;\n } while (*pp_Var2 != (_Base_ptr)0x0);" do (compound_statement "{\n while (p_Var16 = p_Var4, uVar14 <= *(ulong *)(p_Var16 + 1)) {\n p_Var4 = p_Var16->_M_left;\n p_Var15 = p_Var16;\n if (p_Var16->_M_left == (_Base_ptr)0x0) goto LAB_004756ab;\n }\n pp_Var2 = &p_Var16->_M_right;\n p_Var4 = *pp_Var2;\n p_Var16 = p_Var15;\n }" { (while_statement "while (p_Var16 = p_Var4, uVar14 <= *(ulong *)(p_Var16 + 1)) {\n p_Var4 = p_Var16->_M_left;\n p_Var15 = p_Var16;\n if (p_Var16->_M_left == (_Base_ptr)0x0) goto LAB_004756ab;\n }" while (parenthesized_expression "(p_Var16 = p_Var4, uVar14 <= *(ulong *)(p_Var16 + 1))" ( (comma_expression "p_Var16 = p_Var4, uVar14 <= *(ulong *)(p_Var16 + 1)" (assignment_expression "p_Var16 = p_Var4" identifier = identifier) , (binary_expression "uVar14 <= *(ulong *)(p_Var16 + 1)" identifier <= (pointer_expression "*(ulong *)(p_Var16 + 1)" * (cast_expression "(ulong *)(p_Var16 + 1)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var16 + 1)" ( (binary_expression "p_Var16 + 1" identifier + number_literal) )))))) )) (compound_statement "{\n p_Var4 = p_Var16->_M_left;\n p_Var15 = p_Var16;\n if (p_Var16->_M_left == (_Base_ptr)0x0) goto LAB_004756ab;\n }" { (expression_statement "p_Var4 = p_Var16->_M_left;" (assignment_expression "p_Var4 = p_Var16->_M_left" identifier = (field_expression "p_Var16->_M_left" identifier -> field_identifier)) ;) (expression_statement "p_Var15 = p_Var16;" (assignment_expression "p_Var15 = p_Var16" identifier = identifier) ;) (if_statement "if (p_Var16->_M_left == (_Base_ptr)0x0) goto LAB_004756ab;" if (parenthesized_expression "(p_Var16->_M_left == (_Base_ptr)0x0)" ( (binary_expression "p_Var16->_M_left == (_Base_ptr)0x0" (field_expression "p_Var16->_M_left" identifier -> field_identifier) == (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) (goto_statement "goto LAB_004756ab;" goto statement_identifier ;)) })) (expression_statement "pp_Var2 = &p_Var16->_M_right;" (assignment_expression "pp_Var2 = &p_Var16->_M_right" identifier = (pointer_expression "&p_Var16->_M_right" & (field_expression "p_Var16->_M_right" identifier -> field_identifier))) ;) (expression_statement "p_Var4 = *pp_Var2;" (assignment_expression "p_Var4 = *pp_Var2" identifier = (pointer_expression "*pp_Var2" * identifier)) ;) (expression_statement "p_Var16 = p_Var15;" (assignment_expression "p_Var16 = p_Var15" identifier = identifier) ;) }) while (parenthesized_expression "(*pp_Var2 != (_Base_ptr)0x0)" ( (binary_expression "*pp_Var2 != (_Base_ptr)0x0" (pointer_expression "*pp_Var2" * identifier) != (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) ;) (labeled_statement "LAB_004756ab:\n if (p_Var1 == (_Rb_tree_header *)p_Var16) {\n return false;\n }" statement_identifier : (if_statement "if (p_Var1 == (_Rb_tree_header *)p_Var16) {\n return false;\n }" if (parenthesized_expression "(p_Var1 == (_Rb_tree_header *)p_Var16)" ( (binary_expression "p_Var1 == (_Rb_tree_header *)p_Var16" identifier == (cast_expression "(_Rb_tree_header *)p_Var16" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) }))) (if_statement "if (uVar14 < ((_Rb_tree_header *)p_Var16)->_M_node_count) {\n return false;\n }" if (parenthesized_expression "(uVar14 < ((_Rb_tree_header *)p_Var16)->_M_node_count)" ( (binary_expression "uVar14 < ((_Rb_tree_header *)p_Var16)->_M_node_count" identifier < (field_expression "((_Rb_tree_header *)p_Var16)->_M_node_count" (parenthesized_expression "((_Rb_tree_header *)p_Var16)" ( (cast_expression "(_Rb_tree_header *)p_Var16" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )) -> field_identifier)) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "lVar5 = *(long *)((long)p_Var16 + 0x28);" (assignment_expression "lVar5 = *(long *)((long)p_Var16 + 0x28)" identifier = (pointer_expression "*(long *)((long)p_Var16 + 0x28)" * (cast_expression "(long *)((long)p_Var16 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p_Var16 + 0x28)" ( (binary_expression "(long)p_Var16 + 0x28" (cast_expression "(long)p_Var16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "bVar7 = *(byte *)(lVar5 + 0x18) & 7;" (assignment_expression "bVar7 = *(byte *)(lVar5 + 0x18) & 7" identifier = (binary_expression "*(byte *)(lVar5 + 0x18) & 7" (pointer_expression "*(byte *)(lVar5 + 0x18)" * (cast_expression "(byte *)(lVar5 + 0x18)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x18)" ( (binary_expression "lVar5 + 0x18" identifier + number_literal) )))) & number_literal)) ;) (if_statement "if (bVar7 == 2) {\n iVar17 = 2;\n }\n else {\n if (bVar7 < 3) {\n if (bVar7 != 0) goto LAB_004757a8;\n }\n else if (bVar7 != 3) {\n if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar17 = 4;\n }" if (parenthesized_expression "(bVar7 == 2)" ( (binary_expression "bVar7 == 2" identifier == number_literal) )) (compound_statement "{\n iVar17 = 2;\n }" { (expression_statement "iVar17 = 2;" (assignment_expression "iVar17 = 2" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar7 < 3) {\n if (bVar7 != 0) goto LAB_004757a8;\n }\n else if (bVar7 != 3) {\n if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar17 = 4;\n }" else (compound_statement "{\n if (bVar7 < 3) {\n if (bVar7 != 0) goto LAB_004757a8;\n }\n else if (bVar7 != 3) {\n if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar17 = 4;\n }" { (if_statement "if (bVar7 < 3) {\n if (bVar7 != 0) goto LAB_004757a8;\n }\n else if (bVar7 != 3) {\n if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");\n }" if (parenthesized_expression "(bVar7 < 3)" ( (binary_expression "bVar7 < 3" identifier < number_literal) )) (compound_statement "{\n if (bVar7 != 0) goto LAB_004757a8;\n }" { (if_statement "if (bVar7 != 0) goto LAB_004757a8;" if (parenthesized_expression "(bVar7 != 0)" ( (binary_expression "bVar7 != 0" identifier != number_literal) )) (goto_statement "goto LAB_004757a8;" goto statement_identifier ;)) }) (else_clause "else if (bVar7 != 3) {\n if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");\n }" else (if_statement "if (bVar7 != 3) {\n if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");\n }" if (parenthesized_expression "(bVar7 != 3)" ( (binary_expression "bVar7 != 3" identifier != number_literal) )) (compound_statement "{\n if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");\n }" { (if_statement "if (bVar7 == 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }" if (parenthesized_expression "(bVar7 == 4)" ( (binary_expression "bVar7 == 4" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde");" (call_expression "do_gold_unreachable("../../gold/ehframe.cc",0x405,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x405,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (labeled_statement "LAB_004757a8:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde");" (call_expression "do_gold_unreachable("../../gold/ehframe.cc",0x40d,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x40d,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;)) })))) (expression_statement "iVar17 = 4;" (assignment_expression "iVar17 = 4" identifier = number_literal) ;) }))) (expression_statement "iVar9 = Track_relocs<32,_false>::advance(relocs,(long)pfde - (long)pcontents);" (update_expression "iVar9 = Track_relocs<32,_false>::advance(relocs,(long)pfde - (long)pcontents)" (binary_expression "iVar9 = Track_relocs<32,_false>::advance(relocs,(long)pfde - (long)pcontents)" (assignment_expression "iVar9 = Track_relocs<32" identifier = (binary_expression "Track_relocs<32" identifier < number_literal)) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "advance(relocs,(long)pfde - (long)pcontents)" identifier (argument_list "(relocs,(long)pfde - (long)pcontents)" ( identifier , (binary_expression "(long)pfde - (long)pcontents" (cast_expression "(long)pfde" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcontents" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) --) ;) (if_statement "if (0 < iVar9) {\n return false;\n }" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "oVar12 = Track_relocs<32,_false>::next_offset(relocs);" (update_expression "oVar12 = Track_relocs<32,_false>::next_offset(relocs)" (binary_expression "oVar12 = Track_relocs<32,_false>::next_offset(relocs)" (assignment_expression "oVar12 = Track_relocs<32" identifier = (binary_expression "Track_relocs<32" identifier < number_literal)) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "next_offset(relocs)" identifier (argument_list "(relocs)" ( identifier )))) --) ;) (if_statement "if ((long)pfde - (long)pcontents != oVar12) {\n if (iVar17 == 2) {\n uVar10 = (uint)*(ushort *)pfde;\n }\n else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar10 = *(uint *)pfde;\n }\n if (uVar10 != 0) {\n return false;\n }\n Relobj::add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,\n (long)(pfde + -8) - (long)pcontents,(long)pfdeend - (long)(pfde + -8),-1);\n return true;\n }" if (parenthesized_expression "((long)pfde - (long)pcontents != oVar12)" ( (binary_expression "(long)pfde - (long)pcontents != oVar12" (binary_expression "(long)pfde - (long)pcontents" (cast_expression "(long)pfde" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcontents" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) != identifier) )) (compound_statement "{\n if (iVar17 == 2) {\n uVar10 = (uint)*(ushort *)pfde;\n }\n else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar10 = *(uint *)pfde;\n }\n if (uVar10 != 0) {\n return false;\n }\n Relobj::add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,\n (long)(pfde + -8) - (long)pcontents,(long)pfdeend - (long)(pfde + -8),-1);\n return true;\n }" { (if_statement "if (iVar17 == 2) {\n uVar10 = (uint)*(ushort *)pfde;\n }\n else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar10 = *(uint *)pfde;\n }" if (parenthesized_expression "(iVar17 == 2)" ( (binary_expression "iVar17 == 2" identifier == number_literal) )) (compound_statement "{\n uVar10 = (uint)*(ushort *)pfde;\n }" { (expression_statement "uVar10 = (uint)*(ushort *)pfde;" (assignment_expression "uVar10 = (uint)*(ushort *)pfde" identifier = (binary_expression "(uint)*(ushort *)pfde" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)pfde" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) }) (else_clause "else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar10 = *(uint *)pfde;\n }" else (compound_statement "{\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar10 = *(uint *)pfde;\n }" { (if_statement "if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");\n }" if (parenthesized_expression "(iVar17 != 4)" ( (binary_expression "iVar17 != 4" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde");" (call_expression "do_gold_unreachable("../../gold/ehframe.cc",0x42a,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x42a,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (expression_statement "uVar10 = *(uint *)pfde;" (assignment_expression "uVar10 = *(uint *)pfde" identifier = (pointer_expression "*(uint *)pfde" * (cast_expression "(uint *)pfde" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) }))) (if_statement "if (uVar10 != 0) {\n return false;\n }" if (parenthesized_expression "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (labeled_statement "Relobj::add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,\n (long)(pfde + -8) - (long)pcontents,(long)pfdeend - (long)(pfde + -8),-1);" statement_identifier : (ERROR ":" :) (expression_statement "add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,\n (long)(pfde + -8) - (long)pcontents,(long)pfdeend - (long)(pfde + -8),-1);" (call_expression "add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,\n (long)(pfde + -8) - (long)pcontents,(long)pfdeend - (long)(pfde + -8),-1)" identifier (argument_list "((Relobj *)object,&this->super_Output_section_data,shndx,\n (long)(pfde + -8) - (long)pcontents,(long)pfdeend - (long)(pfde + -8),-1)" ( (cast_expression "(Relobj *)object" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "&this->super_Output_section_data" & (field_expression "this->super_Output_section_data" identifier -> field_identifier)) , identifier , (binary_expression "(long)(pfde + -8) - (long)pcontents" (cast_expression "(long)(pfde + -8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pfde + -8)" ( (binary_expression "pfde + -8" identifier + number_literal) ))) - (cast_expression "(long)pcontents" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) , (binary_expression "(long)pfdeend - (long)(pfde + -8)" (cast_expression "(long)pfdeend" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)(pfde + -8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pfde + -8)" ( (binary_expression "pfde + -8" identifier + number_literal) )))) , number_literal ))) ;)) (return_statement "return true;" return true ;) })) (expression_statement "uVar10 = Track_relocs<32,_false>::next_symndx(relocs);" (update_expression "uVar10 = Track_relocs<32,_false>::next_symndx(relocs)" (binary_expression "uVar10 = Track_relocs<32,_false>::next_symndx(relocs)" (assignment_expression "uVar10 = Track_relocs<32" identifier = (binary_expression "Track_relocs<32" identifier < number_literal)) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "next_symndx(relocs)" identifier (argument_list "(relocs)" ( identifier )))) --) ;) (if_statement "if (uVar10 == 0xffffffff) {\n return false;\n }" if (parenthesized_expression "(uVar10 == 0xffffffff)" ( (binary_expression "uVar10 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "Track_relocs<32,_false>::advance(relocs,(long)pfdeend - (long)pcontents);" (update_expression "Track_relocs<32,_false>::advance(relocs,(long)pfdeend - (long)pcontents)" (binary_expression "Track_relocs<32,_false>::advance(relocs,(long)pfdeend - (long)pcontents)" (binary_expression "Track_relocs<32" identifier < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "advance(relocs,(long)pfdeend - (long)pcontents)" identifier (argument_list "(relocs,(long)pfdeend - (long)pcontents)" ( identifier , (binary_expression "(long)pfdeend - (long)pcontents" (cast_expression "(long)pfdeend" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcontents" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) --) ;) (if_statement "if (symbols_size >> 4 <= (ulong)uVar10) {\n return false;\n }" if (parenthesized_expression "(symbols_size >> 4 <= (ulong)uVar10)" ( (binary_expression "symbols_size >> 4 <= (ulong)uVar10" (binary_expression "symbols_size >> 4" identifier >> number_literal) <= (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "uVar3 = *(ushort *)(symbols + (ulong)(uVar10 << 4) + 0xe);" (assignment_expression "uVar3 = *(ushort *)(symbols + (ulong)(uVar10 << 4) + 0xe)" identifier = (pointer_expression "*(ushort *)(symbols + (ulong)(uVar10 << 4) + 0xe)" * (cast_expression "(ushort *)(symbols + (ulong)(uVar10 << 4) + 0xe)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(symbols + (ulong)(uVar10 << 4) + 0xe)" ( (binary_expression "symbols + (ulong)(uVar10 << 4) + 0xe" (binary_expression "symbols + (ulong)(uVar10 << 4)" identifier + (call_expression "(ulong)(uVar10 << 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar10 << 4)" ( (binary_expression "uVar10 << 4" identifier << number_literal) )))) + number_literal) ))))) ;) (expression_statement "uVar11 = (uint)uVar3;" (assignment_expression "uVar11 = (uint)uVar3" identifier = (cast_expression "(uint)uVar3" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar3 < 0xff00) {\nLAB_0047590c:\n if ((uVar11 != 0) &&\n (uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)) {\n ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar8 = ppOVar6[uVar11] == (Output_section *)0x0;\n goto LAB_00475867;\n }\n }\n else if (uVar3 == 0xffff) {\n this_00 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar9);\n (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar11 = Xindex::sym_xindex_to_shndx(this_00,(Object *)object,uVar10);\n goto LAB_0047590c;\n }" if (parenthesized_expression "(uVar3 < 0xff00)" ( (binary_expression "uVar3 < 0xff00" identifier < number_literal) )) (compound_statement "{\nLAB_0047590c:\n if ((uVar11 != 0) &&\n (uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)) {\n ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar8 = ppOVar6[uVar11] == (Output_section *)0x0;\n goto LAB_00475867;\n }\n }" { (labeled_statement "LAB_0047590c:\n if ((uVar11 != 0) &&\n (uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)) {\n ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar8 = ppOVar6[uVar11] == (Output_section *)0x0;\n goto LAB_00475867;\n }" statement_identifier : (if_statement "if ((uVar11 != 0) &&\n (uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)) {\n ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar8 = ppOVar6[uVar11] == (Output_section *)0x0;\n goto LAB_00475867;\n }" if (parenthesized_expression "((uVar11 != 0) &&\n (uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_))" ( (binary_expression "(uVar11 != 0) &&\n (uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)" (parenthesized_expression "(uVar11 != 0)" ( (binary_expression "uVar11 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)" ( (binary_expression "uVar11 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_" identifier < (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(object->super_Sized_relobj<32,_false>)" ( (comma_expression "object->super_Sized_relobj<32,_false" (binary_expression "object->super_Sized_relobj<32" (field_expression "object->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier)) ))) )) (compound_statement "{\n ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar8 = ppOVar6[uVar11] == (Output_section *)0x0;\n goto LAB_00475867;\n }" { (expression_statement "ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;" (field_expression "ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" identifier = (binary_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(object->super_Sized_relobj<32,_false>)" ( (comma_expression "object->super_Sized_relobj<32,_false" (binary_expression "object->super_Sized_relobj<32" (field_expression "object->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");\n }" if (parenthesized_expression "((ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11)" ( (binary_expression "(ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (ulong)uVar11" (call_expression "(ulong)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3)" ( (binary_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6 >> 3" (binary_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar6" (field_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish" (field_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl" (binary_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" (cast_expression "(long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_.\n super__Vector_base" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(object->super_Sized_relobj<32,_false>)" ( (comma_expression "object->super_Sized_relobj<32,_false" (binary_expression "object->super_Sized_relobj<32" (field_expression "object->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier)) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)ppOVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) ))) <= (cast_expression "(ulong)uVar11" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included");" (call_expression "do_gold_unreachable("../../gold/object.h",0x50b,"is_section_included")" identifier (argument_list "("../../gold/object.h",0x50b,"is_section_included")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""is_section_included"" " string_content ") ))) ;) })) (expression_statement "bVar8 = ppOVar6[uVar11] == (Output_section *)0x0;" (assignment_expression "bVar8 = ppOVar6[uVar11] == (Output_section *)0x0" identifier = (binary_expression "ppOVar6[uVar11] == (Output_section *)0x0" (subscript_expression "ppOVar6[uVar11]" identifier [ identifier ]) == (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (goto_statement "goto LAB_00475867;" goto statement_identifier ;) }))) }) (else_clause "else if (uVar3 == 0xffff) {\n this_00 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar9);\n (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar11 = Xindex::sym_xindex_to_shndx(this_00,(Object *)object,uVar10);\n goto LAB_0047590c;\n }" else (if_statement "if (uVar3 == 0xffff) {\n this_00 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar9);\n (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar11 = Xindex::sym_xindex_to_shndx(this_00,(Object *)object,uVar10);\n goto LAB_0047590c;\n }" if (parenthesized_expression "(uVar3 == 0xffff)" ( (binary_expression "uVar3 == 0xffff" identifier == number_literal) )) (compound_statement "{\n this_00 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;\n if (this_00 == (Xindex *)0x0) {\n iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar9);\n (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }\n uVar11 = Xindex::sym_xindex_to_shndx(this_00,(Object *)object,uVar10);\n goto LAB_0047590c;\n }" { (expression_statement "this_00 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_;" (assignment_expression "this_00 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_" identifier = (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(object->super_Sized_relobj<32,_false>)" ( (comma_expression "object->super_Sized_relobj<32,_false" (binary_expression "object->super_Sized_relobj<32" (field_expression "object->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if (this_00 == (Xindex *)0x0) {\n iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar9);\n (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }" if (parenthesized_expression "(this_00 == (Xindex *)0x0)" ( (binary_expression "this_00 == (Xindex *)0x0" identifier == (cast_expression "(Xindex *)0x0" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object);\n this_00 = (Xindex *)CONCAT44(extraout_var,iVar9);\n (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;\n }" { (expression_statement "iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object);" (assignment_expression "iVar9 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object)" identifier = (call_expression "(*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )(object)" (parenthesized_expression "(*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]\n )" ( (pointer_expression "*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]" * (subscript_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b]" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(object->super_Sized_relobj<32,_false>)" ( (comma_expression "object->super_Sized_relobj<32,_false" (binary_expression "object->super_Sized_relobj<32" (field_expression "object->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) )) (argument_list "(object)" ( identifier )))) ;) (expression_statement "this_00 = (Xindex *)CONCAT44(extraout_var,iVar9);" (assignment_expression "this_00 = (Xindex *)CONCAT44(extraout_var,iVar9)" identifier = (cast_expression "(Xindex *)CONCAT44(extraout_var,iVar9)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar9)" identifier (argument_list "(extraout_var,iVar9)" ( identifier , identifier ))))) ;) (expression_statement "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00;" (assignment_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = this_00" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object" (field_expression "(object->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(object->super_Sized_relobj<32,_false>)" ( (comma_expression "object->super_Sized_relobj<32,_false" (binary_expression "object->super_Sized_relobj<32" (field_expression "object->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) })) (ERROR "uVar11 = Xindex::" (assignment_expression "uVar11 = Xindex" identifier = identifier) : :) (expression_statement "sym_xindex_to_shndx(this_00,(Object *)object,uVar10);" (call_expression "sym_xindex_to_shndx(this_00,(Object *)object,uVar10)" identifier (argument_list "(this_00,(Object *)object,uVar10)" ( identifier , (cast_expression "(Object *)object" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (goto_statement "goto LAB_0047590c;" goto statement_identifier ;) })))) (expression_statement "bVar8 = false;" (assignment_expression "bVar8 = false" identifier = false) ;) (labeled_statement "LAB_00475867:\n if (iVar17 == 2) {\n uVar10 = (uint)*(ushort *)(pfde + 2);\n }\n else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar10 = *(uint *)(pfde + 4);\n }" statement_identifier : (if_statement "if (iVar17 == 2) {\n uVar10 = (uint)*(ushort *)(pfde + 2);\n }\n else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar10 = *(uint *)(pfde + 4);\n }" if (parenthesized_expression "(iVar17 == 2)" ( (binary_expression "iVar17 == 2" identifier == number_literal) )) (compound_statement "{\n uVar10 = (uint)*(ushort *)(pfde + 2);\n }" { (expression_statement "uVar10 = (uint)*(ushort *)(pfde + 2);" (assignment_expression "uVar10 = (uint)*(ushort *)(pfde + 2)" identifier = (binary_expression "(uint)*(ushort *)(pfde + 2)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(pfde + 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pfde + 2)" ( (binary_expression "pfde + 2" identifier + number_literal) ))))) ;) }) (else_clause "else {\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar10 = *(uint *)(pfde + 4);\n }" else (compound_statement "{\n if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar10 = *(uint *)(pfde + 4);\n }" { (if_statement "if (iVar17 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde");\n }" if (parenthesized_expression "(iVar17 != 4)" ( (binary_expression "iVar17 != 4" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde");" (call_expression "do_gold_unreachable("../../gold/ehframe.cc",0x465,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x465,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (expression_statement "uVar10 = *(uint *)(pfde + 4);" (assignment_expression "uVar10 = *(uint *)(pfde + 4)" identifier = (pointer_expression "*(uint *)(pfde + 4)" * (cast_expression "(uint *)(pfde + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pfde + 4)" ( (binary_expression "pfde + 4" identifier + number_literal) ))))) ;) })))) (expression_statement "offset_00 = (long)(pfde + -8) - (long)pcontents;" (assignment_expression "offset_00 = (long)(pfde + -8) - (long)pcontents" identifier = (binary_expression "(long)(pfde + -8) - (long)pcontents" (cast_expression "(long)(pfde + -8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pfde + -8)" ( (binary_expression "pfde + -8" identifier + number_literal) ))) - (cast_expression "(long)pcontents" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "bVar8 = (bool)(uVar10 == 0 | bVar8);" (assignment_expression "bVar8 = (bool)(uVar10 == 0 | bVar8)" identifier = (cast_expression "(bool)(uVar10 == 0 | bVar8)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(uVar10 == 0 | bVar8)" ( (binary_expression "uVar10 == 0 | bVar8" (binary_expression "uVar10 == 0" identifier == number_literal) | identifier) )))) ;) (if_statement "if (bVar8 != false) {\n Relobj::add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,offset_00,\n (long)pfdeend - (long)(pfde + -8),-1);\n return bVar8;\n }" if (parenthesized_expression "(bVar8 != false)" ( (binary_expression "bVar8 != false" identifier != false) )) (compound_statement "{\n Relobj::add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,offset_00,\n (long)pfdeend - (long)(pfde + -8),-1);\n return bVar8;\n }" { (labeled_statement "Relobj::add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,offset_00,\n (long)pfdeend - (long)(pfde + -8),-1);" statement_identifier : (ERROR ":" :) (expression_statement "add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,offset_00,\n (long)pfdeend - (long)(pfde + -8),-1);" (call_expression "add_merge_mapping\n ((Relobj *)object,&this->super_Output_section_data,shndx,offset_00,\n (long)pfdeend - (long)(pfde + -8),-1)" identifier (argument_list "((Relobj *)object,&this->super_Output_section_data,shndx,offset_00,\n (long)pfdeend - (long)(pfde + -8),-1)" ( (cast_expression "(Relobj *)object" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "&this->super_Output_section_data" & (field_expression "this->super_Output_section_data" identifier -> field_identifier)) , identifier , identifier , (binary_expression "(long)pfdeend - (long)(pfde + -8)" (cast_expression "(long)pfdeend" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)(pfde + -8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pfde + -8)" ( (binary_expression "pfde + -8" identifier + number_literal) )))) , number_literal ))) ;)) (return_statement "return bVar8;" return identifier ;) })) (expression_statement "pFVar13 = (Fde *)operator_new(0x38);" (assignment_expression "pFVar13 = (Fde *)operator_new(0x38)" identifier = (cast_expression "(Fde *)operator_new(0x38)" ( (type_descriptor "Fde *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x38)" identifier (argument_list "(0x38)" ( number_literal ))))) ;) (expression_statement "pFVar13->object_ = (Relobj *)object;" (assignment_expression "pFVar13->object_ = (Relobj *)object" (field_expression "pFVar13->object_" identifier -> field_identifier) = (cast_expression "(Relobj *)object" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "(pFVar13->contents_)._M_dataplus._M_p = (pointer)&(pFVar13->contents_).field_2;" (assignment_expression "(pFVar13->contents_)._M_dataplus._M_p = (pointer)&(pFVar13->contents_).field_2" (field_expression "(pFVar13->contents_)._M_dataplus._M_p" (field_expression "(pFVar13->contents_)._M_dataplus" (parenthesized_expression "(pFVar13->contents_)" ( (field_expression "pFVar13->contents_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (binary_expression "(pointer)&(pFVar13->contents_).field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "(pFVar13->contents_).field_2" (parenthesized_expression "(pFVar13->contents_)" ( (field_expression "pFVar13->contents_" identifier -> field_identifier) )) . field_identifier))) ;) comment (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&pFVar13->contents_,pfde,pfdeend);" statement_identifier (ERROR "::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char_const*>(&pFVar13->contents_,pfde,pfdeend);" (binary_expression "_M_construct<char_const*>(&pFVar13->contents_,pfde,pfdeend)" (binary_expression "_M_construct<char_const" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(&pFVar13->contents_,pfde,pfdeend)" ( (comma_expression "&pFVar13->contents_,pfde,pfdeend" (pointer_expression "&pFVar13->contents_" & (field_expression "pFVar13->contents_" identifier -> field_identifier)) , (comma_expression "pfde,pfdeend" identifier , identifier)) ))) ;)) (expression_statement "__position._M_current = *(Fde ***)(lVar5 + 0x48);" (assignment_expression "__position._M_current = *(Fde ***)(lVar5 + 0x48)" (field_expression "__position._M_current" identifier . field_identifier) = (pointer_expression "*(Fde ***)(lVar5 + 0x48)" * (cast_expression "(Fde ***)(lVar5 + 0x48)" ( (type_descriptor "Fde ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(lVar5 + 0x48)" ( (binary_expression "lVar5 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "(pFVar13->u_).from_object.input_offset = offset_00;" (assignment_expression "(pFVar13->u_).from_object.input_offset = offset_00" (field_expression "(pFVar13->u_).from_object.input_offset" (field_expression "(pFVar13->u_).from_object" (parenthesized_expression "(pFVar13->u_)" ( (field_expression "pFVar13->u_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(pFVar13->u_).from_object.shndx = shndx;" (assignment_expression "(pFVar13->u_).from_object.shndx = shndx" (field_expression "(pFVar13->u_).from_object.shndx" (field_expression "(pFVar13->u_).from_object" (parenthesized_expression "(pFVar13->u_)" ( (field_expression "pFVar13->u_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (if_statement "if (__position._M_current == *(Fde ***)(lVar5 + 0x50)) {\n local_40[0] = pFVar13;\n std::vector<gold::Fde*,_std::allocator<gold::Fde*>_>::_M_realloc_insert<gold::Fde*_const&>\n ((vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40),__position,local_40\n );\n }\n else {\n *__position._M_current = pFVar13;\n *(Fde ***)(lVar5 + 0x48) = __position._M_current + 1;\n }" if (parenthesized_expression "(__position._M_current == *(Fde ***)(lVar5 + 0x50))" ( (binary_expression "__position._M_current == *(Fde ***)(lVar5 + 0x50)" (field_expression "__position._M_current" identifier . field_identifier) == (pointer_expression "*(Fde ***)(lVar5 + 0x50)" * (cast_expression "(Fde ***)(lVar5 + 0x50)" ( (type_descriptor "Fde ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(lVar5 + 0x50)" ( (binary_expression "lVar5 + 0x50" identifier + number_literal) ))))) )) (compound_statement "{\n local_40[0] = pFVar13;\n std::vector<gold::Fde*,_std::allocator<gold::Fde*>_>::_M_realloc_insert<gold::Fde*_const&>\n ((vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40),__position,local_40\n );\n }" { (expression_statement "local_40[0] = pFVar13;" (assignment_expression "local_40[0] = pFVar13" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (ERROR "std::vector<gold::Fde*,_std::allocator<gold::Fde*>_>::_M_realloc_insert<gold::" (comma_expression "std::vector<gold::Fde*,_std" identifier (ERROR "::vector<gold::Fde*" : : (binary_expression "vector<gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Fde*>_>::_M_realloc_insert<gold" (binary_expression "Fde*>_>::_M_realloc_insert" (binary_expression "Fde*>_" identifier * (ERROR ">" >) identifier) > (ERROR "::" : :) identifier) < identifier) : :) (expression_statement "Fde*_const&>\n ((vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40),__position,local_40\n );" (binary_expression "Fde*_const&>\n ((vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40),__position,local_40\n )" (binary_expression "Fde*_const" identifier * identifier) (ERROR "&" &) > (parenthesized_expression "((vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40),__position,local_40\n )" ( (comma_expression "(vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40),__position,local_40" (call_expression "(vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)(lVar5 + 0x40)" (parenthesized_expression "(vector<gold::Fde*,_std::allocator<gold::Fde*>_> *)" ( (binary_expression "vector<gold::Fde*,_std::allocator<gold::Fde*>_> *" (binary_expression "vector<gold::Fde*,_std::allocator<gold::Fde*>_" (binary_expression "vector<gold::Fde*,_std::allocator<gold" (binary_expression "vector<gold::Fde*,_std" (binary_expression "vector<gold" identifier < identifier) (ERROR "::Fde" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Fde" : : identifier) * (ERROR ">" >) identifier) > (pointer_expression "*" * identifier)) )) (argument_list "(lVar5 + 0x40)" ( (binary_expression "lVar5 + 0x40" identifier + number_literal) ))) , (comma_expression "__position,local_40" identifier , identifier)) ))) ;) }) (else_clause "else {\n *__position._M_current = pFVar13;\n *(Fde ***)(lVar5 + 0x48) = __position._M_current + 1;\n }" else (compound_statement "{\n *__position._M_current = pFVar13;\n *(Fde ***)(lVar5 + 0x48) = __position._M_current + 1;\n }" { (expression_statement "*__position._M_current = pFVar13;" (assignment_expression "*__position._M_current = pFVar13" (pointer_expression "*__position._M_current" * (field_expression "__position._M_current" identifier . field_identifier)) = identifier) ;) (expression_statement "*(Fde ***)(lVar5 + 0x48) = __position._M_current + 1;" (assignment_expression "*(Fde ***)(lVar5 + 0x48) = __position._M_current + 1" (pointer_expression "*(Fde ***)(lVar5 + 0x48)" * (cast_expression "(Fde ***)(lVar5 + 0x48)" ( (type_descriptor "Fde ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(lVar5 + 0x48)" ( (binary_expression "lVar5 + 0x48" identifier + number_literal) )))) = (binary_expression "__position._M_current + 1" (field_expression "__position._M_current" identifier . field_identifier) + number_literal)) ;) }))) (return_statement "return true;" return true ;) (ERROR "}" }))
(translation_unit "byte FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)\n\n{\n long *plVar1;\n ushort uVar2;\n long lVar3;\n undefined8 *puVar4;\n byte bVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n long lVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n int iVar13;\n bool bVar14;\n undefined8 *local_40 [2];\n \n uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);\n lVar3 = *(long *)(param_11 + 0x10);\n lVar9 = param_11 + 8;\n if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }\n do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);\nLAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }\n if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }\n lVar3 = *(long *)(lVar12 + 0x28);\n bVar5 = *(byte *)(lVar3 + 0x18) & 7;\n if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }\n iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);\n if (0 < iVar6) {\n return 0;\n }\n lVar9 = FUN_004139f0(param_10);\n if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }\n uVar7 = FUN_00413a10(param_10);\n if (uVar7 == 0xffffffff) {\n return 0;\n }\n FUN_00413aa0(param_10,param_9 - param_6);\n if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }\n uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));\n uVar8 = (uint)uVar2;\n if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }\n bVar14 = false;\nLAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }\n param_6 = (long)(param_8 + -2) - param_6;\n bVar5 = uVar7 == 0 | bVar14;\n if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }\n puVar10 = (undefined8 *)FUN_0049cb70(0x38);\n *puVar10 = param_2;\n puVar10[3] = puVar10 + 5;\n \n FUN_001a61c0(puVar10 + 3,param_8,param_9);\n puVar4 = *(undefined8 **)(lVar3 + 0x48);\n puVar10[2] = param_6;\n *(undefined4 *)(puVar10 + 1) = param_3;\n if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }\n return 1;\n}\n\n" (function_definition "byte FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)\n\n{\n long *plVar1;\n ushort uVar2;\n long lVar3;\n undefined8 *puVar4;\n byte bVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n long lVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n int iVar13;\n bool bVar14;\n undefined8 *local_40 [2];\n \n uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);\n lVar3 = *(long *)(param_11 + 0x10);\n lVar9 = param_11 + 8;\n if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }\n do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);\nLAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }\n if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }\n lVar3 = *(long *)(lVar12 + 0x28);\n bVar5 = *(byte *)(lVar3 + 0x18) & 7;\n if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }\n iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);\n if (0 < iVar6) {\n return 0;\n }\n lVar9 = FUN_004139f0(param_10);\n if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }\n uVar7 = FUN_00413a10(param_10);\n if (uVar7 == 0xffffffff) {\n return 0;\n }\n FUN_00413aa0(param_10,param_9 - param_6);\n if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }\n uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));\n uVar8 = (uint)uVar2;\n if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }\n bVar14 = false;\nLAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }\n param_6 = (long)(param_8 + -2) - param_6;\n bVar5 = uVar7 == 0 | bVar14;\n if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }\n puVar10 = (undefined8 *)FUN_0049cb70(0x38);\n *puVar10 = param_2;\n puVar10[3] = puVar10 + 5;\n \n FUN_001a61c0(puVar10 + 3,param_8,param_9);\n puVar4 = *(undefined8 **)(lVar3 + 0x48);\n puVar10[2] = param_6;\n *(undefined4 *)(puVar10 + 1) = param_3;\n if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }\n return 1;\n}" type_identifier (function_declarator "FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)" identifier (parameter_list "(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_5" type_identifier identifier) , (parameter_declaration "long param_6" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_7" primitive_type identifier) , (parameter_declaration "uint *param_8" type_identifier (pointer_declarator "*param_8" * identifier)) , (parameter_declaration "long param_9" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "long param_11" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long *plVar1;\n ushort uVar2;\n long lVar3;\n undefined8 *puVar4;\n byte bVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n long lVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n int iVar13;\n bool bVar14;\n undefined8 *local_40 [2];\n \n uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);\n lVar3 = *(long *)(param_11 + 0x10);\n lVar9 = param_11 + 8;\n if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }\n do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);\nLAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }\n if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }\n lVar3 = *(long *)(lVar12 + 0x28);\n bVar5 = *(byte *)(lVar3 + 0x18) & 7;\n if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }\n iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);\n if (0 < iVar6) {\n return 0;\n }\n lVar9 = FUN_004139f0(param_10);\n if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }\n uVar7 = FUN_00413a10(param_10);\n if (uVar7 == 0xffffffff) {\n return 0;\n }\n FUN_00413aa0(param_10,param_9 - param_6);\n if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }\n uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));\n uVar8 = (uint)uVar2;\n if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }\n bVar14 = false;\nLAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }\n param_6 = (long)(param_8 + -2) - param_6;\n bVar5 = uVar7 == 0 | bVar14;\n if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }\n puVar10 = (undefined8 *)FUN_0049cb70(0x38);\n *puVar10 = param_2;\n puVar10[3] = puVar10 + 5;\n \n FUN_001a61c0(puVar10 + 3,param_8,param_9);\n puVar4 = *(undefined8 **)(lVar3 + 0x48);\n puVar10[2] = param_6;\n *(undefined4 *)(puVar10 + 1) = param_3;\n if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }\n return 1;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "ushort uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "undefined8 *local_40 [2];" type_identifier (pointer_declarator "*local_40 [2]" * (array_declarator "local_40 [2]" identifier [ number_literal ])) ;) (expression_statement "uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);" (assignment_expression "uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4)" identifier = (call_expression "(ulong)((((int)param_8 - (int)param_6) - param_7) + 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((((int)param_8 - (int)param_6) - param_7) + 4)" ( (binary_expression "(((int)param_8 - (int)param_6) - param_7) + 4" (parenthesized_expression "(((int)param_8 - (int)param_6) - param_7)" ( (binary_expression "((int)param_8 - (int)param_6) - param_7" (parenthesized_expression "((int)param_8 - (int)param_6)" ( (binary_expression "(int)param_8 - (int)param_6" (cast_expression "(int)param_8" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_6" ( (type_descriptor "int" primitive_type) ) identifier)) )) - identifier) )) + number_literal) )))) ;) (expression_statement "lVar3 = *(long *)(param_11 + 0x10);" (assignment_expression "lVar3 = *(long *)(param_11 + 0x10)" identifier = (pointer_expression "*(long *)(param_11 + 0x10)" * (cast_expression "(long *)(param_11 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_11 + 0x10)" ( (binary_expression "param_11 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar9 = param_11 + 8;" (assignment_expression "lVar9 = param_11 + 8" identifier = (binary_expression "param_11 + 8" identifier + number_literal)) ;) (if_statement "if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }" if (parenthesized_expression "(*(long *)(param_11 + 0x10) == 0)" ( (binary_expression "*(long *)(param_11 + 0x10) == 0" (pointer_expression "*(long *)(param_11 + 0x10)" * (cast_expression "(long *)(param_11 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_11 + 0x10)" ( (binary_expression "param_11 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (do_statement "do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);" do (compound_statement "{\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n }" { (while_statement "while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }" while (parenthesized_expression "(lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20))" ( (comma_expression "lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)" (assignment_expression "lVar12 = lVar3" identifier = identifier) , (binary_expression "uVar11 <= *(ulong *)(lVar12 + 0x20)" identifier <= (pointer_expression "*(ulong *)(lVar12 + 0x20)" * (cast_expression "(ulong *)(lVar12 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x20)" ( (binary_expression "lVar12 + 0x20" identifier + number_literal) )))))) )) (compound_statement "{\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }" { (expression_statement "lVar3 = *(long *)(lVar12 + 0x10);" (assignment_expression "lVar3 = *(long *)(lVar12 + 0x10)" identifier = (pointer_expression "*(long *)(lVar12 + 0x10)" * (cast_expression "(long *)(lVar12 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x10)" ( (binary_expression "lVar12 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar9 = lVar12;" (assignment_expression "lVar9 = lVar12" identifier = identifier) ;) (if_statement "if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;" if (parenthesized_expression "(*(long *)(lVar12 + 0x10) == 0)" ( (binary_expression "*(long *)(lVar12 + 0x10) == 0" (pointer_expression "*(long *)(lVar12 + 0x10)" * (cast_expression "(long *)(lVar12 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x10)" ( (binary_expression "lVar12 + 0x10" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_004756ab;" goto statement_identifier ;)) })) (expression_statement "plVar1 = (long *)(lVar12 + 0x18);" (assignment_expression "plVar1 = (long *)(lVar12 + 0x18)" identifier = (cast_expression "(long *)(lVar12 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x18)" ( (binary_expression "lVar12 + 0x18" identifier + number_literal) )))) ;) (expression_statement "lVar3 = *plVar1;" (assignment_expression "lVar3 = *plVar1" identifier = (pointer_expression "*plVar1" * identifier)) ;) (expression_statement "lVar12 = lVar9;" (assignment_expression "lVar12 = lVar9" identifier = identifier) ;) }) while (parenthesized_expression "(*plVar1 != 0)" ( (binary_expression "*plVar1 != 0" (pointer_expression "*plVar1" * identifier) != number_literal) )) ;) (labeled_statement "LAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }" statement_identifier : (if_statement "if (param_11 + 8 == lVar12) {\n return 0;\n }" if (parenthesized_expression "(param_11 + 8 == lVar12)" ( (binary_expression "param_11 + 8 == lVar12" (binary_expression "param_11 + 8" identifier + number_literal) == identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) }))) (if_statement "if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }" if (parenthesized_expression "(uVar11 < *(ulong *)(lVar12 + 0x20))" ( (binary_expression "uVar11 < *(ulong *)(lVar12 + 0x20)" identifier < (pointer_expression "*(ulong *)(lVar12 + 0x20)" * (cast_expression "(ulong *)(lVar12 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x20)" ( (binary_expression "lVar12 + 0x20" identifier + number_literal) ))))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "lVar3 = *(long *)(lVar12 + 0x28);" (assignment_expression "lVar3 = *(long *)(lVar12 + 0x28)" identifier = (pointer_expression "*(long *)(lVar12 + 0x28)" * (cast_expression "(long *)(lVar12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar12 + 0x28)" ( (binary_expression "lVar12 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "bVar5 = *(byte *)(lVar3 + 0x18) & 7;" (assignment_expression "bVar5 = *(byte *)(lVar3 + 0x18) & 7" identifier = (binary_expression "*(byte *)(lVar3 + 0x18) & 7" (pointer_expression "*(byte *)(lVar3 + 0x18)" * (cast_expression "(byte *)(lVar3 + 0x18)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) )))) & number_literal)) ;) (if_statement "if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" if (parenthesized_expression "(bVar5 == 2)" ( (binary_expression "bVar5 == 2" identifier == number_literal) )) (compound_statement "{\n iVar13 = 2;\n }" { (expression_statement "iVar13 = 2;" (assignment_expression "iVar13 = 2" identifier = number_literal) ;) }) (else_clause "else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" else (compound_statement "{\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" { (if_statement "if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" if (parenthesized_expression "(bVar5 < 3)" ( (binary_expression "bVar5 < 3" identifier < number_literal) )) (compound_statement "{\n if (bVar5 != 0) goto LAB_004757a8;\n }" { (if_statement "if (bVar5 != 0) goto LAB_004757a8;" if (parenthesized_expression "(bVar5 != 0)" ( (binary_expression "bVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_004757a8;" goto statement_identifier ;)) }) (else_clause "else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" else (if_statement "if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" if (parenthesized_expression "(bVar5 != 3)" ( (binary_expression "bVar5 != 3" identifier != number_literal) )) (compound_statement "{\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" { (if_statement "if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }" if (parenthesized_expression "(bVar5 == 4)" ( (binary_expression "bVar5 == 4" identifier == number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }" { (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x405,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (labeled_statement "LAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");" statement_identifier : (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x40d,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;)) })))) (expression_statement "iVar13 = 4;" (assignment_expression "iVar13 = 4" identifier = number_literal) ;) }))) (expression_statement "iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);" (assignment_expression "iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6)" identifier = (call_expression "FUN_00413aa0(param_10,(long)param_8 - param_6)" identifier (argument_list "(param_10,(long)param_8 - param_6)" ( identifier , (binary_expression "(long)param_8 - param_6" (cast_expression "(long)param_8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (if_statement "if (0 < iVar6) {\n return 0;\n }" if (parenthesized_expression "(0 < iVar6)" ( (binary_expression "0 < iVar6" number_literal < identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "lVar9 = FUN_004139f0(param_10);" (assignment_expression "lVar9 = FUN_004139f0(param_10)" identifier = (call_expression "FUN_004139f0(param_10)" identifier (argument_list "(param_10)" ( identifier )))) ;) (if_statement "if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }" if (parenthesized_expression "((long)param_8 - param_6 != lVar9)" ( (binary_expression "(long)param_8 - param_6 != lVar9" (binary_expression "(long)param_8 - param_6" (cast_expression "(long)param_8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) != identifier) )) (compound_statement "{\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }" { (if_statement "if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" if (parenthesized_expression "(iVar13 == 2)" ( (binary_expression "iVar13 == 2" identifier == number_literal) )) (compound_statement "{\n uVar7 = (uint)(ushort)*param_8;\n }" { (expression_statement "uVar7 = (uint)(ushort)*param_8;" (assignment_expression "uVar7 = (uint)(ushort)*param_8" identifier = (binary_expression "(uint)(ushort)*param_8" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) * identifier)) ;) }) (else_clause "else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" else (compound_statement "{\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" { (if_statement "if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }" if (parenthesized_expression "(iVar13 != 4)" ( (binary_expression "iVar13 != 4" identifier != number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }" { (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x42a,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (expression_statement "uVar7 = *param_8;" (assignment_expression "uVar7 = *param_8" identifier = (pointer_expression "*param_8" * identifier)) ;) }))) (if_statement "if (uVar7 != 0) {\n return 0;\n }" if (parenthesized_expression "(uVar7 != 0)" ( (binary_expression "uVar7 != 0" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);" (call_expression "FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff)" identifier (argument_list "(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff)" ( identifier , identifier , identifier , (binary_expression "(long)(param_8 + -2) - param_6" (cast_expression "(long)(param_8 + -2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_8 + -2)" ( (binary_expression "param_8 + -2" identifier + number_literal) ))) - identifier) , (binary_expression "param_9 - (long)(param_8 + -2)" identifier - (cast_expression "(long)(param_8 + -2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_8 + -2)" ( (binary_expression "param_8 + -2" identifier + number_literal) )))) , number_literal ))) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar7 = FUN_00413a10(param_10);" (assignment_expression "uVar7 = FUN_00413a10(param_10)" identifier = (call_expression "FUN_00413a10(param_10)" identifier (argument_list "(param_10)" ( identifier )))) ;) (if_statement "if (uVar7 == 0xffffffff) {\n return 0;\n }" if (parenthesized_expression "(uVar7 == 0xffffffff)" ( (binary_expression "uVar7 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "FUN_00413aa0(param_10,param_9 - param_6);" (call_expression "FUN_00413aa0(param_10,param_9 - param_6)" identifier (argument_list "(param_10,param_9 - param_6)" ( identifier , (binary_expression "param_9 - param_6" identifier - identifier) ))) ;) (if_statement "if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }" if (parenthesized_expression "(param_5 >> 4 <= (ulong)uVar7)" ( (binary_expression "param_5 >> 4 <= (ulong)uVar7" (binary_expression "param_5 >> 4" identifier >> number_literal) <= (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));" (assignment_expression "uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" identifier = (pointer_expression "*(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" * (cast_expression "(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xe + (ulong)(uVar7 << 4))" ( (binary_expression "param_4 + 0xe + (ulong)(uVar7 << 4)" (binary_expression "param_4 + 0xe" identifier + number_literal) + (call_expression "(ulong)(uVar7 << 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 << 4)" ( (binary_expression "uVar7 << 4" identifier << number_literal) )))) ))))) ;) (expression_statement "uVar8 = (uint)uVar2;" (assignment_expression "uVar8 = (uint)uVar2" identifier = (cast_expression "(uint)uVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" if (parenthesized_expression "(uVar2 < 0xff00)" ( (binary_expression "uVar2 < 0xff00" identifier < number_literal) )) (compound_statement "{\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }" { (labeled_statement "LAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" statement_identifier : (if_statement "if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" if (parenthesized_expression "((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7)))" ( (binary_expression "(uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))" (parenthesized_expression "(uVar8 != 0)" ( (binary_expression "uVar8 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar8 < *(uint *)(param_2 + 7))" ( (binary_expression "uVar8 < *(uint *)(param_2 + 7)" identifier < (pointer_expression "*(uint *)(param_2 + 7)" * (cast_expression "(uint *)(param_2 + 7)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 7)" ( (binary_expression "param_2 + 7" identifier + number_literal) ))))) ))) )) (compound_statement "{\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" { (if_statement "if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }" if (parenthesized_expression "((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8)" ( (binary_expression "(ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8" (call_expression "(ulong)(param_2[0xb] - param_2[10] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_2[0xb] - param_2[10] >> 3)" ( (binary_expression "param_2[0xb] - param_2[10] >> 3" (binary_expression "param_2[0xb] - param_2[10]" (subscript_expression "param_2[0xb]" identifier [ number_literal ]) - (subscript_expression "param_2[10]" identifier [ number_literal ])) >> number_literal) ))) <= (cast_expression "(ulong)uVar8" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }" { (expression_statement "FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");" (call_expression "FUN_00352af0("../../gold/object.h",0x50b,"is_section_included")" identifier (argument_list "("../../gold/object.h",0x50b,"is_section_included")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""is_section_included"" " string_content ") ))) ;) })) (expression_statement "bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;" (assignment_expression "bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0" identifier = (binary_expression "*(long *)(param_2[10] + (ulong)uVar8 * 8) == 0" (pointer_expression "*(long *)(param_2[10] + (ulong)uVar8 * 8)" * (cast_expression "(long *)(param_2[10] + (ulong)uVar8 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[10] + (ulong)uVar8 * 8)" ( (binary_expression "param_2[10] + (ulong)uVar8 * 8" (subscript_expression "param_2[10]" identifier [ number_literal ]) + (binary_expression "(ulong)uVar8 * 8" (cast_expression "(ulong)uVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) == number_literal)) ;) (goto_statement "goto LAB_00475867;" goto statement_identifier ;) }))) }) (else_clause "else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" else (if_statement "if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" if (parenthesized_expression "(uVar2 == 0xffff)" ( (binary_expression "uVar2 == 0xffff" identifier == number_literal) )) (compound_statement "{\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" { (expression_statement "lVar9 = param_2[8];" (assignment_expression "lVar9 = param_2[8]" identifier = (subscript_expression "param_2[8]" identifier [ number_literal ])) ;) (if_statement "if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }" if (parenthesized_expression "(lVar9 == 0)" ( (binary_expression "lVar9 == 0" identifier == number_literal) )) (compound_statement "{\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }" { (expression_statement "lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);" (assignment_expression "lVar9 = (**(code **)(*param_2 + 0xd8))(param_2)" identifier = (call_expression "(**(code **)(*param_2 + 0xd8))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0xd8))" ( (pointer_expression "**(code **)(*param_2 + 0xd8)" * (pointer_expression "*(code **)(*param_2 + 0xd8)" * (cast_expression "(code **)(*param_2 + 0xd8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0xd8)" ( (binary_expression "*param_2 + 0xd8" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "param_2[8] = lVar9;" (assignment_expression "param_2[8] = lVar9" (subscript_expression "param_2[8]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);" (assignment_expression "uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7)" identifier = (call_expression "FUN_00392c60(lVar9,param_2,(ulong)uVar7)" identifier (argument_list "(lVar9,param_2,(ulong)uVar7)" ( identifier , identifier , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) )))) ;) (goto_statement "goto LAB_0047590c;" goto statement_identifier ;) })))) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (labeled_statement "LAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" statement_identifier : (if_statement "if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" if (parenthesized_expression "(iVar13 == 2)" ( (binary_expression "iVar13 == 2" identifier == number_literal) )) (compound_statement "{\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }" { (expression_statement "uVar7 = (uint)*(ushort *)((long)param_8 + 2);" (assignment_expression "uVar7 = (uint)*(ushort *)((long)param_8 + 2)" identifier = (binary_expression "(uint)*(ushort *)((long)param_8 + 2)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)((long)param_8 + 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_8 + 2)" ( (binary_expression "(long)param_8 + 2" (cast_expression "(long)param_8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" else (compound_statement "{\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" { (if_statement "if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }" if (parenthesized_expression "(iVar13 != 4)" ( (binary_expression "iVar13 != 4" identifier != number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }" { (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde")" identifier (argument_list "("../../gold/ehframe.cc",0x465,"read_fde")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""read_fde"" " string_content ") ))) ;) })) (expression_statement "uVar7 = param_8[1];" (assignment_expression "uVar7 = param_8[1]" identifier = (subscript_expression "param_8[1]" identifier [ number_literal ])) ;) })))) (expression_statement "param_6 = (long)(param_8 + -2) - param_6;" (assignment_expression "param_6 = (long)(param_8 + -2) - param_6" identifier = (binary_expression "(long)(param_8 + -2) - param_6" (cast_expression "(long)(param_8 + -2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_8 + -2)" ( (binary_expression "param_8 + -2" identifier + number_literal) ))) - identifier)) ;) (expression_statement "bVar5 = uVar7 == 0 | bVar14;" (assignment_expression "bVar5 = uVar7 == 0 | bVar14" identifier = (binary_expression "uVar7 == 0 | bVar14" (binary_expression "uVar7 == 0" identifier == number_literal) | identifier)) ;) (if_statement "if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }" if (parenthesized_expression "(bVar5 != 0)" ( (binary_expression "bVar5 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }" { (expression_statement "FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);" (call_expression "FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff)" identifier (argument_list "(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff)" ( identifier , identifier , identifier , identifier , (binary_expression "param_9 - (long)(param_8 + -2)" identifier - (cast_expression "(long)(param_8 + -2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_8 + -2)" ( (binary_expression "param_8 + -2" identifier + number_literal) )))) , number_literal ))) ;) (return_statement "return bVar5;" return identifier ;) })) (expression_statement "puVar10 = (undefined8 *)FUN_0049cb70(0x38);" (assignment_expression "puVar10 = (undefined8 *)FUN_0049cb70(0x38)" identifier = (cast_expression "(undefined8 *)FUN_0049cb70(0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0049cb70(0x38)" identifier (argument_list "(0x38)" ( number_literal ))))) ;) (expression_statement "*puVar10 = param_2;" (assignment_expression "*puVar10 = param_2" (pointer_expression "*puVar10" * identifier) = identifier) ;) (expression_statement "puVar10[3] = puVar10 + 5;" (assignment_expression "puVar10[3] = puVar10 + 5" (subscript_expression "puVar10[3]" identifier [ number_literal ]) = (binary_expression "puVar10 + 5" identifier + number_literal)) ;) (expression_statement "FUN_001a61c0(puVar10 + 3,param_8,param_9);" (call_expression "FUN_001a61c0(puVar10 + 3,param_8,param_9)" identifier (argument_list "(puVar10 + 3,param_8,param_9)" ( (binary_expression "puVar10 + 3" identifier + number_literal) , identifier , identifier ))) ;) (expression_statement "puVar4 = *(undefined8 **)(lVar3 + 0x48);" (assignment_expression "puVar4 = *(undefined8 **)(lVar3 + 0x48)" identifier = (pointer_expression "*(undefined8 **)(lVar3 + 0x48)" * (cast_expression "(undefined8 **)(lVar3 + 0x48)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x48)" ( (binary_expression "lVar3 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "puVar10[2] = param_6;" (assignment_expression "puVar10[2] = param_6" (subscript_expression "puVar10[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(puVar10 + 1) = param_3;" (assignment_expression "*(undefined4 *)(puVar10 + 1) = param_3" (pointer_expression "*(undefined4 *)(puVar10 + 1)" * (cast_expression "(undefined4 *)(puVar10 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar10 + 1)" ( (binary_expression "puVar10 + 1" identifier + number_literal) )))) = identifier) ;) (if_statement "if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" if (parenthesized_expression "(puVar4 == *(undefined8 **)(lVar3 + 0x50))" ( (binary_expression "puVar4 == *(undefined8 **)(lVar3 + 0x50)" identifier == (pointer_expression "*(undefined8 **)(lVar3 + 0x50)" * (cast_expression "(undefined8 **)(lVar3 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x50)" ( (binary_expression "lVar3 + 0x50" identifier + number_literal) ))))) )) (compound_statement "{\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }" { (expression_statement "local_40[0] = puVar10;" (assignment_expression "local_40[0] = puVar10" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_00474070(lVar3 + 0x40,puVar4,local_40);" (call_expression "FUN_00474070(lVar3 + 0x40,puVar4,local_40)" identifier (argument_list "(lVar3 + 0x40,puVar4,local_40)" ( (binary_expression "lVar3 + 0x40" identifier + number_literal) , identifier , identifier ))) ;) }) (else_clause "else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" else (compound_statement "{\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" { (expression_statement "*puVar4 = puVar10;" (assignment_expression "*puVar4 = puVar10" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;" (assignment_expression "*(undefined8 **)(lVar3 + 0x48) = puVar4 + 1" (pointer_expression "*(undefined8 **)(lVar3 + 0x48)" * (cast_expression "(undefined8 **)(lVar3 + 0x48)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x48)" ( (binary_expression "lVar3 + 0x48" identifier + number_literal) )))) = (binary_expression "puVar4 + 1" identifier + number_literal)) ;) }))) (return_statement "return 1;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) - IDENT) )) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression 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 LIT ;) })) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (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)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) == IDENT) )) (compound_statement { (return_statement return LIT ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })))) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - IDENT) != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) * IDENT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) - IDENT) , (binary_expression IDENT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT ))) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT - IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (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 (binary_expression IDENT + LIT) + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT << LIT) )))) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) >> LIT) ))) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) == LIT)) ;) (goto_statement goto statement_identifier ;) }))) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (cast_expression ( (type_descriptor TYPE) ) IDENT) )))) ;) (goto_statement goto statement_identifier ;) })))) (expression_statement (assignment_expression IDENT = BOOL) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) })))) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) - IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT == LIT) | IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , (binary_expression IDENT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT ))) ;) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , 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 (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) ;) (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 (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) }))) (return_statement return LIT ;) })))
(function_definition "byte FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)\n\n{\n long *plVar1;\n ushort uVar2;\n long lVar3;\n undefined8 *puVar4;\n byte bVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n long lVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n int iVar13;\n bool bVar14;\n undefined8 *local_40 [2];\n \n uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);\n lVar3 = *(long *)(param_11 + 0x10);\n lVar9 = param_11 + 8;\n if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }\n do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);\nLAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }\n if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }\n lVar3 = *(long *)(lVar12 + 0x28);\n bVar5 = *(byte *)(lVar3 + 0x18) & 7;\n if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }\n iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);\n if (0 < iVar6) {\n return 0;\n }\n lVar9 = FUN_004139f0(param_10);\n if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }\n uVar7 = FUN_00413a10(param_10);\n if (uVar7 == 0xffffffff) {\n return 0;\n }\n FUN_00413aa0(param_10,param_9 - param_6);\n if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }\n uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));\n uVar8 = (uint)uVar2;\n if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }\n bVar14 = false;\nLAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }\n param_6 = (long)(param_8 + -2) - param_6;\n bVar5 = uVar7 == 0 | bVar14;\n if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }\n puVar10 = (undefined8 *)FUN_0049cb70(0x38);\n *puVar10 = param_2;\n puVar10[3] = puVar10 + 5;\n \n FUN_001a61c0(puVar10 + 3,param_8,param_9);\n puVar4 = *(undefined8 **)(lVar3 + 0x48);\n puVar10[2] = param_6;\n *(undefined4 *)(puVar10 + 1) = param_3;\n if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }\n return 1;\n}" (type_identifier "byte") (function_declarator "FUN_00475650(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)" (identifier "FUN_00475650") (parameter_list "(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5,\n long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10,\n long param_11)" (( "(") (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"))) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "long param_4" (sized_type_specifier "long" (long "long")) (identifier "param_4")) (, ",") (parameter_declaration "ulong param_5" (type_identifier "ulong") (identifier "param_5")) (, ",") (parameter_declaration "long param_6" (sized_type_specifier "long" (long "long")) (identifier "param_6")) (, ",") (parameter_declaration "int param_7" (primitive_type "int") (identifier "param_7")) (, ",") (parameter_declaration "uint *param_8" (type_identifier "uint") (pointer_declarator "*param_8" (* "*") (identifier "param_8"))) (, ",") (parameter_declaration "long param_9" (sized_type_specifier "long" (long "long")) (identifier "param_9")) (, ",") (parameter_declaration "undefined8 param_10" (type_identifier "undefined8") (identifier "param_10")) (, ",") (parameter_declaration "long param_11" (sized_type_specifier "long" (long "long")) (identifier "param_11")) () ")"))) (compound_statement "{\n long *plVar1;\n ushort uVar2;\n long lVar3;\n undefined8 *puVar4;\n byte bVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n long lVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n int iVar13;\n bool bVar14;\n undefined8 *local_40 [2];\n \n uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);\n lVar3 = *(long *)(param_11 + 0x10);\n lVar9 = param_11 + 8;\n if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }\n do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);\nLAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }\n if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }\n lVar3 = *(long *)(lVar12 + 0x28);\n bVar5 = *(byte *)(lVar3 + 0x18) & 7;\n if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }\n iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);\n if (0 < iVar6) {\n return 0;\n }\n lVar9 = FUN_004139f0(param_10);\n if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }\n uVar7 = FUN_00413a10(param_10);\n if (uVar7 == 0xffffffff) {\n return 0;\n }\n FUN_00413aa0(param_10,param_9 - param_6);\n if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }\n uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));\n uVar8 = (uint)uVar2;\n if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }\n bVar14 = false;\nLAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }\n param_6 = (long)(param_8 + -2) - param_6;\n bVar5 = uVar7 == 0 | bVar14;\n if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }\n puVar10 = (undefined8 *)FUN_0049cb70(0x38);\n *puVar10 = param_2;\n puVar10[3] = puVar10 + 5;\n \n FUN_001a61c0(puVar10 + 3,param_8,param_9);\n puVar4 = *(undefined8 **)(lVar3 + 0x48);\n puVar10[2] = param_6;\n *(undefined4 *)(puVar10 + 1) = param_3;\n if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }\n return 1;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "ushort uVar2;" (type_identifier "ushort") (identifier "uVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined8 *puVar4;" (type_identifier "undefined8") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "byte bVar5;" (type_identifier "byte") (identifier "bVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "uint uVar8;" (type_identifier "uint") (identifier "uVar8") (; ";")) (declaration "long lVar9;" (sized_type_specifier "long" (long "long")) (identifier "lVar9") (; ";")) (declaration "undefined8 *puVar10;" (type_identifier "undefined8") (pointer_declarator "*puVar10" (* "*") (identifier "puVar10")) (; ";")) (declaration "ulong uVar11;" (type_identifier "ulong") (identifier "uVar11") (; ";")) (declaration "long lVar12;" (sized_type_specifier "long" (long "long")) (identifier "lVar12") (; ";")) (declaration "int iVar13;" (primitive_type "int") (identifier "iVar13") (; ";")) (declaration "bool bVar14;" (primitive_type "bool") (identifier "bVar14") (; ";")) (declaration "undefined8 *local_40 [2];" (type_identifier "undefined8") (pointer_declarator "*local_40 [2]" (* "*") (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4);" (assignment_expression "uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4)" (identifier "uVar11") (= "=") (call_expression "(ulong)((((int)param_8 - (int)param_6) - param_7) + 4)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((((int)param_8 - (int)param_6) - param_7) + 4)" (( "(") (binary_expression "(((int)param_8 - (int)param_6) - param_7) + 4" (parenthesized_expression "(((int)param_8 - (int)param_6) - param_7)" (( "(") (binary_expression "((int)param_8 - (int)param_6) - param_7" (parenthesized_expression "((int)param_8 - (int)param_6)" (( "(") (binary_expression "(int)param_8 - (int)param_6" (cast_expression "(int)param_8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_8")) (- "-") (cast_expression "(int)param_6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_6"))) () ")")) (- "-") (identifier "param_7")) () ")")) (+ "+") (number_literal "4")) () ")")))) (; ";")) (expression_statement "lVar3 = *(long *)(param_11 + 0x10);" (assignment_expression "lVar3 = *(long *)(param_11 + 0x10)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(param_11 + 0x10)" (* "*") (cast_expression "(long *)(param_11 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_11 + 0x10)" (( "(") (binary_expression "param_11 + 0x10" (identifier "param_11") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "lVar9 = param_11 + 8;" (assignment_expression "lVar9 = param_11 + 8" (identifier "lVar9") (= "=") (binary_expression "param_11 + 8" (identifier "param_11") (+ "+") (number_literal "8"))) (; ";")) (if_statement "if (*(long *)(param_11 + 0x10) == 0) {\n return 0;\n }" (if "if") (parenthesized_expression "(*(long *)(param_11 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(param_11 + 0x10) == 0" (pointer_expression "*(long *)(param_11 + 0x10)" (* "*") (cast_expression "(long *)(param_11 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_11 + 0x10)" (( "(") (binary_expression "param_11 + 0x10" (identifier "param_11") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (do_statement "do {\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n } while (*plVar1 != 0);" (do "do") (compound_statement "{\n while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }\n plVar1 = (long *)(lVar12 + 0x18);\n lVar3 = *plVar1;\n lVar12 = lVar9;\n }" ({ "{") (while_statement "while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) {\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }" (while "while") (parenthesized_expression "(lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20))" (( "(") (comma_expression "lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)" (assignment_expression "lVar12 = lVar3" (identifier "lVar12") (= "=") (identifier "lVar3")) (, ",") (binary_expression "uVar11 <= *(ulong *)(lVar12 + 0x20)" (identifier "uVar11") (<= "<=") (pointer_expression "*(ulong *)(lVar12 + 0x20)" (* "*") (cast_expression "(ulong *)(lVar12 + 0x20)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x20)" (( "(") (binary_expression "lVar12 + 0x20" (identifier "lVar12") (+ "+") (number_literal "0x20")) () ")")))))) () ")")) (compound_statement "{\n lVar3 = *(long *)(lVar12 + 0x10);\n lVar9 = lVar12;\n if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;\n }" ({ "{") (expression_statement "lVar3 = *(long *)(lVar12 + 0x10);" (assignment_expression "lVar3 = *(long *)(lVar12 + 0x10)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(lVar12 + 0x10)" (* "*") (cast_expression "(long *)(lVar12 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x10)" (( "(") (binary_expression "lVar12 + 0x10" (identifier "lVar12") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "lVar9 = lVar12;" (assignment_expression "lVar9 = lVar12" (identifier "lVar9") (= "=") (identifier "lVar12")) (; ";")) (if_statement "if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab;" (if "if") (parenthesized_expression "(*(long *)(lVar12 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(lVar12 + 0x10) == 0" (pointer_expression "*(long *)(lVar12 + 0x10)" (* "*") (cast_expression "(long *)(lVar12 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x10)" (( "(") (binary_expression "lVar12 + 0x10" (identifier "lVar12") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_004756ab;" (goto "goto") (statement_identifier "LAB_004756ab") (; ";"))) (} "}"))) (expression_statement "plVar1 = (long *)(lVar12 + 0x18);" (assignment_expression "plVar1 = (long *)(lVar12 + 0x18)" (identifier "plVar1") (= "=") (cast_expression "(long *)(lVar12 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x18)" (( "(") (binary_expression "lVar12 + 0x18" (identifier "lVar12") (+ "+") (number_literal "0x18")) () ")")))) (; ";")) (expression_statement "lVar3 = *plVar1;" (assignment_expression "lVar3 = *plVar1" (identifier "lVar3") (= "=") (pointer_expression "*plVar1" (* "*") (identifier "plVar1"))) (; ";")) (expression_statement "lVar12 = lVar9;" (assignment_expression "lVar12 = lVar9" (identifier "lVar12") (= "=") (identifier "lVar9")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*plVar1 != 0)" (( "(") (binary_expression "*plVar1 != 0" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (labeled_statement "LAB_004756ab:\n if (param_11 + 8 == lVar12) {\n return 0;\n }" (statement_identifier "LAB_004756ab") (: ":") (if_statement "if (param_11 + 8 == lVar12) {\n return 0;\n }" (if "if") (parenthesized_expression "(param_11 + 8 == lVar12)" (( "(") (binary_expression "param_11 + 8 == lVar12" (binary_expression "param_11 + 8" (identifier "param_11") (+ "+") (number_literal "8")) (== "==") (identifier "lVar12")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))) (if_statement "if (uVar11 < *(ulong *)(lVar12 + 0x20)) {\n return 0;\n }" (if "if") (parenthesized_expression "(uVar11 < *(ulong *)(lVar12 + 0x20))" (( "(") (binary_expression "uVar11 < *(ulong *)(lVar12 + 0x20)" (identifier "uVar11") (< "<") (pointer_expression "*(ulong *)(lVar12 + 0x20)" (* "*") (cast_expression "(ulong *)(lVar12 + 0x20)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x20)" (( "(") (binary_expression "lVar12 + 0x20" (identifier "lVar12") (+ "+") (number_literal "0x20")) () ")"))))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "lVar3 = *(long *)(lVar12 + 0x28);" (assignment_expression "lVar3 = *(long *)(lVar12 + 0x28)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(lVar12 + 0x28)" (* "*") (cast_expression "(long *)(lVar12 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar12 + 0x28)" (( "(") (binary_expression "lVar12 + 0x28" (identifier "lVar12") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "bVar5 = *(byte *)(lVar3 + 0x18) & 7;" (assignment_expression "bVar5 = *(byte *)(lVar3 + 0x18) & 7" (identifier "bVar5") (= "=") (binary_expression "*(byte *)(lVar3 + 0x18) & 7" (pointer_expression "*(byte *)(lVar3 + 0x18)" (* "*") (cast_expression "(byte *)(lVar3 + 0x18)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x18)" (( "(") (binary_expression "lVar3 + 0x18" (identifier "lVar3") (+ "+") (number_literal "0x18")) () ")")))) (& "&") (number_literal "7"))) (; ";")) (if_statement "if (bVar5 == 2) {\n iVar13 = 2;\n }\n else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" (if "if") (parenthesized_expression "(bVar5 == 2)" (( "(") (binary_expression "bVar5 == 2" (identifier "bVar5") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n iVar13 = 2;\n }" ({ "{") (expression_statement "iVar13 = 2;" (assignment_expression "iVar13 = 2" (identifier "iVar13") (= "=") (number_literal "2")) (; ";")) (} "}")) (else_clause "else {\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" (else "else") (compound_statement "{\n if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }\n iVar13 = 4;\n }" ({ "{") (if_statement "if (bVar5 < 3) {\n if (bVar5 != 0) goto LAB_004757a8;\n }\n else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" (if "if") (parenthesized_expression "(bVar5 < 3)" (( "(") (binary_expression "bVar5 < 3" (identifier "bVar5") (< "<") (number_literal "3")) () ")")) (compound_statement "{\n if (bVar5 != 0) goto LAB_004757a8;\n }" ({ "{") (if_statement "if (bVar5 != 0) goto LAB_004757a8;" (if "if") (parenthesized_expression "(bVar5 != 0)" (( "(") (binary_expression "bVar5 != 0" (identifier "bVar5") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_004757a8;" (goto "goto") (statement_identifier "LAB_004757a8") (; ";"))) (} "}")) (else_clause "else if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" (else "else") (if_statement "if (bVar5 != 3) {\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" (if "if") (parenthesized_expression "(bVar5 != 3)" (( "(") (binary_expression "bVar5 != 3" (identifier "bVar5") (!= "!=") (number_literal "3")) () ")")) (compound_statement "{\n if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }\nLAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");\n }" ({ "{") (if_statement "if (bVar5 == 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }" (if "if") (parenthesized_expression "(bVar5 == 4)" (( "(") (binary_expression "bVar5 == 4" (identifier "bVar5") (== "==") (number_literal "4")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde")" (identifier "FUN_00352af0") (argument_list "("../../gold/ehframe.cc",0x405,"read_fde")" (( "(") (string_literal ""../../gold/ehframe.cc"" (" """) (string_content "../../gold/ehframe.cc") (" """)) (, ",") (number_literal "0x405") (, ",") (string_literal ""read_fde"" (" """) (string_content "read_fde") (" """)) () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_004757a8:\n \n FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");" (statement_identifier "LAB_004757a8") (: ":") (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde")" (identifier "FUN_00352af0") (argument_list "("../../gold/ehframe.cc",0x40d,"read_fde")" (( "(") (string_literal ""../../gold/ehframe.cc"" (" """) (string_content "../../gold/ehframe.cc") (" """)) (, ",") (number_literal "0x40d") (, ",") (string_literal ""read_fde"" (" """) (string_content "read_fde") (" """)) () ")"))) (; ";"))) (} "}"))))) (expression_statement "iVar13 = 4;" (assignment_expression "iVar13 = 4" (identifier "iVar13") (= "=") (number_literal "4")) (; ";")) (} "}")))) (expression_statement "iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6);" (assignment_expression "iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6)" (identifier "iVar6") (= "=") (call_expression "FUN_00413aa0(param_10,(long)param_8 - param_6)" (identifier "FUN_00413aa0") (argument_list "(param_10,(long)param_8 - param_6)" (( "(") (identifier "param_10") (, ",") (binary_expression "(long)param_8 - param_6" (cast_expression "(long)param_8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_8")) (- "-") (identifier "param_6")) () ")")))) (; ";")) (if_statement "if (0 < iVar6) {\n return 0;\n }" (if "if") (parenthesized_expression "(0 < iVar6)" (( "(") (binary_expression "0 < iVar6" (number_literal "0") (< "<") (identifier "iVar6")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "lVar9 = FUN_004139f0(param_10);" (assignment_expression "lVar9 = FUN_004139f0(param_10)" (identifier "lVar9") (= "=") (call_expression "FUN_004139f0(param_10)" (identifier "FUN_004139f0") (argument_list "(param_10)" (( "(") (identifier "param_10") () ")")))) (; ";")) (if_statement "if ((long)param_8 - param_6 != lVar9) {\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }" (if "if") (parenthesized_expression "((long)param_8 - param_6 != lVar9)" (( "(") (binary_expression "(long)param_8 - param_6 != lVar9" (binary_expression "(long)param_8 - param_6" (cast_expression "(long)param_8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_8")) (- "-") (identifier "param_6")) (!= "!=") (identifier "lVar9")) () ")")) (compound_statement "{\n if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }\n if (uVar7 != 0) {\n return 0;\n }\n FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return 1;\n }" ({ "{") (if_statement "if (iVar13 == 2) {\n uVar7 = (uint)(ushort)*param_8;\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" (if "if") (parenthesized_expression "(iVar13 == 2)" (( "(") (binary_expression "iVar13 == 2" (identifier "iVar13") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n uVar7 = (uint)(ushort)*param_8;\n }" ({ "{") (expression_statement "uVar7 = (uint)(ushort)*param_8;" (assignment_expression "uVar7 = (uint)(ushort)*param_8" (identifier "uVar7") (= "=") (binary_expression "(uint)(ushort)*param_8" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(ushort)" (( "(") (identifier "ushort") () ")"))) (* "*") (identifier "param_8"))) (; ";")) (} "}")) (else_clause "else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" (else "else") (compound_statement "{\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }\n uVar7 = *param_8;\n }" ({ "{") (if_statement "if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }" (if "if") (parenthesized_expression "(iVar13 != 4)" (( "(") (binary_expression "iVar13 != 4" (identifier "iVar13") (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde")" (identifier "FUN_00352af0") (argument_list "("../../gold/ehframe.cc",0x42a,"read_fde")" (( "(") (string_literal ""../../gold/ehframe.cc"" (" """) (string_content "../../gold/ehframe.cc") (" """)) (, ",") (number_literal "0x42a") (, ",") (string_literal ""read_fde"" (" """) (string_content "read_fde") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar7 = *param_8;" (assignment_expression "uVar7 = *param_8" (identifier "uVar7") (= "=") (pointer_expression "*param_8" (* "*") (identifier "param_8"))) (; ";")) (} "}")))) (if_statement "if (uVar7 != 0) {\n return 0;\n }" (if "if") (parenthesized_expression "(uVar7 != 0)" (( "(") (binary_expression "uVar7 != 0" (identifier "uVar7") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff);" (call_expression "FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff)" (identifier "FUN_00392dc0") (argument_list "(param_2,param_1,param_3,(long)(param_8 + -2) - param_6,\n param_9 - (long)(param_8 + -2),0xffffffffffffffff)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (binary_expression "(long)(param_8 + -2) - param_6" (cast_expression "(long)(param_8 + -2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_8 + -2)" (( "(") (binary_expression "param_8 + -2" (identifier "param_8") (+ "+") (number_literal "-2")) () ")"))) (- "-") (identifier "param_6")) (, ",") (binary_expression "param_9 - (long)(param_8 + -2)" (identifier "param_9") (- "-") (cast_expression "(long)(param_8 + -2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_8 + -2)" (( "(") (binary_expression "param_8 + -2" (identifier "param_8") (+ "+") (number_literal "-2")) () ")")))) (, ",") (number_literal "0xffffffffffffffff") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "uVar7 = FUN_00413a10(param_10);" (assignment_expression "uVar7 = FUN_00413a10(param_10)" (identifier "uVar7") (= "=") (call_expression "FUN_00413a10(param_10)" (identifier "FUN_00413a10") (argument_list "(param_10)" (( "(") (identifier "param_10") () ")")))) (; ";")) (if_statement "if (uVar7 == 0xffffffff) {\n return 0;\n }" (if "if") (parenthesized_expression "(uVar7 == 0xffffffff)" (( "(") (binary_expression "uVar7 == 0xffffffff" (identifier "uVar7") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "FUN_00413aa0(param_10,param_9 - param_6);" (call_expression "FUN_00413aa0(param_10,param_9 - param_6)" (identifier "FUN_00413aa0") (argument_list "(param_10,param_9 - param_6)" (( "(") (identifier "param_10") (, ",") (binary_expression "param_9 - param_6" (identifier "param_9") (- "-") (identifier "param_6")) () ")"))) (; ";")) (if_statement "if (param_5 >> 4 <= (ulong)uVar7) {\n return 0;\n }" (if "if") (parenthesized_expression "(param_5 >> 4 <= (ulong)uVar7)" (( "(") (binary_expression "param_5 >> 4 <= (ulong)uVar7" (binary_expression "param_5 >> 4" (identifier "param_5") (>> ">>") (number_literal "4")) (<= "<=") (cast_expression "(ulong)uVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar7"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4));" (assignment_expression "uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" (identifier "uVar2") (= "=") (pointer_expression "*(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" (* "*") (cast_expression "(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4))" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0xe + (ulong)(uVar7 << 4))" (( "(") (binary_expression "param_4 + 0xe + (ulong)(uVar7 << 4)" (binary_expression "param_4 + 0xe" (identifier "param_4") (+ "+") (number_literal "0xe")) (+ "+") (call_expression "(ulong)(uVar7 << 4)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar7 << 4)" (( "(") (binary_expression "uVar7 << 4" (identifier "uVar7") (<< "<<") (number_literal "4")) () ")")))) () ")"))))) (; ";")) (expression_statement "uVar8 = (uint)uVar2;" (assignment_expression "uVar8 = (uint)uVar2" (identifier "uVar8") (= "=") (cast_expression "(uint)uVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar2"))) (; ";")) (if_statement "if (uVar2 < 0xff00) {\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }\n else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" (if "if") (parenthesized_expression "(uVar2 < 0xff00)" (( "(") (binary_expression "uVar2 < 0xff00" (identifier "uVar2") (< "<") (number_literal "0xff00")) () ")")) (compound_statement "{\nLAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }\n }" ({ "{") (labeled_statement "LAB_0047590c:\n if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" (statement_identifier "LAB_0047590c") (: ":") (if_statement "if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) {\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" (if "if") (parenthesized_expression "((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7)))" (( "(") (binary_expression "(uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))" (parenthesized_expression "(uVar8 != 0)" (( "(") (binary_expression "uVar8 != 0" (identifier "uVar8") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(uVar8 < *(uint *)(param_2 + 7))" (( "(") (binary_expression "uVar8 < *(uint *)(param_2 + 7)" (identifier "uVar8") (< "<") (pointer_expression "*(uint *)(param_2 + 7)" (* "*") (cast_expression "(uint *)(param_2 + 7)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 7)" (( "(") (binary_expression "param_2 + 7" (identifier "param_2") (+ "+") (number_literal "7")) () ")"))))) () ")"))) () ")")) (compound_statement "{\n if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }\n bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;\n goto LAB_00475867;\n }" ({ "{") (if_statement "if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) {\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }" (if "if") (parenthesized_expression "((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8)" (( "(") (binary_expression "(ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8" (call_expression "(ulong)(param_2[0xb] - param_2[10] >> 3)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_2[0xb] - param_2[10] >> 3)" (( "(") (binary_expression "param_2[0xb] - param_2[10] >> 3" (binary_expression "param_2[0xb] - param_2[10]" (subscript_expression "param_2[0xb]" (identifier "param_2") ([ "[") (number_literal "0xb") (] "]")) (- "-") (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]"))) (>> ">>") (number_literal "3")) () ")"))) (<= "<=") (cast_expression "(ulong)uVar8" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar8"))) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/object.h",0x50b,"is_section_included");" (call_expression "FUN_00352af0("../../gold/object.h",0x50b,"is_section_included")" (identifier "FUN_00352af0") (argument_list "("../../gold/object.h",0x50b,"is_section_included")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x50b") (, ",") (string_literal ""is_section_included"" (" """) (string_content "is_section_included") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0;" (assignment_expression "bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0" (identifier "bVar14") (= "=") (binary_expression "*(long *)(param_2[10] + (ulong)uVar8 * 8) == 0" (pointer_expression "*(long *)(param_2[10] + (ulong)uVar8 * 8)" (* "*") (cast_expression "(long *)(param_2[10] + (ulong)uVar8 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2[10] + (ulong)uVar8 * 8)" (( "(") (binary_expression "param_2[10] + (ulong)uVar8 * 8" (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]")) (+ "+") (binary_expression "(ulong)uVar8 * 8" (cast_expression "(ulong)uVar8" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar8")) (* "*") (number_literal "8"))) () ")")))) (== "==") (number_literal "0"))) (; ";")) (goto_statement "goto LAB_00475867;" (goto "goto") (statement_identifier "LAB_00475867") (; ";")) (} "}")))) (} "}")) (else_clause "else if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" (else "else") (if_statement "if (uVar2 == 0xffff) {\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" (if "if") (parenthesized_expression "(uVar2 == 0xffff)" (( "(") (binary_expression "uVar2 == 0xffff" (identifier "uVar2") (== "==") (number_literal "0xffff")) () ")")) (compound_statement "{\n lVar9 = param_2[8];\n if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }\n uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);\n goto LAB_0047590c;\n }" ({ "{") (expression_statement "lVar9 = param_2[8];" (assignment_expression "lVar9 = param_2[8]" (identifier "lVar9") (= "=") (subscript_expression "param_2[8]" (identifier "param_2") ([ "[") (number_literal "8") (] "]"))) (; ";")) (if_statement "if (lVar9 == 0) {\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }" (if "if") (parenthesized_expression "(lVar9 == 0)" (( "(") (binary_expression "lVar9 == 0" (identifier "lVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);\n param_2[8] = lVar9;\n }" ({ "{") (expression_statement "lVar9 = (**(code **)(*param_2 + 0xd8))(param_2);" (assignment_expression "lVar9 = (**(code **)(*param_2 + 0xd8))(param_2)" (identifier "lVar9") (= "=") (call_expression "(**(code **)(*param_2 + 0xd8))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0xd8))" (( "(") (pointer_expression "**(code **)(*param_2 + 0xd8)" (* "*") (pointer_expression "*(code **)(*param_2 + 0xd8)" (* "*") (cast_expression "(code **)(*param_2 + 0xd8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0xd8)" (( "(") (binary_expression "*param_2 + 0xd8" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0xd8")) () ")"))))) () ")")) (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "param_2[8] = lVar9;" (assignment_expression "param_2[8] = lVar9" (subscript_expression "param_2[8]" (identifier "param_2") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "lVar9")) (; ";")) (} "}"))) (expression_statement "uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7);" (assignment_expression "uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7)" (identifier "uVar8") (= "=") (call_expression "FUN_00392c60(lVar9,param_2,(ulong)uVar7)" (identifier "FUN_00392c60") (argument_list "(lVar9,param_2,(ulong)uVar7)" (( "(") (identifier "lVar9") (, ",") (identifier "param_2") (, ",") (cast_expression "(ulong)uVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar7")) () ")")))) (; ";")) (goto_statement "goto LAB_0047590c;" (goto "goto") (statement_identifier "LAB_0047590c") (; ";")) (} "}"))))) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (labeled_statement "LAB_00475867:\n if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" (statement_identifier "LAB_00475867") (: ":") (if_statement "if (iVar13 == 2) {\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }\n else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" (if "if") (parenthesized_expression "(iVar13 == 2)" (( "(") (binary_expression "iVar13 == 2" (identifier "iVar13") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n uVar7 = (uint)*(ushort *)((long)param_8 + 2);\n }" ({ "{") (expression_statement "uVar7 = (uint)*(ushort *)((long)param_8 + 2);" (assignment_expression "uVar7 = (uint)*(ushort *)((long)param_8 + 2)" (identifier "uVar7") (= "=") (binary_expression "(uint)*(ushort *)((long)param_8 + 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(ushort *)((long)param_8 + 2)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_8 + 2)" (( "(") (binary_expression "(long)param_8 + 2" (cast_expression "(long)param_8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_8")) (+ "+") (number_literal "2")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" (else "else") (compound_statement "{\n if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }\n uVar7 = param_8[1];\n }" ({ "{") (if_statement "if (iVar13 != 4) {\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }" (if "if") (parenthesized_expression "(iVar13 != 4)" (( "(") (binary_expression "iVar13 != 4" (identifier "iVar13") (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde")" (identifier "FUN_00352af0") (argument_list "("../../gold/ehframe.cc",0x465,"read_fde")" (( "(") (string_literal ""../../gold/ehframe.cc"" (" """) (string_content "../../gold/ehframe.cc") (" """)) (, ",") (number_literal "0x465") (, ",") (string_literal ""read_fde"" (" """) (string_content "read_fde") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar7 = param_8[1];" (assignment_expression "uVar7 = param_8[1]" (identifier "uVar7") (= "=") (subscript_expression "param_8[1]" (identifier "param_8") ([ "[") (number_literal "1") (] "]"))) (; ";")) (} "}"))))) (expression_statement "param_6 = (long)(param_8 + -2) - param_6;" (assignment_expression "param_6 = (long)(param_8 + -2) - param_6" (identifier "param_6") (= "=") (binary_expression "(long)(param_8 + -2) - param_6" (cast_expression "(long)(param_8 + -2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_8 + -2)" (( "(") (binary_expression "param_8 + -2" (identifier "param_8") (+ "+") (number_literal "-2")) () ")"))) (- "-") (identifier "param_6"))) (; ";")) (expression_statement "bVar5 = uVar7 == 0 | bVar14;" (assignment_expression "bVar5 = uVar7 == 0 | bVar14" (identifier "bVar5") (= "=") (binary_expression "uVar7 == 0 | bVar14" (binary_expression "uVar7 == 0" (identifier "uVar7") (== "==") (number_literal "0")) (| "|") (identifier "bVar14"))) (; ";")) (if_statement "if (bVar5 != 0) {\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }" (if "if") (parenthesized_expression "(bVar5 != 0)" (( "(") (binary_expression "bVar5 != 0" (identifier "bVar5") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);\n return bVar5;\n }" ({ "{") (expression_statement "FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff);" (call_expression "FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff)" (identifier "FUN_00392dc0") (argument_list "(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_6") (, ",") (binary_expression "param_9 - (long)(param_8 + -2)" (identifier "param_9") (- "-") (cast_expression "(long)(param_8 + -2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_8 + -2)" (( "(") (binary_expression "param_8 + -2" (identifier "param_8") (+ "+") (number_literal "-2")) () ")")))) (, ",") (number_literal "0xffffffffffffffff") () ")"))) (; ";")) (return_statement "return bVar5;" (return "return") (identifier "bVar5") (; ";")) (} "}"))) (expression_statement "puVar10 = (undefined8 *)FUN_0049cb70(0x38);" (assignment_expression "puVar10 = (undefined8 *)FUN_0049cb70(0x38)" (identifier "puVar10") (= "=") (cast_expression "(undefined8 *)FUN_0049cb70(0x38)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0049cb70(0x38)" (identifier "FUN_0049cb70") (argument_list "(0x38)" (( "(") (number_literal "0x38") () ")"))))) (; ";")) (expression_statement "*puVar10 = param_2;" (assignment_expression "*puVar10 = param_2" (pointer_expression "*puVar10" (* "*") (identifier "puVar10")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "puVar10[3] = puVar10 + 5;" (assignment_expression "puVar10[3] = puVar10 + 5" (subscript_expression "puVar10[3]" (identifier "puVar10") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "puVar10 + 5" (identifier "puVar10") (+ "+") (number_literal "5"))) (; ";")) (expression_statement "FUN_001a61c0(puVar10 + 3,param_8,param_9);" (call_expression "FUN_001a61c0(puVar10 + 3,param_8,param_9)" (identifier "FUN_001a61c0") (argument_list "(puVar10 + 3,param_8,param_9)" (( "(") (binary_expression "puVar10 + 3" (identifier "puVar10") (+ "+") (number_literal "3")) (, ",") (identifier "param_8") (, ",") (identifier "param_9") () ")"))) (; ";")) (expression_statement "puVar4 = *(undefined8 **)(lVar3 + 0x48);" (assignment_expression "puVar4 = *(undefined8 **)(lVar3 + 0x48)" (identifier "puVar4") (= "=") (pointer_expression "*(undefined8 **)(lVar3 + 0x48)" (* "*") (cast_expression "(undefined8 **)(lVar3 + 0x48)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar3 + 0x48)" (( "(") (binary_expression "lVar3 + 0x48" (identifier "lVar3") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (expression_statement "puVar10[2] = param_6;" (assignment_expression "puVar10[2] = param_6" (subscript_expression "puVar10[2]" (identifier "puVar10") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_6")) (; ";")) (expression_statement "*(undefined4 *)(puVar10 + 1) = param_3;" (assignment_expression "*(undefined4 *)(puVar10 + 1) = param_3" (pointer_expression "*(undefined4 *)(puVar10 + 1)" (* "*") (cast_expression "(undefined4 *)(puVar10 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar10 + 1)" (( "(") (binary_expression "puVar10 + 1" (identifier "puVar10") (+ "+") (number_literal "1")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (if_statement "if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) {\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }\n else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" (if "if") (parenthesized_expression "(puVar4 == *(undefined8 **)(lVar3 + 0x50))" (( "(") (binary_expression "puVar4 == *(undefined8 **)(lVar3 + 0x50)" (identifier "puVar4") (== "==") (pointer_expression "*(undefined8 **)(lVar3 + 0x50)" (* "*") (cast_expression "(undefined8 **)(lVar3 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar3 + 0x50)" (( "(") (binary_expression "lVar3 + 0x50" (identifier "lVar3") (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (compound_statement "{\n local_40[0] = puVar10;\n FUN_00474070(lVar3 + 0x40,puVar4,local_40);\n }" ({ "{") (expression_statement "local_40[0] = puVar10;" (assignment_expression "local_40[0] = puVar10" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "puVar10")) (; ";")) (expression_statement "FUN_00474070(lVar3 + 0x40,puVar4,local_40);" (call_expression "FUN_00474070(lVar3 + 0x40,puVar4,local_40)" (identifier "FUN_00474070") (argument_list "(lVar3 + 0x40,puVar4,local_40)" (( "(") (binary_expression "lVar3 + 0x40" (identifier "lVar3") (+ "+") (number_literal "0x40")) (, ",") (identifier "puVar4") (, ",") (identifier "local_40") () ")"))) (; ";")) (} "}")) (else_clause "else {\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" (else "else") (compound_statement "{\n *puVar4 = puVar10;\n *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;\n }" ({ "{") (expression_statement "*puVar4 = puVar10;" (assignment_expression "*puVar4 = puVar10" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "puVar10")) (; ";")) (expression_statement "*(undefined8 **)(lVar3 + 0x48) = puVar4 + 1;" (assignment_expression "*(undefined8 **)(lVar3 + 0x48) = puVar4 + 1" (pointer_expression "*(undefined8 **)(lVar3 + 0x48)" (* "*") (cast_expression "(undefined8 **)(lVar3 + 0x48)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar3 + 0x48)" (( "(") (binary_expression "lVar3 + 0x48" (identifier "lVar3") (+ "+") (number_literal "0x48")) () ")")))) (= "=") (binary_expression "puVar4 + 1" (identifier "puVar4") (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
/* WARNING: Type propagation algorithm not settling */ /* DWARF original name: read_fde<32, false> DWARF original prototype: bool read_fde<32,_false>(Eh_frame * this, Sized_relobj_file<32,_false> * object, uint shndx, uchar * symbols, section_size_type symbols_size, uchar * pcontents, uint offset, uchar * pfde, uchar * pfdeend, Track_relocs<32,_false> * relocs, Offsets_to_cie * cies) */ bool __thiscall var_23::Eh_frame::read_fde<32,_false> (Eh_frame *this,Sized_relobj_file<32,_false> *object,type_6 shndx,uchar *var_20, section_size_type var_19,uchar *pcontents,type_6 var_1,uchar *var_17,uchar *pfdeend, var_9<32,_false> *relocs,Offsets_to_cie *cies) { type_12 *var_5; type_1 *pp_Var2; type_2 var_21; type_1 var_2; long var_6; type_3 __position; type_4 ppOVar6; type_5 var_7; bool var_29; int var_11; type_6 var_15; type_6 var_22; type_7 var_13; type_8 *pFVar13; type_9 *var_26; long offset_00; type_10 var_3; type_1 p_Var15; type_1 var_4; int var_14; type_8 *local_40 [2]; type_11 extraout_var; var_5 = &(cies->_M_t)._M_impl.super__Rb_tree_header; var_3 = (type_10)((((int)var_17 - (int)pcontents) - var_1) + 4); var_2 = (cies->_M_t)._M_impl.super__Rb_tree_header._M_header._M_parent; p_Var15 = &var_5->_M_header; if (var_2 == (type_1)0x0) { return false; } do { while (var_4 = var_2, var_3 <= *(type_10 *)(var_4 + 1)) { var_2 = var_4->_M_left; p_Var15 = var_4; if (var_4->_M_left == (type_1)0x0) goto LAB_004756ab; } pp_Var2 = &var_4->_M_right; var_2 = *pp_Var2; var_4 = p_Var15; } while (*pp_Var2 != (type_1)0x0); LAB_004756ab: if (var_5 == (type_12 *)var_4) { return false; } if (var_3 < ((type_12 *)var_4)->_M_node_count) { return false; } var_6 = *(long *)((long)var_4 + 0x28); var_7 = *(type_5 *)(var_6 + 0x18) & 7; if (var_7 == 2) { var_14 = 2; } else { if (var_7 < 3) { if (var_7 != 0) goto LAB_004757a8; } else if (var_7 != 3) { if (var_7 == 4) { /* WARNING: Subroutine does not return */ var_8("../../gold/ehframe.cc",0x405,"read_fde"); } LAB_004757a8: /* WARNING: Subroutine does not return */ var_8("../../gold/ehframe.cc",0x40d,"read_fde"); } var_14 = 4; } var_11 = var_9<32,_false>::var_10(relocs,(long)var_17 - (long)pcontents); if (0 < var_11) { return false; } var_13 = var_9<32,_false>::var_12(relocs); if ((long)var_17 - (long)pcontents != var_13) { if (var_14 == 2) { var_15 = (type_6)*(type_2 *)var_17; } else { if (var_14 != 4) { /* WARNING: Subroutine does not return */ var_8("../../gold/ehframe.cc",0x42a,"read_fde"); } var_15 = *(type_6 *)var_17; } if (var_15 != 0) { return false; } Relobj::var_16 ((type_13 *)object,&this->super_Output_section_data,shndx, (long)(var_17 + -8) - (long)pcontents,(long)pfdeend - (long)(var_17 + -8),-1); return true; } var_15 = var_9<32,_false>::var_18(relocs); if (var_15 == 0xffffffff) { return false; } var_9<32,_false>::var_10(relocs,(long)pfdeend - (long)pcontents); if (var_19 >> 4 <= (type_10)var_15) { return false; } var_21 = *(type_2 *)(var_20 + (type_10)(var_15 << 4) + 0xe); var_22 = (type_6)var_21; if (var_21 < 0xff00) { LAB_0047590c: if ((var_22 != 0) && (var_22 < (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.shnum_)) { ppOVar6 = (object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_. super__Vector_base<var_23::type_14*,var_24::allocator<var_23::type_14*>var_25>. _M_impl._M_start; if ((type_10)((long)(object->super_Sized_relobj<32,_false>).super_Relobj.output_sections_. super__Vector_base<var_23::type_14*,var_24::allocator<var_23::type_14*>var_25> ._M_impl._M_finish - (long)ppOVar6 >> 3) <= (type_10)var_22) { /* WARNING: Subroutine does not return */ var_8("../../gold/object.h",0x50b,"is_section_included"); } var_29 = ppOVar6[var_22] == (type_14 *)0x0; goto LAB_00475867; } } else if (var_21 == 0xffff) { var_26 = (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_; if (var_26 == (type_9 *)0x0) { var_11 = (*(object->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object[0x1b] )(object); var_26 = (type_9 *)var_27(extraout_var,var_11); (object->super_Sized_relobj<32,_false>).super_Relobj.super_Object.xindex_ = var_26; } var_22 = type_9::var_28(var_26,(type_15 *)object,var_15); goto LAB_0047590c; } var_29 = false; LAB_00475867: if (var_14 == 2) { var_15 = (type_6)*(type_2 *)(var_17 + 2); } else { if (var_14 != 4) { /* WARNING: Subroutine does not return */ var_8("../../gold/ehframe.cc",0x465,"read_fde"); } var_15 = *(type_6 *)(var_17 + 4); } offset_00 = (long)(var_17 + -8) - (long)pcontents; var_29 = (bool)(var_15 == 0 | var_29); if (var_29 != false) { Relobj::var_16 ((type_13 *)object,&this->super_Output_section_data,shndx,offset_00, (long)pfdeend - (long)(var_17 + -8),-1); return var_29; } pFVar13 = (type_8 *)var_30(0x38); pFVar13->object_ = (type_13 *)object; (pFVar13->contents_)._M_dataplus._M_p = (type_4)&(pFVar13->contents_).field_2; /* try { // try from 004758b7 to 004758bb has its CatchHandler @ 00475a04 */ std::__cxx11::basic_string<char,var_24::char_traits<char>,var_24::allocator<char>var_25>:: var_31<var_32*>(&pFVar13->contents_,var_17,pfdeend); __position._M_current = *(type_8 ***)(var_6 + 0x48); (pFVar13->u_).from_object.input_offset = offset_00; (pFVar13->u_).from_object.shndx = shndx; if (__position._M_current == *(type_8 ***)(var_6 + 0x50)) { local_40[0] = pFVar13; std::var_34<var_23::type_8*,var_24::allocator<var_23::type_8*>var_25>::_M_realloc_insert<var_23::type_8*var_33&> ((var_34<var_23::type_8*,var_24::allocator<var_23::type_8*>var_25> *)(var_6 + 0x40),__position,local_40 ); } else { *__position._M_current = pFVar13; *(type_8 ***)(var_6 + 0x48) = __position._M_current + 1; } return true; }
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))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (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: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) right: (identifier))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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 (return_statement (number_literal)))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (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)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))) consequence: (compound_statement (return_statement (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (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))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) right: (identifier))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)) (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal)))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) 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: (binary_expression left: (identifier) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) right: (number_literal)))) (goto_statement label: (statement_identifier)))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (false))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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 (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal)))) (return_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: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (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: (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))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier))))) alternative: (else_clause (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_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 (number_literal)))))
null
byte MASKED(undefined8 param_1,long *param_2,undefined4 param_3,long param_4,ulong param_5, long param_6,int param_7,uint *param_8,long param_9,undefined8 param_10, long param_11) { long *plVar1; ushort uVar2; long lVar3; undefined8 *puVar4; byte bVar5; int iVar6; uint uVar7; uint uVar8; long lVar9; undefined8 *puVar10; ulong uVar11; long lVar12; int iVar13; bool bVar14; undefined8 *local_40 [2]; uVar11 = (ulong)((((int)param_8 - (int)param_6) - param_7) + 4); lVar3 = *(long *)(param_11 + 0x10); lVar9 = param_11 + 8; if (*(long *)(param_11 + 0x10) == 0) { return 0; } do { while (lVar12 = lVar3, uVar11 <= *(ulong *)(lVar12 + 0x20)) { lVar3 = *(long *)(lVar12 + 0x10); lVar9 = lVar12; if (*(long *)(lVar12 + 0x10) == 0) goto LAB_004756ab; } plVar1 = (long *)(lVar12 + 0x18); lVar3 = *plVar1; lVar12 = lVar9; } while (*plVar1 != 0); LAB_004756ab: if (param_11 + 8 == lVar12) { return 0; } if (uVar11 < *(ulong *)(lVar12 + 0x20)) { return 0; } lVar3 = *(long *)(lVar12 + 0x28); bVar5 = *(byte *)(lVar3 + 0x18) & 7; if (bVar5 == 2) { iVar13 = 2; } else { if (bVar5 < 3) { if (bVar5 != 0) goto LAB_004757a8; } else if (bVar5 != 3) { if (bVar5 == 4) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/ehframe.cc",0x405,"read_fde"); } LAB_004757a8: /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/ehframe.cc",0x40d,"read_fde"); } iVar13 = 4; } iVar6 = FUN_00413aa0(param_10,(long)param_8 - param_6); if (0 < iVar6) { return 0; } lVar9 = FUN_004139f0(param_10); if ((long)param_8 - param_6 != lVar9) { if (iVar13 == 2) { uVar7 = (uint)(ushort)*param_8; } else { if (iVar13 != 4) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/ehframe.cc",0x42a,"read_fde"); } uVar7 = *param_8; } if (uVar7 != 0) { return 0; } FUN_00392dc0(param_2,param_1,param_3,(long)(param_8 + -2) - param_6, param_9 - (long)(param_8 + -2),0xffffffffffffffff); return 1; } uVar7 = FUN_00413a10(param_10); if (uVar7 == 0xffffffff) { return 0; } FUN_00413aa0(param_10,param_9 - param_6); if (param_5 >> 4 <= (ulong)uVar7) { return 0; } uVar2 = *(ushort *)(param_4 + 0xe + (ulong)(uVar7 << 4)); uVar8 = (uint)uVar2; if (uVar2 < 0xff00) { LAB_0047590c: if ((uVar8 != 0) && (uVar8 < *(uint *)(param_2 + 7))) { if ((ulong)(param_2[0xb] - param_2[10] >> 3) <= (ulong)uVar8) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/object.h",0x50b,"is_section_included"); } bVar14 = *(long *)(param_2[10] + (ulong)uVar8 * 8) == 0; goto LAB_00475867; } } else if (uVar2 == 0xffff) { lVar9 = param_2[8]; if (lVar9 == 0) { lVar9 = (**(code **)(*param_2 + 0xd8))(param_2); param_2[8] = lVar9; } uVar8 = FUN_00392c60(lVar9,param_2,(ulong)uVar7); goto LAB_0047590c; } bVar14 = false; LAB_00475867: if (iVar13 == 2) { uVar7 = (uint)*(ushort *)((long)param_8 + 2); } else { if (iVar13 != 4) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/ehframe.cc",0x465,"read_fde"); } uVar7 = param_8[1]; } param_6 = (long)(param_8 + -2) - param_6; bVar5 = uVar7 == 0 | bVar14; if (bVar5 != 0) { FUN_00392dc0(param_2,param_1,param_3,param_6,param_9 - (long)(param_8 + -2),0xffffffffffffffff); return bVar5; } puVar10 = (undefined8 *)FUN_0049cb70(0x38); *puVar10 = param_2; puVar10[3] = puVar10 + 5; /* try { // try from 004758b7 to 004758bb has its CatchHandler @ 00475a04 */ FUN_001a61c0(puVar10 + 3,param_8,param_9); puVar4 = *(undefined8 **)(lVar3 + 0x48); puVar10[2] = param_6; *(undefined4 *)(puVar10 + 1) = param_3; if (puVar4 == *(undefined8 **)(lVar3 + 0x50)) { local_40[0] = puVar10; FUN_00474070(lVar3 + 0x40,puVar4,local_40); } else { *puVar4 = puVar10; *(undefined8 **)(lVar3 + 0x48) = puVar4 + 1; } return 1; }
245_i686-linux-gnu-as_and_i686-linux-gnu-as_strip.c
subtract_from_result
FUN_00114200
void subtract_from_result(expressionS *resultP,offsetT amount,int rhs_highbit) { byte bVar1; ulong uVar2; byte bVar3; uVar2 = resultP->X_add_number; bVar1 = resultP->field_0x19; resultP->X_add_number = uVar2 - amount; bVar3 = ((byte)rhs_highbit ^ bVar1 >> 1) & 1; if ((ulong)amount <= uVar2) { resultP->field_0x19 = bVar1 & 0xfd | bVar3 * '\x02'; return; } resultP->field_0x19 = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd; return; }
void FUN_00114200(long param_1,ulong param_2,byte param_3) { byte bVar1; ulong uVar2; byte bVar3; uVar2 = *(ulong *)(param_1 + 0x10); bVar1 = *(byte *)(param_1 + 0x19); *(ulong *)(param_1 + 0x10) = uVar2 - param_2; bVar3 = (param_3 ^ bVar1 >> 1) & 1; if (param_2 <= uVar2) { *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02'; return; } *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd; return; }
MOV R8,qword ptr [RDI + 0x10] MOVZX ECX,byte ptr [RDI + 0x19] MOV RAX,R8 SUB RAX,RSI MOV qword ptr [RDI + 0x10],RAX MOV EAX,ECX SHR AL,0x1 XOR EDX,EAX AND EDX,0x1 CMP R8,RSI JC 0x00114230 AND ECX,0xfffffffd LEA EAX,[RDX + RDX*0x1] MOV EDX,ECX OR EDX,EAX MOV byte ptr [RDI + 0x19],DL RET XOR EDX,0x1 AND ECX,0xfffffffd AND EDX,0x1 ADD EDX,EDX OR EDX,ECX MOV byte ptr [RDI + 0x19],DL RET
null
null
null
null
[(u'INT_XOR_-1207025071', u'INT_AND_-1207025058'), (u'INT_SUB_-1207025111', u'STORE_-1207025116'), ('tmp_400', u'SUBPIECE_-1207024735'), (u'INT_OR_-1207024929', u'STORE_-1207024942'), ('const-1', u'INT_AND_-1207025058'), (u'LOAD_-1207025149', u'INT_SUB_-1207025111'), ('const-16', u'PTRSUB_-1207024760'), (u'PTRSUB_-1207024695', u'STORE_-1207024942'), ('const-433', u'STORE_-1207025017'), ('const-25', u'PTRSUB_-1207024715'), (u'SUBPIECE_-1207024735', u'INT_XOR_-1207025071'), (u'LOAD_-1207025142', u'INT_AND_-1207025029'), ('tmp_399', u'INT_SUB_-1207025111'), (u'LOAD_-1207025149', u'INT_LESSEQUAL_-1207025057'), (u'PTRSUB_-1207024760', u'LOAD_-1207025149'), ('tmp_399', u'CAST_-1207024730'), ('tmp_398', u'PTRSUB_-1207024760'), (u'CAST_-1207024730', u'INT_LESSEQUAL_-1207025057'), ('const-0', u'SUBPIECE_-1207024735'), ('const-25', u'PTRSUB_-1207024755'), (u'INT_MULT_-1207024744', u'INT_OR_-1207024929'), ('tmp_398', u'PTRSUB_-1207024744'), (u'PTRSUB_-1207024715', u'STORE_-1207025017'), ('tmp_398', u'PTRSUB_-1207024755'), ('const-433', u'STORE_-1207024942'), (u'LOAD_-1207025142', u'INT_RIGHT_-1207024801'), ('const-253', u'INT_AND_-1207024768'), (u'INT_RIGHT_-1207024801', u'INT_XOR_-1207025071'), (u'PTRSUB_-1207024755', u'LOAD_-1207025142'), ('const-433', u'LOAD_-1207025142'), (u'INT_AND_-1207024768', u'INT_OR_-1207024929'), (u'INT_MULT_-1207024776', u'INT_OR_-1207025004'), (u'INT_OR_-1207025004', u'STORE_-1207025017'), (u'INT_AND_-1207025058', u'INT_XOR_-1207024982'), ('const-2', u'INT_MULT_-1207024776'), (u'INT_AND_-1207025029', u'INT_OR_-1207025004'), ('const-433', u'STORE_-1207025116'), (u'PTRSUB_-1207024744', u'STORE_-1207025116'), ('tmp_163', u'CBRANCH_-1207025056'), ('tmp_398', u'PTRSUB_-1207024695'), ('const-16', u'PTRSUB_-1207024744'), (u'LOAD_-1207025142', u'INT_AND_-1207024768'), ('const-433', u'LOAD_-1207025149'), ('const-0', u'RETURN_-1207025004'), ('const-1', u'INT_XOR_-1207024982'), (u'INT_LESSEQUAL_-1207025057', u'CBRANCH_-1207025056'), (u'INT_AND_-1207025058', u'INT_MULT_-1207024776'), ('const-253', u'INT_AND_-1207025029'), (u'INT_XOR_-1207024982', u'INT_MULT_-1207024744'), ('const-25', u'PTRSUB_-1207024695'), ('const-1', u'INT_RIGHT_-1207024801'), ('const-2', u'INT_MULT_-1207024744'), ('tmp_398', u'PTRSUB_-1207024715'), ('const-0', u'RETURN_-1207024929')]
[(u'INT_SUB_-1207025111', u'STORE_-1207025116'), (u'LOAD_-1207025149', u'INT_SUB_-1207025111'), ('const-253', u'INT_AND_-1207024811'), ('const-2', u'INT_MULT_-1207024698'), (u'INT_OR_-1207024792', u'STORE_-1207025017'), ('tmp_652', u'INT_SUB_-1207025111'), ('tmp_650', u'INT_ADD_-1207024928'), (u'LOAD_-1207025149', u'INT_LESSEQUAL_-1207025057'), (u'INT_OR_-1207024744', u'STORE_-1207024942'), ('const-433', u'LOAD_-1207025149'), ('const-253', u'INT_AND_-1207024745'), (u'CAST_-1207024675', u'STORE_-1207025017'), (u'INT_XOR_-1207024767', u'INT_AND_-1207024769'), ('const-25', u'INT_ADD_-1207024928'), ('const-433', u'STORE_-1207025116'), ('const-25', u'INT_ADD_-1207025003'), (u'LOAD_-1207025142', u'INT_AND_-1207024745'), ('tmp_746', u'INT_XOR_-1207024767'), (u'INT_AND_-1207024769', u'INT_XOR_-1207024773'), (u'INT_ADD_-1207025102', u'CAST_-1207024705'), (u'LOAD_-1207025142', u'INT_AND_-1207024811'), (u'INT_AND_-1207024769', u'INT_MULT_-1207024731'), (u'INT_RIGHT_-1207025078', u'INT_XOR_-1207024767'), ('tmp_650', u'INT_ADD_-1207025126'), ('const-2', u'INT_MULT_-1207024731'), ('tmp_652', u'INT_LESSEQUAL_-1207025057'), (u'CAST_-1207024657', u'STORE_-1207024942'), (u'INT_ADD_-1207025003', u'CAST_-1207024675'), ('tmp_650', u'INT_ADD_-1207025003'), (u'INT_ADD_-1207025126', u'CAST_-1207024716'), (u'CAST_-1207024721', u'LOAD_-1207025149'), (u'CAST_-1207024705', u'STORE_-1207025116'), (u'INT_XOR_-1207024773', u'INT_MULT_-1207024698'), ('tmp_650', u'INT_ADD_-1207025133'), ('const-1', u'INT_AND_-1207024769'), ('const-433', u'STORE_-1207024942'), ('tmp_650', u'INT_ADD_-1207025102'), (u'INT_MULT_-1207024698', u'INT_OR_-1207024744'), ('tmp_163', u'CBRANCH_-1207025056'), (u'INT_ADD_-1207024928', u'CAST_-1207024657'), (u'CAST_-1207024716', u'LOAD_-1207025142'), ('const-433', u'STORE_-1207025017'), ('const-16', u'INT_ADD_-1207025102'), ('const-1', u'INT_XOR_-1207024773'), (u'LOAD_-1207025142', u'INT_RIGHT_-1207025078'), (u'INT_ADD_-1207025133', u'CAST_-1207024721'), ('const-0', u'RETURN_-1207025004'), ('const-25', u'INT_ADD_-1207025126'), (u'INT_LESSEQUAL_-1207025057', u'CBRANCH_-1207025056'), ('const-433', u'LOAD_-1207025142'), (u'INT_MULT_-1207024731', u'INT_OR_-1207024792'), (u'INT_AND_-1207024745', u'INT_OR_-1207024744'), ('const-1', u'INT_RIGHT_-1207025078'), ('const-0', u'RETURN_-1207024929'), ('const-16', u'INT_ADD_-1207025133'), (u'INT_AND_-1207024811', u'INT_OR_-1207024792')]
null
null
00114200
x64
O2
(translation_unit "void FUN_00114200(long param_1,ulong param_2,byte param_3)\n\n{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = *(ulong *)(param_1 + 0x10);\n bVar1 = *(byte *)(param_1 + 0x19);\n *(ulong *)(param_1 + 0x10) = uVar2 - param_2;\n bVar3 = (param_3 ^ bVar1 >> 1) & 1;\n if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}\n\n" (function_definition "void FUN_00114200(long param_1,ulong param_2,byte param_3)\n\n{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = *(ulong *)(param_1 + 0x10);\n bVar1 = *(byte *)(param_1 + 0x19);\n *(ulong *)(param_1 + 0x10) = uVar2 - param_2;\n bVar3 = (param_3 ^ bVar1 >> 1) & 1;\n if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}" primitive_type (function_declarator "FUN_00114200(long param_1,ulong param_2,byte param_3)" identifier (parameter_list "(long param_1,ulong param_2,byte param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "byte param_3" type_identifier identifier) ))) (compound_statement "{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = *(ulong *)(param_1 + 0x10);\n bVar1 = *(byte *)(param_1 + 0x19);\n *(ulong *)(param_1 + 0x10) = uVar2 - param_2;\n bVar3 = (param_3 ^ bVar1 >> 1) & 1;\n if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (expression_statement "uVar2 = *(ulong *)(param_1 + 0x10);" (assignment_expression "uVar2 = *(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 "bVar1 = *(byte *)(param_1 + 0x19);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x19)" identifier = (pointer_expression "*(byte *)(param_1 + 0x19)" * (cast_expression "(byte *)(param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) ))))) ;) (expression_statement "*(ulong *)(param_1 + 0x10) = uVar2 - param_2;" (assignment_expression "*(ulong *)(param_1 + 0x10) = uVar2 - param_2" (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) )))) = (binary_expression "uVar2 - param_2" identifier - identifier)) ;) (expression_statement "bVar3 = (param_3 ^ bVar1 >> 1) & 1;" (assignment_expression "bVar3 = (param_3 ^ bVar1 >> 1) & 1" identifier = (binary_expression "(param_3 ^ bVar1 >> 1) & 1" (parenthesized_expression "(param_3 ^ bVar1 >> 1)" ( (binary_expression "param_3 ^ bVar1 >> 1" identifier ^ (binary_expression "bVar1 >> 1" identifier >> number_literal)) )) & number_literal)) ;) (if_statement "if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }" if (parenthesized_expression "(param_2 <= uVar2)" ( (binary_expression "param_2 <= uVar2" identifier <= identifier) )) (compound_statement "{\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }" { (expression_statement "*(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';" (assignment_expression "*(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02'" (pointer_expression "*(byte *)(param_1 + 0x19)" * (cast_expression "(byte *)(param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xfd | bVar3 * '\x02'" (binary_expression "bVar1 & 0xfd" identifier & number_literal) | (binary_expression "bVar3 * '\x02'" identifier * (char_literal "'\x02'" ' escape_sequence ')))) ;) (return_statement "return;" return ;) })) (expression_statement "*(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;" (assignment_expression "*(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd" (pointer_expression "*(byte *)(param_1 + 0x19)" * (cast_expression "(byte *)(param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) = (binary_expression "(bVar3 ^ 1) * '\x02' | bVar1 & 0xfd" (binary_expression "(bVar3 ^ 1) * '\x02'" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar1 & 0xfd" identifier & number_literal))) ;) (return_statement "return;" return ;) })))
(translation_unit "void subtract_from_result(expressionS *resultP,offsetT amount,int rhs_highbit)\n\n{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = resultP->X_add_number;\n bVar1 = resultP->field_0x19;\n resultP->X_add_number = uVar2 - amount;\n bVar3 = ((byte)rhs_highbit ^ bVar1 >> 1) & 1;\n if ((ulong)amount <= uVar2) {\n resultP->field_0x19 = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n resultP->field_0x19 = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}\n\n" (function_definition "void subtract_from_result(expressionS *resultP,offsetT amount,int rhs_highbit)\n\n{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = resultP->X_add_number;\n bVar1 = resultP->field_0x19;\n resultP->X_add_number = uVar2 - amount;\n bVar3 = ((byte)rhs_highbit ^ bVar1 >> 1) & 1;\n if ((ulong)amount <= uVar2) {\n resultP->field_0x19 = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n resultP->field_0x19 = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}" primitive_type (function_declarator "subtract_from_result(expressionS *resultP,offsetT amount,int rhs_highbit)" identifier (parameter_list "(expressionS *resultP,offsetT amount,int rhs_highbit)" ( (parameter_declaration "expressionS *resultP" type_identifier (pointer_declarator "*resultP" * identifier)) , (parameter_declaration "offsetT amount" type_identifier identifier) , (parameter_declaration "int rhs_highbit" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = resultP->X_add_number;\n bVar1 = resultP->field_0x19;\n resultP->X_add_number = uVar2 - amount;\n bVar3 = ((byte)rhs_highbit ^ bVar1 >> 1) & 1;\n if ((ulong)amount <= uVar2) {\n resultP->field_0x19 = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n resultP->field_0x19 = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (expression_statement "uVar2 = resultP->X_add_number;" (assignment_expression "uVar2 = resultP->X_add_number" identifier = (field_expression "resultP->X_add_number" identifier -> field_identifier)) ;) (expression_statement "bVar1 = resultP->field_0x19;" (assignment_expression "bVar1 = resultP->field_0x19" identifier = (field_expression "resultP->field_0x19" identifier -> field_identifier)) ;) (expression_statement "resultP->X_add_number = uVar2 - amount;" (assignment_expression "resultP->X_add_number = uVar2 - amount" (field_expression "resultP->X_add_number" identifier -> field_identifier) = (binary_expression "uVar2 - amount" identifier - identifier)) ;) (expression_statement "bVar3 = ((byte)rhs_highbit ^ bVar1 >> 1) & 1;" (assignment_expression "bVar3 = ((byte)rhs_highbit ^ bVar1 >> 1) & 1" identifier = (binary_expression "((byte)rhs_highbit ^ bVar1 >> 1) & 1" (parenthesized_expression "((byte)rhs_highbit ^ bVar1 >> 1)" ( (binary_expression "(byte)rhs_highbit ^ bVar1 >> 1" (cast_expression "(byte)rhs_highbit" ( (type_descriptor "byte" type_identifier) ) identifier) ^ (binary_expression "bVar1 >> 1" identifier >> number_literal)) )) & number_literal)) ;) (if_statement "if ((ulong)amount <= uVar2) {\n resultP->field_0x19 = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }" if (parenthesized_expression "((ulong)amount <= uVar2)" ( (binary_expression "(ulong)amount <= uVar2" (cast_expression "(ulong)amount" ( (type_descriptor "ulong" type_identifier) ) identifier) <= identifier) )) (compound_statement "{\n resultP->field_0x19 = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }" { (expression_statement "resultP->field_0x19 = bVar1 & 0xfd | bVar3 * '\x02';" (assignment_expression "resultP->field_0x19 = bVar1 & 0xfd | bVar3 * '\x02'" (field_expression "resultP->field_0x19" identifier -> field_identifier) = (binary_expression "bVar1 & 0xfd | bVar3 * '\x02'" (binary_expression "bVar1 & 0xfd" identifier & number_literal) | (binary_expression "bVar3 * '\x02'" identifier * (char_literal "'\x02'" ' escape_sequence ')))) ;) (return_statement "return;" return ;) })) (expression_statement "resultP->field_0x19 = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;" (assignment_expression "resultP->field_0x19 = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd" (field_expression "resultP->field_0x19" identifier -> field_identifier) = (binary_expression "(bVar3 ^ 1) * '\x02' | bVar1 & 0xfd" (binary_expression "(bVar3 ^ 1) * '\x02'" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar1 & 0xfd" identifier & number_literal))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00114200(long param_1,ulong param_2,byte param_3)\n\n{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = *(ulong *)(param_1 + 0x10);\n bVar1 = *(byte *)(param_1 + 0x19);\n *(ulong *)(param_1 + 0x10) = uVar2 - param_2;\n bVar3 = (param_3 ^ bVar1 >> 1) & 1;\n if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}\n\n" (function_definition "void FUN_00114200(long param_1,ulong param_2,byte param_3)\n\n{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = *(ulong *)(param_1 + 0x10);\n bVar1 = *(byte *)(param_1 + 0x19);\n *(ulong *)(param_1 + 0x10) = uVar2 - param_2;\n bVar3 = (param_3 ^ bVar1 >> 1) & 1;\n if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}" primitive_type (function_declarator "FUN_00114200(long param_1,ulong param_2,byte param_3)" identifier (parameter_list "(long param_1,ulong param_2,byte param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "byte param_3" type_identifier identifier) ))) (compound_statement "{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = *(ulong *)(param_1 + 0x10);\n bVar1 = *(byte *)(param_1 + 0x19);\n *(ulong *)(param_1 + 0x10) = uVar2 - param_2;\n bVar3 = (param_3 ^ bVar1 >> 1) & 1;\n if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (expression_statement "uVar2 = *(ulong *)(param_1 + 0x10);" (assignment_expression "uVar2 = *(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 "bVar1 = *(byte *)(param_1 + 0x19);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x19)" identifier = (pointer_expression "*(byte *)(param_1 + 0x19)" * (cast_expression "(byte *)(param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) ))))) ;) (expression_statement "*(ulong *)(param_1 + 0x10) = uVar2 - param_2;" (assignment_expression "*(ulong *)(param_1 + 0x10) = uVar2 - param_2" (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) )))) = (binary_expression "uVar2 - param_2" identifier - identifier)) ;) (expression_statement "bVar3 = (param_3 ^ bVar1 >> 1) & 1;" (assignment_expression "bVar3 = (param_3 ^ bVar1 >> 1) & 1" identifier = (binary_expression "(param_3 ^ bVar1 >> 1) & 1" (parenthesized_expression "(param_3 ^ bVar1 >> 1)" ( (binary_expression "param_3 ^ bVar1 >> 1" identifier ^ (binary_expression "bVar1 >> 1" identifier >> number_literal)) )) & number_literal)) ;) (if_statement "if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }" if (parenthesized_expression "(param_2 <= uVar2)" ( (binary_expression "param_2 <= uVar2" identifier <= identifier) )) (compound_statement "{\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }" { (expression_statement "*(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';" (assignment_expression "*(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02'" (pointer_expression "*(byte *)(param_1 + 0x19)" * (cast_expression "(byte *)(param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xfd | bVar3 * '\x02'" (binary_expression "bVar1 & 0xfd" identifier & number_literal) | (binary_expression "bVar3 * '\x02'" identifier * (char_literal "'\x02'" ' escape_sequence ')))) ;) (return_statement "return;" return ;) })) (expression_statement "*(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;" (assignment_expression "*(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd" (pointer_expression "*(byte *)(param_1 + 0x19)" * (cast_expression "(byte *)(param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x19)" ( (binary_expression "param_1 + 0x19" identifier + number_literal) )))) = (binary_expression "(bVar3 ^ 1) * '\x02' | bVar1 & 0xfd" (binary_expression "(bVar3 ^ 1) * '\x02'" (parenthesized_expression "(bVar3 ^ 1)" ( (binary_expression "bVar3 ^ 1" identifier ^ number_literal) )) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar1 & 0xfd" identifier & number_literal))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (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) ))))) ;) (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 - IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ (binary_expression IDENT >> LIT)) )) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (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 IDENT & LIT) | (binary_expression IDENT * (char_literal ' escape_sequence ')))) ;) (return_statement return ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT ^ LIT) )) * (char_literal ' escape_sequence ')) | (binary_expression IDENT & LIT))) ;) (return_statement return ;) })))
(function_definition "void FUN_00114200(long param_1,ulong param_2,byte param_3)\n\n{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = *(ulong *)(param_1 + 0x10);\n bVar1 = *(byte *)(param_1 + 0x19);\n *(ulong *)(param_1 + 0x10) = uVar2 - param_2;\n bVar3 = (param_3 ^ bVar1 >> 1) & 1;\n if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00114200(long param_1,ulong param_2,byte param_3)" (identifier "FUN_00114200") (parameter_list "(long param_1,ulong param_2,byte param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "ulong param_2" (type_identifier "ulong") (identifier "param_2")) (, ",") (parameter_declaration "byte param_3" (type_identifier "byte") (identifier "param_3")) () ")"))) (compound_statement "{\n byte bVar1;\n ulong uVar2;\n byte bVar3;\n \n uVar2 = *(ulong *)(param_1 + 0x10);\n bVar1 = *(byte *)(param_1 + 0x19);\n *(ulong *)(param_1 + 0x10) = uVar2 - param_2;\n bVar3 = (param_3 ^ bVar1 >> 1) & 1;\n if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }\n *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;\n return;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (expression_statement "uVar2 = *(ulong *)(param_1 + 0x10);" (assignment_expression "uVar2 = *(ulong *)(param_1 + 0x10)" (identifier "uVar2") (= "=") (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 "bVar1 = *(byte *)(param_1 + 0x19);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x19)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(param_1 + 0x19)" (* "*") (cast_expression "(byte *)(param_1 + 0x19)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x19)" (( "(") (binary_expression "param_1 + 0x19" (identifier "param_1") (+ "+") (number_literal "0x19")) () ")"))))) (; ";")) (expression_statement "*(ulong *)(param_1 + 0x10) = uVar2 - param_2;" (assignment_expression "*(ulong *)(param_1 + 0x10) = uVar2 - param_2" (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")) () ")")))) (= "=") (binary_expression "uVar2 - param_2" (identifier "uVar2") (- "-") (identifier "param_2"))) (; ";")) (expression_statement "bVar3 = (param_3 ^ bVar1 >> 1) & 1;" (assignment_expression "bVar3 = (param_3 ^ bVar1 >> 1) & 1" (identifier "bVar3") (= "=") (binary_expression "(param_3 ^ bVar1 >> 1) & 1" (parenthesized_expression "(param_3 ^ bVar1 >> 1)" (( "(") (binary_expression "param_3 ^ bVar1 >> 1" (identifier "param_3") (^ "^") (binary_expression "bVar1 >> 1" (identifier "bVar1") (>> ">>") (number_literal "1"))) () ")")) (& "&") (number_literal "1"))) (; ";")) (if_statement "if (param_2 <= uVar2) {\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }" (if "if") (parenthesized_expression "(param_2 <= uVar2)" (( "(") (binary_expression "param_2 <= uVar2" (identifier "param_2") (<= "<=") (identifier "uVar2")) () ")")) (compound_statement "{\n *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';\n return;\n }" ({ "{") (expression_statement "*(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02';" (assignment_expression "*(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02'" (pointer_expression "*(byte *)(param_1 + 0x19)" (* "*") (cast_expression "(byte *)(param_1 + 0x19)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x19)" (( "(") (binary_expression "param_1 + 0x19" (identifier "param_1") (+ "+") (number_literal "0x19")) () ")")))) (= "=") (binary_expression "bVar1 & 0xfd | bVar3 * '\x02'" (binary_expression "bVar1 & 0xfd" (identifier "bVar1") (& "&") (number_literal "0xfd")) (| "|") (binary_expression "bVar3 * '\x02'" (identifier "bVar3") (* "*") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd;" (assignment_expression "*(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd" (pointer_expression "*(byte *)(param_1 + 0x19)" (* "*") (cast_expression "(byte *)(param_1 + 0x19)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x19)" (( "(") (binary_expression "param_1 + 0x19" (identifier "param_1") (+ "+") (number_literal "0x19")) () ")")))) (= "=") (binary_expression "(bVar3 ^ 1) * '\x02' | bVar1 & 0xfd" (binary_expression "(bVar3 ^ 1) * '\x02'" (parenthesized_expression "(bVar3 ^ 1)" (( "(") (binary_expression "bVar3 ^ 1" (identifier "bVar3") (^ "^") (number_literal "1")) () ")")) (* "*") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (| "|") (binary_expression "bVar1 & 0xfd" (identifier "bVar1") (& "&") (number_literal "0xfd")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *resultP,type_2 var_2,int rhs_highbit) { type_3 var_3; type_4 var_1; type_3 var_4; var_1 = resultP->X_add_number; var_3 = resultP->field_0x19; resultP->X_add_number = var_1 - var_2; var_4 = ((type_3)rhs_highbit ^ var_3 >> 1) & 1; if ((type_4)var_2 <= var_1) { resultP->field_0x19 = var_3 & 0xfd | var_4 * '\x02'; return; } resultP->field_0x19 = (var_4 ^ 1) * '\x02' | var_3 & 0xfd; 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 (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (char_literal (escape_sequence)))))) (return_statement))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (char_literal (escape_sequence))) right: (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
null
void MASKED(long param_1,ulong param_2,byte param_3) { byte bVar1; ulong uVar2; byte bVar3; uVar2 = *(ulong *)(param_1 + 0x10); bVar1 = *(byte *)(param_1 + 0x19); *(ulong *)(param_1 + 0x10) = uVar2 - param_2; bVar3 = (param_3 ^ bVar1 >> 1) & 1; if (param_2 <= uVar2) { *(byte *)(param_1 + 0x19) = bVar1 & 0xfd | bVar3 * '\x02'; return; } *(byte *)(param_1 + 0x19) = (bVar3 ^ 1) * '\x02' | bVar1 & 0xfd; return; }
70_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
rewind
rewind
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void rewind(FILE *__stream) { (*(code *)PTR_rewind_002a2230)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void rewind(FILE *__stream) { (*(code *)PTR_rewind_002a2230)(); return; }
JMP qword ptr [0x002a2230]
null
null
null
null
[(u'CALLIND_-1206922136', u'INDIRECT_-1206922075'), (u'CAST_-1206922070', u'CALLIND_-1206922136'), ('tmp_28', u'CAST_-1206922070'), ('const-0', u'RETURN_-1206922133'), (u'INDIRECT_-1206922075', u'COPY_-1206922134')]
[(u'CALLIND_-1206922136', u'INDIRECT_-1206922075'), (u'CAST_-1206922070', u'CALLIND_-1206922136'), ('tmp_28', u'CAST_-1206922070'), ('const-0', u'RETURN_-1206922133'), (u'INDIRECT_-1206922075', u'COPY_-1206922134')]
null
null
0010d460
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rewind(FILE *__stream)\n\n{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}\n\n" comment (function_definition "void rewind(FILE *__stream)\n\n{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}" primitive_type (function_declarator "rewind(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}" { (expression_statement "(*(code *)PTR_rewind_002a2230)();" (call_expression "(*(code *)PTR_rewind_002a2230)()" (parenthesized_expression "(*(code *)PTR_rewind_002a2230)" ( (pointer_expression "*(code *)PTR_rewind_002a2230" * (cast_expression "(code *)PTR_rewind_002a2230" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rewind(FILE *__stream)\n\n{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}\n\n" comment (function_definition "void rewind(FILE *__stream)\n\n{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}" primitive_type (function_declarator "rewind(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}" { (expression_statement "(*(code *)PTR_rewind_002a2230)();" (call_expression "(*(code *)PTR_rewind_002a2230)()" (parenthesized_expression "(*(code *)PTR_rewind_002a2230)" ( (pointer_expression "*(code *)PTR_rewind_002a2230" * (cast_expression "(code *)PTR_rewind_002a2230" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void rewind(FILE *__stream)\n\n{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}\n\n" (function_definition "void rewind(FILE *__stream)\n\n{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}" primitive_type (function_declarator "rewind(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}" { (expression_statement "(*(code *)PTR_rewind_002a2230)();" (call_expression "(*(code *)PTR_rewind_002a2230)()" (parenthesized_expression "(*(code *)PTR_rewind_002a2230)" ( (pointer_expression "*(code *)PTR_rewind_002a2230" * (cast_expression "(code *)PTR_rewind_002a2230" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (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 rewind(FILE *__stream)\n\n{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}" (primitive_type "void") (function_declarator "rewind(FILE *__stream)" (identifier "rewind") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n (*(code *)PTR_rewind_002a2230)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_rewind_002a2230)();" (call_expression "(*(code *)PTR_rewind_002a2230)()" (parenthesized_expression "(*(code *)PTR_rewind_002a2230)" (( "(") (pointer_expression "*(code *)PTR_rewind_002a2230" (* "*") (cast_expression "(code *)PTR_rewind_002a2230" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_rewind_002a2230"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(type_1 *__stream) { (*(type_2 *)PTR_rewind_002a2230)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(FILE *__stream) { (*(code *)PTR_MASKED_002a2230)(); return; }
1699_openssl_and_openssl_strip.c
ssl_load_stores
FUN_00180420
int ssl_load_stores(SSL_CTX *ctx,char *vfyCApath,char *vfyCAfile,char *chCApath,char *chCAfile, stack_st_X509_CRL *crls,int crl_download) { int iVar1; X509_STORE *ctx_00; X509_STORE *ctx_01; ctx_01 = (X509_STORE *)((ulong)vfyCApath | (ulong)vfyCAfile); if (ctx_01 != (X509_STORE *)0x0) { ctx_01 = X509_STORE_new(); if (ctx_01 == (X509_STORE *)0x0) { ctx_00 = (X509_STORE *)0x0; iVar1 = 0; goto LAB_00180450; } ctx_00 = (X509_STORE *)0x0; iVar1 = X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath); if (iVar1 == 0) goto LAB_00180450; add_crls_store((X509_STORE *)ctx_01,crls); SSL_CTX_ctrl((SSL_CTX *)ctx,0x6a,1,ctx_01); if (crl_download != 0) { store_setup_crl_download((X509_STORE *)ctx_01); } } iVar1 = 1; ctx_00 = (X509_STORE *)((ulong)chCApath | (ulong)chCAfile); if (ctx_00 != (X509_STORE *)0x0) { ctx_00 = X509_STORE_new(); iVar1 = 0; if (ctx_00 != (X509_STORE *)0x0) { iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath); if (iVar1 != 0) { SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00); iVar1 = 1; } } } LAB_00180450: X509_STORE_free(ctx_01); X509_STORE_free(ctx_00); return iVar1; }
int FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5, undefined8 param_6,int param_7) { int iVar1; X509_STORE *ctx; X509_STORE *ctx_00; ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3); if (ctx_00 != (X509_STORE *)0x0) { ctx_00 = X509_STORE_new(); if (ctx_00 == (X509_STORE *)0x0) { ctx = (X509_STORE *)0x0; iVar1 = 0; goto LAB_00180450; } ctx = (X509_STORE *)0x0; iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2); if (iVar1 == 0) goto LAB_00180450; FUN_0017de20(ctx_00,param_6); SSL_CTX_ctrl(param_1,0x6a,1,ctx_00); if (param_7 != 0) { FUN_0017a020(ctx_00); } } iVar1 = 1; ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5); if (ctx != (X509_STORE *)0x0) { ctx = X509_STORE_new(); iVar1 = 0; if (ctx != (X509_STORE *)0x0) { iVar1 = X509_STORE_load_locations(ctx,param_5,param_4); if (iVar1 != 0) { SSL_CTX_ctrl(param_1,0x6b,1,ctx); iVar1 = 1; } } } LAB_00180450: X509_STORE_free(ctx_00); X509_STORE_free(ctx); return iVar1; }
PUSH R15 MOV R15,RDI PUSH R14 MOV R14,RCX PUSH R13 MOV R13,R8 PUSH R12 MOV R12,RSI PUSH RBP PUSH RBX SUB RSP,0x18 OR R12,RDX JNZ 0x00180478 MOV RBP,R14 MOV EBX,0x1 OR RBP,R13 JNZ 0x001804f0 MOV RDI,R12 CALL 0x001324d0 MOV RDI,RBP CALL 0x001324d0 ADD RSP,0x18 MOV EAX,EBX POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RBP,RSI MOV RBX,RDX MOV qword ptr [RSP + 0x8],R9 CALL 0x0012f7c0 MOV R12,RAX TEST RAX,RAX JZ 0x00180540 MOV RDX,RBP MOV RSI,RBX MOV RDI,RAX XOR EBP,EBP CALL 0x00131cc0 MOV EBX,EAX TEST EAX,EAX JZ 0x00180450 MOV R9,qword ptr [RSP + 0x8] MOV RDI,R12 MOV RSI,R9 CALL 0x0017de20 MOV RCX,R12 MOV EDX,0x1 MOV RDI,R15 MOV ESI,0x6a CALL 0x0012f780 MOV EAX,dword ptr [RSP + 0x50] TEST EAX,EAX JZ 0x0018043f MOV RDI,R12 CALL 0x0017a020 JMP 0x0018043f CALL 0x0012f7c0 XOR EBX,EBX MOV RBP,RAX TEST RAX,RAX JZ 0x00180450 MOV RDX,R14 MOV RSI,R13 MOV RDI,RAX CALL 0x00131cc0 MOV EBX,EAX TEST EAX,EAX JZ 0x00180450 MOV RCX,RBP MOV EDX,0x1 MOV ESI,0x6b MOV RDI,R15 CALL 0x0012f780 MOV EBX,0x1 JMP 0x00180450 XOR EBP,EBP XOR EBX,EBX JMP 0x00180450
null
null
null
null
[(u'CAST_-1207498949', u'INT_NOTEQUAL_-1207499671'), ('const-0', u'RETURN_-1207499554'), ('const-107', u'CALL_-1207499321'), ('const-0', u'INT_NOTEQUAL_-1207499331'), (u'CALL_-1207499426', u'INT_NOTEQUAL_-1207499395'), ('const-106', u'CALL_-1207499354'), ('const-0', u'INT_EQUAL_-1207499406'), (u'CAST_-1207498932', u'INT_OR_-1207499631'), (u'INT_EQUAL_-1207499461', u'CBRANCH_-1207499459'), ('const-1', u'CALL_-1207499354'), (u'CALL_-1207499479', u'CAST_-1207498825'), ('const-1', u'COPY_-1207498898'), (u'CAST_-1207498949', u'MULTIEQUAL_-1207499179'), ('tmp_572', u'CBRANCH_-1207499331'), (u'INT_NOTEQUAL_-1207499645', u'CBRANCH_-1207499643'), (u'CALL_-1207499426', u'CALL_-1207499371'), ('tmp_140', u'CBRANCH_-1207499643'), ('tmp_675', u'CAST_-1207498932'), (u'CAST_-1207498701', u'CALL_-1207499321'), (u'CAST_-1207498782', u'CALL_-1207499316'), ('tmp_675', u'CALL_-1207499371'), ('tmp_673', u'CAST_-1207498951'), (u'CALL_-1207499479', u'INT_EQUAL_-1207499461'), (u'INT_NOTEQUAL_-1207499352', u'CBRANCH_-1207499352'), ('const-0', u'INT_EQUAL_-1207499461'), ('tmp_674', u'CALL_-1207499424'), (u'COPY_-1207499328', u'RETURN_-1207499554'), ('tmp_673', u'CALL_-1207499424'), ('tmp_637', u'BRANCH_-1207499195'), (u'INT_NOTEQUAL_-1207499671', u'CBRANCH_-1207499669'), (u'COPY_-1207498882', u'MULTIEQUAL_-1207499068'), (u'CAST_-1207498951', u'INT_OR_-1207499657'), (u'CALL_-1207499479', u'CAST_-1207498782'), (u'COPY_-1207499219', u'MULTIEQUAL_-1207499215'), (u'CAST_-1207498931', u'INT_OR_-1207499631'), (u'CALL_-1207499479', u'CALL_-1207499424'), (u'INT_EQUAL_-1207499406', u'CBRANCH_-1207499405'), (u'CALL_-1207499426', u'CALL_-1207499321'), (u'MULTIEQUAL_-1207499215', u'CALL_-1207499616'), ('const-1', u'CALL_-1207499321'), (u'CAST_-1207498930', u'MULTIEQUAL_-1207499215'), (u'MULTIEQUAL_-1207499163', u'CALL_-1207499628'), (u'INT_OR_-1207499631', u'CAST_-1207498930'), ('tmp_677', u'CALL_-1207499382'), (u'CALL_-1207499371', u'MULTIEQUAL_-1207499068'), ('const-1', u'COPY_-1207499133'), (u'CALL_-1207499371', u'INT_NOTEQUAL_-1207499352'), (u'COPY_-1207499200', u'MULTIEQUAL_-1207499215'), (u'MULTIEQUAL_-1207499068', u'COPY_-1207499328'), (u'COPY_-1207499133', u'MULTIEQUAL_-1207499068'), ('const-0', u'COPY_-1207499200'), (u'CAST_-1207498930', u'INT_NOTEQUAL_-1207499645'), (u'CALL_-1207499479', u'MULTIEQUAL_-1207499163'), ('tmp_678', u'INT_NOTEQUAL_-1207499331'), ('const-0', u'INT_NOTEQUAL_-1207499395'), (u'INT_NOTEQUAL_-1207499395', u'CBRANCH_-1207499394'), ('const-0', u'INT_NOTEQUAL_-1207499671'), ('const-0', u'INT_NOTEQUAL_-1207499645'), (u'CALL_-1207499479', u'MULTIEQUAL_-1207499179'), (u'CAST_-1207498950', u'INT_OR_-1207499657'), (u'COPY_-1207498898', u'MULTIEQUAL_-1207499068'), (u'CALL_-1207499426', u'MULTIEQUAL_-1207499215'), ('tmp_500', u'CBRANCH_-1207499405'), ('tmp_676', u'CAST_-1207498931'), ('const-0', u'COPY_-1207498882'), ('tmp_674', u'CAST_-1207498950'), ('tmp_108', u'CBRANCH_-1207499669'), (u'CAST_-1207498803', u'CALL_-1207499354'), ('tmp_430', u'CBRANCH_-1207499459'), ('tmp_584', u'BRANCH_-1207499313'), ('const-0', u'INT_NOTEQUAL_-1207499352'), ('tmp_383', u'BRANCH_-1207499312'), ('const-0', u'COPY_-1207499424'), (u'MULTIEQUAL_-1207499179', u'MULTIEQUAL_-1207499163'), (u'CALL_-1207499479', u'CALL_-1207499354'), ('tmp_363', u'CBRANCH_-1207499352'), ('tmp_676', u'CALL_-1207499371'), (u'CAST_-1207498825', u'CALL_-1207499382'), ('const-0', u'COPY_-1207499219'), (u'COPY_-1207499424', u'MULTIEQUAL_-1207499068'), (u'CALL_-1207499424', u'MULTIEQUAL_-1207499068'), (u'INT_NOTEQUAL_-1207499331', u'CBRANCH_-1207499331'), ('tmp_672', u'CAST_-1207498803'), ('tmp_319', u'CBRANCH_-1207499394'), (u'INT_OR_-1207499657', u'CAST_-1207498949'), ('tmp_672', u'CAST_-1207498701'), (u'CALL_-1207499424', u'INT_EQUAL_-1207499406')]
[('const-0', u'RETURN_-1207499554'), ('tmp_1637', u'CALL_-1207499424'), ('const-0', u'INT_NOTEQUAL_-1207499331'), (u'CALL_-1207499426', u'INT_NOTEQUAL_-1207499395'), (u'CAST_-1207498952', u'MULTIEQUAL_-1207499182'), ('const-0', u'INT_EQUAL_-1207499406'), ('tmp_1637', u'CAST_-1207498954'), (u'CALL_-1207499424', u'MULTIEQUAL_-1207498946'), (u'CAST_-1207498954', u'INT_OR_-1207499657'), ('const-1', u'COPY_-1207499013'), (u'COPY_-1207498984', u'RETURN_-1207499554'), ('const-106', u'CALL_-1207499354'), (u'INT_EQUAL_-1207499461', u'CBRANCH_-1207499459'), (u'COPY_-1207498761', u'MULTIEQUAL_-1207498946'), ('const-1', u'CALL_-1207499321'), ('tmp_572', u'CBRANCH_-1207499331'), (u'INT_NOTEQUAL_-1207499645', u'CBRANCH_-1207499643'), (u'CALL_-1207499426', u'CALL_-1207499371'), ('tmp_140', u'CBRANCH_-1207499643'), ('tmp_1642', u'CALL_-1207499382'), (u'MULTIEQUAL_-1207499166', u'CALL_-1207499628'), (u'CAST_-1207498936', u'INT_NOTEQUAL_-1207499645'), (u'CAST_-1207498953', u'INT_OR_-1207499657'), (u'CALL_-1207499479', u'CALL_-1207499316'), (u'CALL_-1207499479', u'INT_EQUAL_-1207499461'), (u'INT_OR_-1207499631', u'CAST_-1207498936'), (u'INT_NOTEQUAL_-1207499352', u'CBRANCH_-1207499352'), ('tmp_1640', u'CALL_-1207499424'), ('const-0', u'INT_EQUAL_-1207499461'), ('tmp_637', u'BRANCH_-1207499195'), (u'INT_NOTEQUAL_-1207499671', u'CBRANCH_-1207499669'), ('tmp_1635', u'CAST_-1207498937'), (u'CAST_-1207498952', u'INT_NOTEQUAL_-1207499671'), (u'COPY_-1207499219', u'MULTIEQUAL_-1207499218'), (u'COPY_-1207498835', u'MULTIEQUAL_-1207498946'), (u'CALL_-1207499426', u'MULTIEQUAL_-1207499218'), (u'CALL_-1207499479', u'CALL_-1207499424'), (u'INT_EQUAL_-1207499406', u'CBRANCH_-1207499405'), (u'CALL_-1207499426', u'CALL_-1207499321'), ('const-0', u'COPY_-1207499203'), (u'CALL_-1207499371', u'INT_NOTEQUAL_-1207499352'), ('const-107', u'CALL_-1207499321'), (u'CAST_-1207498938', u'INT_OR_-1207499631'), (u'COPY_-1207498778', u'MULTIEQUAL_-1207498946'), ('const-1', u'CALL_-1207499354'), (u'MULTIEQUAL_-1207499218', u'CALL_-1207499616'), ('tmp_1633', u'CALL_-1207499371'), (u'COPY_-1207499013', u'MULTIEQUAL_-1207498946'), (u'CALL_-1207499371', u'MULTIEQUAL_-1207498946'), ('tmp_1631', u'CALL_-1207499354'), ('const-0', u'COPY_-1207498761'), ('tmp_1631', u'CALL_-1207499321'), ('const-0', u'INT_NOTEQUAL_-1207499395'), (u'MULTIEQUAL_-1207499182', u'MULTIEQUAL_-1207499166'), (u'INT_NOTEQUAL_-1207499395', u'CBRANCH_-1207499394'), ('const-0', u'INT_NOTEQUAL_-1207499671'), ('const-0', u'INT_NOTEQUAL_-1207499645'), (u'CAST_-1207498937', u'INT_OR_-1207499631'), (u'CALL_-1207499479', u'MULTIEQUAL_-1207499182'), (u'MULTIEQUAL_-1207498946', u'COPY_-1207498984'), ('tmp_500', u'CBRANCH_-1207499405'), ('tmp_108', u'CBRANCH_-1207499669'), ('tmp_430', u'CBRANCH_-1207499459'), ('tmp_584', u'BRANCH_-1207499313'), ('const-0', u'INT_NOTEQUAL_-1207499352'), (u'CALL_-1207499479', u'CALL_-1207499382'), ('tmp_383', u'BRANCH_-1207499312'), (u'INT_OR_-1207499657', u'CAST_-1207498952'), ('const-1', u'COPY_-1207498778'), (u'CALL_-1207499479', u'CALL_-1207499354'), ('tmp_363', u'CBRANCH_-1207499352'), ('tmp_1633', u'CAST_-1207498938'), ('const-0', u'COPY_-1207499219'), ('tmp_1635', u'CALL_-1207499371'), ('const-0', u'COPY_-1207498835'), (u'INT_NOTEQUAL_-1207499331', u'CBRANCH_-1207499331'), ('tmp_1640', u'CAST_-1207498953'), ('tmp_319', u'CBRANCH_-1207499394'), (u'COPY_-1207499203', u'MULTIEQUAL_-1207499218'), (u'CALL_-1207499424', u'INT_EQUAL_-1207499406'), (u'CAST_-1207498936', u'MULTIEQUAL_-1207499218'), ('tmp_2240', u'INT_NOTEQUAL_-1207499331'), (u'CALL_-1207499479', u'MULTIEQUAL_-1207499166')]
null
null
00180420
x64
O2
(translation_unit "int FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)\n\n{\n int iVar1;\n X509_STORE *ctx;\n X509_STORE *ctx_00;\n \n ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }\n iVar1 = 1;\n ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);\n if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_00);\n X509_STORE_free(ctx);\n return iVar1;\n}\n\n" (function_definition "int FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)\n\n{\n int iVar1;\n X509_STORE *ctx;\n X509_STORE *ctx_00;\n \n ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }\n iVar1 = 1;\n ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);\n if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_00);\n X509_STORE_free(ctx);\n return iVar1;\n}" primitive_type (function_declarator "FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)" identifier (parameter_list "(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)" ( (parameter_declaration "SSL_CTX *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" * identifier)) , (parameter_declaration "char *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "int param_7" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n X509_STORE *ctx;\n X509_STORE *ctx_00;\n \n ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }\n iVar1 = 1;\n ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);\n if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_00);\n X509_STORE_free(ctx);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "X509_STORE *ctx;" type_identifier (pointer_declarator "*ctx" * identifier) ;) (declaration "X509_STORE *ctx_00;" type_identifier (pointer_declarator "*ctx_00" * identifier) ;) (expression_statement "ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);" (assignment_expression "ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3)" identifier = (cast_expression "(X509_STORE *)((ulong)param_2 | (ulong)param_3)" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)param_2 | (ulong)param_3)" ( (binary_expression "(ulong)param_2 | (ulong)param_3" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) | (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) ;) (if_statement "if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }" if (parenthesized_expression "(ctx_00 != (X509_STORE *)0x0)" ( (binary_expression "ctx_00 != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }" { (expression_statement "ctx_00 = X509_STORE_new();" (assignment_expression "ctx_00 = X509_STORE_new()" identifier = (call_expression "X509_STORE_new()" identifier (argument_list "()" ( )))) ;) (if_statement "if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }" if (parenthesized_expression "(ctx_00 == (X509_STORE *)0x0)" ( (binary_expression "ctx_00 == (X509_STORE *)0x0" identifier == (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }" { (expression_statement "ctx = (X509_STORE *)0x0;" (assignment_expression "ctx = (X509_STORE *)0x0" identifier = (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00180450;" goto statement_identifier ;) })) (expression_statement "ctx = (X509_STORE *)0x0;" (assignment_expression "ctx = (X509_STORE *)0x0" identifier = (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);" (assignment_expression "iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2)" identifier = (call_expression "X509_STORE_load_locations(ctx_00,param_3,param_2)" identifier (argument_list "(ctx_00,param_3,param_2)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) goto LAB_00180450;" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00180450;" goto statement_identifier ;)) (expression_statement "FUN_0017de20(ctx_00,param_6);" (call_expression "FUN_0017de20(ctx_00,param_6)" identifier (argument_list "(ctx_00,param_6)" ( identifier , identifier ))) ;) (expression_statement "SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);" (call_expression "SSL_CTX_ctrl(param_1,0x6a,1,ctx_00)" identifier (argument_list "(param_1,0x6a,1,ctx_00)" ( identifier , number_literal , number_literal , identifier ))) ;) (if_statement "if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }" if (parenthesized_expression "(param_7 != 0)" ( (binary_expression "param_7 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0017a020(ctx_00);\n }" { (expression_statement "FUN_0017a020(ctx_00);" (call_expression "FUN_0017a020(ctx_00)" identifier (argument_list "(ctx_00)" ( identifier ))) ;) })) })) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) (expression_statement "ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);" (assignment_expression "ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5)" identifier = (cast_expression "(X509_STORE *)((ulong)param_4 | (ulong)param_5)" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)param_4 | (ulong)param_5)" ( (binary_expression "(ulong)param_4 | (ulong)param_5" (cast_expression "(ulong)param_4" ( (type_descriptor "ulong" type_identifier) ) identifier) | (cast_expression "(ulong)param_5" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) ;) (if_statement "if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }" if (parenthesized_expression "(ctx != (X509_STORE *)0x0)" ( (binary_expression "ctx != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }" { (expression_statement "ctx = X509_STORE_new();" (assignment_expression "ctx = X509_STORE_new()" identifier = (call_expression "X509_STORE_new()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }" if (parenthesized_expression "(ctx != (X509_STORE *)0x0)" ( (binary_expression "ctx != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }" { (expression_statement "iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);" (assignment_expression "iVar1 = X509_STORE_load_locations(ctx,param_5,param_4)" identifier = (call_expression "X509_STORE_load_locations(ctx,param_5,param_4)" identifier (argument_list "(ctx,param_5,param_4)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }" { (expression_statement "SSL_CTX_ctrl(param_1,0x6b,1,ctx);" (call_expression "SSL_CTX_ctrl(param_1,0x6b,1,ctx)" identifier (argument_list "(param_1,0x6b,1,ctx)" ( identifier , number_literal , number_literal , identifier ))) ;) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) })) })) })) (labeled_statement "LAB_00180450:\n X509_STORE_free(ctx_00);" statement_identifier : (expression_statement "X509_STORE_free(ctx_00);" (call_expression "X509_STORE_free(ctx_00)" identifier (argument_list "(ctx_00)" ( identifier ))) ;)) (expression_statement "X509_STORE_free(ctx);" (call_expression "X509_STORE_free(ctx)" identifier (argument_list "(ctx)" ( identifier ))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int ssl_load_stores(SSL_CTX *ctx,char *vfyCApath,char *vfyCAfile,char *chCApath,char *chCAfile,\n stack_st_X509_CRL *crls,int crl_download)\n\n{\n int iVar1;\n X509_STORE *ctx_00;\n X509_STORE *ctx_01;\n \n ctx_01 = (X509_STORE *)((ulong)vfyCApath | (ulong)vfyCAfile);\n if (ctx_01 != (X509_STORE *)0x0) {\n ctx_01 = X509_STORE_new();\n if (ctx_01 == (X509_STORE *)0x0) {\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath);\n if (iVar1 == 0) goto LAB_00180450;\n add_crls_store((X509_STORE *)ctx_01,crls);\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6a,1,ctx_01);\n if (crl_download != 0) {\n store_setup_crl_download((X509_STORE *)ctx_01);\n }\n }\n iVar1 = 1;\n ctx_00 = (X509_STORE *)((ulong)chCApath | (ulong)chCAfile);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n iVar1 = 0;\n if (ctx_00 != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath);\n if (iVar1 != 0) {\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_01);\n X509_STORE_free(ctx_00);\n return iVar1;\n}\n\n" (function_definition "int ssl_load_stores(SSL_CTX *ctx,char *vfyCApath,char *vfyCAfile,char *chCApath,char *chCAfile,\n stack_st_X509_CRL *crls,int crl_download)\n\n{\n int iVar1;\n X509_STORE *ctx_00;\n X509_STORE *ctx_01;\n \n ctx_01 = (X509_STORE *)((ulong)vfyCApath | (ulong)vfyCAfile);\n if (ctx_01 != (X509_STORE *)0x0) {\n ctx_01 = X509_STORE_new();\n if (ctx_01 == (X509_STORE *)0x0) {\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath);\n if (iVar1 == 0) goto LAB_00180450;\n add_crls_store((X509_STORE *)ctx_01,crls);\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6a,1,ctx_01);\n if (crl_download != 0) {\n store_setup_crl_download((X509_STORE *)ctx_01);\n }\n }\n iVar1 = 1;\n ctx_00 = (X509_STORE *)((ulong)chCApath | (ulong)chCAfile);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n iVar1 = 0;\n if (ctx_00 != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath);\n if (iVar1 != 0) {\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_01);\n X509_STORE_free(ctx_00);\n return iVar1;\n}" primitive_type (function_declarator "ssl_load_stores(SSL_CTX *ctx,char *vfyCApath,char *vfyCAfile,char *chCApath,char *chCAfile,\n stack_st_X509_CRL *crls,int crl_download)" identifier (parameter_list "(SSL_CTX *ctx,char *vfyCApath,char *vfyCAfile,char *chCApath,char *chCAfile,\n stack_st_X509_CRL *crls,int crl_download)" ( (parameter_declaration "SSL_CTX *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) , (parameter_declaration "char *vfyCApath" primitive_type (pointer_declarator "*vfyCApath" * identifier)) , (parameter_declaration "char *vfyCAfile" primitive_type (pointer_declarator "*vfyCAfile" * identifier)) , (parameter_declaration "char *chCApath" primitive_type (pointer_declarator "*chCApath" * identifier)) , (parameter_declaration "char *chCAfile" primitive_type (pointer_declarator "*chCAfile" * identifier)) , (parameter_declaration "stack_st_X509_CRL *crls" type_identifier (pointer_declarator "*crls" * identifier)) , (parameter_declaration "int crl_download" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n X509_STORE *ctx_00;\n X509_STORE *ctx_01;\n \n ctx_01 = (X509_STORE *)((ulong)vfyCApath | (ulong)vfyCAfile);\n if (ctx_01 != (X509_STORE *)0x0) {\n ctx_01 = X509_STORE_new();\n if (ctx_01 == (X509_STORE *)0x0) {\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath);\n if (iVar1 == 0) goto LAB_00180450;\n add_crls_store((X509_STORE *)ctx_01,crls);\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6a,1,ctx_01);\n if (crl_download != 0) {\n store_setup_crl_download((X509_STORE *)ctx_01);\n }\n }\n iVar1 = 1;\n ctx_00 = (X509_STORE *)((ulong)chCApath | (ulong)chCAfile);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n iVar1 = 0;\n if (ctx_00 != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath);\n if (iVar1 != 0) {\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_01);\n X509_STORE_free(ctx_00);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "X509_STORE *ctx_00;" type_identifier (pointer_declarator "*ctx_00" * identifier) ;) (declaration "X509_STORE *ctx_01;" type_identifier (pointer_declarator "*ctx_01" * identifier) ;) (expression_statement "ctx_01 = (X509_STORE *)((ulong)vfyCApath | (ulong)vfyCAfile);" (assignment_expression "ctx_01 = (X509_STORE *)((ulong)vfyCApath | (ulong)vfyCAfile)" identifier = (cast_expression "(X509_STORE *)((ulong)vfyCApath | (ulong)vfyCAfile)" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)vfyCApath | (ulong)vfyCAfile)" ( (binary_expression "(ulong)vfyCApath | (ulong)vfyCAfile" (cast_expression "(ulong)vfyCApath" ( (type_descriptor "ulong" type_identifier) ) identifier) | (cast_expression "(ulong)vfyCAfile" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) ;) (if_statement "if (ctx_01 != (X509_STORE *)0x0) {\n ctx_01 = X509_STORE_new();\n if (ctx_01 == (X509_STORE *)0x0) {\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath);\n if (iVar1 == 0) goto LAB_00180450;\n add_crls_store((X509_STORE *)ctx_01,crls);\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6a,1,ctx_01);\n if (crl_download != 0) {\n store_setup_crl_download((X509_STORE *)ctx_01);\n }\n }" if (parenthesized_expression "(ctx_01 != (X509_STORE *)0x0)" ( (binary_expression "ctx_01 != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx_01 = X509_STORE_new();\n if (ctx_01 == (X509_STORE *)0x0) {\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath);\n if (iVar1 == 0) goto LAB_00180450;\n add_crls_store((X509_STORE *)ctx_01,crls);\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6a,1,ctx_01);\n if (crl_download != 0) {\n store_setup_crl_download((X509_STORE *)ctx_01);\n }\n }" { (expression_statement "ctx_01 = X509_STORE_new();" (assignment_expression "ctx_01 = X509_STORE_new()" identifier = (call_expression "X509_STORE_new()" identifier (argument_list "()" ( )))) ;) (if_statement "if (ctx_01 == (X509_STORE *)0x0) {\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }" if (parenthesized_expression "(ctx_01 == (X509_STORE *)0x0)" ( (binary_expression "ctx_01 == (X509_STORE *)0x0" identifier == (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx_00 = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }" { (expression_statement "ctx_00 = (X509_STORE *)0x0;" (assignment_expression "ctx_00 = (X509_STORE *)0x0" identifier = (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00180450;" goto statement_identifier ;) })) (expression_statement "ctx_00 = (X509_STORE *)0x0;" (assignment_expression "ctx_00 = (X509_STORE *)0x0" identifier = (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar1 = X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath);" (assignment_expression "iVar1 = X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath)" identifier = (call_expression "X509_STORE_load_locations(ctx_01,vfyCAfile,vfyCApath)" identifier (argument_list "(ctx_01,vfyCAfile,vfyCApath)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) goto LAB_00180450;" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00180450;" goto statement_identifier ;)) (expression_statement "add_crls_store((X509_STORE *)ctx_01,crls);" (call_expression "add_crls_store((X509_STORE *)ctx_01,crls)" identifier (argument_list "((X509_STORE *)ctx_01,crls)" ( (cast_expression "(X509_STORE *)ctx_01" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "SSL_CTX_ctrl((SSL_CTX *)ctx,0x6a,1,ctx_01);" (call_expression "SSL_CTX_ctrl((SSL_CTX *)ctx,0x6a,1,ctx_01)" identifier (argument_list "((SSL_CTX *)ctx,0x6a,1,ctx_01)" ( (cast_expression "(SSL_CTX *)ctx" ( (type_descriptor "SSL_CTX *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , number_literal , identifier ))) ;) (if_statement "if (crl_download != 0) {\n store_setup_crl_download((X509_STORE *)ctx_01);\n }" if (parenthesized_expression "(crl_download != 0)" ( (binary_expression "crl_download != 0" identifier != number_literal) )) (compound_statement "{\n store_setup_crl_download((X509_STORE *)ctx_01);\n }" { (expression_statement "store_setup_crl_download((X509_STORE *)ctx_01);" (call_expression "store_setup_crl_download((X509_STORE *)ctx_01)" identifier (argument_list "((X509_STORE *)ctx_01)" ( (cast_expression "(X509_STORE *)ctx_01" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) })) })) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) (expression_statement "ctx_00 = (X509_STORE *)((ulong)chCApath | (ulong)chCAfile);" (assignment_expression "ctx_00 = (X509_STORE *)((ulong)chCApath | (ulong)chCAfile)" identifier = (cast_expression "(X509_STORE *)((ulong)chCApath | (ulong)chCAfile)" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)chCApath | (ulong)chCAfile)" ( (binary_expression "(ulong)chCApath | (ulong)chCAfile" (cast_expression "(ulong)chCApath" ( (type_descriptor "ulong" type_identifier) ) identifier) | (cast_expression "(ulong)chCAfile" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) ;) (if_statement "if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n iVar1 = 0;\n if (ctx_00 != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath);\n if (iVar1 != 0) {\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }\n }\n }" if (parenthesized_expression "(ctx_00 != (X509_STORE *)0x0)" ( (binary_expression "ctx_00 != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx_00 = X509_STORE_new();\n iVar1 = 0;\n if (ctx_00 != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath);\n if (iVar1 != 0) {\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }\n }\n }" { (expression_statement "ctx_00 = X509_STORE_new();" (assignment_expression "ctx_00 = X509_STORE_new()" identifier = (call_expression "X509_STORE_new()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (ctx_00 != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath);\n if (iVar1 != 0) {\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }\n }" if (parenthesized_expression "(ctx_00 != (X509_STORE *)0x0)" ( (binary_expression "ctx_00 != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath);\n if (iVar1 != 0) {\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }\n }" { (expression_statement "iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath);" (assignment_expression "iVar1 = X509_STORE_load_locations(ctx_00,chCAfile,chCApath)" identifier = (call_expression "X509_STORE_load_locations(ctx_00,chCAfile,chCApath)" identifier (argument_list "(ctx_00,chCAfile,chCApath)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);\n iVar1 = 1;\n }" { (expression_statement "SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00);" (call_expression "SSL_CTX_ctrl((SSL_CTX *)ctx,0x6b,1,ctx_00)" identifier (argument_list "((SSL_CTX *)ctx,0x6b,1,ctx_00)" ( (cast_expression "(SSL_CTX *)ctx" ( (type_descriptor "SSL_CTX *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , number_literal , identifier ))) ;) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) })) })) })) (labeled_statement "LAB_00180450:\n X509_STORE_free(ctx_01);" statement_identifier : (expression_statement "X509_STORE_free(ctx_01);" (call_expression "X509_STORE_free(ctx_01)" identifier (argument_list "(ctx_01)" ( identifier ))) ;)) (expression_statement "X509_STORE_free(ctx_00);" (call_expression "X509_STORE_free(ctx_00)" identifier (argument_list "(ctx_00)" ( identifier ))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)\n\n{\n int iVar1;\n X509_STORE *ctx;\n X509_STORE *ctx_00;\n \n ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }\n iVar1 = 1;\n ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);\n if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_00);\n X509_STORE_free(ctx);\n return iVar1;\n}\n\n" (function_definition "int FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)\n\n{\n int iVar1;\n X509_STORE *ctx;\n X509_STORE *ctx_00;\n \n ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }\n iVar1 = 1;\n ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);\n if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_00);\n X509_STORE_free(ctx);\n return iVar1;\n}" primitive_type (function_declarator "FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)" identifier (parameter_list "(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)" ( (parameter_declaration "SSL_CTX *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" * identifier)) , (parameter_declaration "char *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "int param_7" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n X509_STORE *ctx;\n X509_STORE *ctx_00;\n \n ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }\n iVar1 = 1;\n ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);\n if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_00);\n X509_STORE_free(ctx);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "X509_STORE *ctx;" type_identifier (pointer_declarator "*ctx" * identifier) ;) (declaration "X509_STORE *ctx_00;" type_identifier (pointer_declarator "*ctx_00" * identifier) ;) (expression_statement "ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);" (assignment_expression "ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3)" identifier = (cast_expression "(X509_STORE *)((ulong)param_2 | (ulong)param_3)" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)param_2 | (ulong)param_3)" ( (binary_expression "(ulong)param_2 | (ulong)param_3" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) | (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) ;) (if_statement "if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }" if (parenthesized_expression "(ctx_00 != (X509_STORE *)0x0)" ( (binary_expression "ctx_00 != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }" { (expression_statement "ctx_00 = X509_STORE_new();" (assignment_expression "ctx_00 = X509_STORE_new()" identifier = (call_expression "X509_STORE_new()" identifier (argument_list "()" ( )))) ;) (if_statement "if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }" if (parenthesized_expression "(ctx_00 == (X509_STORE *)0x0)" ( (binary_expression "ctx_00 == (X509_STORE *)0x0" identifier == (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }" { (expression_statement "ctx = (X509_STORE *)0x0;" (assignment_expression "ctx = (X509_STORE *)0x0" identifier = (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00180450;" goto statement_identifier ;) })) (expression_statement "ctx = (X509_STORE *)0x0;" (assignment_expression "ctx = (X509_STORE *)0x0" identifier = (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);" (assignment_expression "iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2)" identifier = (call_expression "X509_STORE_load_locations(ctx_00,param_3,param_2)" identifier (argument_list "(ctx_00,param_3,param_2)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) goto LAB_00180450;" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00180450;" goto statement_identifier ;)) (expression_statement "FUN_0017de20(ctx_00,param_6);" (call_expression "FUN_0017de20(ctx_00,param_6)" identifier (argument_list "(ctx_00,param_6)" ( identifier , identifier ))) ;) (expression_statement "SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);" (call_expression "SSL_CTX_ctrl(param_1,0x6a,1,ctx_00)" identifier (argument_list "(param_1,0x6a,1,ctx_00)" ( identifier , number_literal , number_literal , identifier ))) ;) (if_statement "if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }" if (parenthesized_expression "(param_7 != 0)" ( (binary_expression "param_7 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0017a020(ctx_00);\n }" { (expression_statement "FUN_0017a020(ctx_00);" (call_expression "FUN_0017a020(ctx_00)" identifier (argument_list "(ctx_00)" ( identifier ))) ;) })) })) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) (expression_statement "ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);" (assignment_expression "ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5)" identifier = (cast_expression "(X509_STORE *)((ulong)param_4 | (ulong)param_5)" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)param_4 | (ulong)param_5)" ( (binary_expression "(ulong)param_4 | (ulong)param_5" (cast_expression "(ulong)param_4" ( (type_descriptor "ulong" type_identifier) ) identifier) | (cast_expression "(ulong)param_5" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) ;) (if_statement "if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }" if (parenthesized_expression "(ctx != (X509_STORE *)0x0)" ( (binary_expression "ctx != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }" { (expression_statement "ctx = X509_STORE_new();" (assignment_expression "ctx = X509_STORE_new()" identifier = (call_expression "X509_STORE_new()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }" if (parenthesized_expression "(ctx != (X509_STORE *)0x0)" ( (binary_expression "ctx != (X509_STORE *)0x0" identifier != (cast_expression "(X509_STORE *)0x0" ( (type_descriptor "X509_STORE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }" { (expression_statement "iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);" (assignment_expression "iVar1 = X509_STORE_load_locations(ctx,param_5,param_4)" identifier = (call_expression "X509_STORE_load_locations(ctx,param_5,param_4)" identifier (argument_list "(ctx,param_5,param_4)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }" { (expression_statement "SSL_CTX_ctrl(param_1,0x6b,1,ctx);" (call_expression "SSL_CTX_ctrl(param_1,0x6b,1,ctx)" identifier (argument_list "(param_1,0x6b,1,ctx)" ( identifier , number_literal , number_literal , identifier ))) ;) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) })) })) })) (labeled_statement "LAB_00180450:\n X509_STORE_free(ctx_00);" statement_identifier : (expression_statement "X509_STORE_free(ctx_00);" (call_expression "X509_STORE_free(ctx_00)" identifier (argument_list "(ctx_00)" ( identifier ))) ;)) (expression_statement "X509_STORE_free(ctx);" (call_expression "X509_STORE_free(ctx)" identifier (argument_list "(ctx)" ( identifier ))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) | (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) | (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) })) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return IDENT ;) })))
(function_definition "int FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)\n\n{\n int iVar1;\n X509_STORE *ctx;\n X509_STORE *ctx_00;\n \n ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }\n iVar1 = 1;\n ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);\n if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_00);\n X509_STORE_free(ctx);\n return iVar1;\n}" (primitive_type "int") (function_declarator "FUN_00180420(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)" (identifier "FUN_00180420") (parameter_list "(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5,\n undefined8 param_6,int param_7)" (( "(") (parameter_declaration "SSL_CTX *param_1" (type_identifier "SSL_CTX") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "char *param_3" (primitive_type "char") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "char *param_4" (primitive_type "char") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "char *param_5" (primitive_type "char") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "int param_7" (primitive_type "int") (identifier "param_7")) () ")"))) (compound_statement "{\n int iVar1;\n X509_STORE *ctx;\n X509_STORE *ctx_00;\n \n ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);\n if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }\n iVar1 = 1;\n ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);\n if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }\nLAB_00180450:\n X509_STORE_free(ctx_00);\n X509_STORE_free(ctx);\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "X509_STORE *ctx;" (type_identifier "X509_STORE") (pointer_declarator "*ctx" (* "*") (identifier "ctx")) (; ";")) (declaration "X509_STORE *ctx_00;" (type_identifier "X509_STORE") (pointer_declarator "*ctx_00" (* "*") (identifier "ctx_00")) (; ";")) (expression_statement "ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3);" (assignment_expression "ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3)" (identifier "ctx_00") (= "=") (cast_expression "(X509_STORE *)((ulong)param_2 | (ulong)param_3)" (( "(") (type_descriptor "X509_STORE *" (type_identifier "X509_STORE") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)param_2 | (ulong)param_3)" (( "(") (binary_expression "(ulong)param_2 | (ulong)param_3" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (| "|") (cast_expression "(ulong)param_3" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_3"))) () ")")))) (; ";")) (if_statement "if (ctx_00 != (X509_STORE *)0x0) {\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }" (if "if") (parenthesized_expression "(ctx_00 != (X509_STORE *)0x0)" (( "(") (binary_expression "ctx_00 != (X509_STORE *)0x0" (identifier "ctx_00") (!= "!=") (cast_expression "(X509_STORE *)0x0" (( "(") (type_descriptor "X509_STORE *" (type_identifier "X509_STORE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n ctx_00 = X509_STORE_new();\n if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }\n ctx = (X509_STORE *)0x0;\n iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);\n if (iVar1 == 0) goto LAB_00180450;\n FUN_0017de20(ctx_00,param_6);\n SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);\n if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }\n }" ({ "{") (expression_statement "ctx_00 = X509_STORE_new();" (assignment_expression "ctx_00 = X509_STORE_new()" (identifier "ctx_00") (= "=") (call_expression "X509_STORE_new()" (identifier "X509_STORE_new") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (ctx_00 == (X509_STORE *)0x0) {\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }" (if "if") (parenthesized_expression "(ctx_00 == (X509_STORE *)0x0)" (( "(") (binary_expression "ctx_00 == (X509_STORE *)0x0" (identifier "ctx_00") (== "==") (cast_expression "(X509_STORE *)0x0" (( "(") (type_descriptor "X509_STORE *" (type_identifier "X509_STORE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n ctx = (X509_STORE *)0x0;\n iVar1 = 0;\n goto LAB_00180450;\n }" ({ "{") (expression_statement "ctx = (X509_STORE *)0x0;" (assignment_expression "ctx = (X509_STORE *)0x0" (identifier "ctx") (= "=") (cast_expression "(X509_STORE *)0x0" (( "(") (type_descriptor "X509_STORE *" (type_identifier "X509_STORE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" (identifier "iVar1") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_00180450;" (goto "goto") (statement_identifier "LAB_00180450") (; ";")) (} "}"))) (expression_statement "ctx = (X509_STORE *)0x0;" (assignment_expression "ctx = (X509_STORE *)0x0" (identifier "ctx") (= "=") (cast_expression "(X509_STORE *)0x0" (( "(") (type_descriptor "X509_STORE *" (type_identifier "X509_STORE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2);" (assignment_expression "iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2)" (identifier "iVar1") (= "=") (call_expression "X509_STORE_load_locations(ctx_00,param_3,param_2)" (identifier "X509_STORE_load_locations") (argument_list "(ctx_00,param_3,param_2)" (( "(") (identifier "ctx_00") (, ",") (identifier "param_3") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) goto LAB_00180450;" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00180450;" (goto "goto") (statement_identifier "LAB_00180450") (; ";"))) (expression_statement "FUN_0017de20(ctx_00,param_6);" (call_expression "FUN_0017de20(ctx_00,param_6)" (identifier "FUN_0017de20") (argument_list "(ctx_00,param_6)" (( "(") (identifier "ctx_00") (, ",") (identifier "param_6") () ")"))) (; ";")) (expression_statement "SSL_CTX_ctrl(param_1,0x6a,1,ctx_00);" (call_expression "SSL_CTX_ctrl(param_1,0x6a,1,ctx_00)" (identifier "SSL_CTX_ctrl") (argument_list "(param_1,0x6a,1,ctx_00)" (( "(") (identifier "param_1") (, ",") (number_literal "0x6a") (, ",") (number_literal "1") (, ",") (identifier "ctx_00") () ")"))) (; ";")) (if_statement "if (param_7 != 0) {\n FUN_0017a020(ctx_00);\n }" (if "if") (parenthesized_expression "(param_7 != 0)" (( "(") (binary_expression "param_7 != 0" (identifier "param_7") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0017a020(ctx_00);\n }" ({ "{") (expression_statement "FUN_0017a020(ctx_00);" (call_expression "FUN_0017a020(ctx_00)" (identifier "FUN_0017a020") (argument_list "(ctx_00)" (( "(") (identifier "ctx_00") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" (identifier "iVar1") (= "=") (number_literal "1")) (; ";")) (expression_statement "ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5);" (assignment_expression "ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5)" (identifier "ctx") (= "=") (cast_expression "(X509_STORE *)((ulong)param_4 | (ulong)param_5)" (( "(") (type_descriptor "X509_STORE *" (type_identifier "X509_STORE") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)param_4 | (ulong)param_5)" (( "(") (binary_expression "(ulong)param_4 | (ulong)param_5" (cast_expression "(ulong)param_4" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_4")) (| "|") (cast_expression "(ulong)param_5" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_5"))) () ")")))) (; ";")) (if_statement "if (ctx != (X509_STORE *)0x0) {\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }" (if "if") (parenthesized_expression "(ctx != (X509_STORE *)0x0)" (( "(") (binary_expression "ctx != (X509_STORE *)0x0" (identifier "ctx") (!= "!=") (cast_expression "(X509_STORE *)0x0" (( "(") (type_descriptor "X509_STORE *" (type_identifier "X509_STORE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n ctx = X509_STORE_new();\n iVar1 = 0;\n if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }\n }" ({ "{") (expression_statement "ctx = X509_STORE_new();" (assignment_expression "ctx = X509_STORE_new()" (identifier "ctx") (= "=") (call_expression "X509_STORE_new()" (identifier "X509_STORE_new") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" (identifier "iVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (ctx != (X509_STORE *)0x0) {\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }" (if "if") (parenthesized_expression "(ctx != (X509_STORE *)0x0)" (( "(") (binary_expression "ctx != (X509_STORE *)0x0" (identifier "ctx") (!= "!=") (cast_expression "(X509_STORE *)0x0" (( "(") (type_descriptor "X509_STORE *" (type_identifier "X509_STORE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);\n if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }\n }" ({ "{") (expression_statement "iVar1 = X509_STORE_load_locations(ctx,param_5,param_4);" (assignment_expression "iVar1 = X509_STORE_load_locations(ctx,param_5,param_4)" (identifier "iVar1") (= "=") (call_expression "X509_STORE_load_locations(ctx,param_5,param_4)" (identifier "X509_STORE_load_locations") (argument_list "(ctx,param_5,param_4)" (( "(") (identifier "ctx") (, ",") (identifier "param_5") (, ",") (identifier "param_4") () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n SSL_CTX_ctrl(param_1,0x6b,1,ctx);\n iVar1 = 1;\n }" ({ "{") (expression_statement "SSL_CTX_ctrl(param_1,0x6b,1,ctx);" (call_expression "SSL_CTX_ctrl(param_1,0x6b,1,ctx)" (identifier "SSL_CTX_ctrl") (argument_list "(param_1,0x6b,1,ctx)" (( "(") (identifier "param_1") (, ",") (number_literal "0x6b") (, ",") (number_literal "1") (, ",") (identifier "ctx") () ")"))) (; ";")) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" (identifier "iVar1") (= "=") (number_literal "1")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (labeled_statement "LAB_00180450:\n X509_STORE_free(ctx_00);" (statement_identifier "LAB_00180450") (: ":") (expression_statement "X509_STORE_free(ctx_00);" (call_expression "X509_STORE_free(ctx_00)" (identifier "X509_STORE_free") (argument_list "(ctx_00)" (( "(") (identifier "ctx_00") () ")"))) (; ";"))) (expression_statement "X509_STORE_free(ctx);" (call_expression "X509_STORE_free(ctx)" (identifier "X509_STORE_free") (argument_list "(ctx)" (( "(") (identifier "ctx") () ")"))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
int function_1(type_1 *ctx,char *vfyCApath,char *vfyCAfile,char *chCApath,char *chCAfile, type_2 *crls,int var_7) { int var_4; type_3 *var_9; type_3 *var_1; var_1 = (type_3 *)((type_4)vfyCApath | (type_4)vfyCAfile); if (var_1 != (type_3 *)0x0) { var_1 = var_2(); if (var_1 == (type_3 *)0x0) { var_9 = (type_3 *)0x0; var_4 = 0; goto LAB_00180450; } var_9 = (type_3 *)0x0; var_4 = var_3(var_1,vfyCAfile,vfyCApath); if (var_4 == 0) goto LAB_00180450; var_5((type_3 *)var_1,crls); var_6((type_1 *)ctx,0x6a,1,var_1); if (var_7 != 0) { var_8((type_3 *)var_1); } } var_4 = 1; var_9 = (type_3 *)((type_4)chCApath | (type_4)chCAfile); if (var_9 != (type_3 *)0x0) { var_9 = var_2(); var_4 = 0; if (var_9 != (type_3 *)0x0) { var_4 = var_3(var_9,chCAfile,chCApath); if (var_4 != 0) { var_6((type_1 *)ctx,0x6b,1,var_9); var_4 = 1; } } } LAB_00180450: var_10(var_1); var_10(var_9); return var_4; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (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 (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (identifier)))))
null
int MASKED(SSL_CTX *param_1,char *param_2,char *param_3,char *param_4,char *param_5, undefined8 param_6,int param_7) { int iVar1; X509_STORE *ctx; X509_STORE *ctx_00; ctx_00 = (X509_STORE *)((ulong)param_2 | (ulong)param_3); if (ctx_00 != (X509_STORE *)0x0) { ctx_00 = X509_STORE_new(); if (ctx_00 == (X509_STORE *)0x0) { ctx = (X509_STORE *)0x0; iVar1 = 0; goto LAB_00180450; } ctx = (X509_STORE *)0x0; iVar1 = X509_STORE_load_locations(ctx_00,param_3,param_2); if (iVar1 == 0) goto LAB_00180450; FUN_0017de20(ctx_00,param_6); SSL_CTX_ctrl(param_1,0x6a,1,ctx_00); if (param_7 != 0) { FUN_0017a020(ctx_00); } } iVar1 = 1; ctx = (X509_STORE *)((ulong)param_4 | (ulong)param_5); if (ctx != (X509_STORE *)0x0) { ctx = X509_STORE_new(); iVar1 = 0; if (ctx != (X509_STORE *)0x0) { iVar1 = X509_STORE_load_locations(ctx,param_5,param_4); if (iVar1 != 0) { SSL_CTX_ctrl(param_1,0x6b,1,ctx); iVar1 = 1; } } } LAB_00180450: X509_STORE_free(ctx_00); X509_STORE_free(ctx); return iVar1; }
10170_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
ctype_byname
FUN_00377ab0
/* std::ctype_byname<wchar_t>::ctype_byname(char const*, unsigned long) */ void __thiscall std::ctype_byname<wchar_t>::ctype_byname(ctype_byname<wchar_t> *this,char *param_1,ulong param_2) { long lVar1; byte *pbVar2; byte *pbVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; bVar7 = 0; ctype<wchar_t>::ctype((ctype<wchar_t> *)this,param_2); lVar1 = 2; bVar4 = false; bVar6 = false; *(undefined ***)this = &PTR__ctype_byname_004b7158; pbVar2 = (byte *)param_1; pbVar3 = (byte *)0x3f46a9; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar4 = *pbVar2 < *pbVar3; bVar6 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar6); bVar5 = false; bVar4 = (!bVar4 && !bVar6) == bVar4; if (!bVar4) { lVar1 = 6; pbVar2 = (byte *)param_1; pbVar3 = (byte *)"POSIX"; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar5 = *pbVar2 < *pbVar3; bVar4 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar4); if ((!bVar5 && !bVar4) != bVar5) { /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */ locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10)); locale::facet::_S_create_c_locale ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0); ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this); return; } } return; }
void FUN_00377ab0(undefined8 *param_1,byte *param_2,undefined8 param_3) { long lVar1; byte *pbVar2; byte *pbVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; bVar7 = 0; FUN_00377a10(param_1,param_3); lVar1 = 2; bVar4 = false; bVar6 = false; *param_1 = &PTR_FUN_004b7158; pbVar2 = param_2; pbVar3 = (byte *)0x3f46a9; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar4 = *pbVar2 < *pbVar3; bVar6 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar6); bVar5 = false; bVar4 = (!bVar4 && !bVar6) == bVar4; if (!bVar4) { lVar1 = 6; pbVar2 = param_2; pbVar3 = (byte *)"POSIX"; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar5 = *pbVar2 < *pbVar3; bVar4 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar4); if ((!bVar5 && !bVar4) != bVar5) { /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */ FUN_00379950(param_1 + 2); FUN_00379920(param_1 + 2,param_2,0); FUN_0036dce0(param_1); return; } } return; }
PUSH R12 PUSH RBP MOV RBP,RSI MOV RSI,RDX PUSH RBX MOV RBX,RDI CALL 0x00377a10 LEA RAX,[0x4b7148] MOV ECX,0x2 MOV RSI,RBP LEA RDI,[0x3f46a9] ADD RAX,0x10 MOV qword ptr [RBX],RAX CMPSB.REPE RDI,RSI SETA AL SBB AL,0x0 TEST AL,AL JZ 0x00377b04 MOV ECX,0x6 LEA RDI,[0x3ff7e7] MOV RSI,RBP CMPSB.REPE RDI,RSI SETA AL SBB AL,0x0 TEST AL,AL JNZ 0x00377b10 POP RBX POP RBP POP R12 RET LEA R12,[RBX + 0x10] MOV RDI,R12 CALL 0x00379950 XOR EDX,EDX MOV RSI,RBP MOV RDI,R12 CALL 0x00379920 MOV RDI,RBX POP RBX POP RBP POP R12 JMP 0x0036dce0
null
null
null
null
[(u'INDIRECT_-1205306206', u'INT_ZEXT_-1205306516'), (u'INT_EQUAL_-1205306595', u'MULTIEQUAL_-1205306184'), ('const--2', u'INT_MULT_-1205306143'), ('tmp_379', u'CBRANCH_-1205306474'), (u'COPY_-1205306158', u'MULTIEQUAL_-1205306211'), ('const-2', u'COPY_-1205306662'), ('const--2', u'INT_MULT_-1205306178'), (u'BOOL_NEGATE_-1205306168', u'BOOL_AND_-1205306558'), (u'INT_ZEXT_-1205306600', u'INT_MULT_-1205306178'), (u'CAST_-1205306006', u'CALL_-1205306376'), (u'COPY_-1205306652', u'COPY_-1205306162'), (u'MULTIEQUAL_-1205306188', u'LOAD_-1205306528'), (u'COPY_-1205306138', u'MULTIEQUAL_-1205306188'), ('tmp_521', u'CAST_-1205306096'), ('tmp_522', u'CAST_-1205306068'), ('const--2', u'INT_MULT_-1205306142'), (u'INT_ZEXT_-1205306516', u'INT_MULT_-1205306142'), (u'PTRADD_-1205306471', u'COPY_-1205306134'), ('tmp_80', u'CBRANCH_-1205306621'), ('const-0', u'COPY_-1205306644'), (u'MULTIEQUAL_-1205306202', u'MULTIEQUAL_-1205306199'), (u'COPY_-1205306574', u'MULTIEQUAL_-1205306178'), ('const-0', u'CALL_-1205306402'), (u'CAST_-1205306095', u'COPY_-1205306166'), ('const-433', u'LOAD_-1205306612'), ('const--2', u'INT_MULT_-1205306179'), (u'PTRADD_-1205306384', u'CAST_-1205306033'), (u'CAST_-1205306019', u'CALL_-1205306402'), (u'INT_ADD_-1205306522', u'MULTIEQUAL_-1205306218'), (u'INT_ADD_-1205306606', u'MULTIEQUAL_-1205306241'), (u'INT_MULT_-1205306143', u'INT_ADD_-1205306123'), ('tmp_522', u'CAST_-1205306095'), (u'MULTIEQUAL_-1205306188', u'PTRADD_-1205306471'), ('const-433', u'STORE_-1205306628'), ('const-1', u'INT_ADD_-1205306150'), (u'COPY_-1205306166', u'MULTIEQUAL_-1205306220'), ('const-4944216', u'PTRSUB_-1205306108'), (u'COPY_-1205306640', u'MULTIEQUAL_-1205306184'), (u'BOOL_AND_-1205306474', u'INT_NOTEQUAL_-1205306475'), (u'BOOL_NEGATE_-1205306127', u'CBRANCH_-1205306559'), (u'LOAD_-1205306528', u'INT_LESS_-1205306511'), (u'LOAD_-1205306528', u'INT_EQUAL_-1205306511'), (u'INT_EQUAL_-1205306511', u'MULTIEQUAL_-1205306160'), (u'INDIRECT_-1205306206', u'INT_ZEXT_-1205306521'), (u'PTRADD_-1205306466', u'COPY_-1205306138'), (u'INT_ADD_-1205306123', u'PTRADD_-1205306471'), (u'MULTIEQUAL_-1205306181', u'BOOL_NEGATE_-1205306168'), ('tmp_223', u'CBRANCH_-1205306559'), ('const-0', u'COPY_-1205306508'), ('const-433', u'LOAD_-1205306528'), (u'MULTIEQUAL_-1205306199', u'BOOL_NEGATE_-1205306169'), ('const-1', u'PTRADD_-1205306471'), (u'MULTIEQUAL_-1205306178', u'MULTIEQUAL_-1205306175'), (u'CAST_-1205306128', u'CALL_-1205306670'), ('const-4146857', u'COPY_-1205306652'), (u'LOAD_-1205306610', u'INT_LESS_-1205306595'), (u'LOAD_-1205306610', u'INT_EQUAL_-1205306595'), (u'INT_EQUAL_-1205306511', u'MULTIEQUAL_-1205306157'), ('const--1', u'INT_ADD_-1205306606'), ('const--1', u'INT_ADD_-1205306522'), ('tmp_234', u'CBRANCH_-1205306537'), (u'MULTIEQUAL_-1205306220', u'PTRADD_-1205306550'), ('tmp_147', u'CBRANCH_-1205306596'), (u'INT_LESS_-1205306595', u'MULTIEQUAL_-1205306202'), ('const-1', u'INT_ADD_-1205306122'), (u'COPY_-1205306134', u'MULTIEQUAL_-1205306188'), ('tmp_521', u'CAST_-1205306128'), (u'INDIRECT_-1205306206', u'INT_ZEXT_-1205306600'), (u'COPY_-1205306162', u'MULTIEQUAL_-1205306220'), (u'INT_ZEXT_-1205306605', u'INT_MULT_-1205306179'), (u'CAST_-1205306067', u'COPY_-1205306138'), (u'MULTIEQUAL_-1205306211', u'PTRADD_-1205306555'), (u'INT_MULT_-1205306178', u'INT_ADD_-1205306150'), (u'COPY_-1205306560', u'MULTIEQUAL_-1205306218'), (u'INT_LESS_-1205306595', u'MULTIEQUAL_-1205306199'), (u'INT_EQUAL_-1205306560', u'MULTIEQUAL_-1205306160'), ('const-0', u'INT_EQUAL_-1205306532'), (u'INT_ADD_-1205306150', u'PTRADD_-1205306550'), (u'COPY_-1205306142', u'MULTIEQUAL_-1205306197'), (u'LOAD_-1205306612', u'INT_LESS_-1205306595'), (u'LOAD_-1205306612', u'INT_EQUAL_-1205306595'), (u'INT_LESS_-1205306511', u'MULTIEQUAL_-1205306175'), (u'INT_EQUAL_-1205306616', u'CBRANCH_-1205306621'), (u'PTRADD_-1205306550', u'COPY_-1205306162'), (u'BOOL_NEGATE_-1205306132', u'BOOL_AND_-1205306474'), ('const-0', u'RETURN_-1205306448'), ('const-1', u'INT_ADD_-1205306151'), (u'PTRSUB_-1205306108', u'STORE_-1205306628'), (u'COPY_-1205306554', u'CAST_-1205306067'), (u'INT_LESS_-1205306511', u'MULTIEQUAL_-1205306178'), (u'MULTIEQUAL_-1205306160', u'MULTIEQUAL_-1205306157'), (u'INT_MULT_-1205306179', u'INT_ADD_-1205306151'), ('tmp_301', u'CBRANCH_-1205306512'), (u'MULTIEQUAL_-1205306197', u'LOAD_-1205306526'), (u'MULTIEQUAL_-1205306199', u'INT_EQUAL_-1205306560'), ('const-0', u'INT_EQUAL_-1205306616'), (u'COPY_-1205306162', u'MULTIEQUAL_-1205306211'), (u'INT_MULT_-1205306142', u'INT_ADD_-1205306122'), ('const-1', u'PTRADD_-1205306466'), (u'BOOL_AND_-1205306558', u'INT_EQUAL_-1205306560'), ('const-1', u'PTRADD_-1205306384'), (u'INT_ADD_-1205306151', u'PTRADD_-1205306555'), (u'MULTIEQUAL_-1205306157', u'BOOL_NEGATE_-1205306132'), (u'CALL_-1205306670', u'INDIRECT_-1205306206'), ('tmp_523', u'CALL_-1205306670'), ('const-1', u'PTRADD_-1205306555'), ('const-0', u'RETURN_-1205306372'), ('const-433', u'LOAD_-1205306610'), (u'LOAD_-1205306526', u'INT_LESS_-1205306511'), (u'LOAD_-1205306526', u'INT_EQUAL_-1205306511'), (u'COPY_-1205306138', u'MULTIEQUAL_-1205306197'), (u'MULTIEQUAL_-1205306241', u'INT_EQUAL_-1205306616'), (u'BOOL_NEGATE_-1205306133', u'BOOL_AND_-1205306474'), ('tmp_521', u'CAST_-1205306006'), (u'MULTIEQUAL_-1205306197', u'PTRADD_-1205306466'), (u'INT_NOTEQUAL_-1205306475', u'CBRANCH_-1205306474'), ('const-6', u'COPY_-1205306560'), ('const-0', u'PTRSUB_-1205306108'), (u'MULTIEQUAL_-1205306175', u'INT_NOTEQUAL_-1205306475'), (u'COPY_-1205306644', u'MULTIEQUAL_-1205306202'), ('const-433', u'LOAD_-1205306526'), (u'MULTIEQUAL_-1205306241', u'INT_ADD_-1205306606'), (u'PTRADD_-1205306384', u'CAST_-1205306019'), ('const-1', u'INT_ADD_-1205306123'), ('tmp_522', u'CALL_-1205306402'), ('const-1', u'PTRADD_-1205306550'), (u'CAST_-1205306033', u'CALL_-1205306430'), (u'BOOL_NEGATE_-1205306169', u'BOOL_AND_-1205306558'), (u'MULTIEQUAL_-1205306218', u'INT_ADD_-1205306522'), (u'INT_EQUAL_-1205306511', u'CBRANCH_-1205306512'), (u'INT_EQUAL_-1205306532', u'CBRANCH_-1205306537'), (u'MULTIEQUAL_-1205306218', u'INT_EQUAL_-1205306532'), (u'COPY_-1205306662', u'MULTIEQUAL_-1205306241'), (u'MULTIEQUAL_-1205306220', u'LOAD_-1205306610'), (u'INT_EQUAL_-1205306595', u'MULTIEQUAL_-1205306181'), ('const-0', u'COPY_-1205306574'), (u'CAST_-1205306068', u'COPY_-1205306142'), (u'PTRADD_-1205306555', u'COPY_-1205306158'), (u'INT_EQUAL_-1205306560', u'BOOL_NEGATE_-1205306127'), ('const-16', u'PTRADD_-1205306384'), (u'CAST_-1205306096', u'STORE_-1205306628'), ('tmp_521', u'PTRADD_-1205306384'), (u'INT_ADD_-1205306122', u'PTRADD_-1205306466'), (u'INT_ZEXT_-1205306521', u'INT_MULT_-1205306143'), (u'INDIRECT_-1205306206', u'INT_ZEXT_-1205306605'), (u'MULTIEQUAL_-1205306175', u'BOOL_NEGATE_-1205306133'), (u'INT_EQUAL_-1205306595', u'CBRANCH_-1205306596'), ('const-0', u'COPY_-1205306640'), (u'MULTIEQUAL_-1205306184', u'MULTIEQUAL_-1205306181'), (u'MULTIEQUAL_-1205306211', u'LOAD_-1205306612'), ('const-4192231', u'COPY_-1205306554')]
[('const-0', u'PTRSUB_-1205306108'), (u'INDIRECT_-1205306206', u'INT_ZEXT_-1205306516'), (u'INT_EQUAL_-1205306595', u'MULTIEQUAL_-1205306184'), ('tmp_379', u'CBRANCH_-1205306474'), ('const-2', u'COPY_-1205306662'), (u'BOOL_NEGATE_-1205306168', u'BOOL_AND_-1205306558'), (u'INT_ZEXT_-1205306600', u'INT_MULT_-1205306178'), (u'MULTIEQUAL_-1205306188', u'LOAD_-1205306528'), (u'INT_ZEXT_-1205306516', u'INT_MULT_-1205306142'), ('tmp_80', u'CBRANCH_-1205306621'), ('const--2', u'INT_MULT_-1205306143'), (u'MULTIEQUAL_-1205306202', u'MULTIEQUAL_-1205306199'), (u'COPY_-1205306161', u'MULTIEQUAL_-1205306211'), (u'COPY_-1205306574', u'MULTIEQUAL_-1205306178'), (u'COPY_-1205306141', u'MULTIEQUAL_-1205306197'), (u'COPY_-1205306133', u'MULTIEQUAL_-1205306188'), ('const-4146857', u'COPY_-1205306652'), (u'COPY_-1205306554', u'CAST_-1205306070'), (u'INT_ADD_-1205306522', u'MULTIEQUAL_-1205306218'), (u'INT_ADD_-1205306606', u'MULTIEQUAL_-1205306241'), (u'INT_MULT_-1205306143', u'INT_ADD_-1205306123'), (u'MULTIEQUAL_-1205306188', u'PTRADD_-1205306471'), ('const-8', u'PTRADD_-1205306052'), (u'COPY_-1205306640', u'MULTIEQUAL_-1205306184'), (u'PTRADD_-1205306052', u'CALL_-1205306402'), (u'BOOL_AND_-1205306474', u'INT_NOTEQUAL_-1205306475'), (u'BOOL_NEGATE_-1205306127', u'CBRANCH_-1205306559'), (u'LOAD_-1205306528', u'INT_LESS_-1205306511'), (u'LOAD_-1205306528', u'INT_EQUAL_-1205306511'), ('const--1', u'INT_ADD_-1205306522'), (u'INT_EQUAL_-1205306511', u'MULTIEQUAL_-1205306160'), ('const-0', u'COPY_-1205306640'), (u'INDIRECT_-1205306206', u'INT_ZEXT_-1205306521'), ('const-0', u'COPY_-1205306644'), (u'INT_ADD_-1205306123', u'PTRADD_-1205306471'), ('tmp_1213', u'PTRADD_-1205306052'), (u'MULTIEQUAL_-1205306181', u'BOOL_NEGATE_-1205306168'), ('tmp_223', u'CBRANCH_-1205306559'), ('const-0', u'COPY_-1205306508'), (u'MULTIEQUAL_-1205306199', u'BOOL_NEGATE_-1205306169'), (u'PTRADD_-1205306555', u'COPY_-1205306157'), (u'MULTIEQUAL_-1205306178', u'MULTIEQUAL_-1205306175'), (u'LOAD_-1205306610', u'INT_LESS_-1205306595'), (u'LOAD_-1205306610', u'INT_EQUAL_-1205306595'), (u'INT_EQUAL_-1205306511', u'MULTIEQUAL_-1205306157'), ('const--2', u'INT_MULT_-1205306142'), ('const-2', u'PTRADD_-1205306052'), ('tmp_1213', u'CALL_-1205306670'), (u'PTRADD_-1205306550', u'COPY_-1205306161'), ('tmp_234', u'CBRANCH_-1205306537'), (u'MULTIEQUAL_-1205306220', u'PTRADD_-1205306550'), ('tmp_147', u'CBRANCH_-1205306596'), (u'INT_LESS_-1205306595', u'MULTIEQUAL_-1205306202'), (u'INDIRECT_-1205306206', u'INT_ZEXT_-1205306600'), (u'INT_ZEXT_-1205306605', u'INT_MULT_-1205306179'), (u'PTRADD_-1205306471', u'COPY_-1205306133'), (u'MULTIEQUAL_-1205306211', u'PTRADD_-1205306555'), (u'INT_MULT_-1205306178', u'INT_ADD_-1205306150'), (u'COPY_-1205306560', u'MULTIEQUAL_-1205306218'), (u'INT_LESS_-1205306595', u'MULTIEQUAL_-1205306199'), (u'INT_EQUAL_-1205306560', u'MULTIEQUAL_-1205306160'), ('const-1', u'PTRADD_-1205306555'), ('const-0', u'INT_EQUAL_-1205306532'), (u'INT_ADD_-1205306150', u'PTRADD_-1205306550'), (u'LOAD_-1205306612', u'INT_EQUAL_-1205306595'), (u'LOAD_-1205306612', u'INT_LESS_-1205306595'), (u'PTRADD_-1205306052', u'CALL_-1205306430'), (u'INT_LESS_-1205306511', u'MULTIEQUAL_-1205306175'), (u'INT_EQUAL_-1205306616', u'CBRANCH_-1205306621'), ('const-1', u'INT_ADD_-1205306151'), (u'BOOL_NEGATE_-1205306132', u'BOOL_AND_-1205306474'), ('tmp_1213', u'STORE_-1205306628'), (u'COPY_-1205306157', u'MULTIEQUAL_-1205306211'), ('const-0', u'RETURN_-1205306448'), ('const-4192231', u'COPY_-1205306554'), (u'COPY_-1205306137', u'MULTIEQUAL_-1205306188'), (u'COPY_-1205306165', u'MULTIEQUAL_-1205306220'), (u'PTRSUB_-1205306108', u'STORE_-1205306628'), ('const-1', u'INT_ADD_-1205306150'), (u'INT_LESS_-1205306511', u'MULTIEQUAL_-1205306178'), (u'MULTIEQUAL_-1205306160', u'MULTIEQUAL_-1205306157'), (u'INT_MULT_-1205306179', u'INT_ADD_-1205306151'), ('tmp_301', u'CBRANCH_-1205306512'), ('tmp_1210', u'COPY_-1205306165'), (u'MULTIEQUAL_-1205306197', u'LOAD_-1205306526'), (u'PTRADD_-1205306466', u'COPY_-1205306137'), (u'MULTIEQUAL_-1205306199', u'INT_EQUAL_-1205306560'), ('const-0', u'INT_EQUAL_-1205306616'), (u'INT_MULT_-1205306142', u'INT_ADD_-1205306122'), (u'BOOL_AND_-1205306558', u'INT_EQUAL_-1205306560'), (u'INT_ADD_-1205306151', u'PTRADD_-1205306555'), (u'MULTIEQUAL_-1205306157', u'BOOL_NEGATE_-1205306132'), ('const-433', u'LOAD_-1205306612'), (u'CALL_-1205306670', u'INDIRECT_-1205306206'), ('const-0', u'RETURN_-1205306372'), (u'LOAD_-1205306526', u'INT_LESS_-1205306511'), (u'LOAD_-1205306526', u'INT_EQUAL_-1205306511'), ('const-4944216', u'PTRSUB_-1205306108'), ('tmp_1210', u'COPY_-1205306141'), (u'MULTIEQUAL_-1205306241', u'INT_EQUAL_-1205306616'), ('const-1', u'PTRADD_-1205306466'), (u'BOOL_NEGATE_-1205306133', u'BOOL_AND_-1205306474'), ('const-1', u'INT_ADD_-1205306123'), (u'CAST_-1205306070', u'COPY_-1205306137'), ('const-1', u'INT_ADD_-1205306122'), (u'MULTIEQUAL_-1205306197', u'PTRADD_-1205306466'), (u'INT_NOTEQUAL_-1205306475', u'CBRANCH_-1205306474'), ('tmp_1213', u'CALL_-1205306376'), (u'COPY_-1205306161', u'MULTIEQUAL_-1205306220'), ('tmp_1210', u'CALL_-1205306402'), ('const-6', u'COPY_-1205306560'), ('const-1', u'PTRADD_-1205306471'), ('const-433', u'LOAD_-1205306528'), (u'MULTIEQUAL_-1205306175', u'INT_NOTEQUAL_-1205306475'), ('const--2', u'INT_MULT_-1205306178'), (u'COPY_-1205306137', u'MULTIEQUAL_-1205306197'), (u'COPY_-1205306644', u'MULTIEQUAL_-1205306202'), ('tmp_1211', u'CALL_-1205306670'), (u'MULTIEQUAL_-1205306241', u'INT_ADD_-1205306606'), ('const-433', u'LOAD_-1205306526'), (u'BOOL_NEGATE_-1205306169', u'BOOL_AND_-1205306558'), ('const-0', u'CALL_-1205306402'), (u'MULTIEQUAL_-1205306218', u'INT_ADD_-1205306522'), (u'INT_EQUAL_-1205306511', u'CBRANCH_-1205306512'), ('const--2', u'INT_MULT_-1205306179'), (u'INT_EQUAL_-1205306532', u'CBRANCH_-1205306537'), (u'MULTIEQUAL_-1205306218', u'INT_EQUAL_-1205306532'), (u'COPY_-1205306662', u'MULTIEQUAL_-1205306241'), (u'COPY_-1205306652', u'COPY_-1205306161'), ('const-1', u'PTRADD_-1205306550'), (u'MULTIEQUAL_-1205306220', u'LOAD_-1205306610'), (u'INT_EQUAL_-1205306595', u'MULTIEQUAL_-1205306181'), ('const-0', u'COPY_-1205306574'), (u'INT_EQUAL_-1205306560', u'BOOL_NEGATE_-1205306127'), ('const-433', u'LOAD_-1205306610'), (u'INT_ADD_-1205306122', u'PTRADD_-1205306466'), (u'INT_ZEXT_-1205306521', u'INT_MULT_-1205306143'), (u'INDIRECT_-1205306206', u'INT_ZEXT_-1205306605'), (u'MULTIEQUAL_-1205306175', u'BOOL_NEGATE_-1205306133'), ('const-433', u'STORE_-1205306628'), (u'INT_EQUAL_-1205306595', u'CBRANCH_-1205306596'), (u'MULTIEQUAL_-1205306184', u'MULTIEQUAL_-1205306181'), ('const--1', u'INT_ADD_-1205306606'), (u'MULTIEQUAL_-1205306211', u'LOAD_-1205306612')]
null
null
00377ab0
x64
O2
(translation_unit "void FUN_00377ab0(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00377a10(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b7158;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00377ab0(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00377a10(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b7158;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00377ab0(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 identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00377a10(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b7158;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "FUN_00377a10(param_1,param_3);" (call_expression "FUN_00377a10(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier ))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_004b7158;" (assignment_expression "*param_1 = &PTR_FUN_004b7158" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b7158" & identifier)) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)0x3f46a9;" (assignment_expression "pbVar3 = (byte *)0x3f46a9" identifier = (cast_expression "(byte *)0x3f46a9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }" { comment (expression_statement "FUN_00379950(param_1 + 2);" (call_expression "FUN_00379950(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_00379920(param_1 + 2,param_2,0);" (call_expression "FUN_00379920(param_1 + 2,param_2,0)" identifier (argument_list "(param_1 + 2,param_2,0)" ( (binary_expression "param_1 + 2" identifier + number_literal) , identifier , number_literal ))) ;) (expression_statement "FUN_0036dce0(param_1);" (call_expression "FUN_0036dce0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
(translation_unit "/* std::ctype_byname<wchar_t>::ctype_byname(char const*, unsigned long) */\n\nvoid __thiscall\nstd::ctype_byname<wchar_t>::ctype_byname(ctype_byname<wchar_t> *this,char *param_1,ulong param_2)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n ctype<wchar_t>::ctype((ctype<wchar_t> *)this,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__ctype_byname_004b7158;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this);\n return;\n }\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\nstd::ctype_byname<wchar_t>::ctype_byname(ctype_byname<wchar_t> *this,char *param_1,ulong param_2)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n ctype<wchar_t>::ctype((ctype<wchar_t> *)this,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__ctype_byname_004b7158;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this);\n return;\n }\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ctype_byname<wchar_t>::" identifier : : identifier < identifier > : :) (function_declarator "ctype_byname(ctype_byname<wchar_t> *this,char *param_1,ulong param_2)" identifier (parameter_list "(ctype_byname<wchar_t> *this,char *param_1,ulong param_2)" ( (parameter_declaration "ctype_byname<wchar_t> *this" type_identifier (ERROR "<wchar_t>" < identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n ctype<wchar_t>::ctype((ctype<wchar_t> *)this,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__ctype_byname_004b7158;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "ctype<wchar_t>::ctype((ctype<wchar_t> *)this,param_2);" (binary_expression "ctype<wchar_t>::ctype((ctype<wchar_t> *)this,param_2)" (binary_expression "ctype<wchar_t" identifier < identifier) > (ERROR "::" : :) (call_expression "ctype((ctype<wchar_t> *)this,param_2)" identifier (argument_list "((ctype<wchar_t> *)this,param_2)" ( (parenthesized_expression "(ctype<wchar_t> *)this,param_2)" ( (comma_expression "ctype<wchar_t> *)this,param_2" (binary_expression "ctype<wchar_t> *)this" (binary_expression "ctype<wchar_t" identifier < identifier) > (pointer_expression "*)this" * (ERROR ")" )) identifier)) , identifier) )) )))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*(undefined ***)this = &PTR__ctype_byname_004b7158;" (assignment_expression "*(undefined ***)this = &PTR__ctype_byname_004b7158" (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__ctype_byname_004b7158" & identifier)) ;) (expression_statement "pbVar2 = (byte *)param_1;" (assignment_expression "pbVar2 = (byte *)param_1" identifier = (cast_expression "(byte *)param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)0x3f46a9;" (assignment_expression "pbVar3 = (byte *)0x3f46a9" identifier = (cast_expression "(byte *)0x3f46a9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = (byte *)param_1;" (assignment_expression "pbVar2 = (byte *)param_1" identifier = (cast_expression "(byte *)param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this);\n return;\n }" { comment (labeled_statement "locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));" statement_identifier : (ERROR ":" :) (expression_statement "_S_destroy_c_locale((__locale_struct **)(this + 0x10));" (call_expression "_S_destroy_c_locale((__locale_struct **)(this + 0x10))" identifier (argument_list "((__locale_struct **)(this + 0x10))" ( (cast_expression "(__locale_struct **)(this + 0x10)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))) ))) ;))) (labeled_statement "locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" (call_expression "_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0)" identifier (argument_list "((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0)" ( (cast_expression "(__locale_struct **)(this + 0x10)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))) , identifier , (cast_expression "(__locale_struct *)0x0" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;))) (expression_statement "ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this);" (binary_expression "ctype<wchar_t>::_M_initialize_ctype((ctype<wchar_t> *)this)" (binary_expression "ctype<wchar_t" identifier < identifier) > (ERROR "::" : :) (call_expression "_M_initialize_ctype((ctype<wchar_t> *)this)" identifier (argument_list "((ctype<wchar_t> *)this)" ( (parenthesized_expression "(ctype<wchar_t> *)this)" ( (binary_expression "ctype<wchar_t> *)this" (binary_expression "ctype<wchar_t" identifier < identifier) > (pointer_expression "*)this" * (ERROR ")" )) identifier)) )) )))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00377ab0(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00377a10(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b7158;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00377ab0(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00377a10(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b7158;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00377ab0(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 identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00377a10(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b7158;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "FUN_00377a10(param_1,param_3);" (call_expression "FUN_00377a10(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier ))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_004b7158;" (assignment_expression "*param_1 = &PTR_FUN_004b7158" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b7158" & identifier)) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)0x3f46a9;" (assignment_expression "pbVar3 = (byte *)0x3f46a9" identifier = (cast_expression "(byte *)0x3f46a9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }" { (expression_statement "FUN_00379950(param_1 + 2);" (call_expression "FUN_00379950(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_00379920(param_1 + 2,param_2,0);" (call_expression "FUN_00379920(param_1 + 2,param_2,0)" identifier (argument_list "(param_1 + 2,param_2,0)" ( (binary_expression "param_1 + 2" identifier + number_literal) , identifier , number_literal ))) ;) (expression_statement "FUN_0036dce0(param_1);" (call_expression "FUN_0036dce0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (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 ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })) })) (return_statement return ;) })))
(function_definition "void FUN_00377ab0(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00377a10(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b7158;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00377ab0(undefined8 *param_1,byte *param_2,undefined8 param_3)" (identifier "FUN_00377ab0") (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") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00377a10(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b7158;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46a9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "byte *pbVar2;" (type_identifier "byte") (pointer_declarator "*pbVar2" (* "*") (identifier "pbVar2")) (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "bool bVar6;" (primitive_type "bool") (identifier "bVar6") (; ";")) (declaration "byte bVar7;" (type_identifier "byte") (identifier "bVar7") (; ";")) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" (identifier "bVar7") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00377a10(param_1,param_3);" (call_expression "FUN_00377a10(param_1,param_3)" (identifier "FUN_00377a10") (argument_list "(param_1,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" (identifier "lVar1") (= "=") (number_literal "2")) (; ";")) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" (identifier "bVar4") (= "=") (false "false")) (; ";")) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" (identifier "bVar6") (= "=") (false "false")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_004b7158;" (assignment_expression "*param_1 = &PTR_FUN_004b7158" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004b7158" (& "&") (identifier "PTR_FUN_004b7158"))) (; ";")) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" (identifier "pbVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar3 = (byte *)0x3f46a9;" (assignment_expression "pbVar3 = (byte *)0x3f46a9" (identifier "pbVar3") (= "=") (cast_expression "(byte *)0x3f46a9" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x3f46a9"))) (; ";")) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" (do "do") (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar1 == 0) break;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" (identifier "bVar4") (= "=") (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (< "<") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" (identifier "bVar6") (= "=") (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (== "==") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" (identifier "pbVar2") (= "=") (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" (identifier "pbVar2") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar6)" (( "(") (identifier "bVar6") () ")")) (; ";")) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" (identifier "bVar5") (= "=") (false "false")) (; ";")) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" (identifier "bVar4") (= "=") (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" (( "(") (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" (! "!") (identifier "bVar4")) (&& "&&") (unary_expression "!bVar6" (! "!") (identifier "bVar6"))) () ")")) (== "==") (identifier "bVar4"))) (; ";")) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }" (if "if") (parenthesized_expression "(!bVar4)" (( "(") (unary_expression "!bVar4" (! "!") (identifier "bVar4")) () ")")) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }\n }" ({ "{") (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" (identifier "lVar1") (= "=") (number_literal "6")) (; ";")) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" (identifier "pbVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" (identifier "pbVar3") (= "=") (cast_expression "(byte *)"POSIX"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""POSIX"" (" """) (string_content "POSIX") (" """)))) (; ";")) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" (do "do") (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar1 == 0) break;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" (identifier "bVar5") (= "=") (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (< "<") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" (identifier "bVar4") (= "=") (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (== "==") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" (identifier "pbVar2") (= "=") (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" (identifier "pbVar2") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (; ";")) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }" (if "if") (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" (( "(") (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" (( "(") (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" (! "!") (identifier "bVar5")) (&& "&&") (unary_expression "!bVar4" (! "!") (identifier "bVar4"))) () ")")) (!= "!=") (identifier "bVar5")) () ")")) (compound_statement "{\n \n FUN_00379950(param_1 + 2);\n FUN_00379920(param_1 + 2,param_2,0);\n FUN_0036dce0(param_1);\n return;\n }" ({ "{") (expression_statement "FUN_00379950(param_1 + 2);" (call_expression "FUN_00379950(param_1 + 2)" (identifier "FUN_00379950") (argument_list "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))) (; ";")) (expression_statement "FUN_00379920(param_1 + 2,param_2,0);" (call_expression "FUN_00379920(param_1 + 2,param_2,0)" (identifier "FUN_00379920") (argument_list "(param_1 + 2,param_2,0)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) (, ",") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_0036dce0(param_1);" (call_expression "FUN_0036dce0(param_1)" (identifier "FUN_0036dce0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::ctype_byname<wchar_t>::ctype_byname(char const*, unsigned long) */ void __thiscall std::function_1<var_2>::function_1(function_1<var_2> *var_9,char *param_1,type_1 param_2) { long var_3; type_2 *var_4; type_2 *var_5; bool var_6; bool var_7; bool bVar6; type_2 bVar7; bVar7 = 0; var_1<var_2>::var_1((var_1<var_2> *)var_9,param_2); var_3 = 2; var_6 = false; bVar6 = false; *(type_3 ***)var_9 = &PTR__ctype_byname_004b7158; var_4 = (type_2 *)param_1; var_5 = (type_2 *)0x3f46a9; do { if (var_3 == 0) break; var_3 = var_3 + -1; var_6 = *var_4 < *var_5; bVar6 = *var_4 == *var_5; var_4 = var_4 + (type_1)bVar7 * -2 + 1; var_5 = var_5 + (type_1)bVar7 * -2 + 1; } while (bVar6); var_7 = false; var_6 = (!var_6 && !bVar6) == var_6; if (!var_6) { var_3 = 6; var_4 = (type_2 *)param_1; var_5 = (type_2 *)"POSIX"; do { if (var_3 == 0) break; var_3 = var_3 + -1; var_7 = *var_4 < *var_5; var_6 = *var_4 == *var_5; var_4 = var_4 + (type_1)bVar7 * -2 + 1; var_5 = var_5 + (type_1)bVar7 * -2 + 1; } while (var_6); if ((!var_7 && !var_6) != var_7) { /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */ locale::facet::var_8((type_4 **)(var_9 + 0x10)); locale::facet::var_10 ((type_4 **)(var_9 + 0x10),param_1,(type_4 *)0x0); var_1<var_2>::var_11((var_1<var_2> *)var_9); 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))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (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)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (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: (number_literal)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))) (return_statement))))
null
void MASKED(undefined8 *param_1,byte *param_2,undefined8 param_3) { long lVar1; byte *pbVar2; byte *pbVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; bVar7 = 0; FUN_00377a10(param_1,param_3); lVar1 = 2; bVar4 = false; bVar6 = false; *param_1 = &PTR_FUN_004b7158; pbVar2 = param_2; pbVar3 = (byte *)0x3f46a9; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar4 = *pbVar2 < *pbVar3; bVar6 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar6); bVar5 = false; bVar4 = (!bVar4 && !bVar6) == bVar4; if (!bVar4) { lVar1 = 6; pbVar2 = param_2; pbVar3 = (byte *)"POSIX"; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar5 = *pbVar2 < *pbVar3; bVar4 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar4); if ((!bVar5 && !bVar4) != bVar5) { /* try { // try from 00377b17 to 00377b28 has its CatchHandler @ 00377b35 */ FUN_00379950(param_1 + 2); FUN_00379920(param_1 + 2,param_2,0); FUN_0036dce0(param_1); return; } } return; }
95_chcon_and_chcon_strip.c
hash_insert_if_absent.cold.8
FUN_0010255c
void hash_insert_if_absent_cold_8(void) { /* WARNING: Subroutine does not return */ abort(); }
void FUN_0010255c(void) { /* WARNING: Subroutine does not return */ abort(); }
CALL 0x00102030
null
null
null
null
[('const-1', u'RETURN_-1206966934')]
[('const-1', u'RETURN_-1206966934')]
null
null
0010255c
x64
O2
(translation_unit "void FUN_0010255c(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void FUN_0010255c(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "FUN_0010255c(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n}" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void hash_insert_if_absent_cold_8(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void hash_insert_if_absent_cold_8(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "hash_insert_if_absent_cold_8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n}" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0010255c(void)\n\n{\n \n abort();\n}\n\n" (function_definition "void FUN_0010255c(void)\n\n{\n \n abort();\n}" primitive_type (function_declarator "FUN_0010255c(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n abort();\n}" { (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0010255c(void)\n\n{\n \n abort();\n}" (primitive_type "void") (function_declarator "FUN_0010255c(void)" (identifier "FUN_0010255c") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n abort();\n}" ({ "{") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { /* WARNING: Subroutine does not return */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { /* WARNING: Subroutine does not return */ abort(); }
552_diff_and_diff_strip.c
iswalnum
iswalnum
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int iswalnum(wint_t __wc) { /* WARNING: Bad instruction - Truncating control flow here */ /* iswalnum@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int iswalnum(wint_t __wc) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207135694')]
[('const-1', u'RETURN_-1207135694')]
null
null
00139228
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswalnum(wint_t __wc)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int iswalnum(wint_t __wc)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "iswalnum(wint_t __wc)" identifier (parameter_list "(wint_t __wc)" ( (parameter_declaration "wint_t __wc" type_identifier identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswalnum(wint_t __wc)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* iswalnum@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int iswalnum(wint_t __wc)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* iswalnum@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "iswalnum(wint_t __wc)" identifier (parameter_list "(wint_t __wc)" ( (parameter_declaration "wint_t __wc" type_identifier identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* iswalnum@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int iswalnum(wint_t __wc)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int iswalnum(wint_t __wc)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "iswalnum(wint_t __wc)" identifier (parameter_list "(wint_t __wc)" ( (parameter_declaration "wint_t __wc" type_identifier identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int iswalnum(wint_t __wc)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "iswalnum(wint_t __wc)" (identifier "iswalnum") (parameter_list "(wint_t __wc)" (( "(") (parameter_declaration "wint_t __wc" (type_identifier "wint_t") (identifier "__wc")) () ")"))) (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 __wc) { /* WARNING: Bad instruction - Truncating control flow here */ /* iswalnum@@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: (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(wint_t __wc) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
9363_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
do_transform
FUN_00314a50
/* std::__facet_shims::(anonymous namespace)::collate_shim<wchar_t>::do_transform(wchar_t const*, wchar_t const*) const */ wchar_t * std::__facet_shims::(anonymous_namespace)::collate_shim<wchar_t>::do_transform (wchar_t *param_1,wchar_t *param_2) { allocator local_49; wchar_t *local_48; ulong local_40; code *local_28; local_28 = (code *)0x0; /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */ __collate_transform<wchar_t>(*(undefined8 *)(param_2 + 6),&local_48); if (local_28 != (code *)0x0) { std::wstring::wstring((wstring *)param_1,local_48,local_40,&local_49); if (local_28 != (code *)0x0) { (*local_28)(&local_48); } return param_1; } /* WARNING: Subroutine does not return */ /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */ __throw_logic_error("uninitialized __any_string"); }
undefined8 FUN_00314a50(undefined8 param_1,long param_2) { undefined1 local_49; undefined8 local_48; undefined8 local_40; code *local_28; local_28 = (code *)0x0; /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */ FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48); if (local_28 != (code *)0x0) { FUN_00357540(param_1,local_48,local_40,&local_49); if (local_28 != (code *)0x0) { (*local_28)(&local_48); } return param_1; } /* WARNING: Subroutine does not return */ /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */ FUN_003194d0("uninitialized __any_string"); }
PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x48 MOV RDI,qword ptr [RSI + 0x18] MOV qword ptr [RSP + 0x30],0x0 LEA RBP,[RSP + 0x10] MOV RSI,RBP CALL 0x00311e30 CMP qword ptr [RSP + 0x30],0x0 JZ 0x00314aab MOV RDX,qword ptr [RSP + 0x18] MOV RSI,qword ptr [RSP + 0x10] LEA RCX,[RSP + 0xf] MOV RDI,RBX CALL 0x00357540 MOV RAX,qword ptr [RSP + 0x30] TEST RAX,RAX JZ 0x00314aa1 MOV RDI,RBP CALL RAX ADD RSP,0x48 MOV RAX,RBX POP RBX POP RBP RET LEA RDI,[0x391f44] CALL 0x003194d0
null
null
null
null
[('tmp_270', u'PTRADD_-1204925584'), ('const-0', u'RETURN_-1204925681'), (u'CALL_-1204925808', u'INDIRECT_-1204925595'), (u'CALL_-1204925808', u'INDIRECT_-1204925585'), ('const-3743556', u'COPY_-1204925560'), (u'INDIRECT_-1204925585', u'INT_NOTEQUAL_-1204925790'), ('const-1', u'RETURN_-1204925667'), ('const--73', u'PTRSUB_-1204925537'), (u'CALL_-1204925752', u'INDIRECT_-1204925552'), ('tmp_109', u'CBRANCH_-1204925786'), (u'INDIRECT_-1204925590', u'CALL_-1204925752'), ('tmp_269', u'CAST_-1204925529'), (u'PTRADD_-1204925584', u'CAST_-1204925582'), (u'PTRSUB_-1204925569', u'CALLIND_-1204925715'), (u'INDIRECT_-1204925595', u'CALL_-1204925752'), ('const--72', u'PTRSUB_-1204925569'), (u'PTRSUB_-1204925569', u'CALL_-1204925808'), ('tmp_493', u'PTRSUB_-1204925569'), ('const-0', u'INT_NOTEQUAL_-1204925790'), (u'CAST_-1204925529', u'CALL_-1204925752'), ('const-6', u'PTRADD_-1204925584'), (u'COPY_-1204925706', u'RETURN_-1204925681'), (u'LOAD_-1204925844', u'CALL_-1204925808'), (u'INDIRECT_-1204925552', u'CALLIND_-1204925715'), ('tmp_174', u'CBRANCH_-1204925728'), (u'CALL_-1204925672', u'INDIRECT_-1204925516'), ('const-0', u'COPY_-1204925837'), (u'INT_NOTEQUAL_-1204925729', u'CBRANCH_-1204925728'), (u'CALL_-1204925808', u'INDIRECT_-1204925590'), (u'INDIRECT_-1204925552', u'INT_NOTEQUAL_-1204925729'), (u'CALLIND_-1204925715', u'INDIRECT_-1204925533'), (u'CAST_-1204925582', u'LOAD_-1204925844'), ('const-4', u'PTRADD_-1204925584'), (u'INT_NOTEQUAL_-1204925790', u'CBRANCH_-1204925786'), ('const-0', u'INT_NOTEQUAL_-1204925729'), ('tmp_269', u'COPY_-1204925706'), (u'PTRSUB_-1204925537', u'CALL_-1204925752'), (u'COPY_-1204925560', u'CALL_-1204925672'), ('const-433', u'LOAD_-1204925844'), ('tmp_493', u'PTRSUB_-1204925537')]
[('const-0', u'RETURN_-1204925681'), (u'CALL_-1204925808', u'INDIRECT_-1204925595'), (u'CALL_-1204925808', u'INDIRECT_-1204925585'), (u'INDIRECT_-1204925585', u'INT_NOTEQUAL_-1204925790'), ('const-1', u'RETURN_-1204925667'), ('tmp_494', u'PTRSUB_-1204925570'), (u'CALL_-1204925752', u'INDIRECT_-1204925552'), ('tmp_109', u'CBRANCH_-1204925786'), (u'INDIRECT_-1204925590', u'CALL_-1204925752'), ('tmp_496', u'COPY_-1204925706'), (u'INDIRECT_-1204925595', u'CALL_-1204925752'), ('const-24', u'INT_ADD_-1204925828'), ('const-433', u'LOAD_-1204925844'), (u'CAST_-1204925583', u'LOAD_-1204925844'), (u'COPY_-1204925706', u'RETURN_-1204925681'), (u'LOAD_-1204925844', u'CALL_-1204925808'), (u'PTRSUB_-1204925538', u'CALL_-1204925752'), (u'INDIRECT_-1204925552', u'CALLIND_-1204925715'), ('tmp_174', u'CBRANCH_-1204925728'), (u'CALL_-1204925672', u'INDIRECT_-1204925516'), (u'INT_NOTEQUAL_-1204925729', u'CBRANCH_-1204925728'), (u'PTRSUB_-1204925570', u'CALLIND_-1204925715'), ('const--73', u'PTRSUB_-1204925538'), (u'CALL_-1204925808', u'INDIRECT_-1204925590'), (u'INDIRECT_-1204925552', u'INT_NOTEQUAL_-1204925729'), ('const-3743556', u'COPY_-1204925560'), (u'CALLIND_-1204925715', u'INDIRECT_-1204925533'), (u'PTRSUB_-1204925570', u'CALL_-1204925808'), ('const-0', u'INT_NOTEQUAL_-1204925790'), ('tmp_494', u'PTRSUB_-1204925538'), (u'INT_ADD_-1204925828', u'CAST_-1204925583'), (u'INT_NOTEQUAL_-1204925790', u'CBRANCH_-1204925786'), ('const--72', u'PTRSUB_-1204925570'), ('const-0', u'INT_NOTEQUAL_-1204925729'), ('tmp_496', u'CALL_-1204925752'), (u'COPY_-1204925560', u'CALL_-1204925672'), ('tmp_497', u'INT_ADD_-1204925828'), ('const-0', u'COPY_-1204925837')]
null
null
00314a50
x64
O2
(translation_unit "undefined8 FUN_00314a50(undefined8 param_1,long param_2)\n\n{\n undefined1 local_49;\n undefined8 local_48;\n undefined8 local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */\n FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */\n FUN_003194d0("uninitialized __any_string");\n}\n\n" (function_definition "undefined8 FUN_00314a50(undefined8 param_1,long param_2)\n\n{\n undefined1 local_49;\n undefined8 local_48;\n undefined8 local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */\n FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */\n FUN_003194d0("uninitialized __any_string");\n}" type_identifier (function_declarator "FUN_00314a50(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 undefined1 local_49;\n undefined8 local_48;\n undefined8 local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */\n FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */\n FUN_003194d0("uninitialized __any_string");\n}" { (declaration "undefined1 local_49;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) comment (expression_statement "FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);" (call_expression "FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48)" identifier (argument_list "(*(undefined8 *)(param_2 + 0x18),&local_48)" ( (pointer_expression "*(undefined8 *)(param_2 + 0x18)" * (cast_expression "(undefined8 *)(param_2 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "&local_48" & identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" { (expression_statement "FUN_00357540(param_1,local_48,local_40,&local_49);" (call_expression "FUN_00357540(param_1,local_48,local_40,&local_49)" identifier (argument_list "(param_1,local_48,local_40,&local_49)" ( identifier , identifier , identifier , (pointer_expression "&local_49" & identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return param_1;" return identifier ;) })) comment comment (expression_statement "FUN_003194d0("uninitialized __any_string");" (call_expression "FUN_003194d0("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) })))
(translation_unit "/* std::__facet_shims::(anonymous namespace)::collate_shim<wchar_t>::do_transform(wchar_t const*,\n wchar_t const*) const */\n\nwchar_t * std::__facet_shims::(anonymous_namespace)::collate_shim<wchar_t>::do_transform\n (wchar_t *param_1,wchar_t *param_2)\n\n{\n allocator local_49;\n wchar_t *local_48;\n ulong local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */\n __collate_transform<wchar_t>(*(undefined8 *)(param_2 + 6),&local_48);\n if (local_28 != (code *)0x0) {\n std::wstring::wstring((wstring *)param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */\n __throw_logic_error("uninitialized __any_string");\n}\n\n" comment (ERROR "wchar_t * std::" (binary_expression "wchar_t * std" identifier * identifier) : :) (labeled_statement "__facet_shims::(anonymous_namespace)::collate_shim<wchar_t>::do_transform\n (wchar_t *param_1,wchar_t *param_2)" statement_identifier (ERROR "::(anonymous_namespace)::collate_shim<wchar_t>:" : : (parenthesized_expression "(anonymous_namespace)" ( identifier )) : : (binary_expression "collate_shim<wchar_t" identifier < identifier) > :) : (expression_statement "do_transform\n (wchar_t *param_1,wchar_t *param_2)" (call_expression "do_transform\n (wchar_t *param_1,wchar_t *param_2)" identifier (argument_list "(wchar_t *param_1,wchar_t *param_2)" ( (binary_expression "wchar_t *param_1" identifier * identifier) , (binary_expression "wchar_t *param_2" identifier * identifier) ))) ;)) (compound_statement "{\n allocator local_49;\n wchar_t *local_48;\n ulong local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */\n __collate_transform<wchar_t>(*(undefined8 *)(param_2 + 6),&local_48);\n if (local_28 != (code *)0x0) {\n std::wstring::wstring((wstring *)param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */\n __throw_logic_error("uninitialized __any_string");\n}" { (declaration "allocator local_49;" type_identifier identifier ;) (declaration "wchar_t *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "ulong local_40;" type_identifier identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) comment (expression_statement "__collate_transform<wchar_t>(*(undefined8 *)(param_2 + 6),&local_48);" (binary_expression "__collate_transform<wchar_t>(*(undefined8 *)(param_2 + 6),&local_48)" (binary_expression "__collate_transform<wchar_t" identifier < identifier) > (parenthesized_expression "(*(undefined8 *)(param_2 + 6),&local_48)" ( (comma_expression "*(undefined8 *)(param_2 + 6),&local_48" (pointer_expression "*(undefined8 *)(param_2 + 6)" * (cast_expression "(undefined8 *)(param_2 + 6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 6)" ( (binary_expression "param_2 + 6" identifier + number_literal) )))) , (pointer_expression "&local_48" & identifier)) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n std::wstring::wstring((wstring *)param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n std::wstring::wstring((wstring *)param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" { (labeled_statement "std::wstring::wstring((wstring *)param_1,local_48,local_40,&local_49);" statement_identifier : (ERROR ":" :) (labeled_statement "wstring::wstring((wstring *)param_1,local_48,local_40,&local_49);" statement_identifier : (ERROR ":" :) (expression_statement "wstring((wstring *)param_1,local_48,local_40,&local_49);" (call_expression "wstring((wstring *)param_1,local_48,local_40,&local_49)" identifier (argument_list "((wstring *)param_1,local_48,local_40,&local_49)" ( (cast_expression "(wstring *)param_1" ( (type_descriptor "wstring *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , (pointer_expression "&local_49" & identifier) ))) ;))) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return param_1;" return identifier ;) })) comment comment (expression_statement "__throw_logic_error("uninitialized __any_string");" (call_expression "__throw_logic_error("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) }))
(translation_unit "undefined8 FUN_00314a50(undefined8 param_1,long param_2)\n\n{\n undefined1 local_49;\n undefined8 local_48;\n undefined8 local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}\n\n" (function_definition "undefined8 FUN_00314a50(undefined8 param_1,long param_2)\n\n{\n undefined1 local_49;\n undefined8 local_48;\n undefined8 local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}" type_identifier (function_declarator "FUN_00314a50(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 undefined1 local_49;\n undefined8 local_48;\n undefined8 local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}" { (declaration "undefined1 local_49;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);" (call_expression "FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48)" identifier (argument_list "(*(undefined8 *)(param_2 + 0x18),&local_48)" ( (pointer_expression "*(undefined8 *)(param_2 + 0x18)" * (cast_expression "(undefined8 *)(param_2 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "&local_48" & identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" { (expression_statement "FUN_00357540(param_1,local_48,local_40,&local_49);" (call_expression "FUN_00357540(param_1,local_48,local_40,&local_49)" identifier (argument_list "(param_1,local_48,local_40,&local_49)" ( identifier , identifier , identifier , (pointer_expression "&local_49" & identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_003194d0("uninitialized __any_string");" (call_expression "FUN_003194d0("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) ))) ;) })) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })))
(function_definition "undefined8 FUN_00314a50(undefined8 param_1,long param_2)\n\n{\n undefined1 local_49;\n undefined8 local_48;\n undefined8 local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}" (type_identifier "undefined8") (function_declarator "FUN_00314a50(undefined8 param_1,long param_2)" (identifier "FUN_00314a50") (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 undefined1 local_49;\n undefined8 local_48;\n undefined8 local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}" ({ "{") (declaration "undefined1 local_49;" (type_identifier "undefined1") (identifier "local_49") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_40;" (type_identifier "undefined8") (identifier "local_40") (; ";")) (declaration "code *local_28;" (type_identifier "code") (pointer_declarator "*local_28" (* "*") (identifier "local_28")) (; ";")) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" (identifier "local_28") (= "=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48);" (call_expression "FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48)" (identifier "FUN_00311e30") (argument_list "(*(undefined8 *)(param_2 + 0x18),&local_48)" (( "(") (pointer_expression "*(undefined8 *)(param_2 + 0x18)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (if_statement "if (local_28 != (code *)0x0) {\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" (if "if") (parenthesized_expression "(local_28 != (code *)0x0)" (( "(") (binary_expression "local_28 != (code *)0x0" (identifier "local_28") (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_00357540(param_1,local_48,local_40,&local_49);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" ({ "{") (expression_statement "FUN_00357540(param_1,local_48,local_40,&local_49);" (call_expression "FUN_00357540(param_1,local_48,local_40,&local_49)" (identifier "FUN_00357540") (argument_list "(param_1,local_48,local_40,&local_49)" (( "(") (identifier "param_1") (, ",") (identifier "local_48") (, ",") (identifier "local_40") (, ",") (pointer_expression "&local_49" (& "&") (identifier "local_49")) () ")"))) (; ";")) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" (if "if") (parenthesized_expression "(local_28 != (code *)0x0)" (( "(") (binary_expression "local_28 != (code *)0x0" (identifier "local_28") (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (*local_28)(&local_48);\n }" ({ "{") (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" (( "(") (pointer_expression "*local_28" (* "*") (identifier "local_28")) () ")")) (argument_list "(&local_48)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_003194d0("uninitialized __any_string");" (call_expression "FUN_003194d0("uninitialized __any_string")" (identifier "FUN_003194d0") (argument_list "("uninitialized __any_string")" (( "(") (string_literal ""uninitialized __any_string"" (" """) (string_content "uninitialized __any_string") (" """)) () ")"))) (; ";")) (} "}")))
/* std::__facet_shims::(anonymous namespace)::collate_shim<wchar_t>::do_transform(wchar_t const*, wchar_t const*) const */ var_2 * std::__facet_shims::(anonymous_namespace)::collate_shim<var_2>::var_1 (var_2 *var_3,var_2 *var_4) { type_1 local_49; var_2 *local_48; type_2 local_40; type_3 *var_6; var_6 = (type_3 *)0x0; /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */ var_5<var_2>(*(type_4 *)(var_4 + 6),&local_48); if (var_6 != (type_3 *)0x0) { std::wstring::var_7((var_7 *)var_3,local_48,local_40,&local_49); if (var_6 != (type_3 *)0x0) { (*var_6)(&local_48); } return var_3; } /* WARNING: Subroutine does not return */ /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */ var_8("uninitialized __any_string"); }
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 (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))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (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 (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (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 (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier))))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))))
null
undefined8 MASKED(undefined8 param_1,long param_2) { undefined1 local_49; undefined8 local_48; undefined8 local_40; code *local_28; local_28 = (code *)0x0; /* try { // try from 00314a6e to 00314a91 has its CatchHandler @ 00314ab7 */ FUN_00311e30(*(undefined8 *)(param_2 + 0x18),&local_48); if (local_28 != (code *)0x0) { FUN_00357540(param_1,local_48,local_40,&local_49); if (local_28 != (code *)0x0) { (*local_28)(&local_48); } return param_1; } /* WARNING: Subroutine does not return */ /* try { // try from 00314ab2 to 00314ab6 has its CatchHandler @ 00314ab7 */ FUN_003194d0("uninitialized __any_string"); }
7220_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
value
FUN_002cb9f0
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: uint64_t value(Section_expression * this, Expression_eval_info * eei) */ uint64_t __thiscall gold::Section_expression::value(Section_expression *this,Expression_eval_info *eei) { char *name; Script_options *pSVar1; bool bVar2; int iVar3; Output_section *pOVar4; undefined4 extraout_var; undefined4 extraout_var_00; undefined4 extraout_var_01; uint64_t address; uint64_t load_address; uint64_t addralign; uint64_t size; name = (this->section_name_)._M_dataplus._M_p; pOVar4 = Layout::find_output_section(eei->layout,name); if (pOVar4 != (Output_section *)0x0) { iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4); return CONCAT44(extraout_var,iVar3); } pSVar1 = eei->layout->script_options_; if (((pSVar1->script_sections_).saw_sections_clause_ != false) && (bVar2 = Script_sections::get_output_section_info (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size), bVar2)) { iVar3 = (*(this->super_Expression)._vptr_Expression[6]) (this,address,load_address,addralign,size); return CONCAT44(extraout_var_01,iVar3); } iVar3 = (*(this->super_Expression)._vptr_Expression[7])(this); gold_error("%s called on nonexistent output section \'%s\'",CONCAT44(extraout_var_00,iVar3),name); return 0; }
undefined8 FUN_002cb9f0(long *param_1,long param_2) { long lVar1; char cVar2; long lVar3; undefined8 uVar4; undefined8 local_38; undefined8 local_30; undefined8 local_28; undefined8 local_20; lVar1 = param_1[1]; lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1); if (lVar3 != 0) { uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3); return uVar4; } lVar3 = *(long *)(*(long *)(param_2 + 8) + 8); if ((*(char *)(lVar3 + 0x148) != '\0') && (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20), cVar2 != '\0')) { uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20); return uVar4; } uVar4 = (**(code **)(*param_1 + 0x38))(param_1); FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1); return 0; }
PUSH R12 PUSH RBP MOV RBP,RSI PUSH RBX MOV RBX,RDI SUB RSP,0x20 MOV R12,qword ptr [RDI + 0x8] MOV RDI,qword ptr [RSI + 0x8] MOV RSI,R12 CALL 0x001b9b50 TEST RAX,RAX JZ 0x002cba30 MOV RCX,qword ptr [RBX] MOV RDX,RAX MOV RSI,RBP MOV RDI,RBX CALL qword ptr [RCX + 0x28] ADD RSP,0x20 POP RBX POP RBP POP R12 RET MOV RAX,qword ptr [RBP + 0x8] MOV RDI,qword ptr [RAX + 0x8] CMP byte ptr [RDI + 0x148],0x0 JNZ 0x002cba70 MOV RAX,qword ptr [RBX] MOV RDI,RBX CALL qword ptr [RAX + 0x38] MOV RDX,R12 LEA RDI,[0x3a6de0] MOV RSI,RAX XOR EAX,EAX CALL 0x001878b0 ADD RSP,0x20 XOR EAX,EAX POP RBX POP RBP POP R12 RET LEA RCX,[RSP + 0x8] MOV RDX,RSP LEA R9,[RSP + 0x18] MOV RSI,R12 ADD RDI,0x148 LEA R8,[RSP + 0x10] CALL 0x0026c9d0 TEST AL,AL JZ 0x002cba41 MOV RAX,qword ptr [RBX] MOV R8,qword ptr [RSP + 0x18] MOV RDI,RBX MOV RCX,qword ptr [RSP + 0x10] MOV RDX,qword ptr [RSP + 0x8] MOV RSI,qword ptr [RSP] CALL qword ptr [RAX + 0x30] JMP 0x002cba22
null
null
null
null
[(u'CALLIND_-1204569511', u'PIECE_-1204569236'), (u'PTRSUB_-1204569001', u'LOAD_-1204569467'), (u'COPY_-1204569093', u'RETURN_-1204569075'), (u'PTRSUB_-1204568985', u'PTRSUB_-1204568976'), ('tmp_556', u'PTRSUB_-1204569006'), (u'CALL_-1204569555', u'INDIRECT_-1204569092'), ('const-7', u'PTRADD_-1204568970'), ('const-0', u'INT_NOTEQUAL_-1204569444'), ('const-433', u'LOAD_-1204569572'), (u'PTRSUB_-1204568919', u'CALL_-1204569280'), (u'PTRSUB_-1204569024', u'LOAD_-1204569539'), (u'LOAD_-1204569539', u'PTRADD_-1204569012'), (u'CALL_-1204569280', u'INDIRECT_-1204568968'), ('const-5', u'PTRADD_-1204569012'), (u'COPY_-1204569369', u'RETURN_-1204569333'), ('const--40', u'PTRSUB_-1204568911'), (u'PTRSUB_-1204568937', u'CALL_-1204569280'), (u'LOAD_-1204569579', u'CALL_-1204569555'), (u'LOAD_-1204569467', u'PTRSUB_-1204568919'), (u'PTRSUB_-1204568928', u'CALL_-1204569280'), (u'CALL_-1204569280', u'INDIRECT_-1204568976'), (u'LOAD_-1204569579', u'CALL_-1204569280'), ('const-433', u'LOAD_-1204569521'), (u'LOAD_-1204569428', u'CALLIND_-1204569418'), (u'CALLIND_-1204569511', u'INDIRECT_-1204569238'), ('const-433', u'LOAD_-1204569467'), (u'PTRADD_-1204568970', u'LOAD_-1204569428'), (u'LOAD_-1204569438', u'PTRADD_-1204568970'), (u'PTRSUB_-1204568896', u'PTRSUB_-1204568890'), (u'PIECE_-1204569085', u'COPY_-1204569093'), ('const-6', u'PTRADD_-1204568865'), ('tmp_555', u'PTRSUB_-1204569060'), (u'PTRADD_-1204568865', u'LOAD_-1204569225'), ('const--32', u'PTRSUB_-1204568928'), (u'CALL_-1204569555', u'INDIRECT_-1204569116'), (u'LOAD_-1204569572', u'CALL_-1204569555'), (u'COPY_-1204569280', u'RETURN_-1204569474'), ('tmp_1094', u'PTRSUB_-1204569065'), ('const-433', u'LOAD_-1204569539'), (u'PTRSUB_-1204568911', u'CALL_-1204569280'), (u'CALLIND_-1204569215', u'INDIRECT_-1204569087'), (u'INDIRECT_-1204568968', u'CALLIND_-1204569215'), (u'PTRSUB_-1204568995', u'LOAD_-1204569460'), ('const-0', u'PTRSUB_-1204569024'), (u'PTRSUB_-1204569006', u'LOAD_-1204569474'), ('tmp_555', u'CALLIND_-1204569418'), ('const-433', u'LOAD_-1204569265'), (u'PTRSUB_-1204569054', u'LOAD_-1204569572'), (u'CALL_-1204569555', u'INT_NOTEQUAL_-1204569540'), (u'LOAD_-1204569474', u'PTRSUB_-1204569001'), ('tmp_556', u'PTRSUB_-1204569054'), ('const-8', u'PTRSUB_-1204569006'), ('const-8', u'PTRSUB_-1204569060'), ('const-0', u'RETURN_-1204569474'), (u'PTRSUB_-1204569036', u'PTRSUB_-1204569024'), ('const-8', u'PTRADD_-1204568970'), ('tmp_555', u'CALLIND_-1204569215'), ('const--48', u'PTRSUB_-1204568937'), (u'LOAD_-1204569460', u'INT_NOTEQUAL_-1204569444'), ('const-3829216', u'COPY_-1204569036'), ('const--56', u'PTRSUB_-1204569065'), ('tmp_1094', u'PTRSUB_-1204568911'), ('const-0', u'PTRSUB_-1204569036'), (u'CALL_-1204569555', u'INDIRECT_-1204569100'), (u'LOAD_-1204569265', u'PTRADD_-1204568865'), (u'PTRSUB_-1204569059', u'PTRSUB_-1204569046'), (u'LOAD_-1204569521', u'CALLIND_-1204569511'), ('tmp_555', u'PTRSUB_-1204568985'), ('const-433', u'LOAD_-1204569579'), ('const-433', u'LOAD_-1204569428'), (u'COPY_-1204569036', u'CALL_-1204569385'), ('const-0', u'RETURN_-1204569075'), (u'CALLIND_-1204569215', u'PIECE_-1204569085'), ('tmp_1094', u'PTRSUB_-1204568928'), (u'PTRADD_-1204569012', u'LOAD_-1204569521'), ('const-0', u'PTRSUB_-1204568985'), ('const-0', u'PTRSUB_-1204568976'), (u'INDIRECT_-1204568960', u'CALLIND_-1204569215'), ('const-8', u'PTRADD_-1204568865'), ('tmp_556', u'CALLIND_-1204569511'), (u'PIECE_-1204569236', u'COPY_-1204569280'), ('const-433', u'LOAD_-1204569438'), ('const-0', u'RETURN_-1204569333'), (u'PTRSUB_-1204568976', u'LOAD_-1204569438'), ('const-0', u'COPY_-1204569369'), ('tmp_555', u'PTRSUB_-1204569036'), (u'CALL_-1204569280', u'INDIRECT_-1204568984'), ('tmp_555', u'CALLIND_-1204569511'), (u'INT_NOTEQUAL_-1204569444', u'CBRANCH_-1204569438'), ('const-0', u'PTRSUB_-1204569046'), (u'CALL_-1204569555', u'CALLIND_-1204569511'), ('tmp_1094', u'PTRSUB_-1204568937'), (u'CALL_-1204569555', u'INDIRECT_-1204569108'), (u'INDIRECT_-1204568984', u'CALLIND_-1204569215'), (u'PTRSUB_-1204569046', u'LOAD_-1204569579'), (u'LOAD_-1204569467', u'PTRSUB_-1204568996'), (u'CALLIND_-1204569418', u'INDIRECT_-1204569196'), ('const-8', u'PTRSUB_-1204569054'), ('const-0', u'PTRSUB_-1204568890'), (u'LOAD_-1204569225', u'CALLIND_-1204569215'), ('const-433', u'LOAD_-1204569474'), (u'INDIRECT_-1204569238', u'PIECE_-1204569236'), (u'LOAD_-1204569579', u'CALL_-1204569385'), ('const-0', u'PTRSUB_-1204569059'), (u'PTRSUB_-1204568996', u'PTRSUB_-1204568995'), (u'CALL_-1204569280', u'CBRANCH_-1204569265'), (u'CALLIND_-1204569418', u'PIECE_-1204569194'), (u'PTRSUB_-1204569065', u'CALL_-1204569280'), ('const-328', u'PTRSUB_-1204568919'), ('const-0', u'PTRSUB_-1204568995'), ('const-433', u'LOAD_-1204569225'), ('const-0', u'INT_NOTEQUAL_-1204569540'), ('const-433', u'LOAD_-1204569460'), (u'PTRSUB_-1204568890', u'LOAD_-1204569265'), ('const-8', u'PTRADD_-1204569012'), ('tmp_555', u'PTRSUB_-1204568896'), (u'INDIRECT_-1204569087', u'PIECE_-1204569085'), (u'INT_NOTEQUAL_-1204569540', u'CBRANCH_-1204569539'), ('tmp_477', u'CBRANCH_-1204569265'), (u'PTRSUB_-1204569060', u'PTRSUB_-1204569059'), (u'INDIRECT_-1204568976', u'CALLIND_-1204569215'), ('tmp_247', u'CBRANCH_-1204569438'), ('const-8', u'PTRSUB_-1204569001'), (u'PIECE_-1204569194', u'CALL_-1204569385'), ('const-328', u'PTRSUB_-1204568996'), ('const-0', u'PTRSUB_-1204568896'), ('tmp_104', u'CBRANCH_-1204569539'), (u'CALL_-1204569280', u'INDIRECT_-1204568960'), (u'INDIRECT_-1204569196', u'PIECE_-1204569194')]
[('tmp_1082', u'INT_ADD_-1204569556'), ('tmp_1082', u'CALLIND_-1204569511'), (u'CALLIND_-1204569511', u'COPY_-1204569287'), ('const--56', u'PTRSUB_-1204569072'), (u'INT_NOTEQUAL_-1204569265', u'CBRANCH_-1204569265'), (u'LOAD_-1204569539', u'INT_ADD_-1204569505'), (u'PTRSUB_-1204568952', u'CALL_-1204569280'), (u'COPY_-1204569369', u'RETURN_-1204569333'), ('const--40', u'PTRSUB_-1204568927'), (u'LOAD_-1204569474', u'INT_ADD_-1204569451'), (u'LOAD_-1204569579', u'CALL_-1204569555'), ('const--48', u'PTRSUB_-1204568952'), (u'CALL_-1204569280', u'INDIRECT_-1204568991'), (u'INT_ADD_-1204569505', u'CAST_-1204569031'), ('tmp_1084', u'CALLIND_-1204569215'), (u'LOAD_-1204569579', u'CALL_-1204569280'), (u'LOAD_-1204569428', u'CALLIND_-1204569418'), ('const-0', u'COPY_-1204569369'), ('const-433', u'LOAD_-1204569521'), (u'INT_ADD_-1204569444', u'CAST_-1204569003'), ('tmp_1084', u'LOAD_-1204569438'), (u'INDIRECT_-1204568975', u'CALLIND_-1204569215'), ('const-328', u'INT_ADD_-1204569444'), (u'CALL_-1204569555', u'INDIRECT_-1204569115'), ('const-433', u'LOAD_-1204569265'), (u'INT_ADD_-1204569556', u'CAST_-1204569061'), ('tmp_1084', u'LOAD_-1204569265'), ('const-433', u'LOAD_-1204569467'), ('const--32', u'PTRSUB_-1204568943'), (u'LOAD_-1204569572', u'CALL_-1204569555'), ('const-328', u'INT_ADD_-1204569291'), (u'INDIRECT_-1204568991', u'CALLIND_-1204569215'), ('tmp_1084', u'CALLIND_-1204569511'), ('const-433', u'LOAD_-1204569428'), (u'CALL_-1204569555', u'INT_NOTEQUAL_-1204569540'), ('const-433', u'LOAD_-1204569225'), (u'LOAD_-1204569438', u'INT_ADD_-1204569412'), ('tmp_1080', u'PTRSUB_-1204568943'), ('const-0', u'RETURN_-1204569474'), ('const-0', u'RETURN_-1204569082'), (u'CALL_-1204569280', u'INDIRECT_-1204568975'), (u'CALL_-1204569280', u'INDIRECT_-1204568967'), ('tmp_1084', u'PTRADD_-1204569068'), ('const-433', u'LOAD_-1204569539'), (u'LOAD_-1204569460', u'INT_NOTEQUAL_-1204569444'), (u'COPY_-1204569043', u'CALL_-1204569385'), (u'CAST_-1204569008', u'LOAD_-1204569467'), ('tmp_1084', u'CALLIND_-1204569418'), (u'INT_ADD_-1204569291', u'CALL_-1204569280'), ('const-433', u'LOAD_-1204569438'), (u'LOAD_-1204569521', u'CALLIND_-1204569511'), ('tmp_1082', u'INT_ADD_-1204569458'), (u'CALL_-1204569555', u'INDIRECT_-1204569123'), (u'CALL_-1204569555', u'INDIRECT_-1204569107'), (u'PTRSUB_-1204569072', u'CALL_-1204569280'), ('const-48', u'INT_ADD_-1204569209'), (u'INT_ADD_-1204569451', u'CAST_-1204569008'), (u'LOAD_-1204569265', u'INT_ADD_-1204569209'), (u'PTRSUB_-1204568927', u'CALL_-1204569280'), (u'CAST_-1204569031', u'LOAD_-1204569521'), ('const-433', u'LOAD_-1204569572'), ('const-8', u'INT_ADD_-1204569451'), (u'CAST_-1204569013', u'LOAD_-1204569474'), ('const-0', u'RETURN_-1204569333'), (u'INT_NOTEQUAL_-1204569444', u'CBRANCH_-1204569438'), (u'CALL_-1204569555', u'CALLIND_-1204569511'), ('const-0', u'INT_NOTEQUAL_-1204569265'), (u'CAST_-1204568986', u'LOAD_-1204569428'), (u'INT_ADD_-1204569209', u'CAST_-1204568884'), ('tmp_1080', u'PTRSUB_-1204568952'), (u'LOAD_-1204569467', u'INT_ADD_-1204569444'), ('const-433', u'LOAD_-1204569474'), ('const-1', u'PTRADD_-1204569068'), (u'CAST_-1204568884', u'LOAD_-1204569225'), ('const-3829216', u'COPY_-1204569043'), ('tmp_1080', u'PTRSUB_-1204568927'), (u'LOAD_-1204569225', u'CALLIND_-1204569215'), (u'LOAD_-1204569467', u'INT_ADD_-1204569291'), (u'INT_ADD_-1204569412', u'CAST_-1204568986'), (u'LOAD_-1204569579', u'CALL_-1204569385'), ('tmp_1084', u'LOAD_-1204569539'), ('const-433', u'LOAD_-1204569460'), (u'CALL_-1204569555', u'INDIRECT_-1204569099'), (u'CALL_-1204569280', u'INT_NOTEQUAL_-1204569265'), (u'CALL_-1204569280', u'INDIRECT_-1204568983'), (u'PTRADD_-1204569068', u'LOAD_-1204569579'), (u'PTRSUB_-1204568943', u'CALL_-1204569280'), ('const-40', u'INT_ADD_-1204569505'), (u'CALLIND_-1204569215', u'COPY_-1204569100'), (u'CAST_-1204569003', u'LOAD_-1204569460'), (u'COPY_-1204569287', u'RETURN_-1204569474'), ('const-0', u'INT_NOTEQUAL_-1204569540'), (u'CAST_-1204569061', u'LOAD_-1204569572'), ('const-433', u'LOAD_-1204569579'), (u'CALLIND_-1204569418', u'CALL_-1204569385'), ('tmp_1080', u'PTRSUB_-1204569072'), ('const-8', u'PTRADD_-1204569068'), (u'INDIRECT_-1204568967', u'CALLIND_-1204569215'), (u'INT_NOTEQUAL_-1204569540', u'CBRANCH_-1204569539'), (u'INDIRECT_-1204568983', u'CALLIND_-1204569215'), (u'COPY_-1204569100', u'RETURN_-1204569082'), ('tmp_477', u'CBRANCH_-1204569265'), ('const-0', u'INT_NOTEQUAL_-1204569444'), ('tmp_247', u'CBRANCH_-1204569438'), ('tmp_104', u'CBRANCH_-1204569539'), ('const-56', u'INT_ADD_-1204569412'), ('const-8', u'INT_ADD_-1204569556'), ('const-8', u'INT_ADD_-1204569458'), (u'INT_ADD_-1204569458', u'CAST_-1204569013')]
null
null
002cb9f0
x64
O2
(translation_unit "undefined8 FUN_002cb9f0(long *param_1,long param_2)\n\n{\n long lVar1;\n char cVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n lVar1 = param_1[1];\n lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);\n if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }\n lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);\n if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }\n uVar4 = (**(code **)(*param_1 + 0x38))(param_1);\n FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);\n return 0;\n}\n\n" (function_definition "undefined8 FUN_002cb9f0(long *param_1,long param_2)\n\n{\n long lVar1;\n char cVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n lVar1 = param_1[1];\n lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);\n if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }\n lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);\n if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }\n uVar4 = (**(code **)(*param_1 + 0x38))(param_1);\n FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);\n return 0;\n}" type_identifier (function_declarator "FUN_002cb9f0(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n char cVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n lVar1 = param_1[1];\n lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);\n if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }\n lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);\n if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }\n uVar4 = (**(code **)(*param_1 + 0x38))(param_1);\n FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "lVar1 = param_1[1];" (assignment_expression "lVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);" (assignment_expression "lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1)" identifier = (call_expression "FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1)" identifier (argument_list "(*(undefined8 *)(param_2 + 8),lVar1)" ( (pointer_expression "*(undefined8 *)(param_2 + 8)" * (cast_expression "(undefined8 *)(param_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }" { (expression_statement "uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3)" identifier = (call_expression "(**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3)" (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 "(param_1,param_2,lVar3)" ( identifier , identifier , identifier )))) ;) (return_statement "return uVar4;" return identifier ;) })) (expression_statement "lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);" (assignment_expression "lVar3 = *(long *)(*(long *)(param_2 + 8) + 8)" identifier = (pointer_expression "*(long *)(*(long *)(param_2 + 8) + 8)" * (cast_expression "(long *)(*(long *)(param_2 + 8) + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 8) + 8)" ( (binary_expression "*(long *)(param_2 + 8) + 8" (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }" if (parenthesized_expression "((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0'))" ( (binary_expression "(*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')" (parenthesized_expression "(*(char *)(lVar3 + 0x148) != '\0')" ( (binary_expression "*(char *)(lVar3 + 0x148) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x148)" * (cast_expression "(char *)(lVar3 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x148)" ( (binary_expression "lVar3 + 0x148" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')" ( (comma_expression "cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0'" (assignment_expression "cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" identifier = (call_expression "FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" identifier (argument_list "(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" ( (binary_expression "lVar3 + 0x148" identifier + number_literal) , identifier , (pointer_expression "&local_38" & identifier) , (pointer_expression "&local_30" & identifier) , (pointer_expression "&local_28" & identifier) , (pointer_expression "&local_20" & identifier) )))) , (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }" { (expression_statement "uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20)" identifier = (call_expression "(**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20)" (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 "(param_1,local_38,local_30,local_28,local_20)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return uVar4;" return identifier ;) })) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x38))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x38))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x38))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x38))" ( (pointer_expression "**(code **)(*param_1 + 0x38)" * (pointer_expression "*(code **)(*param_1 + 0x38)" * (cast_expression "(code **)(*param_1 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x38)" ( (binary_expression "*param_1 + 0x38" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);" (call_expression "FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1)" identifier (argument_list "("%s called on nonexistent output section \'%s\'",uVar4,lVar1)" ( (string_literal ""%s called on nonexistent output section \'%s\'"" " string_content escape_sequence string_content escape_sequence ") , identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t value(Section_expression * this, Expression_eval_info * eei)\n */\n\nuint64_t __thiscall\ngold::Section_expression::value(Section_expression *this,Expression_eval_info *eei)\n\n{\n char *name;\n Script_options *pSVar1;\n bool bVar2;\n int iVar3;\n Output_section *pOVar4;\n undefined4 extraout_var;\n undefined4 extraout_var_00;\n undefined4 extraout_var_01;\n uint64_t address;\n uint64_t load_address;\n uint64_t addralign;\n uint64_t size;\n \n name = (this->section_name_)._M_dataplus._M_p;\n pOVar4 = Layout::find_output_section(eei->layout,name);\n if (pOVar4 != (Output_section *)0x0) {\n iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4);\n return CONCAT44(extraout_var,iVar3);\n }\n pSVar1 = eei->layout->script_options_;\n if (((pSVar1->script_sections_).saw_sections_clause_ != false) &&\n (bVar2 = Script_sections::get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size),\n bVar2)) {\n iVar3 = (*(this->super_Expression)._vptr_Expression[6])\n (this,address,load_address,addralign,size);\n return CONCAT44(extraout_var_01,iVar3);\n }\n iVar3 = (*(this->super_Expression)._vptr_Expression[7])(this);\n gold_error("%s called on nonexistent output section \'%s\'",CONCAT44(extraout_var_00,iVar3),name);\n return 0;\n}\n\n" comment comment comment (function_definition "uint64_t __thiscall\ngold::Section_expression::value(Section_expression *this,Expression_eval_info *eei)\n\n{\n char *name;\n Script_options *pSVar1;\n bool bVar2;\n int iVar3;\n Output_section *pOVar4;\n undefined4 extraout_var;\n undefined4 extraout_var_00;\n undefined4 extraout_var_01;\n uint64_t address;\n uint64_t load_address;\n uint64_t addralign;\n uint64_t size;\n \n name = (this->section_name_)._M_dataplus._M_p;\n pOVar4 = Layout::find_output_section(eei->layout,name);\n if (pOVar4 != (Output_section *)0x0) {\n iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4);\n return CONCAT44(extraout_var,iVar3);\n }\n pSVar1 = eei->layout->script_options_;\n if (((pSVar1->script_sections_).saw_sections_clause_ != false) &&\n (bVar2 = Script_sections::get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size),\n bVar2)) {\n iVar3 = (*(this->super_Expression)._vptr_Expression[6])\n (this,address,load_address,addralign,size);\n return CONCAT44(extraout_var_01,iVar3);\n }\n iVar3 = (*(this->super_Expression)._vptr_Expression[7])(this);\n gold_error("%s called on nonexistent output section \'%s\'",CONCAT44(extraout_var_00,iVar3),name);\n return 0;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Section_expression::" identifier : : identifier : :) (function_declarator "value(Section_expression *this,Expression_eval_info *eei)" identifier (parameter_list "(Section_expression *this,Expression_eval_info *eei)" ( (parameter_declaration "Section_expression *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Expression_eval_info *eei" type_identifier (pointer_declarator "*eei" * identifier)) ))) (compound_statement "{\n char *name;\n Script_options *pSVar1;\n bool bVar2;\n int iVar3;\n Output_section *pOVar4;\n undefined4 extraout_var;\n undefined4 extraout_var_00;\n undefined4 extraout_var_01;\n uint64_t address;\n uint64_t load_address;\n uint64_t addralign;\n uint64_t size;\n \n name = (this->section_name_)._M_dataplus._M_p;\n pOVar4 = Layout::find_output_section(eei->layout,name);\n if (pOVar4 != (Output_section *)0x0) {\n iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4);\n return CONCAT44(extraout_var,iVar3);\n }\n pSVar1 = eei->layout->script_options_;\n if (((pSVar1->script_sections_).saw_sections_clause_ != false) &&\n (bVar2 = Script_sections::get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size),\n bVar2)) {\n iVar3 = (*(this->super_Expression)._vptr_Expression[6])\n (this,address,load_address,addralign,size);\n return CONCAT44(extraout_var_01,iVar3);\n }\n iVar3 = (*(this->super_Expression)._vptr_Expression[7])(this);\n gold_error("%s called on nonexistent output section \'%s\'",CONCAT44(extraout_var_00,iVar3),name);\n return 0;\n}" { (declaration "char *name;" primitive_type (pointer_declarator "*name" * identifier) ;) (declaration "Script_options *pSVar1;" type_identifier (pointer_declarator "*pSVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "Output_section *pOVar4;" type_identifier (pointer_declarator "*pOVar4" * identifier) ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (declaration "undefined4 extraout_var_00;" type_identifier identifier ;) (declaration "undefined4 extraout_var_01;" type_identifier identifier ;) (declaration "uint64_t address;" primitive_type identifier ;) (declaration "uint64_t load_address;" primitive_type identifier ;) (declaration "uint64_t addralign;" primitive_type identifier ;) (declaration "uint64_t size;" primitive_type identifier ;) (expression_statement "name = (this->section_name_)._M_dataplus._M_p;" (assignment_expression "name = (this->section_name_)._M_dataplus._M_p" identifier = (field_expression "(this->section_name_)._M_dataplus._M_p" (field_expression "(this->section_name_)._M_dataplus" (parenthesized_expression "(this->section_name_)" ( (field_expression "this->section_name_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (ERROR "pOVar4 = Layout::" (assignment_expression "pOVar4 = Layout" identifier = identifier) : :) (expression_statement "find_output_section(eei->layout,name);" (call_expression "find_output_section(eei->layout,name)" identifier (argument_list "(eei->layout,name)" ( (field_expression "eei->layout" identifier -> field_identifier) , identifier ))) ;) (if_statement "if (pOVar4 != (Output_section *)0x0) {\n iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4);\n return CONCAT44(extraout_var,iVar3);\n }" if (parenthesized_expression "(pOVar4 != (Output_section *)0x0)" ( (binary_expression "pOVar4 != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4);\n return CONCAT44(extraout_var,iVar3);\n }" { (expression_statement "iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4);" (assignment_expression "iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4)" identifier = (call_expression "(*(this->super_Expression)._vptr_Expression[5])(this,eei,pOVar4)" (parenthesized_expression "(*(this->super_Expression)._vptr_Expression[5])" ( (pointer_expression "*(this->super_Expression)._vptr_Expression[5]" * (subscript_expression "(this->super_Expression)._vptr_Expression[5]" (field_expression "(this->super_Expression)._vptr_Expression" (parenthesized_expression "(this->super_Expression)" ( (field_expression "this->super_Expression" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(this,eei,pOVar4)" ( identifier , identifier , identifier )))) ;) (return_statement "return CONCAT44(extraout_var,iVar3);" return (call_expression "CONCAT44(extraout_var,iVar3)" identifier (argument_list "(extraout_var,iVar3)" ( identifier , identifier ))) ;) })) (expression_statement "pSVar1 = eei->layout->script_options_;" (assignment_expression "pSVar1 = eei->layout->script_options_" identifier = (field_expression "eei->layout->script_options_" (field_expression "eei->layout" identifier -> field_identifier) -> field_identifier)) ;) (if_statement "if (((pSVar1->script_sections_).saw_sections_clause_ != false) &&\n (bVar2 = Script_sections::get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size),\n bVar2)) {\n iVar3 = (*(this->super_Expression)._vptr_Expression[6])\n (this,address,load_address,addralign,size);\n return CONCAT44(extraout_var_01,iVar3);\n }" if (parenthesized_expression "(((pSVar1->script_sections_).saw_sections_clause_ != false) &&\n (bVar2 = Script_sections::get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size),\n bVar2))" ( (binary_expression "((pSVar1->script_sections_).saw_sections_clause_ != false) &&\n (bVar2 = Script_sections::get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size),\n bVar2)" (parenthesized_expression "((pSVar1->script_sections_).saw_sections_clause_ != false)" ( (binary_expression "(pSVar1->script_sections_).saw_sections_clause_ != false" (field_expression "(pSVar1->script_sections_).saw_sections_clause_" (parenthesized_expression "(pSVar1->script_sections_)" ( (field_expression "pSVar1->script_sections_" identifier -> field_identifier) )) . field_identifier) != false) )) && (parenthesized_expression "(bVar2 = Script_sections::get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size),\n bVar2)" ( (ERROR "bVar2 = Script_sections::" (assignment_expression "bVar2 = Script_sections" identifier = identifier) : :) (comma_expression "get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size),\n bVar2" (call_expression "get_output_section_info\n (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size)" identifier (argument_list "(&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size)" ( (pointer_expression "&pSVar1->script_sections_" & (field_expression "pSVar1->script_sections_" identifier -> field_identifier)) , identifier , (pointer_expression "&address" & identifier) , (pointer_expression "&load_address" & identifier) , (pointer_expression "&addralign" & identifier) , (pointer_expression "&size" & identifier) ))) , identifier) ))) )) (compound_statement "{\n iVar3 = (*(this->super_Expression)._vptr_Expression[6])\n (this,address,load_address,addralign,size);\n return CONCAT44(extraout_var_01,iVar3);\n }" { (expression_statement "iVar3 = (*(this->super_Expression)._vptr_Expression[6])\n (this,address,load_address,addralign,size);" (assignment_expression "iVar3 = (*(this->super_Expression)._vptr_Expression[6])\n (this,address,load_address,addralign,size)" identifier = (call_expression "(*(this->super_Expression)._vptr_Expression[6])\n (this,address,load_address,addralign,size)" (parenthesized_expression "(*(this->super_Expression)._vptr_Expression[6])" ( (pointer_expression "*(this->super_Expression)._vptr_Expression[6]" * (subscript_expression "(this->super_Expression)._vptr_Expression[6]" (field_expression "(this->super_Expression)._vptr_Expression" (parenthesized_expression "(this->super_Expression)" ( (field_expression "this->super_Expression" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(this,address,load_address,addralign,size)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return CONCAT44(extraout_var_01,iVar3);" return (call_expression "CONCAT44(extraout_var_01,iVar3)" identifier (argument_list "(extraout_var_01,iVar3)" ( identifier , identifier ))) ;) })) (expression_statement "iVar3 = (*(this->super_Expression)._vptr_Expression[7])(this);" (assignment_expression "iVar3 = (*(this->super_Expression)._vptr_Expression[7])(this)" identifier = (call_expression "(*(this->super_Expression)._vptr_Expression[7])(this)" (parenthesized_expression "(*(this->super_Expression)._vptr_Expression[7])" ( (pointer_expression "*(this->super_Expression)._vptr_Expression[7]" * (subscript_expression "(this->super_Expression)._vptr_Expression[7]" (field_expression "(this->super_Expression)._vptr_Expression" (parenthesized_expression "(this->super_Expression)" ( (field_expression "this->super_Expression" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(this)" ( identifier )))) ;) (expression_statement "gold_error("%s called on nonexistent output section \'%s\'",CONCAT44(extraout_var_00,iVar3),name);" (call_expression "gold_error("%s called on nonexistent output section \'%s\'",CONCAT44(extraout_var_00,iVar3),name)" identifier (argument_list "("%s called on nonexistent output section \'%s\'",CONCAT44(extraout_var_00,iVar3),name)" ( (string_literal ""%s called on nonexistent output section \'%s\'"" " string_content escape_sequence string_content escape_sequence ") , (call_expression "CONCAT44(extraout_var_00,iVar3)" identifier (argument_list "(extraout_var_00,iVar3)" ( identifier , identifier ))) , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "undefined8 FUN_002cb9f0(long *param_1,long param_2)\n\n{\n long lVar1;\n char cVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n lVar1 = param_1[1];\n lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);\n if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }\n lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);\n if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }\n uVar4 = (**(code **)(*param_1 + 0x38))(param_1);\n FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);\n return 0;\n}\n\n" (function_definition "undefined8 FUN_002cb9f0(long *param_1,long param_2)\n\n{\n long lVar1;\n char cVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n lVar1 = param_1[1];\n lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);\n if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }\n lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);\n if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }\n uVar4 = (**(code **)(*param_1 + 0x38))(param_1);\n FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);\n return 0;\n}" type_identifier (function_declarator "FUN_002cb9f0(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n char cVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n lVar1 = param_1[1];\n lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);\n if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }\n lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);\n if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }\n uVar4 = (**(code **)(*param_1 + 0x38))(param_1);\n FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "lVar1 = param_1[1];" (assignment_expression "lVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);" (assignment_expression "lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1)" identifier = (call_expression "FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1)" identifier (argument_list "(*(undefined8 *)(param_2 + 8),lVar1)" ( (pointer_expression "*(undefined8 *)(param_2 + 8)" * (cast_expression "(undefined8 *)(param_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }" { (expression_statement "uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3)" identifier = (call_expression "(**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3)" (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 "(param_1,param_2,lVar3)" ( identifier , identifier , identifier )))) ;) (return_statement "return uVar4;" return identifier ;) })) (expression_statement "lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);" (assignment_expression "lVar3 = *(long *)(*(long *)(param_2 + 8) + 8)" identifier = (pointer_expression "*(long *)(*(long *)(param_2 + 8) + 8)" * (cast_expression "(long *)(*(long *)(param_2 + 8) + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 8) + 8)" ( (binary_expression "*(long *)(param_2 + 8) + 8" (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }" if (parenthesized_expression "((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0'))" ( (binary_expression "(*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')" (parenthesized_expression "(*(char *)(lVar3 + 0x148) != '\0')" ( (binary_expression "*(char *)(lVar3 + 0x148) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x148)" * (cast_expression "(char *)(lVar3 + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x148)" ( (binary_expression "lVar3 + 0x148" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')" ( (comma_expression "cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0'" (assignment_expression "cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" identifier = (call_expression "FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" identifier (argument_list "(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" ( (binary_expression "lVar3 + 0x148" identifier + number_literal) , identifier , (pointer_expression "&local_38" & identifier) , (pointer_expression "&local_30" & identifier) , (pointer_expression "&local_28" & identifier) , (pointer_expression "&local_20" & identifier) )))) , (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }" { (expression_statement "uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20)" identifier = (call_expression "(**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20)" (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 "(param_1,local_38,local_30,local_28,local_20)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return uVar4;" return identifier ;) })) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x38))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x38))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x38))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x38))" ( (pointer_expression "**(code **)(*param_1 + 0x38)" * (pointer_expression "*(code **)(*param_1 + 0x38)" * (cast_expression "(code **)(*param_1 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x38)" ( (binary_expression "*param_1 + 0x38" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);" (call_expression "FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1)" identifier (argument_list "("%s called on nonexistent output section \'%s\'",uVar4,lVar1)" ( (string_literal ""%s called on nonexistent output section \'%s\'"" " string_content escape_sequence string_content escape_sequence ") , 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) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT )))) ;) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (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) )))) != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) , (pointer_expression & IDENT) , (pointer_expression & IDENT) )))) , (binary_expression IDENT != (char_literal ' escape_sequence '))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT )))) ;) (return_statement return 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 (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence ") , IDENT , IDENT ))) ;) (return_statement return LIT ;) })))
(function_definition "undefined8 FUN_002cb9f0(long *param_1,long param_2)\n\n{\n long lVar1;\n char cVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n lVar1 = param_1[1];\n lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);\n if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }\n lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);\n if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }\n uVar4 = (**(code **)(*param_1 + 0x38))(param_1);\n FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_002cb9f0(long *param_1,long param_2)" (identifier "FUN_002cb9f0") (parameter_list "(long *param_1,long param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n char cVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n lVar1 = param_1[1];\n lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);\n if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }\n lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);\n if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }\n uVar4 = (**(code **)(*param_1 + 0x38))(param_1);\n FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);\n return 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined8 local_30;" (type_identifier "undefined8") (identifier "local_30") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (declaration "undefined8 local_20;" (type_identifier "undefined8") (identifier "local_20") (; ";")) (expression_statement "lVar1 = param_1[1];" (assignment_expression "lVar1 = param_1[1]" (identifier "lVar1") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1);" (assignment_expression "lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1)" (identifier "lVar3") (= "=") (call_expression "FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1)" (identifier "FUN_001b9b50") (argument_list "(*(undefined8 *)(param_2 + 8),lVar1)" (( "(") (pointer_expression "*(undefined8 *)(param_2 + 8)" (* "*") (cast_expression "(undefined8 *)(param_2 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "lVar1") () ")")))) (; ";")) (if_statement "if (lVar3 != 0) {\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }" (if "if") (parenthesized_expression "(lVar3 != 0)" (( "(") (binary_expression "lVar3 != 0" (identifier "lVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);\n return uVar4;\n }" ({ "{") (expression_statement "uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3)" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3)" (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 "(param_1,param_2,lVar3)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "lVar3") () ")")))) (; ";")) (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}"))) (expression_statement "lVar3 = *(long *)(*(long *)(param_2 + 8) + 8);" (assignment_expression "lVar3 = *(long *)(*(long *)(param_2 + 8) + 8)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(*(long *)(param_2 + 8) + 8)" (* "*") (cast_expression "(long *)(*(long *)(param_2 + 8) + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_2 + 8) + 8)" (( "(") (binary_expression "*(long *)(param_2 + 8) + 8" (pointer_expression "*(long *)(param_2 + 8)" (* "*") (cast_expression "(long *)(param_2 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if ((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')) {\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }" (if "if") (parenthesized_expression "((*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0'))" (( "(") (binary_expression "(*(char *)(lVar3 + 0x148) != '\0') &&\n (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')" (parenthesized_expression "(*(char *)(lVar3 + 0x148) != '\0')" (( "(") (binary_expression "*(char *)(lVar3 + 0x148) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x148)" (* "*") (cast_expression "(char *)(lVar3 + 0x148)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x148)" (( "(") (binary_expression "lVar3 + 0x148" (identifier "lVar3") (+ "+") (number_literal "0x148")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0')" (( "(") (comma_expression "cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20),\n cVar2 != '\0'" (assignment_expression "cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" (identifier "cVar2") (= "=") (call_expression "FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" (identifier "FUN_0026c9d0") (argument_list "(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20)" (( "(") (binary_expression "lVar3 + 0x148" (identifier "lVar3") (+ "+") (number_literal "0x148")) (, ",") (identifier "lVar1") (, ",") (pointer_expression "&local_38" (& "&") (identifier "local_38")) (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) (, ",") (pointer_expression "&local_20" (& "&") (identifier "local_20")) () ")")))) (, ",") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) () ")"))) () ")")) (compound_statement "{\n uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);\n return uVar4;\n }" ({ "{") (expression_statement "uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20)" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20)" (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 "(param_1,local_38,local_30,local_28,local_20)" (( "(") (identifier "param_1") (, ",") (identifier "local_38") (, ",") (identifier "local_30") (, ",") (identifier "local_28") (, ",") (identifier "local_20") () ")")))) (; ";")) (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}"))) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x38))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x38))(param_1)" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*param_1 + 0x38))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x38))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x38)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x38)" (* "*") (cast_expression "(code **)(*param_1 + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x38)" (( "(") (binary_expression "*param_1 + 0x38" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x38")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1);" (call_expression "FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1)" (identifier "FUN_001878b0") (argument_list "("%s called on nonexistent output section \'%s\'",uVar4,lVar1)" (( "(") (string_literal ""%s called on nonexistent output section \'%s\'"" (" """) (string_content "%s called on nonexistent output section ") (escape_sequence "\'") (string_content "%s") (escape_sequence "\'") (" """)) (, ",") (identifier "uVar4") (, ",") (identifier "lVar1") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: uint64_t value(Section_expression * this, Expression_eval_info * eei) */ uint64_t __thiscall gold::type_1::function_1(type_1 *this,type_2 *eei) { char *name; type_3 *pSVar1; bool bVar2; int iVar3; type_4 *var_2; type_5 extraout_var; type_5 extraout_var_00; type_5 extraout_var_01; uint64_t address; uint64_t load_address; uint64_t addralign; uint64_t size; name = (this->section_name_)._M_dataplus._M_p; var_2 = Layout::var_1(eei->layout,name); if (var_2 != (type_4 *)0x0) { iVar3 = (*(this->super_Expression)._vptr_Expression[5])(this,eei,var_2); return var_3(extraout_var,iVar3); } pSVar1 = eei->layout->script_options_; if (((pSVar1->script_sections_).saw_sections_clause_ != false) && (bVar2 = Script_sections::var_4 (&pSVar1->script_sections_,name,&address,&load_address,&addralign,&size), bVar2)) { iVar3 = (*(this->super_Expression)._vptr_Expression[6]) (this,address,load_address,addralign,size); return var_3(extraout_var_01,iVar3); } iVar3 = (*(this->super_Expression)._vptr_Expression[7])(this); var_5("%s called on nonexistent output section \'%s\'",var_3(extraout_var_00,iVar3),name); 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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (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: (type_identifier) 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: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier))))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) right: (binary_expression left: (identifier) right: (char_literal (escape_sequence))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier))))) (return_statement (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)) (identifier) (identifier)))) (return_statement (number_literal)))))
null
undefined8 MASKED(long *param_1,long param_2) { long lVar1; char cVar2; long lVar3; undefined8 uVar4; undefined8 local_38; undefined8 local_30; undefined8 local_28; undefined8 local_20; lVar1 = param_1[1]; lVar3 = FUN_001b9b50(*(undefined8 *)(param_2 + 8),lVar1); if (lVar3 != 0) { uVar4 = (**(code **)(*param_1 + 0x28))(param_1,param_2,lVar3); return uVar4; } lVar3 = *(long *)(*(long *)(param_2 + 8) + 8); if ((*(char *)(lVar3 + 0x148) != '\0') && (cVar2 = FUN_0026c9d0(lVar3 + 0x148,lVar1,&local_38,&local_30,&local_28,&local_20), cVar2 != '\0')) { uVar4 = (**(code **)(*param_1 + 0x30))(param_1,local_38,local_30,local_28,local_20); return uVar4; } uVar4 = (**(code **)(*param_1 + 0x38))(param_1); FUN_001878b0("%s called on nonexistent output section \'%s\'",uVar4,lVar1); return 0; }